/* footer.css V2.5 (c) Hans Georg Peters */

#footer 
{
	position: fixed;
	background: linear-gradient(rgba(181, 216, 255, 1), rgba(181, 216, 255, .7));
	width: 100%;
	bottom: 0;
	height: 3em;
	margin-top: -1.5em;
	padding-top: 5px;
}

#imprint a 
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
    padding-left: 20px;
	float: left;
	text-align: left; 
    text-decoration: none;
    color: #ae814e;
	line-height: 1.5;
}

#imprint a:hover 
{
    text-decoration: underline;
}

#copyname p
{
	margin-top: 0;
	padding-left: 270px;
	text-align: left;
	color: black;
}

#copyname a 
{
	margin-top: -0.25em;
    text-decoration: none;
	color: black;
}

#copyname a:hover 
{
    text-decoration: underline;
}

#name p
{
	display: none;
}

#copyright p
{
	display: none;
}

input[type="button"]
{
	margin-top: 0;
	background: linear-gradient(rgba(181, 216, 255, 1), rgba(181, 216, 255, .1));
	text-decoration: none;
	color: black;
	font-size: 30px;
	font-weight: 900;
	border: 0px;
}

input[type="button"]:hover
{
    text-decoration: underline;
}

@media (min-width: 80em)
{
	#footer 
	{
		position: fixed;
		background: linear-gradient(rgba(181, 216, 255, 1), rgba(181, 216, 255, .7));
		width: 80%;
		bottom: 0;
		height: 1.5em;
		margin-top: -1.5em;
		padding-bottom: 3px;
		padding-top: 5px;
	}

	#name p
	{
		display: block;
		margin-top: -0.25em;
		padding-left: 170px;
		float: left;
		text-align: left;
		color: black;
	}

	input[type="button"]
	{
		margin-top: 0;
		background: linear-gradient(rgba(181, 216, 255, 1), rgba(181, 216, 255, .1));
		text-decoration: none;
		color: black;
		font-size: 19px;
		font-weight: 900;
		border: 0px;
	}

	#copyright p
	{
		display: block;
		margin-top: -0.25em;
		padding-right: 20px;
		padding-left: 0px;
		text-align: right;
	}

	#copyright a 
	{
		margin-top: 0;
		text-decoration: none;
		color: black;
	}

	#copyright a:hover 
	{
		text-decoration: underline;
	}
	
	#copyname p
	{
		display: none;
	}

	#copyname a 
	{
		display: none;
	}
}
