
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print {
	background-color:#fff; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent; 
}

div.ZMSGraphic_extEdit_action {
	margin:0px 0px 20px 0px;
}

a.ZMSGraphic_extEdit_action img {
	padding:1px 1px 9px 1px;
	background:transparent url(/misc_/zms/ico_plus.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: transparent;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom,
a.superzoom img.superzoom,
a.download img.download {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom { background-image: url(/misc_/zms/zoom.gif); }
a.download img.download { background-image: url(/misc_/zms/download.gif); }
a.superzoom img.superzoom { background-image: url(/misc_/zms/superzoom.gif); }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/* BO f_css_defaults */

p.inspire_item { margin-bottom: 20px; }

.invenio_navigation {
  border-bottom: 1px solid #ccc;
  margin-bottom: 28px;
  min-height: 30px;
  margin-top: 28px;
}

.invenio_navigation .previous { float: left; margin-right: 10px; }

.invenio_title { font-weight:bold; }

.invenio_description { display:none; }

.invenio_note {
  background-color: #ffffd0;
  border: 1px solid #000;
  margin: 20px 0 6px 0;
  padding: 4px;
}

.inspire_detail_link { display:block; }

span.inspire_more {
	padding: 2px;
	display: block;
	background: #eee;
	color: #333;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	width: 80px;
	text-align: center;
	cursor:pointer;
	float: right;
}
span.inspire_more:hover{
	background:#333;
	color:#FFF;
	-webkit-transition: all 400ms; /*safari and chrome */
	-moz-transition: all 400ms ease; /* firefox */
	-o-transition: all 400ms ease; /* opera */
	transition: all 400ms ease;
}

/* EO f_css_defaults *//* >>>>>>>>>> ERROR in indicoevents - AttributeError: 'str' object has no attribute 'getHref' <<<<<<<<<< *//* -------// BO InfoBox.f_css_defaults //------- */
.InfoBox { margin-top: 30px; width: 48%; margin-right: 2%; }

.LinkBox li { line-height: 140%; }


/* -------// EO InfoBox.f_css_defaults //------- */
.trigger {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #fff inset;
	-webkit-box-shadow:0 1px 1px #fff inset;
	box-shadow:0 1px 1px #fff inset;
	background:-moz-linear-gradient(center top, #e9e9e9 50%, #ddd 50%);
	background-color:#ddd;
	border:1px solid #ddd;
	color:#888;
	cursor:pointer;
	margin-bottom:5px;
	padding:5px;
	text-shadow:0 1px 0 #fff;
}
.trigger_active {
	color:#333;
}
toggle_wrapper {
	clear: both;
	margin-bottom: 2em;
}
.toggle_container {
	padding:5px 10px;
}
.expand_button {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border-left: 3px solid #e1010f;
	margin: 0 auto 10px;
	border-bottom: 3px solid #e1010f;
	border-right: 3px solid #009DE1;
	border-top: 3px solid #009DE1;
	text-align: center;
	font-weight: bold; 
	float:right;
	cursor:pointer;
	position:relative;
}
/* -------// BO FAQ.f_css_defaults //------- */

#faq_smallteaser {
	float: left;
	width: 100%;
	font-size: 13px !important; font-size: 0.9em;
	font-weight: bold;		
        padding: 5px;
}

#faq_box {
   float: left;
   width: auto;
   border: 1px dashed #D3D3D3;
   margin-top: 10px;
   margin-bottom: 10px;
}

.faq_teaser {
   background: #DBE4D4;
   font-size: 13px !important; font-size: 0.9em;
   font-weight: bold;
   padding: 5px;
}

.faq_toplink {
   padding: 5px;
}

.faq_body {
   padding: 5px;
}

.faq_links {
  margin-bottom: -5px;         
}

/* -------// EO FAQ.f_css_defaults //------- */


.lectureBox{
border: 1px solid #fff; 
padding: 15px 3px 15px 10px; 
height: 2.6em;
width:99%;
border-bottom: 1px solid black;
}

.lectureTitle{
float:left; 
margin:1px; 
width:48%;
font-weight: bold;
}
.lectureTalks{
float:left; 
margin:1px; 
width:10%;
font-weight: bold;
text-align: center;
}



.lectureContent{
border: 1px solid #fff; 
padding: 10px 3px 15px 10px;
width: 99%; 
max-height: 80px;
clear: left;
margin-bottom: 4.5em;
}

.lectureContent .lectureTitle{
font-weight: normal;
}

.lecture_title{
font-weight: bold;
}

.lecture_talks{
float: left;
width: 10%;
text-align: center;
margin-top: .8em;
}

.lecture_talks a img { width: 24px; }

.fixed {
position:fixed;
top:0;
width:985px; 
background-color: #fff;
}

/**** Mixitup Styles***/

.controls{
  padding-right: 10px;
  padding-bottom: 15px;
  float:left;
  width: 850px;
  font-size:16px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-width: 250px;
  column-count: 2;
  column-gap: 10px;
  color: black;
}

.lecturefilter{
  margin-top: 15px;
  height: 10em;
  border-bottom-width:1px;
  border-bottom-color: #00a0d8;
  border-bottom-style:solid;
}
#lecturefilter a:link{
  color:black;
  text-decoration:none;
}

#lecturefilter label{
  font-weight: 300;
  margin: 0 .4em 0 0;
}

