/* start impressionen_select  */
#impressionen_select 
	{
		background:#080808;
				-webkit-transition: all 1.8s ease-in-out;
		        transition: all 1.8s ease-in-out;
		overflow-x: hidden;
		height: 100%;
		border-bottom: 1px solid #BB9955;
		padding-bottom:0px;
    }
select {

   width: 190px;

   border: 1px solid #BB9955;
   border-radius: 5px;
   height: 30px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: url(../images/auswahl.png) no-repeat right #BB9955;
   cursor: pointer;
} 

#impressionen_select .ue-media-heading-wrapper
	{
		padding-bottom: 32px;
		font-weight: bold;
	}
#impressionen_select .ue-media-heading-wrapper .fa
	{
		border: 1px solid #BB9955;
		border-radius: 2px;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#impressionen_select h1
	{
		padding-top: 2.5%;
		padding-left: 52px;
	}

#impressionen_select .anzeigegalerie
	{
	line-height: 42px;
	min-height:42px;
	padding-top: 2.5%;

	}
#impressionen_select .carousel {
    margin-top:20px;
	background:#BB9955;
}
#impressionen_select .option
	{
font-weight: bold;
	}
#impressionen_select .carousel-indicators {
	bottom:-10px;
	left:0;
	width:100%;
	background:#ccc;
	padding: 6px 0px;
	margin-left:0;
	border-top:2px solid #BB9955;
}
#impressionen_select .carousel-indicators li {
	width:12px;
	height:12px;	
	background:#808080;
	border-color:#808080;

}
#impressionen_select .carousel-indicators .active {
	width:14px;
	height:14px;
	background:#006000;
	border-color:#006000;
}
#impressionen_select .carousel-inner .thumbnail {
    background:#006000;
	margin-bottom:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
#impressionen_select .carousel-inner .caption {
	background:#808080;
	color: #006000;
	padding: 10px;
}
#impressionen_select h4{
	color: #006000;
	padding: 10px;
	padding-bottom: 30px;
	margin-top: -10px;
}

/* end impressionen_select */