/*
	Per page navigation
	--------------------------------------------------
*/
ol.per-page {
	list-style: none;
	margin: 0;
	padding: 0 0 30px 0;
}

ol.per-page li {
	float: left;
}

ol.per-page a {
	padding: 0 10px;
	text-decoration: underline;
}

ol.per-page a.current,
ol.per-page a:hover {
	color: black;
	text-decoration: none;
}

.relation-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plor-list-item {
	float: left;
	width: 412px;
	min-height: 100px;
	margin: 0 20px 20px 0;
	padding: 16px 8px;
	border-radius: 4px;
	border: 2px solid #d6d6d6;
	background: #fff;
	background-image: linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 70%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 70%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(230,230,230)),
		color-stop(0.7, rgb(255,255,255))
	);
}

.plor-lil-profile-picture {
	max-width: 112px;
	max-height: 112px;
	min-width: 100px;
	min-height: 100px;
	background: transparent url(../../../ui/uibase/img/empty-avatar.png) no-repeat center center;
	background-size: cover;
}

.plor-lil-profile-picture img {
	max-width: 100px;
	max-height: 100px;
}

.plor-li-left {
	float: left;
	width: 100px;
	padding: 6px;
	background: #fff;
	border: 1px solid #ddd;
}

.plor-lil-social-media {
	margin: 10px 0 0;
	list-style: none;
}

.plor-lil-social-media li {
	float: left;
	margin: 0 5px 0 0;
}

.plor-lil-social-media a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	background: transparent url(../../../ui/uibase/icons/16/twitter.png) no-repeat 0 0;
}

.plor-lilsm-linkedin a {
	background-image: url(../../../ui/uibase/icons/16/linkedin.png);
}

.plor-lilsm-facebook a {
	background-image: url(../../../ui/uibase/icons/16/facebook.png);
}

.plor-li-profile-info {
	float: left;
	width: 280px;
	margin-left: 16px;
}

.plor-li-profile-info h2 {
	margin: 0 0 4px;
	line-height: 1em;
	font-size: 20px;
}

.plor-lipi-function {
	font-size: 13px;
	color: #404040;
}

.plor-li-profile-info dl {
	margin: 0;
}

.plor-li-profile-info dt {
	float: left;
}

.plor-li-profile-info dd {
	margin-left: 9em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/**
 * relationList for partner logo's
 */

/** .article--relationListPartnerLogos is set with JS */
.article--relationListPartnerLogos {
	padding: 1.5em 0;
	border: solid #dcdcdc;
	border-width: 1px 0 1px 0;
	text-align: center;
}

.article--relationListPartnerLogos + .article--relationListPartnerLogos {
	border-top-width: 0;
}

.article--relationListPartnerLogos h2 {
	margin-bottom: 1.5em;
	font-size: inherit;
	font-weight: normal;
	color: #757575;
}

.relation-list--partnerLogos {
	max-width: 70em;
	margin: auto;
}

.relation-list--partnerLogos li {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0.5em;
	width: calc((100% / 2) - 4px);
	padding: 0 0.5em;
}

@media (min-width: 550px) {
	.relation-list--partnerLogos li {
		width: calc((100% / 3) - 4px);
	}
}

@media (min-width: 750px) {
	.relation-list--partnerLogos li {
		width: calc((100% / 5) - 4px);
	}
}

@media (min-width: 1000px) {
	.relation-list--partnerLogos li {
		width: calc((100% / 7) - 4px);
	}
}

.relation-list--partnerLogos a {
	display: block;
}

.relation-list--partnerLogos img {
	border: 0;
	width: 125px;
}

/**
 * 	relationList - team page
 */

.relationList--persons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.relationList--persons li {
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: calc(100% / 2 - 2%);
	margin-right: 4%;
	margin-bottom: 2em;
	vertical-align: top;
}

.relationList--persons li:nth-child(2n) {
	margin-right: 0;
}

@media screen and (min-width: 600px) {
	.relationList--persons li {
		width: calc(100% / 3 - 2%);
		margin-right: 3%;
	}

	.relationList--persons li:nth-child(2n) {
		margin-right: 3%;
	}

	.relationList--persons li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.relationList--persons li {
		width: calc(100% / 4 - 2.3%);
		margin-right: 3%;
	}

	.relationList--persons li:nth-child(2n),
	.relationList--persons li:nth-child(3n) {
		margin-right: 3%;
	}

	.relationList--persons li:nth-child(4n) {
		margin-right: 0;
	}
}

.relationList--persons .relationList__wrapper {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.relationList--persons .relationList__text {
	margin: 0.4em 0 1em;
}

.relationList--persons .relationList__heading {
	font-size: 1.2em;
}

.relationList--persons .relationList__function {
	font-size: 0.8em;
	color: #333333;
}

.relationList--persons .sButton {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	margin: 0;
	-ms-flex-positive: 0;
	-webkit-box-flex: 0;
	flex-grow: 0;
	-ms-flex-negative :0;
	flex-shrink: 0;
	padding: 0.5em 0.65em;
	line-height: 1.5em;
	text-decoration: none;
	border: 1px solid #ddd;
	transition: opacity .15s ease-in-out;
}

.relationList--persons .sButton:hover {
	border: 1px solid #37b43e;
	transition: opacity .15s ease-in-out;
}

