
/*
Personenliste
*/

/* Einzel-Auflistung */
.entry-content > .person {
	min-width: 700px;
}

/* Gesamt-Auflistung */
.list-elements {
	position: relative;
}
.list-elements .person {
	float: left;
	height: 200px;
	width: 450px;
}
.list-elements .personImage {
	max-height: 200px;
}
.list-elements .personText {
	height: 120px;
	margin: 15px;
	text-align: right;
	width: 220px;
}
.list-elements .personName {
	font-size:15px;
}
.list-elements .personLinks {
	right: 10px;
	top: 150px;
}

/* beide Auflistungen */
.person {
	background:#eee;
	height:300px;
	margin-top: 30px;
	margin-right: 10px;
	position: relative;
}

.personImage {
	max-height: 300px;
	max-width:100%;
	width:auto;
	margin:auto;
	margin-right:0 !important;
	float:left;
}

.personText {
	text-align:left;
	height:200px;
	margin:10px 10px 10px 10px;
	float:right;
	width: 350px;
}

.personName {
	font-family:'Verdana', sans-serif;
	font-size:26px;
	font-weight:600;
	font-style:italic;
}

.personRolle {
	font-family:'Verdana', sans-serif;
	font-size:20px;
	font-style:italic;
}

.personZusatz {
	font-family:'Verdana', sans-serif;
	font-size:20px;
}

.personLinks {
	clear: right;
	position: absolute;
	top: 230px;
	right: 20px;
	width: 100%;
}

.personLinks a {
	background: #eee;
	box-shadow: none !important;
	float: right;
}
.personLinks .dashicons {
	width: 50px;
	height:50px;
	font-size:50px;
	color:#1e9cd8;
}
.personLinks a:hover .dashicons {
	color: #1e9cd8;
}
.list-elements .personLinks .personProfil {
	font-size: 1.0rem;
	margin-left: 6px;
}
.personLinks .personProfil {
	border: none;
	color: white;
	background: #1e9cd8;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 10px;
	cursor:pointer;
	margin-left: 10px;
}
.personLinks .personProfil:hover {
	background: #1e9cd8;
}

/*
Einzelperson
*/
.personenContent img {
	position:relative;
}

.personenContent .personText {
	position:relative;
	top:0;
	text-align:left;
}

.personenContent .personEmail {
	text-align:left;	
	padding:0.2rem;
}

.personenContent {
	overflow:hidden;	
}

@media (max-width: 67em) {
	/* Einzel-Auflistung */
	.entry-content > .person {
		min-width: 450px;
		height: 200px;
	}
	
	.personImage {
		max-height: 200px;
	}
	.personName {
		font-size:18px;
	}
	.personRolle {
		font-size: 14px;
	}
	.personText {
		height:100px;
		margin:10px 5px 10px 10px;
		width:180px;
	}
	.personZusatz {
		font-size:14px;
	}
	.personLinks {
		top: 130px;
	}
}
	
@media (max-width: 36em) {
	
	.site-main article {
		margin: 2em 20px auto !important;
	}

	/* Einzel-Auflistung */
	.entry-content > .person {
		min-width: 350px;
	}
	
	.personImage {
		height: 150px;
	}
	.list-elements .personText {
		float: left;
		width: 180px;
	}
	.list-elements .personLinks {
		top: 100px;
	}

	.person {
		height:auto;
		max-width: 100%; 
	}
	
	.personLinks {
		margin-bottom: 1em;
	}
	.personLinks .personProfil {
		font-size: 1.0rem;
	}
}
