﻿
#cont-1432 .speaker-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#cont-1432 .speaker-grid .rec {
	max-width: 300px;
	width: 100%;
	text-align: center;
	margin: 80px;
	cursor: pointer;
}
#cont-1432 .speaker-grid img {
	border-radius: 50%;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
}
#cont-1432 .speaker-grid .Name {
	font-weight: bold;
	font-size: 120%;
}
#cont-1432 .speaker-grid .Jobtitel {
	font-size: 80%;
}
