:root {
	--body-background-color: #182226;
	--highlight-color: #0E79C0;
	--highlight-color-light: #80E3FF;
	--light-grey: #f3f3f3;
	--dark-blue: #2a6496;
	--warning-color: #af0000;
}

.tx-dm-employees {
	width: 100%;
	font-size: 0.9em;
}

.tx-dm-employees .field {
	display: block;
	line-height: 1.7em;
	padding-bottom: 5px;
}

.tx-dm-employees .field.dummy {
	min-height: 1em;
}


.tx-dm-employees .accordion {
	width: 100%;
	position: relative;
}

.tx-dm-employees .accordion .content {
	display: block;
}

.tx-dm-employees .accordion .content .field {
	padding-bottom: 0;
}

.tx-dm-employees .accordion .toggle {
	cursor:pointer;
	display: inline-block;
	position: relative;
	font-weight: bold;
	width: 100%;
	white-space: nowrap;
}
.tx-dm-employees .accordion .toggle:hover {
	color: var(--highlight-color);
}

.tx-dm-employees .accordion .toggle .arrow {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1em' height='1em' viewBox='0 0 960 560' enable-background='new 0 0 960 560' xml:space='preserve'%3E%3Cg id='Rounded_Rectangle_33_copy_4_1_'%3E%3Cpath d='M480,344.181L268.869,131.889c-15.756-15.859-41.3-15.859-57.054,0c-15.754,15.857-15.754,41.57,0,57.431l237.632,238.937 c8.395,8.451,19.562,12.254,30.553,11.698c10.993,0.556,22.159-3.247,30.555-11.698l237.631-238.937 c15.756-15.86,15.756-41.571,0-57.431s-41.299-15.859-57.051,0L480,344.181z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    transition: all 0.3s;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    width:1em;
    height:1.1em;
    transform: rotate(270deg);
}

.tx-dm-employees .accordion .toggle:hover .arrow {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1em' height='1em' viewBox='0 0 960 560' enable-background='new 0 0 960 560' xml:space='preserve'%3E%3Cg id='Rounded_Rectangle_33_copy_4_1_'%3E%3Cpath d='M480,344.181L268.869,131.889c-15.756-15.859-41.3-15.859-57.054,0c-15.754,15.857-15.754,41.57,0,57.431l237.632,238.937 c8.395,8.451,19.562,12.254,30.553,11.698c10.993,0.556,22.159-3.247,30.555-11.698l237.631-238.937 c15.756-15.86,15.756-41.571,0-57.431s-41.299-15.859-57.051,0L480,344.181z' fill='%230b84c7' /%3E%3C/g%3E%3C/svg%3E");
}


.tx-dm-employees .accordion.expanded .toggle .arrow {
    transform: rotate(360deg);
}
.tx-dm-employees .no-gutter {
	padding-left: 0;
	padding-right: 0;
}
.tx-dm-employees .no-gutter-left {
	padding-left: 0;
}
.tx-dm-employees .no-gutter-right {
	padding-right: 0;
}
.tx-dm-employees .image {
	/*border:1px solid #0E79C0;*/ border-radius:8px;
}
.tx-dm-employees .employee {
	min-height:210px;
	margin-bottom: 2em;
}


.tx-dm-employees .department {
	margin-bottom: 60px;
}
.tx-dm-employees .departmentName {
	margin-bottom: 0.75em;
}
.tx-dm-employees .name {
	font-weight: bold;
}
.tx-dm-employees .detailsView .name {
	font-size: 2.5em;
}
.tx-dm-employees .nickname {
	font-weight: normal;
	font-style: italic;
}
.tx-dm-employees .detailsView .nickname {
	font-size: 0.5em;
	font-style: normal;
}
.tx-dm-employees .position {
}
.tx-dm-employees .freeText{
	margin-top: 10px;
}
.tx-dm-employees .email, .tx-dm-employees .privateEmail {
	font-size: 0.9em;
}
.tx-dm-employees .workingHours {
}
.tx-dm-employees .replacement {
}
.tx-dm-employees .phone {
	font-size: 0.9em;
	color: #7d7d7d;
	padding-bottom: 6px;
}
.tx-dm-employees .private{
}
.tx-dm-employees .firstName {
}



