/***************** frame - positioning ******************/
#page {
	width: 1024px;
	margin: 0 auto;
	background: #fff;

	box-shadow: 10px 10px 30px #5f5f5f;
	-moz-box-shadow: 10px 10px 30px #5f5f5f;
	-webkit-box-shadow: 10px 10px 30px #5f5f5f;
	-webkit-box-shadow: 10px 10px 30px #5f5f5f;
}
#pageInner {
	width: 91.796875%; /* 940: 1024  re u li 30px */
	margin: 0 auto 60px auto;
	padding: 0;
}
#header {
	position: relative;
}
#lang {
	height: 30px;
	text-align: right;
	font-size: .75em;
	padding: 0;
}
#lang a {
	display: inline-block;
	padding: 10px 0 0 0;
}
#lang, #lang a {
	color: #b1b7b9;
}
#lang a:hover, #lang a:active, #lang a:focus {
	text-decoration: underline;
}

#func2 {
	display: none;
}
#search {
	width: auto;
	float: right;
}
#searchform {
	float: right;
	font-size: .75em;
	text-align: left;
	color: #515155;
	width: auto;
	margin: 15px 0 0 0;
}
#searchlabel {
	background: url(img/sprite.png) no-repeat -362px 0;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	width: 30px;
	height: 23px;
	display: inline-block;

	display: none;
}
#searchform label {
	font-size: .92em;
	font-weight: normal;
	color: #222;
}
.js #searchlabel {
	background-position: -297px 0;
}
#searchbox {
	padding: 3px 0 0 5px;
	height: 32px;
	margin: 0 0 3px 0;

	border-top: 1px solid #cfd0d1;
	border-left: 1px solid #cfd0d1;
	border-right: 1px solid #eeefef;
	border-bottom: 1px solid #eeefef;

	box-shadow: inset 2px 2px 4px 1px #dde1e4;
	-moz-box-shadow: inset 2px 2px 4px 1px #dde1e4;
	-webkit-box-shadow: inset 2px 2px 4px 1px #dde1e4;
}
#searchfield {
	height: 25px;
	width: 200px;
	font-size: 1.125em;
	float: left;
	line-height: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #b1b0af;

	padding: 0;
	background: none;
	border: none;
}
#searchbutton {
	background: #fff url(img/sprite.png) no-repeat -293px 3px;
	width: 30px;
	height: 28px;
	border: 0;
	text-indent: -700px;
	color: white;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 1px;
	float: right;
}

/*********************** mainnav *********************/
#mainnav {
	margin: 0 0 5px 0;
}
.js #mainnav ul {
	display: block !important;
}
#mainnav li {
	display: inline-block;
	padding: 10px 0;
}
#mainnav strong, #mainnav a {
	display: inline-block;
	border: none;
	padding: 0 12px 0 5px;
	font-weight: normal;
	color: #515a5f;
	border-left: 1px solid #515a5f;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav strong, #mainnav a.selected, #mainnav li.act a {
	color: #16191a;
	border-left: 3px solid #D42D12;
	padding: 0 12px 0 3px;
}
#wissen {
	background: url(img/sprite.png) no-repeat -439px -116px !important;
}
#wissen:hover,
#wissen.act {
	background-position: -439px -154px !important;
}
#wissen strong, #wissen a {
	margin-left: 60px;
	border-left: none;
}
#mainnav #wissen a:hover, #mainnav #wissen a:active, #mainnav #wissen a:focus, #mainnav #wissen strong, #mainnav #wissen.act a, #mainnav #wissen a.selected {
	border-left: none;
	padding: 0 12px 0 5px;
}

#subnavigation {
	padding: 15px 15px 20px 15px;
	margin-bottom: 5px;
	position: relative;

	border-top: 1px solid #cfd0d1;
	border-left: 1px solid #cfd0d1;
	border-right: 1px solid #eeefef;
	border-bottom: 1px solid #eeefef;

	box-shadow: inset 2px 2px 4px 1px #dde1e4;
	-moz-box-shadow: inset 2px 2px 4px 1px #dde1e4;
	-webkit-box-shadow: inset 2px 2px 4px 1px #dde1e4;

	display: none;
}

