/* CSS Document */

.DIV-CLASS-Footer{
	width: 100%;
	margin-top: 40px;
	
	background-color:#F1F3F5;
	
	padding-top:50px;
	padding-bottom:20px;
	
	padding-left: 0px;
	
	box-sizing:border-box;
}

#DIV-ID-FooterInner {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	/*margin-bottom:180px;*/
	height:auto;
	overflow:hidden;
}


.DIV-CLASS-FooterLine{
	
	width: 100%;
	height: 6px;
	background-color: #00843E;
	margin-top: 5px;
}


.DIV-CLASS-FooterMenue{
	display:block;
	width:100%;
	
	
	box-sizing:border-box;
	
	height: auto;
    overflow: hidden;
    text-align: left;
}

A:link.LINK-CLASS-Footer{
	font-family: zeitung;
	font-size:15pt;
	color:#000000;
	
	text-decoration:none;
	
	margin-left: 20px;
	
	width:100%;
	display:inline-block;
	
	padding-top:20px;
	padding-bottom:20px;
	
	box-sizing:border-box;
	
}
A:visited.LINK-CLASS-Footer{
	color:#666666;
	
	text-decoration:none;
}
A:hover.LINK-CLASS-Footer{
	color:#238C00;
	
	text-decoration:underline;
}


A:link.LINK-CLASS-FooterEnd{
	font-family: zeitung;
	font-size:15pt;
	color:#000000;
	
	text-decoration:none;
	
	margin-left: 20px;
	
	width:100%;
	display:inline-block;
	
	padding-top:20px;
	padding-bottom:20px;
	
	box-sizing:border-box;
	
}
A:visited.LINK-CLASS-FooterEnd{
	color:#666666;
	
	text-decoration:none;
}
A:hover.LINK-CLASS-FooterEnd{
	color:#238C00;
	
	text-decoration:underline;
}


A:link.LINK-CLASS-Telefon{
	border-radius: 10px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#238C00;
	
	
	font-family: zeitung;
	font-size:15pt;
	color:#ffffff;
	
	text-decoration:none;
	
	margin-left: auto;
    margin-right: auto;
    
    margin-top: 15px;
    margin-bottom:15px;
	
	display:block;
	width:100%;
	
	float: left;
	
	text-align:center;
	
	box-sizing:border-box;
	
}
A:visited.LINK-CLASS-Telefon{
	color:#ffffff;
	
	text-decoration:none;
}
A:hover.LINK-CLASS-Telefon{
	color:#000000;
	
	text-decoration:underline;
}

A:link.LINK-CLASS-Fax{
	font-family: zeitung;
	font-size:12pt;
	color:#000000;
	
	text-decoration:none;
	

	
}
A:visited.LINK-CLASS-Fax{
	color:#000000;
	
	text-decoration:none;
}
A:hover.LINK-CLASS-Fax{
	color:#000000;
	
	text-decoration:none;
}

A:link.LINK-CLASS-Mail{
	border-radius: 10px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#238C00;
	
	
	font-family: zeitung;
	font-size:15pt;
	color:#ffffff;
	
	text-decoration:none;
	
	margin-left: auto;
    margin-right: auto;
    
    margin-top: 15px;
    margin-bottom:15px;
	
	display:block;
	width:100%;
	
	float: left;
	
	text-align:center;
	
	box-sizing:border-box;
	
}
A:visited.LINK-CLASS-Mail{
	color:#ffffff;
	
	text-decoration:none;
}
A:hover.LINK-CLASS-Mail{
	color:#000000;
	
	text-decoration:underline;
}


/* Layout für Tablet-PCs*/

@media only screen and (min-width: 481px) {
	.DIV-CLASS-Footer{
		
	}
	#DIV-ID-FooterInner {
		width: 90%;
		padding-left: 1.1625%;
		padding-right: 1.1625%;
		/*margin-bottom:120px;*/
		height:auto;
		overflow:hidden;
		padding-left: 60px;
	}
		
	A:link.LINK-CLASS-Footer{
		width:45%;
	
	}
	A:link.LINK-CLASS-FooterEnd{
		width:45%;
	
	}
}

/* Desktoplayout*/

@media only screen and (min-width: 1080px) {
	
	.DIV-CLASS-Footer{
		padding-left: 0px;
		
	}
	
	#DIV-ID-FooterInner {
		width: 100%;
		max-width: 1232px;
		padding-left: 100px;
		padding-right: 50px;
		margin: auto;
		box-sizing:border-box;
	}
	
	
	.DIV-CLASS-FooterMenue{
		text-align: right;
	}
	
	A:link.LINK-CLASS-Footer{
		font-size:12pt;
		
		padding-top:0;
		padding-bottom:0;
		
		width:auto;
	}
	
	A:link.LINK-CLASS-FooterEnd{
		font-size:12pt;
		
		padding-top:0;
		padding-bottom:0;
		
		width:auto;
	}
	
	.LINK-CLASS-Footer:after{
		content: '\2022';
		display: inline;
		color: #000000;
		font-size: 15pt;
		/*vertical-align: sub;*/
		font-family: Verdana, Arial;
		margin-left: 15px;
	}
	
	A:link.LINK-CLASS-Telefon{
	
		border: none;
		padding:0px;
		background-color:transparent;
	
	
		font-size:12pt;
		color: #000000;
			
		width:auto;
		display:block;
		float:left;
		
		margin:0;
		padding-bottom:0;
		
		
		box-sizing:border-box;
		cursor: pointer
		
	}
	A:visited.LINK-CLASS-Telefon{
		color: #000000;
		
		text-decoration:none;
		cursor: pointer
	}
	A:hover.LINK-CLASS-Telefon{
		color: #000000;
		
		text-decoration:none;
		cursor: pointer;
	}
	A:link.LINK-CLASS-Mail{
	
		border: none;
		padding:0px;
		background-color:transparent;
	
		font-size:12pt;
		color: #000000;
			
		width:auto;
		display:block;
		
		
		margin:0;
		padding-bottom:0;
		
		box-sizing:border-box;

		
	}
	A:visited.LINK-CLASS-Mail{
		color:#666666;
		
		text-decoration:none;
	}
	A:hover.LINK-CLASS-Mail{
		color:#238C00;
		
		text-decoration:underline;
	}
	
	
}

@media only screen and (min-width: 1400px) {
	#DIV-ID-FooterInner {
		padding-left: 0px;
		padding-right: 0px;
	}
}