@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	
}

/*font-family: 'Roboto Condensed', sans-serif;*/

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
}

/*---HEADER---*/

header {
	height: 145px;
}

.metanavigation {
	list-style: none;
	margin-top: 18px;
}

.metanavigation li {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
}

.metanavigation li.menu-item-has-children {

}

.metanavigation li.menu-item-has-children {
	padding-right: 10px;
}

.metanavigation li.menu-item-has-children > a:after {
	content: '';
	background-image: url(../img/arrow_breadcrumbnavigation.png);
	background-size: cover;
	transform: rotate(90deg);
	width: 4px;
	height: 6px;
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;

}

.metanavigation li.current_page_parent a,
.metanavigation li.current-menu-ancestor a {
	color: #0049b2;
}

.metanavigation li a {
	/*color: #a3a3a3;*/
	color: #4e4e4e;
}

.metanavigation li a:hover {
	text-decoration: none;
	color: #0049b2;
}

.metanavigation li.current-menu-item a {
	text-decoration: none;
	color: #0049b2;
}

.metanavigation li a:before {
	content: "|";
	padding-left: 5px;
	padding-right: 5px;
}

.metanavigation li a:hover:after {
	color: #a3a3a3;
}

.metanavigation li:first-of-type a:before {
	content: " ";
	padding-left: 0;
}

.metanavigation li .sub-menu {
	display: none;
}

.metanavigation li:hover .sub-menu {
	display: block;
	position: absolute;
	background-color: #4e4e4e;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	z-index: 999;
}

.metanavigation li .sub-menu li {
	float: none;
	list-style: none;
}



.metanavigation li .sub-menu li a {
	/*color: #a3a3a3;*/
	color: #ffffff;
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.metanavigation li .sub-menu li a:hover {

	color: #ffffff;
	text-decoration: underline;

}

.metanavigation li .sub-menu li a:before {
	content: "";
	padding-left: 0;
	padding-right: 0;
}

.metanavigation li .sub-menu li a:after {
	content: "";
	padding-left: 0;
	padding-right: 0;
}




.logo {
	/* Original Logomargin-top: 11px; */
	/* Jubi Logo */ margin-top: 0px; /* Jubi Logo */
	
	float: right;
	width: 40%;
}

/*---HAUPTNAVIGATION---*/

.hauptnavigation-container {
	background-color: #0049b2;
	/*background-color: #0061ae;*/
	width: 100%;
	height: 100px;
}

.hauptnavigation {
	list-style: none;
}

.hauptnavigation > li {
	float: left;		
}

.hauptnavigation > li > a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	display: block;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	border-left: 1px solid #80a4d9;
	padding: 35px 15px 0 15px;
	text-decoration: none;
}

.hauptnavigation > li:last-of-type > a {
	border-right: 1px solid #80a4d9;
}

.hauptnavigation > li > a:hover {
	text-decoration: none;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.hauptnavigation > li > a > span {
	font-size: 16px;
	display: block;
}

.hauptnavigation > li.current-page-ancestor,
.hauptnavigation > li.current-menu-item {
	background: rgba(255,255,255,0.2);
}
.hauptnavigation > li.current-page-ancestor a,
.hauptnavigation > li.current-menu-item a {
	color: #ffffff;
}

/*---SUB-KLAPP-NAVIGATION---*/

.hauptnavigation .sub-menu {
	display: none;
}

.hauptnavigation > li:hover > .sub-menu {
	display: block;
	position: absolute;
	list-style: none;	
	background-color: #ffffff;	
	font-size: 16px;	
	padding: 15px 0;
	z-index: 999;
	width: 280px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.25);
}

.hauptnavigation li .sub-menu > li {
	padding: 0px 0;
}

.hauptnavigation li:hover .sub-menu > li > a {
	display: block;
}

.hauptnavigation li > .sub-menu > li > a {
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 5px 15px 3px 15px;
	-webkit-transition: ease 0.5s;
    transition: ease 0.5s;
	color: #0049b2;
	font-family: 'Roboto Condensed', sans-serif;	
}

.hauptnavigation li > .sub-menu > li.menu-item-has-children > a {
	text-transform: uppercase;
	font-size: 12px;	
	color: #9d9d9d;
	font-weight: 600;
	margin-top: 15px;	
}

