@charset "utf-8";
/* CSS Document */
/******************************************************************************************
// Datei: fluid-contact.css
// Author: DH
// Änderungsdatum: 20.06.16
// Beschreibung: 	- Contact and Map  
*******************************************************************************************/


/* Layout für Mobilgeräte */




.DIV-CLASS-ContactWrapper{
	display:block;
	width:100%;
	height:auto;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	box-sizing:border-box;
	padding-bottom:15px;
	margin-bottom:20px;
	overflow:hidden;
}
#DIV-ID-ContactWrapperStartseite{
	padding-bottom: 0;
	}

.DIV-CLASS-ContactHead{
	display:block;
	width:100%;
	height: auto;
	min-height: 35px;
	overflow:auto;
	padding: 7px;
	padding-left:10px;
	font-size:15pt;
	font-weight:bold;
	color:#444444;
	background-color:#F1F3F5;
	box-sizing:border-box;
}

.IMG-CLASS-ContactImage{
	display:block;
	width:100%;
	height:auto;
	
}

.SPAN-CLASS-ContactH1{
	display:block;
	font-size:12pt;
	font-weight:bold;
	color:#E30613;
	padding-left:10px;
	box-sizing:border-box;
	margin-bottom:20px;
	margin-top:25px;
}
.SPAN-CLASS-ContactH2{
	display:block;
	font-size:12pt;
	padding-left:25px;
	box-sizing:border-box;
	margin-bottom:5px;
	font-style:italic;
}
.SPAN-CLASS-ContactContent{
	display:block;
	float:left;
	font-size:12pt;
	width:100%;
	padding-left:25px;
	box-sizing:border-box;
	margin-bottom:10px;
	margin-top:10px;
}
.SELECT-CLASS-Contact{
	display:block;
	width:80%;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;
}

.DIV-CLASS-ContactTable{
	display:table;
	width:100%;
	padding-left:25px;
	box-sizing:border-box;
}
.DIV-CLASS-ContactTableRow{
	display:table-row;
	width:100%;
}
.DIV-CLASS-ContactTableCell{
	display:table-cell;
	float:left;
	width:auto;
}

#DIV-ID-ContactTableCell{
	width:120px;
}

.IFRAME-CLASS-ContactMap{
	width:100%;
	height:300px;
	display:block;
	
	

	box-sizing:border-box;
}



/*** Contact Site ***/
.DIV-CLASS-ContactSiteWrapper{
	display:block;
	width:100%;
	box-sizing:border-box;
	height:auto;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:40px;
	padding-left:10px;
	padding-right:10px;
}
.DIV-CLASS-ContactSiteLeft{
	display:block;
	float:left;
	width:100%;
	padding-bottom:10px;
	font-weight: bold;
}
.DIV-CLASS-ContactSiteRight{
	display:block;
	float:left;
	width:100%;
}

.DIV-CLASS-ContactSiteTabel{
	display:table;
	width:100%;
}
.DIV-CLASS-ContactSiteRow{
	display:table-row;
	width:100%;
	border-spacing: 15px;
}

.DIV-CLASS-ContactSiteCell{
	display:table-cell;
	padding-bottom:5px;
	display: block;
	margin-bottom: 20px;
}
.DIV-CLASS-ContactSiteCellLeft{
	width: 100%;
	margin-bottom: 0;
}

#DIV-ID-ContactSiteCell{
	
}
.SPAN-CLASS-ContactNameTitel{
	display:block;
	font-style:italic;
	font-size:11pt;
	padding-top:5px;
}

/* PARTNER */
.IMG-CLASS-ContactPartner{
	display:block;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width:100%;
	height:auto;
}
.DIV-CLASS-ContactPartner{
	display:block;
	float:left;
	width:100%;
	padding:10px;
	box-sizing:border-box;
}


