
#bbl_profil_wrapper{
	width: 100%;
	padding: 0px;
	margin: 0px;
} 


/* Geprüft und für gut befunden (bis hierhin): Rene */



#bbl_slider_wrapper{
	position: relative;
	width: 100%;
	text-align: center;
}


#bbl_galerie_wrapper{
	position: relative;
	display: inline-block;
	width: 55%;
	height: 400px;
	vertical-align: top;
	margin-top: 50px;
	overflow: hidden;
}
#bbl_galerie_wrapper .bbl_nav{
	color: transparent;
	top: 50%;
	font-size: 50px;
}

#bbl_galerie_wrapper:hover .bbl_nav{
	color: #0c9af2;	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-out-out;
}

#bbl_galerie_wrapper .bbl_nav.right{
	right: 25px;
}

.bbl_galerie_image{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


/*-------------------[800px]------------------*/
/*
@media only screen and ( max-width: 800px ) {
	#bbl_heimathalle_wrapper, #bbl_galerie_wrapper{
		margin: 0px auto;
		display: block;
		width: 80%;
	}
}

*/