.hauptnavigation li > .sub-menu > li.menu-item-has-children:first-of-type > a {	
	margin-top: 0px;
}

.hauptnavigation li:hover .sub-menu > li.current-menu-item a {
	background-color: #0049b2;
	color: #ffffff;	
}

.hauptnavigation > li .sub-menu > li > a:hover {
	background-color: #0049b2;
	color: #ffffff;
}

.hauptnavigation > li .sub-menu > li.menu-item-has-children > a:hover {
	background: none;
	color: #9d9d9d;
}

/*---3. NAVIGATIONSSTUFE----*/

.hauptnavigation li:hover .sub-menu > li > .sub-menu {
	display: block;
}

.hauptnavigation li .sub-menu > li > .sub-menu {
	margin-bottom: 15px;
	border-top: 1px solid #ccdbf0;
}

.hauptnavigation li .sub-menu > li > .sub-menu > li {
	list-style: none;	
}

.hauptnavigation li .sub-menu > li > .sub-menu > li > a {
	border-bottom: 0px;
	text-transform: none;
	font-size: 14px;
	color: #0049b2;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
}

.hauptnavigation li .sub-menu > li > .sub-menu > li > a:hover {
	background-color: #0049b2;
	color: #ffffff;
}

/*---SUBNNAVI-IN-CONTENT---*/

.sub-menu-in-content {
	/*margin: 53px 0;*/
	margin: 40px 0;
	padding-right: 50px;
}

.sub-menu-in-content > li,
.sub-menu-in-content > li ul > li{
	display: none;
}

.sub-menu-in-content > li.current-menu-ancestor > a {
	display: none;
}

.sub-menu-in-content > li.current-menu-ancestor,
.sub-menu-in-content > li.current-menu-ancestor ul li.current-menu-ancestor,
.sub-menu-in-content > li.current-menu-ancestor ul li.current-menu-ancestor ul li {
	display: block;
}

.sub-menu-in-content > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a {
	color: red;
}

.sub-menu-in-content a {
	border-bottom: 0px;
	text-transform: none;
	font-size: 14px;
	color: #0049b2;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	padding: 5px 15px 3px 15px;
}

.sub-menu-in-content > li.current-menu-ancestor ul li.menu-item-has-children > a {
	text-transform: uppercase;
    font-size: 12px;
    color: #9d9d9d;
    font-weight: 600;
    margin-top: 15px;
	text-decoration: none;
	pointer-events: none;
}

.sub-menu-in-content > li.current-menu-ancestor ul li.current-menu-ancestor .sub-menu {

    border-top: 1px solid #ccdbf0;
	}

.sub-menu-in-content > li.current-menu-ancestor ul li.current-menu-ancestor ul li a:hover {
	background-color: #0049b2;
	color: #ffffff;	
	text-decoration: none;
}

.sub-menu-in-content > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a {
	background-color: #0049b2;
	color: #ffffff;	
	text-decoration: none;
}

/*---SUB-Menü in Content Metanavigation----*/

.menu-metanavigation-container .sub-menu-in-content > li ul > li {
	display: block;
}

.menu-metanavigation-container .sub-menu-in-content > li.current-menu-ancestor ul li a:hover {
	background-color: #0049b2;
	color: #ffffff;
	text-decoration: none;
}

.menu-metanavigation-container .sub-menu-in-content > li.current-menu-ancestor ul li.current-menu-item a {
	background-color: #0049b2;
	color: #ffffff;
	text-decoration: none;
}

/*---RESPONSIVE NAVIGATION---*/

