
/*
 * Basic styling options
 * @package Coach Team
 * @author Frank Grupe <http://themescoach.com/>
 * @version 1.1.0
 */

img {
	display: block;
	height: auto;
	max-width: 100%;
}

.team-member .team-member-title a {
	text-decoration: none;
}

.team-member-bullets {
	font-size: 0.625em;
	color: grey;
}
.team-member-bullets .download{
	display: block;
	padding-top: 6px;
	padding-right: 3px;
}
.team-member-bullets .col-xs-1{
	padding-left: 0;
	padding-right: 0;
}

.team-single .team-member-bullets .download,
.team-single .team-member-bullets .teamemail,
.team-single .team-member-bullets .teamxing{
	float: left;	
	min-width: 3em;
}

.team-member .team-member-phone,
.team-single .team-member-phone{
	margin-bottom: 0;

}

.team-member-image-standard,
.wpb_wrapper .team-member .team-member-image-standard {
	margin-bottom: 0.5em;
}

#no-wrapper-pop > #coach-internal .btn-coach-close,
#no-wrapper-pop > #coach-internal .btn-coach-print,
#no-wrapper-pop > #coach-internal .close{
	display: none;
}

#noResultsContainer{
	display: none;
}
.modal-header {
	border-bottom: none;
}

.modal-body:after{
	clear: both;
	content: " ";
	display: table;
}

.modal-footer{
	border-top: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
        width: 700px;
	}
}

.team-single .team-member-title{
	margin-top: 1em;
}

@media (max-width: 991px) {
	.team-single .team-center{
		text-align: left;
		display:inline-block;
		float:none;
	}
}
.infinite-loading ~ .coach-infinite-load {
	margin: 2em auto 0 auto;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 100%;
	border: 2px solid;
	border-top-color: rgba(0,0,0, 0.65);
	border-bottom-color: rgba(0,0,0, 0.15);
	border-left-color: rgba(0,0,0, 0.65);
	border-right-color: rgba(0,0,0, 0.15);
	-webkit-animation: coach-preloader 0.8s linear infinite;
	animation: coach-preloader 0.8s linear infinite;
}

.coach-infinite-load {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.coach-team-filterbar {
	padding: 1em;
	background-color: #fff;
	margin-bottom: 3em;
}

.coach-team-filterbar select{
	width: 100%;
	font-size: inherit;
	padding: 0 0 0 6px;
	margin: 0;
	background-color: #fff;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	height: 40px;
	border-radius: 0;
}

select::-ms-expand{
  display:none;
}

.coach-team-filterbar .selectArrow {
	position: relative;
}

.coach-team-filterbar .selectArrow:after{
	content: "\f078";
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 1px;
	top: 1px;
	height: 38px;
	pointer-events: none;
	padding: 8px 8px 0 8px;
	color: gray;
	background: #fff;
}

.coach-team-filterbar select:-moz-focusring {
 	color: transparent;
 	text-shadow: 0 0 0 #000;
}

select::-ms-expand{
	display: none;
}

.team.column1 {
	float: left;
}

.team.column2,
.team.column3 {
	float: left;
	margin-left: 1em;
}

.qr-container {
	display: none;
	margin-top: 5px;
	margin-left: 20px;
}

a.download,
a.xing,
a.linkedin,
a.qr-code {
	display: inline-block;
	margin-top: 5px;
}

.modal-content {
	background-color: #fff;
}

.modal-header h1 {
	text-align: center !important;
}

.page-icon-pop.contact,
.page-icon-pop.contact {
    display:block;
    width: 250px;
    margin-bottom: 25px;   
}

.btn-coach-close,
.btn-coach-print {
	min-width: 8em;
	border-radius: 0;
	border: none;
	background-color: #b9b5b9;
	padding: 10px 20px;
}

.btn-coach-close:hover,
.btn-coach-print:hover {
	background-color: #132e59;
	color: #fff;
}

.dp-mouseover{
	display: none;
}
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4 {
	margin-top: 1em;
}

.fa-xing, .fa-linkedin {
	color: #132e59;
}


/* START: Mouseover für Mitarbeiter */
.dpMitHideIt {
	visibility: hidden;
	opacity: 0;
}

li.dpMitarbeiter {
	position: relative;
	text-align: left;
}

li.dpMitarbeiter div[id^=dpMitarbeiter-] {
	background-color: #b9b5b9;
	position: absolute;
	z-index: 25;
	width: 200px;
	transition:opacity 0.3s linear;
	padding-bottom: 0;
	top: -100px;
}

#content li.dpMitarbeiter p {
	padding: 0px 5px 0px 5px;
	margin-bottom: 0;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;	
}

#content li.dpMitarbeiter h2 {
	padding: 13px 5px 10px 5px;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-align: center !important;	
}

li.dpMitarbeiter a:hover p {
	color: #000;
}

li.dpMitarbeiter .attachment-team-thumb {
	margin:0px 0px 0px 0px;
}

li.dpMitarbeiter div[id^=dpMitarbeiter-]::after {
	content: " ";
	width: 0;
	height: 0;
	border-left: 10px solid #b9b5b9;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	display: block;
	position: absolute;
	bottom: 13px;
	right: -10px;
}

@media only screen and (max-width : 928px) {
li.dpMitarbeiter div[id^=dpMitarbeiter-]::after {
	border-right: 10px solid #b9b5b9;
	border-left: none;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	display: block;
	left: -10px;
}
}



/* END: Mouseover für Mitarbeiter */

/* Print */
@media print {

  a[href]:after {
    content: none !important;
  }

  .modal-body .col-md-8 {
  	margin-left: 15px;
  }
  
  .modal-content {
  	border: none;
  }

	.image-rectangle::before {
		display: none;
	}
	.image-rectangle img
	{
		display:block;
		width: 250px;
		height: 200px;
		margin-left: 15px;
	}

	.contact-box {
		float: left;
		position: absolute;
		left: 300px;
		width: 400px;
		margin-top: -165px;
	}
	.qr-container {
		display:none;
	}
}

.single-coach_team #contentContainer {
	width: 100%;
}