/* HEADER */

header {
	padding:40px 0 20px;
}

header .inner {

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}


header #logo {
	display:flex;
	flex:1 1 250px;
	align-items: center;
	justify-content: center;
}
header #logo img {
	width:250px;
	height:auto;
	display:block;
}


header #navigationsBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex:1 1 100%;
	position:relative;
}


#kapitelbild {
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:400px;
}

#kapitelbild .inner, #kapitelbild .inner .innerBox {
	height:100%;
}

.seitenTeaserBox {
	font-family: 'Roboto Condensed', sans-serif;
	position:relative;
	display:flex;
	background-color:rgba(0,93,169,0.8);
	color:#fff;
	width:50%;
	height:100%;
	align-items: center;
	justify-content: left;
}

.seitenTeaserBoxInner {
	text-align:left;
	padding:40px 50px;
	font-size:42pt;
	line-height:83px;
	font-weight:normal;
}


/* RESPONSIVE */
@media  only screen and (max-width: 1290px) {
	header #logo {
		display:flex;
		flex:1 1 120px;
		align-items: center;
		justify-content: center;
	}
	header #logo img {
		width:120px;
		height:auto;
		display:block;
	}
	header {
		padding:20px 0 20px;
	}
		.seitenTeaserBoxInner {
		padding:40px 50px;
		font-size:36pt;
		line-height:63px;
		font-weight:normal;
	}
}


@media  only screen and (max-width: 420px) {
	header #logo {
		display:flex;
		flex:1 1 90px;
		align-items: center;
		justify-content: center;
	}
	header #logo img {
		width:90px;
		height:auto;
		display:block;
	}
	header {
		padding:10px 0 10px;
	}
}
@media  only screen and (max-width: 420px) {
	#kapitelbild {
		height:200px;
	}
}
@media  only screen and (max-width: 380px) {
}




@media  only screen and (max-width: 1290px) {


}

@media  only screen and (max-width: 1023px) {
	.seitenTeaserBoxInner {
		padding:40px 50px;
		font-size:28pt;
		line-height:43px;
		font-weight:normal;
	}
}


@media  only screen and (max-width: 767px) {
	.seitenTeaserBox {
		display:none;
	}
}
