
/*  TRAINER-PROFIL  */

#trainer_profile_img {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-right: 5%;
}

#trainer_profile_text {
	display: inline-block;
	vertical-align: top;
	width: 67%;
	padding: 0;
}

/*
#trainer_profile_text > p:first-of-type {
	font-size:1.8em !important;
	color:#555;
	line-height:1.5em !important;
}
*/

#trainer_profile_text h1 {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif!important;
	font-size: 3.0em;
	line-height: 1.4em;
	color: #7A6C4B;
	margin-bottom:20px;
}

#trainer_profile_text h2 {
	font-size: 2.5em;
	line-height: 1.4em;
	color: #7A6C4B;
	margin: 30px 0 15px 0;
}

#trainer_profile_text h3 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin: 0 0 20px 0;
	padding: 0;
	color: #6A5E41;
}

#trainer_profile_text p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 15px auto;
}



/* standard list */

#trainer_profile_text ul {
	display: block;
	height: auto;
	list-style: none;
	margin: 0;
	padding:0 0 0 14px;
}

#trainer_profile_text ul li {
	position:relative;
	display:table !important;
	width:auto;
	padding:0;
	margin:12px 0;
	border:0;
}

#trainer_profile_text ul p {
	display:block;
	width:auto;
	line-height:1.3em;
}

#trainer_profile_text ul li:before {
	position: absolute;
	content:'\f054';
	font-family: 'Fontawesome';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top:0.3em;
	left:-14px;
	line-height:1.0em;
	color:#75693d;
	font-size:1.2em;
}



/* Tabelle */

#trainer_profile_text table {
	display: block;
	width: 100%;
	margin: 30px 0 30px 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
}

#trainer_profile_text table tr {
	border-top:1px dotted #999;
}

#trainer_profile_text table:last-child {
	margin-bottom:0;
}

#trainer_profile_text table td,
#trainer_profile_text table th {
	font-size: 1.4em;
	line-height: 1.4em;
	vertical-align: top;
	text-align: left;
	padding: 8px 25px 8px 0;
}
#trainer_profile_text table td p,
#trainer_profile_text table th p {
	font-size:inherit;
	line-height:inherit;
	text-align: left;
	padding:0;
}

#trainer_profile_text table th,
#trainer_profile_text table td:first-child {
	color: #0065b3;
	width: 28%;
}

#trainer_profile_text table td:last-child {
	color:#333;
	width: 72%;
	padding-right:0;
}


@media only screen and (max-width: 1199px) {

	#trainer_profile_img {
		width: 20%;
		margin-right: 5%;
	}
	
	#trainer_profile_text {
		width: 75%;
	}
	
	#trainer_profile_text table th,
	#trainer_profile_text table td:first-child {
		color: #0065b3;
		width: 35%;
	}
	
	#trainer_profile_text table td:last-child {
		color:#333;
		width: 65%;
	}

}

@media only screen and (max-width: 991px) {

	#trainer_profile_img {
		width: 17%;
		margin-right: 5%;
	}
	
	#trainer_profile_text {
		width: 78%;
	}
/*
	#trainer_profile_text > p:first-of-type {
		font-size:1.6em !important;
		line-height:1.5em !important;
	}
*/	
	#trainer_profile_text table td,
	#trainer_profile_text table th {
		padding: 6px 15px 6px 0;
	}

	#trainer_profile_text table th,
	#trainer_profile_text table td:first-child {
		color: #0065b3;
		width: 33%;
	}
	#trainer_profile_text table td:last-child {
		color:#333;
		width: 72%;
	}

}

@media only screen and (max-width: 767px) {

	#trainer_profile_img {
		width: 20%;
		margin-right: 5%;
	}
	
	#trainer_profile_text {
		width: 70%;
	}

	#trainer_profile_text table td,
	#trainer_profile_text table th {
		display:block;
	}
	
	#trainer_profile_text table td:first-child {
		margin:0;
		width: auto;
		padding:8px 0 0 0;
	}
	#trainer_profile_text table td:last-child {
		margin:0;
		width: auto;
		padding:0 0 8px 0;
	}
}