.nojs #subnavigation {
	display: block;
}

.menuetab {
	overflow: hidden;
}

.level2 {
	float: left;
	width: 30%;
	border-right: 1px solid #96a0a6;
	margin: 0 15px -1000px 0;
	padding: 0 15px 1000px 0;
}
.level2 + .level2 + .level2 {
	border-right: none;
	width: 29%;
}
.level2 li {
	margin: 0 0 15px 0;
	font-size: .8125em;
	line-height: 125%;
}

.level2 strong, .level2 a {
	color: #474f54;
	padding: 3px 10px 3px 2px;
	font-weight: bold;
	display: block;
}
.level2 a:hover, .level2 a:active, .level2 a:focus, .level2 strong, .level3 .act a {
	color: #fff;
	background: #D42C12;
}

/**** level 3 ***/
.level3 {
	margin-top: 2px;
}
.level3 li {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.level3 strong, .level3 a {
	font-weight: normal !important;
	padding: 3px 10px 3px 2px;
	border-top: 1px solid #d8dadc;
}

.navSide {
	float: left;
	width: 30%;
	display: block;
}
.navSide img {
	float: left;
	width: 45%;
	margin: 2px 12px 10px 0;
}
.navSide h3 {
	font-size: 1.125em;
	margin: 0 0 15px 0;
}
.navSide p {
	font-size: .75em;
}

#closeSubnavi {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#subnavigation #closeSub {
	background: url(img/sprite.png) no-repeat -330px 0;
	display: inline-block;
	width: 25px;
	height: 25px;
}
#breadcrumb {
	display: block;
	margin: 5px 0 20px 0;
	font-size: .625em;
	color: #16191a;
	float: left;
	width: 85%;
	line-height: 135%;
}
#breadcrumb a {
	color: #76838b;
	text-decoration: underline;
	padding: 0 15px 0 0;

	background: url(img/sprite.png) no-repeat right -531px;
}
#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus, #print a:hover, #print a:active, #print a:focus {
	color: #16191a;
}
#print {
	display: block;
	float: right;
	margin-top: 5px;
}
#print a {
	font-size: .625em;
	color: #76838b;
	background: url(img/sprite.png) no-repeat -472px -13px;
	padding: 2px 0 0 23px;
}
#content {
	margin: 0 0 20px 0;
}
.home #centerCol {
	float: left;
	width: 74.46%; /* 700:940 */
}
.home #rightCol {
	float: right;
	width: 24.46%; /* 230:940 */
}
.home #rightCol h2 {
	font-size: 1.125em;
	border-top: none;
	padding-top: 0;
	font-weight: bold;
}
#centerCol {
	float: left;
	width: 63.957%; /*600:940 */
}
#rightCol {
	float: right;
	width: 32.829%; /*310:940 */
}
/***************** footer ******************/
.social_share_privacy_area {
	clear: both;
	margin: 20px 0 !important;
	list-style-type: none;
	padding: 0 !important;
	width: auto;
	height: 25px;
	display: block;
}
.social_share_privacy_area li {
	margin: 0 !important;
	padding: 0 !important;
	height: 21px;
	float: left;
}
.social_share_privacy_area li .dummy_btn {
	float: left;
	margin: 0 0 0 10px;
	cursor: pointer;
	padding: 0;
	height: inherit;
}
.social_share_privacy_area li div iframe {
	overflow: hidden;
	height: inherit;
	width: inherit;
}

.social_share_privacy_area .facebook {
	width: 180px;
	display: inline-block;
}
.social_share_privacy_area .facebook .fb_like iframe {
	width: 145px;
}

.social_share_privacy_area .twitter {
	width: 148px;
}
.social_share_privacy_area li div.tweet {
	width: 115px;
}

.social_share_privacy_area .gplus {
	width: 123px;
}
.social_share_privacy_area li div.gplusone {
	width: 90px;
}

