@charset "utf-8";
/* CSS Document */
footer a{
	text-decoration: underline;
	font-weight:400;
	letter-spacing: 1px;
	color:#fff;
}
footer a:hover{
	color: #93d229;
}
footer {
	background: rgb(32,105,112);
	background: -moz-linear-gradient(90deg, rgba(32,105,112,0.9) 35%, rgba(0,76,97,0.9) 99%);
	background: -webkit-linear-gradient(90deg, rgba(32,105,112,0.9) 35%, rgba(0,76,97,0.9) 99%);
	background: linear-gradient(90deg, rgba(32,105,112,0.9) 35%, rgba(0,76,97,0.9) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#206970",endColorstr="#004c61",GradientType=1);
}
@media (min-width: 900px) and (max-width: 10000px) {
footer {
	height: auto;
	width: 100%;
	padding: 0 0 20px 0;

}
.footerinhalt {
	padding: 40px 0 20px 0;
	height: 90px;
	width: 900px;
	margin: 0 auto;
	font-weight: 200;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #fff;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
    -webkit-column-rule: 1px solid #fff;
    -moz-column-rule: 1px solid #fff; 
    column-rule: 1px solid #fff;
}
footer strong{
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 2px;

}
}

@media (min-width: 600px) and (max-width: 899px) {


footer {
	height: auto;
	width: 100%;
	padding: 0 0 20px 0;
}
.footerinhalt {
	padding: 40px 0 20px 0;
	height: auto;
	width: 100%;
	margin: 0 auto;
	font-weight: 200;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #fff;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
    -webkit-column-rule: 1px solid #fff;
    -moz-column-rule: 1px solid #fff; 
    column-rule: 1px solid #fff;
}
footer strong{
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 2px;

}
}

@media (min-width: 40px) and (max-width: 599px) {
#footer {
	height: auto;
	width: 100%;
	padding: 0 0 20px 0;
}
.footerinhalt {
	padding: 40px 0 20px 0;
	height: auto;
	width: 100%;
	margin: 0 auto;
	font-weight: 200;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #fff;

}
footer strong{
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 2px;

}
}