#bbl_top_wrapper {
 	position: relative;
 	width: 100%;
	text-align: center;
}
#bbl_top_wrapper .bbl_fixed_bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #ddd;
	opacity: 0.4;
}
/* Profil bearbeiten Button */
#profil_edit_button {
	position: absolute;
	top: 12px;
	right: 8px;
	padding: 5px 10px;
	background: rgba(255,255,255,.5);
	border-radius: 25px;
	font-size: 12px;
	line-height: 1em;
	z-index: 100;
}
#profil_edit_button span {
	display: inline-block;
	font-family: 'ETmodules';
	font-size: 24px;
	line-height: 1em;
	vertical-align: middle;
}
#profil_edit_button div {
	vertical-align: middle;
}

/***************************/
#bbl_top_wrapper .bbl_100box {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
#bbl_top_wrapper .bbl_50box {
 	position: relative;
	display: inline-block;
	float: right;
	width: 400px;
	height: 250px;
	max-width: 100%;
	margin: 30px auto 0px auto;
}
/***************************/
#bbl_top_wrapper .bbl_sportler_name_wrapper {
	position: absolute;
	bottom: 0;
	text-align: left;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#bbl_top_wrapper .bbl_sportler_name {
	line-height: 1em;
	font-size: 1em;
	margin-bottom: -0.12em;
}
#bbl_top_wrapper .bbl_sportler_name.first {
	margin-bottom: 0.05em;
}
/***************************/
#bbl_top_wrapper .bbl_avatar_box {
	width: 500px;
	height: 250px;
}
#bbl_top_wrapper .bbl_avatar_container {
	position: absolute;
	margin-left: 8%;
	width: 300px;
	height: 300px;
}
#bbl_top_wrapper .bbl_sportler_profilbild {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 20;
	background: white;
	-webkit-box-shadow: -15px -10px 24px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: -15px -10px 24px 3px rgba(0,0,0,0.75);
	box-shadow: -15px -10px 24px 3px rgba(0,0,0,0.75);
}
#bbl_top_wrapper .bbl_sportler_infos {
	position: absolute;
	width: 100%;
	top: 5%;
	left: 40%;
	text-align: right;
}
#bbl_top_wrapper .bbl_sportler_infos span {
	position: relative;
	display: inline-block;
	height: 40px;
	width: calc(90% - 20px);
	color: white;
	font-size: 20px;
	line-height: 1.8em;
	font-weight: bold;
	padding-right: 20px;
}
/*-------------------[900px]------------------*/
@media only screen and ( max-width: 900px ) {
	#bbl_top_wrapper .bbl_50box {
		display: block;
		height: auto;
		float: none;
	}
	#bbl_top_wrapper .bbl_sportler_name_wrapper {
		position: relative;
	}
	#bbl_top_wrapper .bbl_avatar_container {
		width: 250px;
		height: 250px;
	}
	#bbl_top_wrapper .bbl_avatar_box {
		height: 200px;
	}
	#bbl_top_wrapper .bbl_sportler_infos {
		left: 50%;
	}
}
/*-------------------[420px]------------------*/
@media only screen and ( max-width: 420px ) {
	#bbl_top_wrapper .bbl_sportler_name{
		font-size: 0.5em;
		padding-left: 20px;
	}
	#bbl_top_wrapper .bbl_avatar_container{
		margin-left: 5px;
		width: 200px;
		height: 200px;
	}
	#bbl_top_wrapper .bbl_avatar_box{
		height: 160px;
	}
	#bbl_top_wrapper .bbl_sportler_infos{
		left: 55%;
	}
}


#bbl_quick_result {
	position: relative;
	width: 100%;
	text-align: center;
}
#bbl_quick_result .social {
	position: relative;
	display: inline-block;
	width: 220px;
	max-width: 100%;
	margin: 50px 85px 0px 175px;
}
#bbl_quick_result .social a {
	font-family: 'ETmodules';
	font-size: 40px;
	line-height: 1.5em;
	color: white;
	margin: 0 7px;
	-webkit-transition: all .3s;
    transition: all .3s;
}
#bbl_quick_result .bbl_results_overview {
	display: inline-block;
	position: relative;
	margin: 15px 0;
	max-width: 100%;
	text-align: center;
}
#bbl_quick_result .bbl_results_overview .bbl_results_item {
	display: inline-block;
	width: 200px;
	padding: 7px 0;
	border-radius: 3px;
	max-width: 100%;
	-webkit-transition: all .3s;
    transition: all .3s;
}
#bbl_quick_result .bbl_results_overview .bbl_results_item .val {
	font-size: 54px;
	line-height: 54px;
	margin: 0 10px;
	font-weight: bold;
}
#bbl_quick_result .bbl_results_overview .bbl_results_item .val.small {
	font-size: 25px;
	line-height: 25px;
}
#bbl_quick_result .descr {
	font-size: 18px;
	line-height: 18px;
	margin-top: 6px;
	color: #ddd;
}
/* Wohnort und Heimathalle */
#bbl_location_info{
	text-align: center;
}
#bbl_location_info .location_item{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	max-width: 490px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}
#bbl_location_info .location_item .icon{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 35px;
	line-height: 1em;
	margin: 0 5px;
}
#bbl_location_info .location_item .text{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 380px;
	margin: 0 5px;
	font-size: 30px;
	line-height: 1.2em;
}


@media only screen and ( max-width: 1100px ) {
	#bbl_quick_result .social{
		margin: 50px 45px 0px 72px;
	}
	#bbl_quick_result .bbl_results_overview .bbl_results_item {
		width: 180px;
	}
}
@media only screen and ( max-width: 900px ) {
	#bbl_quick_result .social{
		width: 500px;
		margin: 25px 0 0 0;
		padding-right: 164px;
	}
}
@media only screen and ( max-width: 420px ) {
	#bbl_quick_result .social{
		margin: 25px 0 5px 0;
		padding-right: 0;
		width: 100%;
	}
}