#urlField, 
form[name='registrationForm'] #specify,
div.headerimage.random,
div#allEventDates,
span.divided-teaser-1,
div.dkfz-jumbotron-header-images,
div.dkfz-jumbotron-header-images span
{
	display: none;
}

div#allEventDates {
	background:	#F4F6F9; 
	padding:		10px;
}

/* remove default image set by dkfz.css */
div.dkfz-jumbotron {
	background-image: none;
}

/* overwrite bg color in patent search contact window */
html.contact-patent-search, html.contact-patent-search body {
	background-color: rgb(255,255,255);
}
html.contact-patent-search div.buttons {
	float: 			right;
	margin-top:	10px;
}

/* block with no margin bottom for universal template */
div.block.no-margin-bottom {
	margin-bottom: 0;
}

/*
 * initialize video player height on homepage in desktop resolution
 * (this value will be later overwritten by javascript) 
 */
body#start div.teaser div.video,
body#start div.teaser div.video iframe {
	height: 295px;
}

/* post-style for staff details publications table */
table.staff-detail-publications a {
	margin-left: 20px;
}
table.staff-detail-publications td {
	padding-top: 10px;
}
table.staff-detail-publications tr td:first-child {
	font-weight: bold;
}

/* visible overflow for some homepage teaser boxes */
.teaser.no-overflow {
	overflow: visible;
}

/* increase teaser box height on landing pages */
#landingpage .teaser.medium,
#landingpage .teaser.medium .headline {
	height: 290px;
}