.social_share_privacy_area li .switch {
	display: inline-block;
	text-indent: -9999em;
	background: transparent url(img/sprite.png) no-repeat -249px -38px scroll;
	width: 23px;
	height: 12px;
	overflow: hidden;
	float: left;
	margin: 4px 0 0;
	padding: 0;
	cursor: pointer;
}
.social_share_privacy_area li .switch.on {
	background-position: -249px -49px;
}

.social_share_privacy_area li.help_info {
	position: relative;
}
.social_share_privacy_area li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
	display: none;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 290px;
	padding: 10px 15px;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 3px 4px #999;
	-webkit-box-shadow: 0 3px 4px #999;
	box-shadow: 0 3px 4px #999;
	background-color: #fdfbec;
	color: #000;
	z-index: 500;
}
.social_share_privacy_area li.gplus.help_info .info {
	left: -60px;
}
.social_share_privacy_area li .help_info.icon .info {
	left: -243px;
	width: 350px;
}
.social_share_privacy_area li.help_info.display .info,
.social_share_privacy_area li .help_info.icon.display .info {
	display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
	display: none;
}
.social_share_privacy_area li .help_info.icon {
	background: transparent url(img/sprite.png) no-repeat -208px -40px scroll;
	width: 25px;
	height: 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #e7e3e3;
	border-right-width: 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
	border-top-width: 0;
	border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
	border-right-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.social_share_privacy_area li.settings_info {
	position: relative;
	top: -2px;
}
.social_share_privacy_area li.settings_info a {
	text-decoration: none;
	margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
	background-color: #f3f4f5;
	border: 2px solid #e7e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #c1c1c1;
	-webkit-box-shadow: 2px 2px 3px #c1c1c1;
	box-shadow: 3px 3px 3px #c1c1c1;
	left: 0;
	position: absolute;
	top: 0;
	width: 135px;
	z-index: 1000;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
	border-width: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
	display: none;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
	text-indent: -9999em;
	display: inline-block;
	background: transparent url(img/sprite.png) no-repeat -177px -41px scroll;
	width: 25px;
	height: 20px;
	border: 2px solid #e7e3e3;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
	border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
	border-width: 0;
	margin: 0;
	padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 10px 0;
	width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
	clear: both;
	float: left;
	margin: 4px 10px 4px 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	-moz-transition: color .5s ease-in;
	-webkit-transition: color .5s ease-in;
	transition: color .5s ease-in;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
	color: #090;
}

#footer {
	padding: 10px 20px 10px 0;
}
#footer .col {
	float: left;
	/*width: 27%;*/
	width: 25%;
	border-right: 1px solid #fff;
	border-bottom: none;
	margin: 0 0 0 20px;
	height: 20em;
	padding: 0 5px 0 0;
}
#footer #socialmedia {
	/*width: 20%;*/
	width: 24%;
	border-right: none;
}
#footer #metanav {
	width: 12%;
}
#footer li {
	display: block;
}
#footer h4 {
	margin: 5px 0 15px 0;
}
#socialmedia a {
	margin: 0 4px 0 0;
}

/***************** contents ******************/
h1 {
	border-top: 1px solid #96A0A6;
}

h3 {
	font-size: 1.125em;
}
#rightCol h2 {
	font-size: .8125em;
	margin-top: 2em;
	font-weight: normal;
}

#rightCol > h2:first-child,
#rightCol .contentWrap:first-child h2 {
	margin-top: 0;
}

p {
	font-size: 0.8125em;
}

.glossary {
	font-size: .75em;
}

.glossary p {
	font-size: 1em;
}

/***************** generals - boxes *****************/
#boxes .contentWrap {
	width: 33%;
	float: left;
	margin-bottom: 0;
}
#boxes .contentWrap.last {
	float: right;
}

#boxes .inner {
	margin: 0 20px 0 0;
}
#boxes .contentWrap:last-child .inner {
	margin: 0;
}

/*************** menues ******************************/
.csc-menu li,
.csc-bulletlist-0 li,
#tabmenue li {
	font-size: .75em;
	list-style: none;
}
.tabbing {
	clear: both;
}
.tabbing li,
#tabmenue li {
	float: left;
}

