@charset "utf-8";

*		{ margin: 0px; padding: 0px; border: 0px; }
html	{ height: 100%; }
body	{
  background-color: white;
  font-family: "Benton Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  height: calc(100% - 160px); 
  width: calc(100% - 20px); 
}

div { display: block; }

/**** MAINFRAME ****/
div#wrapper { text-align: center; width: 100%;	min-width: 1000px; height: 100%; }

/** Header **/

div#header {
	background-color: #F1F4FA;
	text-align: center;
	padding-top: 40px;
	position: fixed;
	height: 80px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 9;

	box-shadow: 0 6px 6px 0 rgba(0,0,0,0.19);
}

div#headline {
	height: 40px;
	width: 1050px;
	margin: auto;
}

div#bsu_logo, div#bsu_text {
  background-color: darkblue;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 29px;
  padding-left: 2px;
  padding-top: 0px;
  color: white;
  height: 31px;
  width: 80px;
  float: left;
}
div#bsu_logo a {
	text-decoration: none;
	color: white;
}
div#bsu_logo a:hover {
	color: lightgray;
}

div#bsu_text {
  border: 2px solid darkblue;
  background-color: white;
  font-weight: normal;
  line-height: 1.0em;
  margin-left: 4px;
  font-size: 13px;
  color: darkblue;
  padding: 1px;
  height: 25px;
  width: 230px;
}

div#menu {
  text-align: left;
  font-size: 18px;
  width: 700px;
  height: 30px;
  padding: 2px;
  float: left;
}
div#menu ul li {
	list-style-type: none;
	text-align: center;
	margin-right: 5px;
	padding: 4px 0 0 20px;
	float: left;
}
div#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #8090B0;
}
div#menu ul li a:hover {
	color: #223366;
}

/** Content **/

div#content {
	margin-top: 130px;
	padding-top: 20px;
	text-align: left;
	width: 100%;
}

div#component {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding: 10px 5px 5px 5px;
	overflow-y: auto;
	color: #0b244c; 
	width: 100%;
}

.clear_line { width: 100%; height: 5px; clear: both; }

/** Articles **/

.center_two {
	margin-left: calc(50% - 460px);
}

.center_three {
	margin-left: calc(50% - 700px);
}

.teaser {
	border: 1px solid darkgray;
	margin: 20px 20px;
	height: 500px;
	width: 400px;
	float: left;
	
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.teaser_img {
	height: 200px;
	width: 400px;
}

.teaser_text {
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	padding: 10px;
	height: 250px;
	width: 380px;
}

.teaser_fade {
	margin-top: -30px;
	overflow: hidden;
	height: 30px;
	width: 400px;
}

.teaser_fade img {
	height: 30px;
	width: 400px;
}

.teaser_open {
	text-align: right;
	height: 30px;
	width: 350px;
}
.teaser_open a {
  	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #223366;
}
.teaser_open a:hover {
	color: #8090B0;
}

.teaser_button {
  text-align: right;
  margin-top: 12px;
  height: 25px;
  width: 375px;
}
.teaser_button input {
  border: 1px solid darkblue;
  height: 24px;
  width: 160px;
}

.content_header {
	margin-bottom: 10px;
	width: 900px;
}

.img_person {
  box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
  border: 2px solid gainsboro;
  margin-right: 15px;
}

.kontakt_label {
  height: 24px;
  width: 250px;
}

.kontakt_feld, .kontakt_text {
  border: 1px solid darkblue;
  font-size: 16px;
  padding: 0 5px;
  height: 80px;
  width: 368px;
  box-shadow: 0 6px 6px 0 rgba(0,0,0,0.19);
}

.kontakt_feld {
  margin-bottom: 15px;
  height: 24px;
}

.kontakt_info {
	line-height: 1.6em;
	margin: 20px 25px;
	font-size: 15px;
	height: 4200px;
	width: 380px;
	float: left;
}

.btn_route {
  background-color: darkblue;
  border-radius: 3px;
  text-align: center;
  margin-top: 18px; 
  height: 22px; 
  width: 120px;
  float: left; 
}
.btn_route a {
  text-decoration: none;
  color: white;
}
.btn_route a:hover {
  color: lightgreen;
}

/**** PlugIn FlexForm Override ****/
div.fc_before { text-align: center; }
div.fc_outer  { float: right; margin-right: calc(50% - 450px); }
div.fc_after  { float: right; }
div.fc_line   { text-align: center; }
div.fc_image_inner img { height: 90px; width: 90px; }

div.fc_line label.fc_left          { width:22% }
div.fc_line input[type="text"],
div.fc_line input[type="email"]    { width:74% }
div.fc_line textarea.fc_input      { width:74% }