.responsive-navigation-container {
	display: none;
	background-color: #0049b2;
	z-index: 9999;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li {
	list-style: none;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li > a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 7px 15px 5px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	display: block;	
	background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransfmoodorm.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */	
	padding: 15px 15px 15px 15px;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li > a > span {
	font-size: 16px;
	display: block;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li.current-page-ancestor > a:after,
.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li.current-menu-item > a:after {
	content: " ";
	position: absolute;
	background-image: url(../img/teaser-arrow.png);
	width: 15px;
	height: 24px;
	background-size: cover;
	right: 15px;
	margin-top: -40px;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li.current-page-ancestor > .sub-menu {
	display: block;
	z-index: 9999;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li > .sub-menu > li {
	list-style: none;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li.current-page-ancestor > .sub-menu > li.current-menu-item > a,
.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li.current-page-ancestor > .sub-menu > li.current-menu-ancestor > a {	
	background-color: #597eb2;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li.current-page-ancestor > .sub-menu > li.current-menu-ancestor .sub-menu {
	display: block;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li > .sub-menu {
	display: none;
	padding-bottom: 15px;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li > .sub-menu > li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li > .sub-menu > li > a {	
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 7px 15px 5px 15px;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li > .sub-menu > li > .sub-menu {	
	display: none;
	background-color: #ffffff;
	padding: 0px 0;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li > .sub-menu > li > .sub-menu > li a {	
	color: #0049b2;
	padding: 7px 15px 5px 15px;
	display: block;
}

.responsive-navigation-container .menu-hauptnavigation-container .responsive-hauptnavigation > li > .sub-menu > li > .sub-menu > li.current-menu-item a {
	color: #0049b2;
	background-color: #bbc7d8;	
}

/*---RESPONSIVE METANAVIGATION---*/

.responsive-navigation-container .menu-metanavigation-container {
	background-color: #ffffff;
	padding: 15px 15px 15px 15px;
}

.responsive-navigation-container .menu-metanavigation-container ul li {
	list-style: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
}

.responsive-navigation-container .menu-metanavigation-container ul li a {
	color: #a3a3a3;
	padding: 5px 0;
	display: block;
}

.responsive-navigation-container .menu-metanavigation-container ul li.current-menu-item a {
	color: #0049b2;
}



.responsive-navigation-container .menu-metanavigation-container ul .menu-item-has-children.menu-item-type-custom > a {
	cursor: text;
}

.responsive-navigation-container .menu-metanavigation-container ul .menu-item-has-children.current-menu-ancestor > a {
	color: #0049b2;
}




.responsive-navigation-container .menu-metanavigation-container ul .menu-item-has-children.menu-item-type-custom > a:after {
	content: '';
	background-image: url(../img/arrow_breadcrumbnavigation.png);
	background-size: cover;
	transform: rotate(90deg);
	width: 4px;
	height: 6px;
	position: absolute;
	margin-top: 6px;
	margin-left: 5px;
}

.responsive-navigation-container .menu-metanavigation-container ul .menu-item-has-children.menu-item-type-custom > a:hover {
	text-decoration: none;
}

.responsive-navigation-container .menu-metanavigation-container ul .menu-item-has-children.menu-item-type-custom .sub-menu {
	padding-left: 15px;
}



/*---HAMBURGER ICON---*/

.responsive-navigation-button {
	float: right;
	margin-right: 15px;
	margin-top: 18px;
}

.responsive-navigation-button .glyphicon-menu-hamburger {
	font-size: 27px;
	color: #ffffff;
}

.responsive-hauptnavigation-container {
	background-color: #0049b2;
	width: 100%;
	height: 65px;
}

/*---MOOD---*/

.mood .button_down {
	display: none;
}

.mood.startseite .button_down {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 50%;
    right: 50%;
    margin-left: -30px;
	width: 60px;
	height: 60px;
	background-image: url(../img/down-button.png);
	background-size: cover;
	cursor: pointer;
	z-index: 9998;
}

.mood {
	width: 100%;
	height: 400px;
	/*background-image: url(../img/../img/mood-dummy.jpg);*/
	background-size: cover;
	background-position: center;
}

.mood.startseite {
	width: 100%;
	height: calc(100vh - 245px);
	/*background-image: url(../img/../img/mood-dummy.jpg);*/
	background-size: cover;
	background-position: center;
}

.claim-container {
	position: relative;
	top: 60%;
}

.claim {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	line-height: 48px;
	padding-bottom: 15px;
	display: block;	
	text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
}

.claim-zusatz {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	line-height: 22px;
	display: block;
}


/*---TYPOGRAFIE---*/

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;	
	padding-bottom: 5px;
	padding-top: 45px;
	color: #4e4e4e;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	padding-bottom: 40px;
	color: #4e4e4e;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	color: #4e4e4e;
	border-bottom: 1px solid #cacaca;
}

h3:first-of-type {
	padding-top: 0px;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	padding-bottom: 5px;
	color: #4e4e4e;
	text-transform: uppercase;
}

h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin: 0px;
	padding: 0 0 15px 0;
	color: #4e4e4e;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 15px;
	font-weight: 400;
	color: #4e4e4e;
}

p strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

.legend {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin: 5px 0 15px 0;
}


img.inhaltsbild {
	margin-bottom: 0px;
	width: 100%;
	border: 1px solid #ededed;
}

.bild_block {
	margin-bottom: 15px;
}

.portrait .inhaltsbild {
	margin-bottom: 15px;
}

.bild-container {
	margin-bottom: 15px;
}

.bild_block img {
	width: 100%;
}

.bild-text,
.inhalt-sidebar {
	margin-bottom: 45px;
}

.bild-text.icon-text {
	margin-bottom: 15px;
}

.technische-daten {
	margin-bottom: 30px;
}

.technische-daten .zusatz-info-block.red {
	background-color: #ee3b32;
	padding: 20px 15px;
}

.technische-daten .zusatz-info-block.red p {
	color: #ffffff;

}

.technische-daten .zusatz-info-block.red p:last-of-type {
	margin: 0px;
	padding: 0px;

}



.download {
	margin-top: 5px;
}

/*---TABELLE Technische Daten---*/

.tabelle-technische-daten.tabelle-only {
	margin-top: 0px;
}

.tabelle-technische-daten {
	color: #4e4e4e;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.tabelle-technische-daten thead tr th {
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
	width: 25%;
	text-align: right;
}

.tabelle-technische-daten.tabelle-only thead tr th {
	background-color: #0049b2;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.tabelle-technische-daten thead tr th:first-of-type {
	text-align: left;
}

.tabelle-technische-daten tbody tr td {
	font-size: 16px;
	line-height: 22px;
	/*padding: 10px 10px;*/
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
	text-align: right;
}

.tabelle-technische-daten tbody tr td:first-of-type {
	text-align: left;
}

/*.tabelle-technische-daten tbody tr:nth-child(odd) {
   background-color: #ededed;
}*/

/*----TABELLE Projekt----*/

.tabelle-projekt {
	color: #4e4e4e;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	width: 100%;
	margin-bottom: 15px;
}

.tabelle-projekt tr th {
	text-transform: uppercase;
	/*padding: 10px 10px;*/
	padding: 10px 0;
	/*border-bottom: 1px solid #ededed;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
	width: 240px;
}

.tabelle-projekt tr td {
	text-transform: none;
	padding: 10px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

/*---LISTE IM INHALT---*/

.content ul {
	/*margin-top: 15px;*/
	margin-bottom: 15px;
}

.content ul li {
	color: #4e4e4e;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	list-style: none;
    background-image: url(../img/list-style.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 20px;
	padding-bottom: 10px;
}



/*---CONTENT BLOCKS---*/


.content:last-of-type {
	padding-bottom: 45px;
}

.content.blue {
	padding: 0px 0 45px 0;
	text-align: center;
	background-color: #0049b2;	
}

.content.blue h1,
.content.blue h2, 
.content.blue p {
	color: #ffffff;
}

.content.blue p {
	font-size: 18px;
	line-height: 24px;
}

.content p a,
.content ul li a {
	font-weight: 700;
	color: #0049b2;
}

.content.blue p a {
	font-weight: 700;
	color: #ffffff;
	text-decoration: underline;
}

.content.blue p a:hover {
	text-decoration: none;
}

/*--- TEAESR in CONTENT BLUE---*/

.content.blue .teaser-block {
	padding-top: 25px;
	padding-bottom: 25px;
}

.content.blue .teaser ul li {
	color: #ffffff;
	background-image: url(../img/list-style_white.png);
}

	/*---TEASER BLOCK---*/

.teaser-block {
	padding: 45px 0;
}

.teaser {
	margin-bottom: 30px;
	text-align: left;
}

.teaser a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	display: block;
	height: 90px;
	background: -moz-linear-gradient(top, rgba(26,92,186,1) 0%, rgba(0,73,178,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(26,92,186,1) 0%,rgba(0,73,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(26,92,186,1) 0%,rgba(0,73,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5cba', endColorstr='#0049b2',GradientType=0 ); /* IE6-9 */
	padding: 20px 15px 0 15px;
}

.teaser a:after {
	content: " ";
	position: absolute;
	background-image: url(../img/teaser-arrow.png);
	width: 15px;
	height: 24px;
	background-size: cover;
	right: 30px;
	top: 35px;
}

.teaser a span {
	font-size: 16px;
	display: block;
}

.teaser a:hover {
	background: rgba(0,73,178,1);
	text-decoration: none;
}

.teaser ul {
	margin-top: 15px;
}

.teaser li {
	color: #4e4e4e;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	list-style: none;
    background-image: url(../img/list-style.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 20px;
	padding-bottom: 10px;
}


/*---BLOCK---*/

.block {
	margin-bottom: 30px;
}


/*---PARALLAX---*/

.image-parallax {
	min-height: 240px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

/*---BREADCRUMBS---*/

.breadcrumbs-container {
	background-color: #ededed;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;	
	color: #4e4e4e;
	margin-top: 45px;
}

.breadcrumbs-container.startseite-bereich {
	margin-top: 0px;
}


.breadcrumbs-container .breadcrumbs {
	border-bottom: 1px solid #cacaca;
	padding: 15px 0;
}

.breadcrumbs-container .breadcrumbs span {
    padding-right: 8px;
    margin-right: 0px;
    margin-left: 2px;
    margin-right: 2px;
}

.breadcrumbs-container .breadcrumbs span:last-of-type:after {
    background-image: none;
}

.breadcrumbs-container .breadcrumbs span > span {
    font-weight: 700;
}

.breadcrumbs-container .breadcrumbs > span:after {
    content: '';
    background-image: url(../img/arrow_breadcrumbnavigation.png);
    background-size: cover;
	width: 4px;
    height: 6px;
    position: absolute;
    margin-top: 6px;
}

.breadcrumbs-container .breadcrumbs-title:after {
    background-image: none !important;
}

.breadcrumbs-container .breadcrumbs-title {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.breadcrumbs-container .breadcrumbs a {
    color: #0049b2;
}

.pagination {
	font-size: 16px;
	background-color: #ededed;
	width: 100%;
	border-radius: 0px;
	padding: 10px 15px 8px 15px;
}

.pagination .page-numbers {
	padding: 0 5px 0 0;
}

.pagination a {
	font-weight: 700;
	color: #0049b2;
}

.pagination-title {
	display:block;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 0 3px 0;
}

.breadcrumbs a[href$="/jobs/"] {
	pointer-events: none;
}

/*---FOOTER---*/

footer {
	background-color: #ededed;
	padding: 45px 0 0px 0;
}

footer .adresse {
	padding-bottom: 30px;
	float: left;
	margin-right: 30px;
}

footer .title {	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #4e4e4e;
}

footer p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #4e4e4e;
	padding-bottom: 10px;
}

footer p a {
	color: #0049b2;
	font-size: 13px;
}

footer p a:hover {
	color: #4e4e4e;
	text-decoration: none;
}

.iso {
	margin-bottom: 30px;
}

.footer-abschluss {
	background-color: #0049b2;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 0;
}

.footer-abschluss a {
	color: #ffffff;
	text-decoration: none;
}

.footer-abschluss a:hover {
	text-decoration: underline;
}

.webdesignby {
	float: right;
}

/*---Social Media Icons----*/

.socialmedia {
	list-style: none;
	margin: 0;
	padding: 0;
}

.socialmedia li {
	list-style: none;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.socialmedia li a {
	display: block;
	text-decoration: none;
	width: 30px;
	height: 30px;
}

.socialmedia a:before {
	content: "";
		background-size: cover;
	position: absolute;
	width: 30px;
	height: 30px;
}

.socialmedia a.facebook:before {
	background-image: url(../img/icon_facebook.png);
}

.socialmedia a.linkedin:before {
	background-image: url(../img/icon_linkedin.png);
}

.socialmedia a.instagram:before {
	background-image: url(../img/icon_instagram.png);
}


/*---NEWS DESIGN---*/

.blog-entry {
	/*margin-top: 30px;*/
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cacaca;
	
}

.blog-entry a {
	text-decoration: none;
}

.blog-entry a:hover h2 {
	color: #0049b2;
}

.blog-entry h2,
.sidebar h2 {
    padding-bottom: 15px;
}

.date {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #4e4e4e;
	margin-bottom: 5px;
	display: inline-block;
}

.sidebar {
	margin-top: 45px;
	list-style: none;
	font-family: 'Roboto', sans-serif;
}

.sidebar > li {
	background-color: #ededed;
	padding: 30px 15px 15px 15px;
	margin-bottom: 15px;
}

.sidebar > li > ul > li {
	list-style: none;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cacaca;
}

.sidebar > li > ul > li:last-of-type {
	border-bottom: 0px;
}

.sidebar > li > ul > li > a {
	display: block;
	font-weight: 700;
	color: #0049b2;
}

.sidebar li ul li .post-date {
	display: block;
}

.blog-image {
	
}

a.text-link:hover p {
	color: #0049b2;
}

.blog-image img {
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
}

.more a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #0049b2;
}

.more a:hover {
	text-decoration: underline;
}

.size-full {
	width: 100%;
	height: 100%;
}

.gallery-item img {
	border: 0px !important;
}

/*---iFRAME---*/

iframe {
	/*height: 422px;*/
	margin-bottom: 30px;
	width: 100%;
}

/*.gallery-item {
	
}

.gallery-item {
	padding-right: 15px;
}

.gallery-item:nth-child(2n) {
	padding-left: 15px;
	padding-right: 0px;
}

*/

/*---FORMULAR---*/

input[type=text],
input[type=submit],
input[type=email],
select {
	width: 100%;
	height: 38px;
	margin-bottom: 15px;
	border: 3px solid #ededed;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #4e4e4e;
}

input:disabled,
input[disabled] {
	background-color: #ededed !important;;
}

input:disabled:hover,
input[disabled]:hover {
	background: #ededed !important;;
}

select {
	padding-left: 1px;
}

input {
	padding: 0 5px;
}

textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
	border: 3px solid #ededed;
	resize: none;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #4e4e4e;
	padding: 5px;
}

label {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #4e4e4e;
	text-transform: uppercase;
	margin-bottom: 0px;
}

input[type=submit] {
	background-color: #0049b2;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
	text-transform: uppercase;
	height: 45px;
	border: 0px;
}

input[type=submit]:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a5cba+0,0049b2+100 */
	background: rgb(26,92,186); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(26,92,186,1) 0%, rgba(0,73,178,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(26,92,186,1) 0%,rgba(0,73,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(26,92,186,1) 0%,rgba(0,73,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5cba', endColorstr='#0049b2',GradientType=0 ); /* IE6-9 */
}

/*---VALIDATION----*/

span.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-not-valid {
	border: 3px solid #0049b2 !important;
}

.wpcf7-radio.wpcf7-not-valid {
	border: 0px !important;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng{
    border: 0px;
	background-color: #0049b2;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
div.wpcf7-response-output {
    margin: 0 0 30px 0;
    padding: 15px 30px;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #0049b2;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: 700;
}

/*---ANMELDEFORMULAR----*/

span.wpcf7-list-item {
	margin: 0px;
}

.wpcf7-list-item-label {
	font-size: 16px;
	text-transform: none;
}

.begleitungDetails.inactive input[readonly] {

}

.inactive label {
	color: #d1d1d1;
}

.begleitung {
	margin: 19px 0 0 0;
}

.begleitungDetails {
	margin: 10px 0 15px 0;
}

.vegetarisch {

}

.vegetarischMenu {
	margin: 10px 0 15px 0;
}

form p {
	display: none;
}

input[type=radio] {
	margin: 0px;
}



/*

.radios {
	margin-bottom: 34px;
}

input[type=radio],
input[type=checkbox]{
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	float: left;
}


.wpcf7-radio label {
	font-size: 16px;
	text-transform: none;
	margin-right: 10px;
	float: left;
	margin-top: 3px;
}

span.wpcf7-list-item {
	margin: 0px;
	display: block;
}*/


/*---TEAM BLOCK---*/

.team {
	margin-bottom: 45px;
}


/*---TEXT MARKIERUNG---*/

::-moz-selection { 
   color:#FFFFFF; 
   background: #0049b2;
   text-shadow: none; 
}

::selection { 
   color:#FFFFFF; 
   background: #0049b2;
   text-shadow: none; 
}