#lecturefilter button{
  display: block;
  vertical-align: top;
  padding: .4em .8em;
  background: #d5d5d5;
  margin:0;
  border: 0;
  color: black;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
}

#lecturefilter input{
  display: inline-block;
  vertical-align: middle;
  padding: .4em .8em;
  background: #666;
  margin:0;
  border: 0;
  color: #eee;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
}

#lecturefilter button:focus{
  outline: 0 none;
}

#lecturefilter button + label{
  margin-left: 1em;
}

.container{
  
  -webkit-backface-visibility: hidden;
}

.container:after{
  content: '';
  display: inline-block;
  width: 100%;
}

.container .mix,
.container .gap{
  display: inline-block;
}

.container .mix{
  text-align: left;
  margin-bottom: 2%;
  display: none;
}

.container .mix:after{
  content: attr(data-name);
  color: white;
  font-size: 36px;
  display: inline-block;
  vertical-align: top;
  text-align:center;
  width: 100%;
  font-weight: 700;
}

.container .mix:before{
  content: '';
  display: inline-block;
}

.fix-active {
   background: #d5d5d5;
   -webkit-column-break-before: column;
   -moz-column-break-before: column;
}

.active.pre-toggle {
  background: #666;
}

@media all and (min-width: 420px){
  .container .mix,
  .container .gap{

  }
}

@media all and (min-width: 640px){
  .container .mix,
  .container .gap{

  }
}




.sliderbanner { 
	position: relative; 
	overflow: auto;
}

.sliderbanner li { 
	list-style: none;
	max-height: 300px;
}

.sliderbanner li div {
	height: 300px;
}

.sliderbanner ul { 
	padding: 0; 
	margin: 0; 
}

.sliderbanner ul li { 
	float: left; 
}

.slide_item {
	background-repeat: no-repeat;
	padding-top: 40px;
	text-align: left;
	font-weight: normal;
	line-height: 29px;
	font-size: 22px;
	font-family: Helvetica;
	background-size: cover;
        padding-right: 60%;
        padding-left: 11px;
/*        padding-left: 2%; */
}
ol.dots {
	position: absolute;
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	bottom: 0px;
	text-align: left;
	width: 100%;
        margin-left: -30px;
}

.sliderbanner .dots li {
	display: inline-block;
	margin: 0px 2px;
	color:#E89700;
	/*text-indent: -999em;*/
	border: 2px solid #fff;
	/*border-radius: 6px;*/
	cursor: pointer;
	/*opacity: .4;*/
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
        padding: 0 4px;
        background: #fff;
        font-weight: bold;
}