@media only screen and (max-width: 600px) {

	#trainer_profile_img {
		width: 100%;
		margin-bottom:30px;
	}
	
	#trainer_profile_text {
		width: 100%;
	}
/*
	#trainer_profile_text > p:first-of-type {
		font-size:1.5em !important;
		line-height:1.4em !important;
		color:#333;
	}
*/	
}



/*  public trainer profiles page  */

#trainers_list div.trainer_gallery_item {
	display: inline-block;
	width: 436px;
	margin: 0 20px 20px 0;
	padding: 8px 0;
	background: url(../img/bg_soft_grey_box_s.jpg) #f3f3f3 bottom left repeat-x;
	background-size: auto 100%;
	outline: 1px solid #dddddd;
	height: 180px;
	overflow: hidden;
}

#trainers_list div.trainer_gallery_item_img_thumb_box {
	display: inline-block;
	width: 79px;
	margin: 0 8px;
	outline: 1px solid #ffffff;
}

#trainers_list div.trainer_gallery_item_text_box {
	display: inline-block;
	width: 324px;
	margin: 0 8px;
}

#trainers_list div.trainer_gallery_item_text_box h3 {
	float: none;
	display: block;
	margin: -3px 0 6px 0;
}

#trainers_list div.trainer_gallery_item_text_box p {
	float: none;
	display: block;
	margin: 0 0 6px 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #444444;
}




/* trainer Info */

.trainer_info_box {
	padding: 30px 40px;
	display: inline-block;
	vertical-align: top;
}

.trainer_info_box h5 {
	margin-bottom: 18px;
}

.trainer_info_box_img,
.trainer_info_box_txt {
	display: inline-block;
	vertical-align: top;
}

.trainer_info_box_img {
	width: 20%;
	margin-right: 10%;
}

#trainer_profile_img img,
.trainer_info_box_img img {
	max-width: 100%;
	height: auto;
	cursor: pointer;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 3px 5px rgba(30, 30, 30, 0.7);
	-moz-box-shadow: 0px 3px 5px rgba(30, 30, 30, 0.7);
	box-shadow: 0px 3px 5px rgba(30, 30, 30, 0.7);
}
#trainer_profile_img img {
	border: 7px solid #fff;
	cursor:default;
}

.trainer_info_box_txt {
	width: 70%;
}

@media only screen and (min-width: 1640px) {

.trainer_info_box {
	margin: 0.75%;
	width: 31%;
}

}

@media only screen and (max-width: 1639px) {

.trainer_info_box {
	margin: 1%;
	width: 40%;
}

}

@media only screen and (max-width: 1199px) {

.trainer_info_box {
	padding: 30px;
	width: 48%;
}

}

@media only screen and (max-width: 991px) {

.trainer_info_box_img img {
	border: 3px solid #fff;
}

}

@media only screen and (max-width: 767px) {

.trainer_info_box {
	margin: 1% 0;
	width: 93%;
}

.trainer_info_box_img img {
	border: 5px solid #fff;
}

}

@media only screen and (max-width: 480px) {

.trainer_info_box {
	margin: 1% 0;
	width: 100%;
	padding: 20px;
}

.trainer_info_box h5 {
	text-align: center;
	font-size: 1.8em !important;
}

.trainer_info_box_img {
	display: block;
	width: auto;
	margin-bottom: 20px;
	text-align: center;
}

.trainer_info_box_txt {
	display: block;
	width: auto;
}

}


/* interview videolist */

p.trainer_interview {
	
}

p.trainer_interview a {
	display:inline-block;
	margin:3px;
	border:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px rgba(30, 30, 30, 0.5);
	-moz-box-shadow: 0px 2px 2px rgba(30, 30, 30, 0.5);
	box-shadow: 0px 2px 2px rgba(30, 30, 30, 0.5);
	overflow:hidden;
}

p.trainer_interview a img {
	border:3px solid #fff;
	width:70px;
	height:53px;	
}