/* start about */
#spalten
	{
		background:#505050;
				-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:30px;
    }
#spalten:hover
	{
		background:#080808;
		opacity: 1.0;
	}
#spalten .ue-media-heading-wrapper
	{
		padding-bottom: 32px;
		font-weight: bold;
	}
#spalten .ue-media-heading-wrapper .fa
	{
		border: 1px solid #BB9955;
		border-radius: 2px;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#spalten h1
	{
		padding-top: 2.5%;
		padding-left: 52px;
	}
#spalten h2
	{
		padding-top: 2.5%;
	}
#spalten .image
	{
		padding-top: 30px;
	}
#spalten address
	{
		margin-top: 10px;
		border-top: 1px solid #BB9955;
		padding-top: 15px;
	}
#spalten address .fa
	{
		border: 1px solid #BB9955;
		border-radius: 2px;
		margin-right: 10px;
		margin-bottom: 10px;
		color:#BB9955;
	}
#spalten address .fa:hover
	{
		border: 1px solid #BB9955;
		border-radius: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
		background: #006000;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		color:#BB9955;
	}

#spalten a:hover {text-decoration: underline; color: #BB9955;}


/* end about */