/*Contact Person*/
.employees-container {
	/*background-color: darkgoldenrod;*/
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.employees-container .contact-person {
	display: inline-flex;
}
.employees-container.beside .contact-person {
	flex-direction: row;
}
.employees-container.among .contact-person {
	flex-direction: column;
	flex-shrink: 1;
	flex-grow: 1;
	flex-basis: min-content;
}
.employees-container .contact-person__image img {
	border-radius: 100%;
	width: 90px;
	height: 90px;
	object-fit: cover;
	object-position: center;
}
.employees-container .contact-person__name {
	padding-top: 15px;
}
.employees-container.beside .contact-person__name {
	padding-left: 15px;
}
.employees-container .contact-person__detail {
	padding-top: 50px;
}
.employees-container .contact-person__data {
	font-size: 1rem;
}
.employees-container .department__name {
	color: var(--highlight-color);;
}
.contact-person + .contact-person:not(:last-child) {
	margin-right: 10px;
}
.tx-dm-employees .detail .employeeimage{
	margin-bottom: 30px;
}
.tx-dm-employees .detail .citation{
	font-size: 1.5rem;
	font-style: italic;
	color:#0E79C0;
}
.tx-dm-employees .detail .citationname{
	width: 100%;
	display: inline-block;
}
.tx-dm-employees .detail .citationname:before{
	content: '';
	width: 15px;
	height: 2px;
	display: inline-block;
	background-color: #0E79C0;
	vertical-align: middle;
	margin-right: 5px;
}
.tx-dm-employees .detail .description{
	color: #182226;
	font-size: 1.125rem;
}
.tx-dm-employees .detail img{
	border-radius: 0;
}
.tx-dm-employees .detail h2{
	font-family: "DINPro-Medium", Geneva, Tahoma, sans-serif;
	color: #0E79C0;
	font-size: 2.625rem;
}
.tx-dm-employees .detail h2{
	font-size: 1.625rem;
	color: #182226;
	font-family: "DINPro-Light", Geneva, Tahoma, sans-serif;
}
.tx-dm-employees .detail .cat-title{
	color: #182226;
	border-bottom: 1px solid #182226;
	font-family: "DINPro-Medium", Geneva, Tahoma, sans-serif;
	font-size: 1.125rem;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
@media (min-width: 992px) {
	.tx-dm-employees .detail .departments{
		margin-top: -27px;
	}
}
.tx-dm-employees .detail .department{
	text-align: center;
	padding: 35px 15px;
	background-color: #F3F3F3;
	position: relative;
}
.tx-dm-employees .detail .department:hover{
	background-color: #0E79C0;
}
.tx-dm-employees .detail .department:hover .icon img:first-child{
	display: none;
}
.tx-dm-employees .detail .department .icon img:last-child{
	display: none;
}
.tx-dm-employees .detail .department:hover .icon img:last-child{
	display: inline-block;
}
.tx-dm-employees .detail .department .departmentlink{
	position: absolute;
	right: 15px;
	top: 50%;
	opacity: 0;
	margin-top: -8px;
	transition: opacity 1s;
	display: inline-block;
}
.tx-dm-employees .detail .department:hover .departmentlink{
	opacity: 1;
}
.tx-dm-employees .detail .department .icon{
	padding-right: 0;
	transition: padding-right 1s;
}
.tx-dm-employees .detail .department .icon img{
	height: 100px;
	width: auto;
}
.tx-dm-employees .detail .department:hover .icon.sideslip{
	padding-right: 50%;
}
.tx-dm-employees .detail .department .departmentlink a{
	color:#fff !important;
	font-family: "DINPro-Regular", Geneva, Tahoma, sans-serif;
	font-size: 1.125rem;
}
.tx-dm-employees .detail .departmentlink:before{
	content: '';
	width: 35px;
	height: 1px;
	display: inline-block;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 1px;
}
.tx-dm-employees .detail .certification{
	text-align: center;
	padding-top: 15px;
}

@media (max-width: 991px) and (min-width: 576px) {
	.tx-dm-employees .detail .departments,
	.tx-dm-employees .detail .certifications{
		width: 45%;
		display: inline-block;
		margin: 0 10px;
		vertical-align: top;
	}
}