/* start impressum_all */
#impressum_all
	{
		background:#505050;
				-webkit-transition: all 1.8s ease-in-out;
		        transition: all 1.8s ease-in-out;
		overflow-x: hidden;
		height: 100%;
		border-top: 0px solid #BB9955;
		padding-bottom:30px;
    }
#impressum_all:hover
	{
		background: #080808;
		opacity: 1.0;
	}
#impressum_all .noline-media-heading-wrapper
	{
		margin-top: 0px;
		padding-bottom: 10px;
		font-weight: bold;
	}
#impressum_all .media-heading-wrapper .fa
	{
		border: 1px solid #BB9955;
		margin-top: -10px;
		border-radius: 2px;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#impressum_all .panel
	{
		margin-top: 10px;
		padding-bottom: 10px;
		background:#080808;
				-webkit-transition: all 1.8s ease-in-out;
		        transition: all 1.8s ease-in-out;
	}
#impressum_all .panel:hover
	{
		margin-top: 10px;
		padding-bottom: 10px;
		background: #505050;
		opacity: 1.0;
	}
#impressum_all  .panel-heading 
{
    cursor: pointer;
}
#impressum_all  .accordion-toggle:after {
    font-family:'FontAwesome';
    content:"\f077";
    float: right;
    color: #BB9955;

}
#impressum_all  .panel-heading.collapsed .accordion-toggle:after 
{
    font-family:'FontAwesome';
	content:"\f078";
	color: #BB9955;

}
#impressum_all h1
	{
		padding-top: -30px;

		padding-left: 52px;
	}
#impressum_all a:hover {text-decoration: underline; color: #BB9955;}


/* end impressum_all */