/**************************** forms *****************************/
.tx-powermail-pi1 {
	position: relative;
}
.tx-powermail-pi1 .field {
	margin-left: auto;
}
input[type=text],
input[type=email],
textarea,
select {
	font-size: .75em;
	width: 20em;
}

#rightCol input[type="text"], #rightCol textarea, #rightCol select {
	width: 11em;
}
label {
	font-size: .75em;
}
select {
	width: 16em;
}
textarea {
	width: 96%;
}

fieldset {
	width: 99%;
}
.field {
	background: #ccc;
	border: 1px solid #ccc;
	margin: 4px 0 0 0;
	padding: 0 0 0 5px;

	width: 70%;
}

#rightCol .field {
	width: 100%;
}
.field.white {
	border: 1px solid #768a94;
	background: #fff;
	width: 99%;
	margin: 10px 0 0 0;
}
.field.transparent {
	border: none;
	background: none;
	border: none;
}
label {
	display: inline-block;
}
label.inline {
	display: inline;
}
.field.white input,
.field.white textarea,
.field.white select {
	background: #fff;
}
p.mandatory {
	text-align: right;
	margin: 10px 0 0 0;
}
input[type=submit],
input.submit {
	width: 50%;
	float: right;
}
input[type=reset] {
	width: 45%;
	float: left;
}
#rightCol input[type=submit] {
	width: 100%;
}

.powermail_all {
	font-size: .75em;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_checkbox_title,
.tx_powermail_pi1_fieldwrap_html_radio_title {
	font-size: .75em;
}

/*************** indexed_search **********************/
#tx_indexedsearch label,
.searchbox_xmlpublication label {
	width: 8em;
}

#tx_indexedsearch select {
	width: 25em;
}
#tx_indexedsearch label.checkbox {
	width: auto;
}
.browsebox,
.tx-indexedsearch-info {
	font-size: .75em;
}
.tx-indexedsearch-whatis {
	font-size: .8em;
}
.tx-indexedsearch-percent {
	float: right;
	font-size: .7em;
}

/************** slider ******************/
#sliderBig li {
	position: relative;
}
#sliderBig .cont {
	position: absolute;
	bottom: 0;
	left: 0;
}
#sliderBig h1, #sliderBig p {
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .6);
	padding: 5px;
}
#sliderBig h1 {
	font-size: 2em;
	margin: 0;
}
#sliderBig p {
	font-size: 1em;
	display: block;
	margin: 5px 0 0 0;
}

.flex-control-nav {
	/*padding: 0 17px 5px 0;*/
	padding: 0 0 5px 0;
}
.flex-control-nav li:first-child {
	padding: 0 0 0 15px;
}

/**************** slider *******************/
.nojs #sliderBig {
	position: relative;
	height: 385px;
}
.nojs #sliderBig li {
	position: absolute;
	top: 0;
	left: 0;
}
.nojs #sliderBig img {
	max-width: auto;
	width: 100%;
}
#control {
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 1000;
}
#control li {
	float: left;
	margin-right: 5px;
	list-style: inside none;
	width: 5em;
}
#control li img {
	width: 5em;
	border: 2px solid transparent;

}
#control li.active img {
	border: 2px solid #fff;
}
#sliderBig .cont {
	width: 60%;
	margin: 0 0 10px 10px;
}
.flex-direction-nav {
	display: none;
}
#boxes h2 {
	font-size: .8125em;
}

.flex-control-nav a {
	width: 9px;
}

