#pagetop { padding: 0px 10px 0px 10px; }

.button-container {
  display: flex;
}

#greyBar {
	height: 5px;
	background-color: #efefef;
	margin: 15px 0px 17px 0px;
}

#topBarInstitute {
	height: 10px;
	background-color: #B5152B;
	margin-bottom: 15px;
	min-width: 982px;
}

#topBar {
 	height: 10px;
 	background-color: #B5152B;
	margin-bottom: 50px;
	min-width: 982px;
}

#universitaet {
	text-align:center;
	background-color: #fff;
}

#footerBar {
	height: 10px;
	background-color: #900;
	margin: 5px 0px 17px 0px;
}

.copyright {
	font-size: 0.9em;
	color: Black;
	text-align: center;
}

.innerBlock {
	margin-bottom: 1px;
}

img.centerimg {
    display: block;
    margin-left: 30px;
    margin-bottom: 30px;
}

.clearing {
        clear: both;
        height: 1px;
}

.zemText,
.zemTextarea {
  width: 500px;
}

.dateposted {
  color: #091C3D;
  font-size: .8em;
}

 /* Nicolas Gallagher's micro clearfix */
 .row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
 .row:after, .clearfix:after { clear: both; }
 .row, .clearfix { zoom: 1; }

  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  .clearfix:after {
    content: ".";
    display: block;
    font-size:0;
    height: 0;
    visibility: hidden;
  }

.linie {
	border-bottom-color: #BDBDBD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 15px;
	margin-top: 5px;
}

#cmntform .button {
margin: 0 25px 0 0;
border: 1px solid #777;
font-size: .9em;
}

.cmtauthor {
  padding: 5px 0 0;
  text-align: left;
  clear: both;
  font-size: .7em;
}

.comments {
    margin-bottom: 1em;
    -moz-border-radius: .35714285714286em;
    border-radius: .35714285714286em;
    padding: 1em 1em 1px;
    background: #f7f7f7;
}

.comments h4 .is-author {
    font-weight: normal;
}

.comments h4 .comment-anchor {
    float: right;
    font-weight: normal;
 }

.comments-author {
    background: #efefef;
}

#cpreview {
    margin-bottom: 2px;
    -moz-border-radius: .35714285714286em;
    border-radius: .35714285714286em;
    padding: 1em;
    background: #fff3d6;
}

.comments_error {
    background: #fff4f4 !important;
}

.required,
.error_message li {
    color: #c00;
}

.bearbeiter {
	line-height: normal;
	font-size: 0.8em;
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #666;
}

.imglegend {
	line-height: normal;
	font-size: 12px;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #666;
}

/*
===== 18: casegrid =====
*/

.casegrid {
float: left;
width: 180px;
min-height: 220px;
text-align: center;
margin: 0 10px 20px 0;
background: #fff;
background-position: center center;
padding: 5px;
border: 0;
-webkit-transition: background-color 1s ease-in-out;
-moz-transition: background-color 1s ease-in-out;
-o-transition: background-color 1s ease-in-out;
transition: background-color 1s ease-in-out;
}

.casegrid:hover,
.casegrid .over {
float: left;
width: 180px;
text-decoration: none;
text-align: center;
/*background-color: #CDDDF9;*/
background-color: rgb(205,221,249);
background-color: rgba(205,221,249,1);
/*color: #333;*/
border: 0;
cursor: pointer;
}

.ind-casegrid {
margin: 0;
padding: 0;
border: 0;
}

.casegrid a.casegrid_item,
.casegrid a.casegrid_item:link,
.casegrid a.casegrid_item:visited {
display: block;
width: 180px;
height: 180px;
border-bottom: none;
text-decoration: none;
overflow: hidden;
padding: 0;
margin: 0 auto;
}

.vmbox {
	float: right;
	margin: -30px 0px 5px 0px;
	background: #f6f6f3;
	text-align: right;
font-size: 0.8em;
	border-right: 2px solid #eeeee9;
	border-bottom: 2px solid #eeeee9;
}

.vmbox_side {
	float: left;
	margin: 0px 0px 0px 0px;
	background: #f6f6f3;
	text-align: right;
	border-right: 2px solid #eeeee9;
	border-bottom: 2px solid #eeeee9;
}



