﻿section.tabs {
	background-position: 50% 50%; padding: 0px 0px 35px; background-repeat: no-repeat; background-size: cover;
}

section.tabs .team.tab-pane .mitarbeiter {
	width: 254px; height: 254px; overflow: hidden; float: left; position: relative; border: 1px #dcdcdc solid;
}

section.tabs .team.tab-pane .mitarbeiter .backgroundImage {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
section.tabs .team.tab-pane .mitarbeiter .backgroundImage img {
	width: 100%; height: 100%;
}
section.tabs .team.tab-pane .mitarbeiter .content {
	transition:0.5s ease-out; left: 0px; top: 0px; width: 100%; height: 100%; text-align: center; color: rgb(255, 255, 255); display: table; position: absolute; opacity: 0; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;
}
section.tabs .team.tab-pane .mitarbeiter h3 {
	color: #525252; line-height: 30px; font-family: "Raleway"; font-size: 30px; font-style: normal; margin-bottom: 10px;
}

section.tabs .team.tab-pane .slideTransition.mitarbeiter:hover .backgroundImage {
	top: 100%;
}
section.tabs .team.tab-pane .slideTransition.mitarbeiter:hover .content {
	top: 0px;
}

section.tabs .team.tab-pane .slideTransition.mitarbeiter .backgroundImage {
	transition:0.5s ease-out; top: 0px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;
}
section.tabs .team.tab-pane .slideTransition.mitarbeiter .mask {
	display: none;
}
section.tabs .team.tab-pane .slideTransition.mitarbeiter .content {
	top: 100%; color: rgb(255, 255, 255); opacity: 1; background-color: rgb(0, 0, 0);
}
section.tabs .team.tab-pane .slideTransition.mitarbeiter .content a {
	color: rgb(255, 255, 255); text-decoration: underline;
}
section.tabs .team.tab-pane .slideTransition.mitarbeiter .content a:hover {
	color: rgb(255, 255, 255);
}
section.tabs .team.tab-pane .invertColors.slideTransition.mitarbeiter .content {
	color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);
}
section.tabs .team.tab-pane .invertColors.slideTransition.mitarbeiter .content p {
	font-size: 16px;
}
section.tabs .team.tab-pane .invertColors.slideTransition.mitarbeiter .content a {
	color: rgb(0, 0, 0);
}
section.tabs .team.tab-pane .invertColors.slideTransition.mitarbeiter .content a:hover {
	color: rgb(0, 0, 0);
}
section.tabs .content.tab-pane {
	padding-bottom: 15px;
}
section.tabs .content.tab-pane .tabPaneContent {
	display: block !important;
}
section.tabs .content.tab-pane .tabPaneContent .tabPaneInner {
	padding: 0px 20%; display: block !important;
}
section.tabs .content.tab-pane .left.content {
	text-align: left;
}
section.tabs .content.tab-pane .center.content {
	text-align: center;
}
section.tabs .content.tab-pane .right.content {
	text-align: right;
}
section.tabs .content.tab-pane .container {
	margin-top: 30px;
}

section.tabs .content.tab-pane p {
	font-size: 16px; margin-bottom: 20px;
}

/* pt-sans-narrow-regular - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('pt-sans-narrow-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('pt-sans-narrow-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('pt-sans-narrow-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('pt-sans-narrow-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('pt-sans-narrow-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('pt-sans-narrow-v17-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

/* pt-sans-narrow-700 - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('pt-sans-narrow-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('pt-sans-narrow-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('pt-sans-narrow-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('pt-sans-narrow-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('pt-sans-narrow-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('pt-sans-narrow-v17-latin-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}