/*** themen ***/
#themen .contentWrap + .contentWrap {
	margin: 0 -42px;
}
#themenback {
	font-size: .6875em;
	margin: 30px 0;
}
#sliderImages .item {
	float: left;
}
#sliderImages .toplabel {
	font-size: .875em;
	text-transform: uppercase;
	font-weight: bold;
}
#sliderImages .title {
	font-size: 1.375em;
	font-weight: bold;
}
#sliderImages .flex-control-nav a {
	padding: 0 5px;
}
#themennav {
	overflow: hidden;
	border-top: 1px solid #96A0A6;
	font-size: .875em;
	text-align: right;
}
#themennav li {
	display: inline;
}
#themennav li a,
#themennav li strong {
	display: inline-block;
	font-weight: normal;
	color: #333;
	padding: 5px 10px;

	position: relative;
}
#themennav li a:hover,
#themennav li a:active,
#themennav li a:focus,
#themennav li strong,
#themennav li.act a {
	background: #ce2d13;
	color: #fff;
}
#themennav li strong:before,
#themennav li a:hover:before,
#themennav li.act a:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ce2d13;
}
.sliderSmallTwin .item {
	border-bottom: 1px solid #96A0A6;
}

/**************************** lists ******************************/
.tx-list-pi-selectorbox div {
	float: left;
	margin: 0 1em 0 0;
}
.searchbox_xmlpublication .field {
	float: none;
	margin: 4px 0 0 0;
}

p.pagenavi {
	float: left;
	font-size: 0.7em;
}
.pagenavi {
	float: right;
	margin-left: 30px;
	font-size: 0.7em;
}
#centerCol .list {
	clear: both;
}
#centerCol .list li {
	border-bottom: 1px solid #96A0A6;
}
#centerCol .list li:last-child,
#centerCol .flexslider .list li {
	border: none;
}
#centerCol .list li.col {
	float: left;
	width: 49%;
	margin-right: 2%;
	border: none;
}
#centerCol .list li.col.nomargin {
	margin: 0;
}
#centerCol .list li.col img {
	width: 40%;
	margin-right: 15px;
}
.list h3 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
#rightCol .list h3,
#boxes .list h3 {
	font-size: 1.125em;
}
#centerCol .list p.teaser {
	margin-left: 24.5%;
}
.list.adress h3 {
	font-size: 1.125em;
}
.list.adress p,
#rightCol .list.adress p {
	margin-left: 44%;
}

.list img {
	margin: 1.6em 1.5625em 0 0;
	width: 20%;
}
.list.video img {
	margin: 0;
	width: 100%;
}
#boxes .list img {
	margin: 2px .625em 0 0;
	width: 40%;
}
#rightCol .list img {
	margin: 0 .625em 0 0;
	width: 40%;
}
#rightCol .list.video img {
	margin: 0;
	width: 100%;
}
.list.audio li,
.list.video li {
	font-size: 0.75em;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.list.audio li strong,
.list.video li strong {
	font-size: 1.5em;
	padding: 0 0 15px 0;
	line-height: 120%;
	display: inline-block;
}
.list.video video,
.list.video .video,
.list.audio audio,
.list.video object,
.list.audio object {
	float: right;
	margin: 0 0 10px 30px;
	width: 50%;
}

#rightCol .list.video video,
#rightCol .list.video .video,
#rightCol .list.audio audio,
#rightCol .list.video object,
#rightCol .list.audio object,
#boxes .headlinelist.video object {
	width: 100%;
	margin: 0 0 6px 0;
	float: none;
}

.videolist li {
	float: left;
	padding: 5px 20px 5px 0;
	width: 29%;
}

#videodetail video,
#videodetail .video {
	float: right;
	width: 50%;
	padding: 15px 0 10px 25px;
}

#centerCol .list.audiolist li {
	border-bottom: 0;
}

.audiolist img {
	margin: 0 1.5625em 1.5em 0;
	width: 20%;
	float: left
}

#audiolist audio {
	float: right;
	margin: 0 0 10px 30px;
	width: 50%;
}

.videolist h3,
.audiolist h3 {
	font-size: 1.125em;
	padding: 0 0 0 0;
	line-height: 120%;
}

.videolist > li:first-child + li + li + li,
.videolist > li:first-child + li + li + li + li + li + li {
	clear: left;
}

.headlinelist li strong {
	font-size: 1.5em;
	line-height: 113%;
}

.headlinelist.group li {
	padding: 0 0 15px 0;
}
#rightCol .headlinelist.group span {
	display: none;
}

