
/* promo sections text */

section h1 {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif !important;
	color:#b8a774;
	line-height:1.3em;
	margin-bottom:0.5em;
}

section h2 {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif !important;
	color:#ccc;
	font-size:2.8em;
	line-height:1.3em;
}

section h3 {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif !important;
	color:#ddd;
	font-size:1.9em;
	line-height:1.3em;
}

section h5 {
	font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif !important;
	color:#eee;
	font-size:1.6em;
	line-height:1.3em;
	border-bottom:1px dotted #bbb;
	padding-bottom:3px;
}

section.home {
	margin:0;
	padding:130px 0;
}


@media only screen and (max-width: 1199px) {

	section.home {
		padding:120px 0;
	}
}

@media only screen and (max-width: 991px) {
	
	section.home {
		padding:100px 0;
	}
}

@media only screen and (max-width: 767px) {

	section .news-image {
		max-width: 160px;
	}
	section.home {
		padding:80px 0;
	}
    section h3 {
        font-size:1.7em !important;
    }
}

@media only screen and (max-width: 480px) {

	section .news-image {
		max-width: 80px;
	}
    section .news-academy {
		max-width: 160px;
        margin-left: auto;
        margin-right: auto;
	}
	section.home {
		padding:40px 0;
	}
    section h3 {
        font-size:1.4em !important;
    }
}


/* display */

div.videoplayer_screen {
	background-color:#000;
}
div.videoplayer_screen div.main-container {
	background:none;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
div.videoplayer_screen div.main-container div.video-container {
	background:none;
	position: relative;
	padding-bottom: 55%;
	overflow: hidden;
}
div.videoplayer_screen div.main-container div.video-container iframe {
	background:none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* trainer Info */

.trainer_info_box {
	display: block;
	vertical-align: top;
	margin:30px 0;
	text-align:center;
}

.trainer_info_box h5 {
	font-size:1.6em !important;
	color:#ddd;
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;
	white-space: nowrap;
}
.trainer_info_box p {
	font-size:1.2em !important;
	line-height:1.5em;
	color:#eee;
	margin-top:10px;
	text-align:center;
}

.trainer_info_box_img,
.trainer_info_box_txt {
	display: block;
}

#trainer_profile_img img,
.trainer_info_box img {
	max-width: 100%;
	height: auto;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
}
#trainer_profile_img img {
	border: 7px solid #fff;
	cursor:default;
}

@media only screen and (max-width: 480px) {

	.trainer_info_box {
		margin:20px 0;
	}

	.trainer_info_box h5 {
		font-size:1.3em !important;
	}
	.trainer_info_box p {
		font-size:1.2em !important;
	}
}



/* PRESENTATION-BOX WITH LABEL */

div.gallery_box {
	display: block;
	width: auto;
	text-align: center;
	margin: 10px 0;
}

div.gallery_box > a {
	display: block;
}

div.gallery_box div.gallery_img {
	display: block;
	width: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

div.gallery_box div.gallery_img img {
	display: block; /* necessary for removing space under inline image!!!  */
	width: auto;
	max-height: 100%;
}

div.gallery_box div.gallery_label {
	background-color: #665e47;
	background-image: url(../img/table_header_bg_even_reversed.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 100% 100% !important;
	padding: 1.8em 0 1.6em 0 !important;
}

div.gallery_box div.gallery_label h3 {
	font-size:1.6em !important;
	text-align: center;
	color: #ddd;
}

div.gallery_box div.gallery_label p {
	text-align: center;
	color: #bbb;
}

ul.arrow_list,
ul.arrow_list li {
	list-style:none;
	padding:0;
	margin:0;
}
ul.arrow_list li h3 {
	font-size:2.2em;
}
ul.arrow_list li {
	background:url(../img/haken_gruen.png) top left no-repeat transparent;
    background-size: 36px;
	padding:0 0 0 64px;
	margin:1.5em 0 0 0;
	min-height:40px;
}
	

@media only screen and (max-width: 991px) {
	
	div.gallery_box div.gallery_label h3 {
		font-size: 1.4em !important;
	}
}

@media only screen and (max-width: 768px) {
	
	div.gallery_box div.gallery_label h3 {
		font-size: 1.5em !important;
	}
}

@media only screen and (max-width: 480px) {

	div.gallery_box div.gallery_label h3 {
		font-size: 1.3em !important;
	}
    ul.arrow_list li {
        background-size: 30px;
        padding:0 0 0 44px;
        min-height:32px;
    }
}