.sliderbanner .dots li.active {
        background: #E89700;
        color: #fff;
        opacity: 1;
        border: 2px solid #E89700;
}

p.sicopy {
    position: absolute;
    font-size: 9px;
    color: #fff;
    background: rgba(0,0,0,.2);
    padding: 0 5px;
    top: -20px;
    margin-left: -10px;
}
.teaser p.sicopy {
    text-transform: none;
    top: 195px;
}

.sub_title {
	font-size: 15px;
	letter-spacing: 0;
	adding-top: 20px;
        line-height: 20px;
}

.sliderbanner ul li a {
	text-decoration: none;
}

.descriptionshadow {
background: #000;
opacity: 0.6;
padding-top: 12px;
margin-top: -40px;
margin-left: -11px;
padding-left: 8px;
}
.descriptionshadow.shadowbottom { margin-top: 27%; }

.slide_item .description {
position: absolute;
top: 10px;
max-width: 200px;
margin: 0;
}
.slide_item .description h4 { max-width: 100px; }
.desy_dot { color: #E89700 }


/*** IE7+8 Hacks ***/
ol.dots {
  margin-left: 510px\9;
  margin-bottom: 1.5em\9;
  width: 170px\9 !important;
}
ol.dots li.dot { float: left\9; }
.descriptionshadow {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
}

/*** /IE7+8 Hacks ***/


div.gallery { margin-top: 10px; }
div.mediaitem {
  float: left;
  height: 300px;
  margin-right: 2em;
  font-size: 70%;
}
/* -------// BO PersonalProfile.f_css_defaults //------- */

.personName{
 font-size: 15px;
 font-weight: bold;
}

.personPic{
  float:left;
  margin-right:10px;
  margin-top:10px;
}

.personPic img {
  border:0;
  width:100px;
}

.personBox{
 background-color: transparent; 
}

.profilBoxData { padding: 6px 0; margin-left: 110px; }

.profilBoxDataKey { color:#666; font-size:90%; padding-right: 8px; }
.profilBoxDataValue { font-size:90%; }

.personDescr{
 padding: 0.3em 0.3em 0.3em 0; 
 font-style: italic;
 line-height: 125%;
 font-size: 90%;
}  

.profilBox{
 background-color: transparent; 
 border-bottom: 1px solid #CCC;
 border-top: 1px solid #CCC;
 overflow:hidden;
 height: 206px;
 margin-top: 10px;
}
/* -------// EO PersonalProfile.f_css_defaults //------- */.trigger {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #fff inset;
	-webkit-box-shadow:0 1px 1px #fff inset;
	box-shadow:0 1px 1px #fff inset;
	background:-moz-linear-gradient(center top, #e9e9e9 50%, #ddd 50%);
	background-color:#ddd;
	border:1px solid #ddd;
	color:#888;
	cursor:pointer;
	margin-bottom:5px;
	padding:5px;
	text-shadow:0 1px 0 #fff;
}
.trigger_active {
	color:#333;
}
.toggle_container {
	padding:5px 10px;
}
/* -------// BO ColumnText.f_css_defaults //------- */

table.column{
  border:0px solid black;
  padding:0px;
}
td.col{
 text-align:left;
 vertical-align: top;
 padding:2px;
}
td.col a:visited {
 text-decoration:underline; 
}
td.col div.text{
   padding-bottom:0px;
	}
td.col img{
 border:none;
}


/* -------// EO ColumnText.f_css_defaults //------- */

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
	border: 2px dashed blue;
	background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
	border: 2px dashed red;
	background-color: #FFF0F0;
	color: #CCC;
	text-decoration: line-through;
}
.preview.highlight {
	background: filter:Alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
	background-color: #E2E3DE;
	cursor:pointer;
}

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}


/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans  {background-color: transparent}
.secndColorStrong0 { background-color:transparent; } /*Infobox title*/
.secndColorLight1 {background-color:transparent;} /*Infobox Content*/
.neutralColorMedium0 {background-color:#c4c4c4;} /* #4d5a5c; Header and footer background*/
.neutralColorStrong0 {background-color:#00a0d8;} /* h1, h2, h3... colors*/
.secndColorMedium0 {background-color:#ffffff;} /*Logo Background right */
.primColorMedium0 {background-color:#dbe5e6;} /*Logo Background left*/
.secndColorMedium1 {background-color:#81999c;} /*Vertical line*/
.neutralColorLight0 {background-color:#fff;} /*body background*/
.neutralColorWhite {background-color:#fff;} /*content background*/
.secndColorStrong1 {background-color:#474747;} /*content ABC*/
.secndColorLight0 {background-color:#4d5a5c;} /*content link ABC*/
.primColorLight0 {background-color:#81999c;} /*content HOVER link ABC*/
.primColorStrong0 {background-color:#e6e6e6;} /*copyright footer*/
.publicColor { background-color:#0069ce; } 

@font-face {
   font-family: 'DroidSerif';
   src: url( common/fonts/DroidSerif-Regular.ttf);
}
@font-face {
   font-family: 'OpenSans';
   src: url( common/fonts/OpenSans-Regular.ttf);
}
body {
	margin:0;
	font-family: DroidSerif, Arial, sans-serif;
	background: #fff; 
}
.wrapper { max-width:1000px; }
.hideforsmall { display:none; }
.description { display:none; }
#topbar { background-color: #8e8e8e; float: right; padding: 8px; opacity: 0.9; font-weight: bold; font-size: 15px; }
#topbar a:link, #topbar a:visited { color: #fff; text-decoration: none; }
#headerimg { max-width:100%; border:0; }
nav { float: right; width: 100%; margin-top:30px; font-weight: bold; }
h1, h2, h3, h4, h5 {
	color: #00a0d8; 
	font-family: DroidSerif, sans-serif;
}
h2 {
padding: 24px 0px 6px 0px;
}
body.public h1, body.public h2, body.public h3, body.public h4, body.public h5 { color: #0069ce; }
h1{
	font-size: 130%;
	color: #00a0d8;
	font-family: DroidSerif, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #00a0d8;
	padding-left: 20px;
	padding-bottom: 10px;
}
body.public h1 { color: #0069ce; border-bottom: 1px solid #0069ce; }
a:visited, a:link { color: #00a0d8; }
body.public a:visited, body.public a:link { color: #0069ce; }
a:hover { color: #00a0d8; }
body.public a:hover { color: #0069ce; }
p { margin-top: 10px; }
img { max-width: 100%; }
strong { font-weight: bold; }
em { font-style: italic; }
ul { padding-left: 20px; list-style-type: square; }
.box_announcement_image { display:none; }
.box_announcement { margin: 30px 0 40px 0; }
.previewtext, .date { font-size: 14px; }
div.content .four.columns ul { list-style-type: circle; padding-left: 23px; }
header { text-align:left; background: #c4c4c4; }
#home_icon { display:none; }
div.logo {
	padding: 0 2%;
	margin-top: 0;
	background: #ffffff url('common/logo-small.png') no-repeat; 
	font-size:110%;
	color: #fff;
	height: 170px;
}
div.logo h1 {
	font-size: 120%;
	color: #fff;
	padding-top: 10px;
}
div.logo h2 {
	color:#fff;
	font-weight: 700;
	font-size: 90%;
}
nav ul { padding-left:0; }
nav#topnav { background-color: #fff; }
nav#topnav li { 
	position: relative;
	list-style: none;
	float: left;
	display: block;
	background-color: #a6a6a2;
	width: 50%;
	overflow: visible;
}
nav#topnav li.active a, nav#topnav li a:hover, nav#topnav li a:active { background: #00a0d8; color: #fff; }
body.public nav#topnav li.active a, body.public nav#topnav li a:hover, body.public nav#topnav li a:active {
	background: #0069ce;
}
nav#topnav li#e212811 a:hover { background: #00a0d8; }
nav#topnav li#e212812 a:hover { background: #0069ce; }
nav#topnav li a { 
	position: relative;
	display: block;
	padding: 1em 0;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	background: #DBDBDB;
	color: #666;
	text-decoration: none;
}
#social_bar { display:none; }
nav#submenu { margin-top:0; }
nav#submenu li.active { text-decoration: underline; }
.titleimage { background-size: cover; background-repeat: no-repeat; min-height:140px; }
article { margin: 20px 2%; }
#breadcrumbs a:link, #breadcrumbs a:visited { text-decoration:none; }
.content {  width: 100%; font-size: 105%; line-height:1.5em; }
.content_titleimage { display:none; }
.four.columns {
	float: none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.teaser div#teaser{
	clear: both;
	padding: 10px;
	margin-top: 20px;
	background: transparent;
	color:#333;
	font-size: 90%;
	width: 90%;
}
.teaser div#teaser img { max-width: 100%; }
div.ZMSTeaserElement { padding-left: 6%; margin-bottom:30px; }
div.ZMSTeaserElement div.title {
	font-size: 130%;
	font-family: DroidSerif, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #00a0d8;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #00a0d8; 
	margin-bottom: 30px;
}
body.public div.ZMSTeaserElement div.title {
	color: #0069ce; 
	border-bottom: 1px solid #0069ce;
}
div.ZMSTeaserContainer {
	line-height:1.5em;
}
footer {
	border-top: 4px solid #c4c4c4; 
	padding-bottom: 20px;
	padding-top: 10px;
	margin-top: 20px;
	font-size: 80%;
}
footer p { margin-left:2%; }
footer p a:link, 
footer p a:visited {
	text-decoration: none;
	color: #e6e6e6; 
}
.menu-button {
	text-align: center;
	background: #00a0d8; 
	color: #fff; 
}
body.public .menu-button {
	background: #0069ce; 
}
.profilBox { min-width: 100%; }

/*--------------Standardindex------------------*/
div.panel { margin: 40px 0; border: 1px solid #ccc; padding: 15px; }
.standardindex_titleimage { display:none; }


/*** Gallery ***/
div.mediaitem { max-width: 100%; float: left; margin-right: 1.2em; height: auto; }
div.graphic { max-width: 100%; }
div.mediaitem .img { height:auto !important; width: auto !important; }
p.mediaiteminfo { font-size: .9em; }


/**** Media Queries ****/

/** einzige MAX-Query **/
@media all and (max-width:360px){
.LinkBox { float:none !important; width: 100%; }
}

/** MIN-Queries **/
@media all and (min-width:300px){
div.logo h1 { padding-top: 30px; }
}

@media all and (min-width: 430px) {
nav#topnav li { width: auto; }
nav#topnav li a { padding: 2em 0; width: 150px; }
.hideforsmall { display:inline; }
#topbar { padding: 18px; }
#headerimg { margin-top: 28px; }
.teaser div#teaser { clear: both; padding: 10px; width: 95%; }
div.logo {
	background: #ffffff url('common/logo.png') no-repeat; 
	font-size:120%;
	color: #fff;
	height: 360px;
	background-size: cover;
}
div.logo h1 { font-size: 150%; color: #fff; padding-top: 30px; }
div.logo h2 { font-size: 100%; }
.box_announcement_image { 
	display:block; 
	height: 160px;
	background-size: cover;
	margin-right: 20px; 
	width: 200px; 
	float:left;
}
.previewtext { margin-left: 220px; }

}

@media all and (min-width: 550px) {
.titleimage { padding-top: 120px; }
.description { 
	background: #00a0d8; 
	color: #fff; 
	display:block; 
	padding:10px; 
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	max-width: 80%; 
	margin: 40px 0 0 10px;
}
body.public .description { background: #0069ce; }
.content { width: 100%; }
footer p { margin-left:5%; }
article { margin: 20px 5%; }
div.logo { padding: 0; height: 400px; }
div.logo h1 { font-size: 270%; }
.headermargin { background-color: #dbe5e6; }

/* Standard-Index */
.standardindex_titleimage { display:block; width: 150px; float: left; margin-right: 1em;  }
p.standard_index { margin-left: 167px; }

/*** Gallery ***/
div.mediaitem .img { max-height: 198px; }

}

@media all and (min-width: 800px) {
header { background: #c4c4c4; }
#headerimg { margin-top: 0; }
#social_bar { display:block; padding: 26px 0; margin-left: 50%; }
#social_bar img { padding: 6px; }
#social_bar #rss {padding: 6px 0 6px 6px; }
.search { float:left; margin-right: 16px; }
.search input[type="text"] { background-color: #d5d5d5; border: none; padding: 10px 40px 10px 4px; width: 176px; float: left; margin-right: 10px; }
.search button[type="submit"] { 
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("common/lupe.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: medium none;
	height: 28px;
	margin-bottom: 0;
	padding: 36px 0 0;
	text-indent: -9999px;
	width: 40px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-left: -48px;
}
.description { max-width: 60%; margin: 30px 0 0 20px; }
.titleimage { padding-top: 180px; max-width: 1000px; }
.content_titleimage { display: block; float: right; max-width: 200px; margin-top: -1em; }
article, footer { max-width: 960px; }
.content {
	margin-left:0;
	float: left;
	width: 64.58333333%;
	margin-top: 30px;
}
.content.full_size { width: 100%; }
.teaser div#teaser{
	clear: none;
	margin-left:0;
	float: right;
	width: 32%;
	padding-right: 0;
}
footer{ float: none; margin-top: 20px; }
.four.columns { margin: 20px 4% 0 0; width: 45.161290%; }
.profilBox { min-width: 0; }

}

@media all and (min-width: 850px) {
	#social_bar { margin-left: 53%; }
}

@media all and (min-width: 920px) {
	#social_bar { margin-left: 56%; }
}

@media all and (min-width: 960px) {
	div.logo { height:460px; }
	#social_bar { margin-left: 58%; }
	.titleimage { margin-top: 90px; }
	article, footer { max-width:1000px; }
}

@media all and (min-width: 1005px) {
	#social_bar { margin-left: 600px; }
}

@media all and (min-width: 1200px) {
	#home_icon { display: block; position: absolute; margin: 26px 0 0 -56px; }
	.titleimage { margin-top: 110px; }
	article, footer { margin: 20px 0 20px 200px; }
	div.logo { padding: 0 0 0 200px; }
}

@media all and (min-width: 1500px) {
	header.logo { padding: 0 20%; }
}

/**************************************/
/*  CSS-Modul: ZMS-DEFAULTS         */
/**************************************/
div.ZMSGraphic { background-color:transparent; }
a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}
div.ZMSGraphic img { border:0px; }
div.ZMSGraphic div.text p { font-size:90%; color: #c4c4c4; margin-top:0; }

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	line-height:0;
}
.floatRight { float:right; }
.floatLeft { float:left; }
img.imgNoborder { border:0px; }

/*------------- column text------------------ */

		table.column td {
		vertical-align: top;
                padding: 20px;
		}

/*--------------Maps Hack--------------------*/
.smallteaser {
        padding:10px;
        width:220px;
        border: 1px dotted  #474747;
        font-size: 1em;
        /* font-size:90%; */
}
/*---------------Personenprofile-------------*/
div.personName {
	font-weight: bold;
	background-color: #fff;
}
/*---------------Quicklinks-------------------*/
div.LinkElementTitle {
	font-weight: bold;
	padding: 5px;
	color:   #474747;
	white-space: nowrap;
}
.LinkElementExternal { list-style-image: url(common/external_link.gif); }
.teaser ul {
	padding-left: 30px;
	list-style-type: none;
}
li.LinkElementInternal:before, li.LinkElementInternalClient:before { 
	content:"\00bb";
	font-size: 20px;
	margin-right: -10px;
	position: relative;
	right: 20px;
}

/*---------------ZMS Table---------------------*/
table.ZMSTable td { background-color: #fff; vertical-align:top; padding: 0 1em 1em .5em; }
table.ZMSTable th { background-color: #fff; border-bottom: 1px solid; padding: 1em 1em .5em .5em; font-weight: bold; }

/*---------------Login Form---------------------*/
h1.title { margin: 30px 0 20px 200px; }
#login_required { margin-left: 15%; }
tt { display: none; }
table#login tr td { padding-top: 20px; }
table#login tr:first-child td:first-child { background: #fff !important; width: 360px; border-bottom: 1px solid #00a0d8; padding-bottom: 10px; }
table#login tr:first-child td:first-child font b {
	color: #00a0d8;
	font-family: DroidSerif, sans-serif;
	font-weight: normal;
}
.content h1.title { margin: 0;}

/*--------------Video-----------------------------*/
video {max-width:100%;}


/*---------------Forms-----------------------*/
input { max-width:90%; }

/*-------------------Infobox -----------------*/

div.ZMSFile div.title a:link, 
div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, 
div.ZMSLinkElement div.title a:visited {
	font-size: 100%;
}
div.ZMSLinkElement { margin: 6px 0 10px 0; padding-bottom: 20px; }
div.ZMSLinkElement div.title { padding: 10px 10px 0 10px; }
div.ZMSLinkElement div.description { margin-top: 10px; max-width: 90%; }
div.ZMSFile div.title, div.ZMSLinkElement div.title {
	font-size: 0.8em;
}
div.ZMSFile { padding: 6px 10px; margin:6px; }
.LinkBox ul { list-style-type: none; }
.InfoBox .box_announcement_image { float:none; width: 100%; margin-top: 10px; }

/*------------------- Images --------------------*/
div.graphic img {
	margin: 20px 4% 0 0;
	max-width: 100%;
	height: auto;
}

/*** Toggle Object ***/
.trigger_active {
color: #00a0d8;
}

/*** Indico Object ***/
#pfeil_toggle_indico_teaser_ { display:none;}
#IndicoEvents_teaser_ { padding: 0 10px 10px 10px; }
#IndicoEventsWrapper_teaser_ { padding: 5px 5px 5px 6%; margin-bottom: 30px; }
#IndicoEventsWrapper_teaser_ h4 { 
font-size: 130%;
font-family: DroidSerif, sans-serif;
font-weight: normal;
border-bottom: 1px solid #00a0d8;
padding-left: 20px;
padding-bottom: 10px;
color: #00a0d8;
margin-bottom: 30px;
}
#IndicoEventsWrapper_teaser_ h4 a:link, #IndicoEventsWrapper_teaser_ h4 a:visited { text-decoration: none; }
.IndicoEachEvent_teaser_ { margin-bottom: 1.5em; }
.IndicoEachEvent_teaser_ div { margin-bottom: .4em; }
.IndicoEventSchedules { margin: 20px 0px 0px 0px; padding: 8px 3px 4px 0px; color: #666; }
.IndicoEventsWrapper { font-size: 1.1em; }
.IndicoEventTitle, .IndicoEventSpeaker, .IndicoEventLocation { padding: 4px 3px 4px 0px; }
.IndicoEventAbstractFileIcon { vertical-align: text-bottom; margin-right: 4px; }
#more_events_teaser_ { padding: 0 10px 10px 10px; }
.indico_arrow_right { 
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px; 
	background: none !important;
	text-transform: uppercase;
}
.indico_arrow_right:before { 
	content: "\00BB\00a0";
}
.ical {
	width: 14px;
	height: 15px;
	background-repeat: no-repeat;
	float: left;
	background-position-y: bottom;
	margin-right: 8px;
}

/*** GCS ***/
.gs-result .gs-title, .gs-result .gs-title * {
  color: #00a0d8 !important;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
  color: #0069ce !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #00a0d8 !important;
}

/*** ZMI ***/
.zmi .description { background: #fff; }