.headlinelist.group li a {
	font-weight: bold;
}

.headlinelist.group li span {
	font-size: .8175em;
}

.headlinelist.publications li,
.headlinelist.projects li {
	font-size: .8175em;
}
.headlinelist.publications li strong {
	font-size: 1em;
}

.headlinelist.downloads li {
	font-weight: bold;
}

#centerCol .list.jobs p.cat {
	float: left;
	width: 20%;
	margin: 1% 2% 0 0;
}
#centerCol .list.jobs h3,
#centerCol .list.jobs p.teaser {
	margin-left: 22%;
}

.events .col1 {
	float: left;
	width: 30%;
}

.events .col1 p {
	font-size: 70%;
	margin-right: 25px;
}

.events .col2 {
	float: left;
	width: 68%;
}
/*** alumni ***/
.alumni .col {
	float: left;
	width: 70%;
}
.alumni .col2 {
	width: 29%;
}

/*** gallery ***/
#rightCol .list.gallery img {
	width: auto;
}

.address img {
	float: left;
	width: 20%;
	margin-right: 2%;
}

.address.detail img {
	width: 33%;
}

.address .col {
	float: left;
	width: 38%;
}

/**************** detail *******************/
.detail .floatleft,
.detail .floatright {
	width: 50%;
}

.detail .floatleft.media,
.detail .floatright.media {
	width: 50%;
}
.detail .floatright.media {
	width: 47%;
}
.detail .center {
	margin: 0 5%;
	text-align: center;
}
.detail.jobs p.code {
	float: left;
	width: 18%;
	margin-top: 2em;
}

.detail.jobs .headlinelist.group {
	font-size: .8em;
}

.detail.jobs .headlinelist.group li a {
	font-weight: normal;
}

.detail.jobs .headlinelist.group li span {
	font-size: 1em;
}

.detail.jobs .headlinelist.group .link-group {
	padding-left: 21px;
}

.detail.jobs .col {
	float: left;
	width: 79%;
	margin-bottom: 2em;
}

#centerCol .detail.jobs h3,
.detail.projects #centerCol h3,
.detail.events #centerCol h4 {
	font-size: .8em;
	margin-top: 20px;
}
#centerCol .detail.events h4 {
	font-size: .8em;
}
#centerCol .detail.events > ul > li > p {
	margin-bottom: 20px;
}
/***************** #calendarBig ****************/
#calendarBig {
	position: relative;
}
#linkArchive {
	padding-top: 10px;
}
#calendarBigMonth {
	font-size: 2em;
	font-weight: bold;
	line-height: 120%;
	position: absolute;
	top: 0;
	right: 0;
}
#calendarBigMonth a {
	color: #bfc0c0;
	border: none;
}
#calendarBig .tx-list-pi-selectorbox {
	overflow: hidden;
	position: absolute;
	top: 3em;
	left: 0;
}
#calendarBig .tx-list-pi-selectorbox div {
	margin: 0 .5em 0 0;
}
#contentCal {
	position: relative;
	top: 3.5em;
	left: 0;
	margin-bottom: 5em;
	border-top: 1px solid #DDE1E4;
}
#calendarBig .day {
	padding: 10px 0;
	border-bottom: 1px solid #DDE1E4;
}
#calendarBig .day.noentries {
	padding: 5px 0 5px 5px;
	color: #8D97A0;
}
#calendarBig .noentries .date {
	font-size: .7em;
	border-right: 1px solid #DDE1E4;
	width: 155px;
	display: inline-block;
}
#calendarBig .day.entries {
	border-bottom: 1px solid #535F6B;
	border-top: 1px solid #535F6B;
}
#calendarBig .noentries.weekend {
	color: #555F6B;
	font-weight: bold;
}
#calendarBig .entry {
	background: #f4f4f4;
	border-bottom: 2px solid #fff;

	position: relative;
}
#calendarBig .col1, #calendarBig .col2, #calendarBig .col3, #calendarBig .col4 {
	display: table-cell;
	vertical-align: top;
	font-size: .7em;
	line-height: 140%;
}
#calendarBig .col1 {
	width: 80px;
	color: #fff;
	background-color: #535F6B;
	padding: 20px 0 20px 0;
	text-align: center;
	border-right: 1px solid #fff;
}
#calendarBig .big {
	font-size: 1.8em;
	padding-top: 10px;
	display: inline-block;
}
#calendarBig .col2 {
	width: 80px;
	background: #ACACAC;
	color: #fff;
	padding: 20px 0 0 0;
	text-align: center;
}
#calendarBig .col3 {
	vertical-align: middle;
	width: 90px;
	background-color: #ACACAC;
}
#calendarBig .col3 img {
	max-width: none;
	margin: 0 0 -4px 0;
	padding: 0;
}
#calendarBig .col4 {
	padding: 20px 5px 15px 15px;
}
#calendarBig .col4 p {
	color: #717B84;
	margin: 0 0 3px 0;
}
#calendarBig .cat_1,
#calendarBig .cat_2 {
	color: #f11417;
	position: absolute;
	top: 20px;
	right: 5px;
}
#calendarBig .cat_3,
#calendarBig .cat_4 {
	color: #0260b0;
	float: right;
}
#calendarBig h3 {
	margin-top: 5px;
}

