
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	div#contactFormContainer { 
	    margin-right: 30px; 
	}
	
	.googleMaps, .gMapsContainer {	   
	    height: 445px;
	    width: 305px;
	}
	
	div.companyEmployeeIcon {
	   
	}
	
	div.companyEmployeeName {
	   width: 500px;
	}
		
	div.companyEmployeeName label{
	    float:left;
	    margin-right:10px;
	}
	
	div.companyEmployeeItemData {
	    
	}
	
	div.companyEmployeeFunction {
	   
	}
	
	
	#contactForm dl.zend_form dd {
	 	width: 230px;
	} 
	#contactForm dl.zend_form dd input,
	#contactForm dl.zend_form dd textarea {	    
	    width: 228px;
	}
	
	#contactForm dl.zend_form dd textarea#text_area_field_message {	    
	    width: 230px;
	}
	
	#contactForm dl.zend_form {	
	    width: 390px;
	}
	
	
	div#contactAddress div.Company span.CompanyData {
	    width: 230px;
	}
	
	div.AdressContainer {
	    width: 230px;
	}
	
	div#contactAddress div.Company {
	    float: left;
	    width: 390px;
	}
	
	#contactForm dl.zend_form dd#sendBtn-element input {	    
	    margin-left: 230px;	    
	}
	
	div#contactAddress div#QRCodeContainer {
	    display:none;
	}
	
	div#contactList {	    
	    width: 345px;
	}
	
	div#contactList span.companyEmployeeFunctions {
	    clear: left;
	    float: left;	    
	    width: 239px;
	}
	
	div#contactList span.companyEmployeeFixPhone, div#contactList span.companyEmployeemobilePhone {
	    float: left;
	}
	
	
	div#contactAddress div.Company {
	    float: left;
	    width: 345px;
	}
	
	span.qrcodeLink, span.vcardLink, div#vCardLink {	 
	    margin-top: -2px;
	}
	
	div#contactAddress .googleMaps, .gMapsContainer, .gMapsContainer .googleMaps {
	    width: 760px;
	}
	
	div#contactAddress div#QRCodeContainer {
	    margin-top: 146px;
	}
	
	div.employeeQRCodeContainer {	 
	    margin-left: -95px;	    
	}
	
}







/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	div.companyEmployeeIcon {
	    width: 100%;
	}
	
	div.companyEmployeeName {
	    width: 100%;
	}
		
	div.companyEmployeeName label{
	    float:left;
	    margin-right:10px;
	}
	
	div.companyEmployeeItemData {
	    clear: left;
	}
	
	#contactForm dl.zend_form dt {
	    clear:left;
	    width:100%;
	}	
	
	#contactForm dl.zend_form dd {
	    clear: left;
	    float: left;
	    width: 100%;
	}
	
	#contactForm dl.zend_form dd input, #contactForm dl.zend_form dd textarea {
	    max-width: 460px;
	    width: 460px;
	}
		
	#contactForm, #contactForm dl.zend_form {
	    width: 460px;
	}	
	
	div.infoWindowPicture img {
		max-width: 200px;
	}
		
	div#contactAddress div#QRCodeContainer {
	    margin-top: 146px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
	div#contactAddress .googleMaps, .gMapsContainer, .gMapsContainer .googleMaps {
	    width: 460px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#contactForm dl.zend_form dd {
	    clear: left;
	    float: left;	    
	}
	
	#contactForm dl.zend_form dt {
	    clear: left;
	}
	
	#contactForm dl.zend_form dd#sendBtn-element input {	    
	    margin-left: 165px;	    
	}
	
	div#contactAddress div#QRCodeContainer {
	    display:none;
	}
	
	#contactForm dl.zend_form {	
	    width: 330px;
	}
	
	div#contactList {	    
	    width: 345px;
	}
	
	div#contactList span.companyEmployeeFunctions {
	    clear: left;
	    float: left;	    
	    width: 239px;
	}
	
	div#contactList span.companyEmployeeFixPhone, div#contactList span.companyEmployeemobilePhone {
	    float: left;
	}
	
	div.infoWindowPicture img {
		max-width: 200px;
	}
}