#logo {
  background-image: url('/pub/img/ee-systems-banner.png');
  background-size: cover;
  background-position: center;
  height: 250px; /* oder was du willst */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#main {
	min-height: 100vh;
}
#header {
	background-color: #002950;
	overflow: hidden; 
}

img.farben {
	height: 240px;
}

div.logobar {
	text-align: center;
	padding: 1em;
}

div.login {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

div#pageContentBlock {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1.5em;
}
div#pageContentTable {
	display: table;
}
div.flexContentBlock {
	padding: 2em;
	padding-left: 0em;
	width: 50%;
	box-sizing: border-box;
}
div.flexContentBlock3er {
	padding: 2em;
	padding-left: 0em;
	/* width: 33%; */
    	box-sizing: border-box;
}
div.noflexContentBlock {
	padding-bottom: 1em;
	width: 100%;
	/* width: 75%; */
	margin: 0 auto 0 auto;
}
div.td {
	background-color: #ffffff;
	display: table-cell;
	width: 50%;
	width: 50%;
	margin-bottom: 1em;
	padding: 2em;
	vertical-align: middle;
	line-height: 180%;
}
div.tdWhite {
	height: 3em;
	background-color: #ffffff;
	width: 100%;
}
div.tdColoredHeader {
	background-color: #3e9ece;
	display: table-cell;
	font-size: 3em;
	font-weight: 300;
	color: #ffffff;
	width: 50%;
	width: 47%;
	vertical-align: middle;
	padding: 1em;
	text-align: center;
}
div.tr {
	display: table-row;

	display: flex;
	flex-wrap: no-wrap;
	flex-direction: row;
}
div.trRight {
	display: table-row;

	display: flex;
	flex-wrap: no-wrap;
	flex-direction: row-reverse;
	/* 
	change to fit mobile version!
	flex-direction: row;
	*/
}


ol, ul {
	margin-top: 0;
	padding-top: 0em;
	padding-bottom: 1em;
	padding-bottom: 0.25em;
	padding-right: 1em;
}

div.pageTitle {
	/* width: 80%; */
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 3em;
	font-size: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
}
div.pageSubTitle {
	width: 80%;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.25em;
}
div.pageTitleItem {
	align-self: bottom;
}

a.teaser, a.teaser:hover {
	font-size: 1.5em;
	text-decoration: none;
	margin-bottom: 0.5em;
}
a.teasertext, a.teasertext:hover {
	color: #000;
	text-decoration: none;
	border: 0;
	background-color: rgba(255,255,255,0);
}
div.contentList {
}
div.contentListHeader {
	padding-bottom: 0.5em;
}
div.contentListItem {
	padding-bottom: 2em;
}
div#bannerImg {
	height: 50vh;
	background-size: cover;	
	background-position: center;
	vertical-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 2em;
}
div#bannerImgText {
	font-size: 6em;
	font-weight: 300;
	color: #ffffff;
	padding: 0.15em;
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.72);
	background-color: rgba(173,214,230, 0.75);
	background-color: #002950;
}

div#pageContentBlockDownloads {
	/*
	width: 80%;
	margin: 0 auto 0 auto;
	*/
	padding-bottom: 2em;
}


.infobox a {
	font-size: 1.5em;
}

b {
	color: #1f476b;
}

div.customTeaser {
	font-size: 1.8em;
	text-align: center;
	line-height: 180%;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

div.tdTable {
	display: table;
	padding-bottom: 1em;
	width: 100%;
}
div.tdLeft {
	display: table-cell;
	padding-right: 2em;
	width: 60%;
}
div.tdText {
	padding-bottom: 2em;
}

div.tdInfobox {
	display: table-cell;
	/* background-color: rgba(62, 158, 206, 0.8); */
	background-color: #002950;
	font-weight: 300;
	padding: 2em;
	padding-top: 1.5em;
	margin: 1em 1em 1em 1em;
	width: 40%;
}
div.textheaderInfobox {
	font-weight: 600;
	font-size: 2em;	
   	padding-bottom: 0.5em;
	color: #ffffff;
}
div.flowBlock {
}
div.flowBlockItem {
	padding-bottom: 2em;
}

div.contentListBlock {
	display: flex;
	justify-content: space-between;
}
div.contentListBlockItem {
	width: 33%;
}
