/* */
/* START: Staff Detail Pages: Definitions */
/* */

/* remove the horizontal line below of the title, Roos-16-08-29 */
div.row > div.content-element:nth-child(2) {
  border-bottom: none;
  padding-bottom: 0em;
}

/* div for the image, to center it, Roos-16-08-26 */
/* added a background-color and a padding for a smaller image, Roos-16-08-31 */
div.mwt_profile_pic_div {
    text-align: center;
    padding: 20px;
    background-color: #eaeaea;
}

/* define a maximal height of the image, use axis ratio, Roos-16-08-26
 * increased max height so that the width matches up to the maximum width in the 33% column, Schlichenmaier-16-08-27 */
/* switched to width for a background box, Roos-16-08-31
 * set width to 100% to allow for max-width to be max-width and not abs width (fix for responsive
 * mode), Schlichenmaier-16-08-31 */
img.mwt_profile_pic_img {
	max-width: 300px; /* 484px if the whole column should be used */
    margin-bottom: 0.6em;
	width: 100%;
}

/* remove the keyword from the literature, Roos-16-08-24 */
p.tx_bib-keywords_block {
	display: none;
}

/* remove the abstract fromt the literature, Roos-16-08-24 */
p.tx_bib-abstract_block {
	display: none;
}

/** the following is for the publications **/
div.row > div.content-element:nth-last-child(1) h2 {
	background-color: #a32638;
	font-size: 1.125em;
	font-weight: bold;
	color: white;
	padding: 15px 30px;
	margin: 0;
}

div.tx-bib-pi1 {
	padding: 15px;
	border-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
}