/* LINKS */
A:link.LINK-CLASS-ContactTelefon{
	border-radius: 10px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#00843E;
	
	
	font-family:MTB_OpenSanRegular;
	font-size:15pt;
	color:#ffffff;
	
	text-decoration:none;
	
	margin-left: auto;
    margin-right: auto;
    
    margin-top: 10px;
    margin-bottom:10px;
	
	display:block;
	width:100%;
	
	float: left;
	
	text-align:center;
	
	box-sizing:border-box;
	
}
A:visited.LINK-CLASS-ContactTelefon{
	color:#ffffff;
	
	text-decoration:none;
}
A:hover.LINK-CLASS-ContactTelefon{
	color:#000000;
	
	text-decoration:underline;
}


A:link.LINK-CLASS-ContactMail{
	border-radius: 10px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#00843E;
	
	
	font-family:MTB_OpenSanRegular;
	font-size:15pt;
	color:#ffffff;
	
	text-decoration:none;
	
	margin-left: auto;
    margin-right: auto;
    
    margin-top: 10px;
    margin-bottom:10px;
	
	display:block;
	width:100%;
	
	float: left;
	
	text-align:center;
	
	box-sizing:border-box;
	
	white-space: nowrap;
	
}
A:visited.LINK-CLASS-ContactMail{
	color:#ffffff;
	
	text-decoration:none;
}
A:hover.LINK-CLASS-ContactMail{
	color:#000000;
	
	text-decoration:underline;
}


/* Layout für Tablet-PCs */

@media only screen and (min-width: 481px) {
	.IMG-CLASS-ContactPartner{
		height: 100%;
		width: auto;
	}
	.DIV-CLASS-ContactPartner{
		height: 100px;
		width: auto;
	 }
	
	A:link.LINK-CLASS-ContactTelefon{
		width: auto;
	}
	
	A:link.LINK-CLASS-ContactMail{
		width: auto;
	}

}

/* Desktoplayout */

@media only screen and (min-width: 979px) and (orientation : landscape)  {
/*** Contact Site ***/
	.DIV-CLASS-ContactSiteWrapper{
		margin-bottom: 15px;
	}
	.DIV-CLASS-ContactSiteLeft{
		width:30%;
		padding-bottom:0px;
	}
	.DIV-CLASS-ContactSiteRight{
		width:70%;
	}

	.DIV-CLASS-ContactSiteCellLeft{
		display: table-cell;
	}
	
	.DIV-CLASS-ContactSiteCellLeft{
	
		width: 100px;
	}

	/* PARTNER */
	.DIV-CLASS-ContactPartner{
		height: 120px;
	}

	/* PARTNER */
	A:link.LINK-CLASS-ContactTelefon{
	
		border: none;
		padding:0px;
		background-color:transparent;
	
	
		font-size:12pt;
		color: #000000;
			
		width:auto;
		display:block;
		
		width: 100%;
		float:left;
		
		margin:0;
		padding-bottom:0;
		
		
		box-sizing:border-box;
		cursor: pointer;
		
		display: contents;
		
	}
	A:visited.LINK-CLASS-ContactTelefon{
		color: #000000;
		
		text-decoration: underline;
		cursor: pointer;
	}
	A:hover.LINK-CLASS-ContactTelefon{
		color: #00843E;
		
		text-decoration: underline;
		cursor: pointer;
	}
A:link.LINK-CLASS-ContactMail{
	
		border: none;
		padding:0px;
		background-color:transparent;
	
	
		font-size:12pt;
		color: #000000;
			
		width:auto;
		display:block;
		
		width: 100%;
		float:left;
		
		margin:0;
		padding-bottom:0;
		
		
		box-sizing:border-box;
		cursor: pointer;
		
		display: contents;
		
	}
	A:visited.LINK-CLASS-ContactMail{
		color: #000000;
		
		text-decoration: underline;
		cursor: pointer;
	}
	A:hover.LINK-CLASS-ContactMail{
		color: #00843E;
		
		text-decoration: underline;
		cursor: pointer;
	}