/***************** feeds ****************/
.tx-a21feeds-pi2 {
	margin: 0 0 1em 0;
}
.tx-a21feeds-pi2-list,
.tx-a21feeds-pi2-footer,
.tx-t3blogFeed-list {
	font-size: .8125em;
}
.tx-a21feeds-pi2-row,
.tx-t3blogFeed-row {
	border-bottom: 1px dotted black;
	padding: 3px 0;
	overflow: hidden;
}

.tx-a21feeds-pi2-caption,
.tx-t3blogFeed-caption {
	float: left;
	width: 80%;
}
.tx-a21feeds-pi2-anchors,
.tx-t3blogFeed-anchors {
	float: right;
	width: 20%;
	text-align: right;
}

/*************************************** ext lightbox - Slimbox ************************************************/
/* Shared styles for lightbox & slimbox*/
#prevLink, #nextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 35%;
	height: 100%;
	background: transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/blank.gif) no-repeat; /* Trick IE into showing hover */
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover {
	background: transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/prev.gif) no-repeat 0% 15%;
}
#nextLink:hover {
	background: transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/next.gif) no-repeat 100% 15%;
}
#playLink, #pauseLink, #saveLink, #closeLink {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	margin-left: 1.0em;
}
#playLink {
	background: transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/play.gif) no-repeat center;
}
#pauseLink {
	background: transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/pause.gif) no-repeat center;
}
#saveLink {
	background: transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/save.gif) no-repeat center;
}
#closeLink {
	background: transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/close.gif) no-repeat center;
}

/* Slimbox-only */
#sbOverlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 90;
}
#sbCenter, #sbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 100;
}
#sbCenter a, #sbBottomContainer a {
	text-decoration: none;
	border: none;
	outline: none;
}
.sbLoading {
	background: #fff url(../../../../typo3conf/ext/perfectlightbox/res/img/loading.gif) no-repeat center;
}
#sbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#sbBottom {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding: 0 10px 10px 10px;
}
#sbCaption {
	width: 66%;
	font-weight: bold;
	margin-bottom: 0.1em;
}
#sbNumber {
	width: 66%;
	margin-bottom: 0.1em;
}
#sbPresent {
	width: 66%;
	margin-bottom: 0.1em;
}
#sbPresent a {
	position: relative;
	float: left;
	color: #777;
	border-right: 0.3em solid #fff;
	border-bottom: 0.1em solid #fff;
	border-left: 0.4em solid #fff;
	margin-right: 0.2em;
}
#sbPresent a.act {
	color: #fff;
	background: #777;
	border-color: #777;
}

