
	div.semcoglas-location-map-mainframe{
		display:flex;
		margin-top:50px;
		margin-bottom:30px;
	
	}
	
	object.semcoglas-location-map-mapimage {
		margin-right:auto;
		margin-left:auto;
		width:90% !important;
		height:auto;
	}
	
	div.semcoglas-location-map-leftcol {
		max-width:550px;
	}
	
	div.semcoglas-location-map-rightcol {
		text-align:right;
	}
	
	div.semcoglas-location-map-headtext {
		margin-bottom:100px;
	}
	
	div.semcoglas-location-map-location {
		margin-bottom:50px;
		max-width:80%;
		display:none;
	}

	img.semcoglas-location-map-location-image {
		margin-bottom:30px;
		box-shadow: 10px 10px 15px silver;
	}
	
	div.semcoglas-location-map-location p{
		padding-left:30px;
	}
	
	p.semcoglas-location-map-location-name {
		font-weight:bold;
		color:#0546a5;
		font-size:18px;
		margin-bottom:20px;
		background-image:url(../images/Semco-Pfeil.svg);
		background-size:20px;
		background-repeat:no-repeat;
		background-position:3px 7px;
	}
	
	p.semcoglas-location-map-location-address {
		margin-bottom:20px;
	}
	
	p.semcoglas-location-map-location-telephone {
		color:#0546a5;
		background-image:url(../images/telefon_blau.svg);
		background-size:14px;
		background-repeat:no-repeat;
		background-position:3px 9px;
	}
	
	p.semcoglas-location-map-location-fax {
		color:#0546a5;
		background-image:url(../images/fax_blau.svg);
		background-size:14px;
		background-repeat:no-repeat;
		background-position:3px 9px;
	}
	
	p.semcoglas-location-map-location-email {
		color:#0546a5;	
		margin-bottom:10px;
		margin-top:20px;
		background-image:url(../images/mail_blau.svg);
		background-size:16px;
		background-repeat:no-repeat;
		background-position:3px 7px;
	}
	
	p.semcoglas-location-map-location-email a{
		color:#0546a5;	
	}
	
	p.semcoglas-location-map-location-googlelink {
		color:#0546a5;	
		background-image:url(../images/standort_blau.svg);
		background-size:14px;
		background-repeat:no-repeat;
		background-position:3px 3px;
	}
	
	p.semcoglas-location-map-location-googlelink a {
		color:#0546a5;	
	}
	
	div.semcoglas-location-map-location-description {
		margin-top:10px;
		padding-left:30px;
		width:100% !important;
	}
	
	div.semcoglas-location-map-location-description p{
		padding:0px;
	}
	
	
	
	
	/*** Mobile Version ******************************************************************************************/
	
	
	@media only screen and (max-width: 1000px) {
	
		div.semcoglas-location-map-mainframe{
 			
 			display:flex; 
			margin-top:50px;
			margin-bottom:100px;
		 	flex-direction: column;
		 		
		}
	
		div.semcoglas-location-map-leftcol {
			order:2;
			width:100% important;
		}
		
		div.semcoglas-location-map-rightcol {
			order:1;
		
		}
		
		div.semcoglas-location-map-headtext {
			text-align:center;
			margin-top:20px;
			margin-bottom:20px;
			
		}
		
		div.semcoglas-location-map-location {
			width:100% !important;
			max-width:100%;
			
		}
		
		img.semcoglas-location-map-location-image {
			width:100% !important;
		}		
	
		object.semcoglas-location-map-mapimage {
			width:100% !important;
		}
	
	}
	
	
	
	
	
	
	