/* ANMELDESEITEN */
article.abstract {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 15px 15px;
	margin-top: 30px;
}
img.teaserimage {
	width: 95%;
	height: auto;
}
img.groupeimage {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 320px;
	width: auto;
}
article.speakers {
	margin-top: 30px;
}
div.regspeakers {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 15px 40px;
	justify-content: space-between;
	justify-items: start;
}
div.regspeaker {
	display: flex;
/*
	justify-content: space-between;
*/
}
div.regspeakerimage {
	height: 150px;
	width: 150px;
	margin-right: 20px;
}
div.regspeakerimage img {
	height: 100%;
	width: auto;
}
section.overlap {
	padding: 30px 0px 0 0px;
	background-color: rgb(255,255,255);
}
h1.regpage {
	
}
h2.regpage {
	
}
h3.regpage {
	padding-top: 0
}