/********************* starting ipad ************************/
@media screen and (max-width: 768px) {
	body {
		background: none;
	}
	#page {
		width: 768px;
		margin: 0 auto;
	}
	#pageInner {
		width: 96.09%; /*730*/
		margin: 0 auto 60px auto;
	}
	#footer .col {
		width: 26%;
		height: 21em;

		margin: 0 0 0 2%;
	}
	#footer #socialmedia {
		width: 25%;
	}
	#footer .phone,
	#footer .mail {
		padding: 0 0 0 20px;
	}

	.detail.jobs p.code {
		float: none;
		width: auto;
		margin-top: 0;
	}
	.detail.jobs .col {
		float: none;
		width: auto;
	}
	.navSide {
		width: 30%;
	}
	input[type=text],
	input[type=email],
	select {
		width: 14em;
	}

	#eventTabbing #tabs a {
		background-image: none;
		padding-left: 6px;
		padding-right: 6px;
	}
	#eventTabbing #tabs a#eventFocus {
		background-image: url(img/sprite.png);
		background-repeat: no-repeat;
		background-position: -293px -80px;
		text-indent: -99999px;
		padding-left: 36px;
	}
	.flex-control-nav {
		padding: 0 19px 5px 0;
	}
	.flex-control-nav li:first-child {
		padding: 0 0 0 19px;
	}
	.flex-control-nav a {
		width: 12px;
	}
	.pagenavi {
		float: left;
		margin-left: 0;
		clear: left;
	}
	#tx_indexedsearch select {
		width: 14em;
	}

	#centerCol .list.gallery li {
		margin: 0 10px 10px 0;
	}
	.social_share_privacy_area .facebook {
		display: none;
	}
	#calendarBig .tx-list-pi-selectorbox select {
		width: 12.2em;
	}

}
/*/mediaquery*/

/****** widescreen ******/
@media screen and (min-width: 1200px) {

}
/*/mediaquery*/

/************************** solr *************************/

#tx-solr-search-form-pi-results .tx-solr-q {
	color: red;
	font-size: .875em;
	font-weight: bold;
}
#tx-solr-search h2 {
	margin: 0 0 10px 0;
	font-size: 1em;
}

#tx-solr-search h3 {
	margin: 0 40px 5px 0;
}
#tx-solr-pagination {
	margin: 0 0 20px 0;
}
#tx-solr-faceting {
	margin-top: 10px;
}
.facets,
#tx-solr-search ul {
	font-size: .75em;
}
#tx-solr-search ul ul {
	font-size: 1em;
}

.facets {
	overflow: hidden;
}

.facets li {
	float: left;
	width: 32%;
}

.facets-remove-all a {
	color: #D42D12;
}

#results-list li {
	margin: 0 0 30px 0;
	position: relative;

	overflow: hidden;
}
#tx-solr-search select {
	width: auto;
}
.relevance-percent {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .8em;
	font-weight: bold;
}
.result-content {
	clear: both;
}
.results-per-page {
	float: left;
	margin: 5px 20px 0 0;
}

#tx-solr-search .adress {
	clear: both;
}
#tx-solr-search .adress img {
	float: left;
	margin-right: 15px;
	width: 120px;
}
#tx-solr-search .adress p {
	margin: 0 0 8px 135px;
}

/********* autocomplete **************/

.ui-menu {
	box-shadow: inset 2px 2px 4px 1px #DDE1E4;
	-moz-box-shadow: inset 2px 2px 4px 1px #dde1e4;
	-webkit-box-shadow: inset 2px 2px 4px 1px #DDE1E4;

	border-top: 1px solid #CFD0D1;
	border-left: 1px solid #CFD0D1;
	border-right: 1px solid #EEEFEF;
	border-bottom: 1px solid #EEEFEF;

	width: 237px;
	/*padding: 20px;*/
	padding: 34px 0 0 0;
	background: #fff url(img/sprite.png) no-repeat -260px -599px;
}

.ui-menu .ui-menu-item a {
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
	font-size: .75em;
}

/********* blog **************/

.cat span {
	padding: 0 15px 0 0;
}

.list.blogArchiv ul ul {
	padding: 0 0 0 10px;
	margin: 0;
}

.list.blogArchiv ul ul li {
	padding: 0;
	margin: 0;
}