#content {
	width: auto;
	padding-top: 2px;
	/*max-width: 1000px;*/
	}

#header {
	/*max-width: 1020px;*/
	}
	
#languageList {
	/*max-width: 850px;*/
	}
	
article {
	border-radius: 6px;
	padding: 10px 5px 5px 15px;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	margin: 25px 10px 80px 0px;
	/*width: calc(100%-30px);*/
	}

article>div {
	display: inline-block;
	vertical-align: top;
	}
	
h3 {
	font-size: 135%;
	font-weight: bold;
	color: #1f5b93;
	margin-bottom: 7px;
	}

header p {
	font-size: 110%;
	/*font-style: italic;*/
	margin-bottom: 10px;
	/* font-family: "Didot", "Georgia", "Times New Roman", Times, serif; */
	padding-right: 50px;
	}
	
header {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	/*width: calc(100% - 10px);*/
	margin-right: 10px;
	background-repeat: no-repeat; 
	background-position: top right;
	}

h4 {
	margin-bottom: 7px;
	margin-left: -4px;
	opacity: 0.7;
	}

	
h4 span {
	display: inline-block;
	background-color: #fbfbfb;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 1px 3px 2px 3px;
	margin-right: 6px;
	margin-bottom: 6px;
	}
	
h5 {
	font-weight: bold;
	color: #1f5b93;
	text-transform: uppercase;
	margin-bottom: 7px;
	}
	
li span.lighter {
	opacity: 0.7;
	font-size: 90%;
	}
	
li span.lighter2 {
	opacity: 0.7;
	font-size: 90%;
	font-style: italic;
	}
	
li.heavier {
	}
	
ul {
	list-style-type: circle;
	}
	
section {
	margin-bottom: 20px;
	margin-right: 15px;
	padding-right: 10px;
	width: calc(100% - 20px);
	}

embed {
	border: 1px solid gray;
	border-radius: 6px;
	}

#streetmap {
	display: none;
	margin-bottom: 10px;
	}

@media only screen and (min-width: 360px) {
	#streetmap {
		display: inline-block;
		}		
	}

embed {
	width: calc(100vw - 81px);
	height: 320px;
	cursor: pointer;
	pointer-events: none; 
		}
	
@media only screen and (min-width: 717px) {
	section {
		width: 305px;
		}	
	embed {
	width: calc(100vw - 416px);
		}			
	}
@media only screen and (min-width: 800px) {
	section {
		width: 345px;
		}	
	embed {
	width: calc(100vw - 456px);
		}			
	}

@media only screen and (min-width: 920px) {
	section {
		width: 260px;
		}	
	embed {
	width: calc(100vw - 81px);
	height: 320px;
		}	
	#streetmap {
		width: inherit;
		}
	}
@media only screen and (min-width: 970px) {
	section {
		width: 277px;
		}		
	}
@media only screen and (min-width: 1020px) {
	section {
		width: 293px;
		}		
	}
	
@media only screen and (min-width: 1360px) {
	embed {
	width: calc(100vw - 1050px);
	height: calc(100vw - 1050px);
		}
	#streetmap {
		width: 293px;
		}
	}
	
@media only screen and (min-width: 1450px) {
	embed {
	width: calc(100vw - 1050px);
	height: 400px;
		}
	}

	
ul.contact {
	list-style-type: none;
	}
	
li {
	position: relative;
	left: 15px;
	margin-bottom: 5px;
	}
	
ul.contact li {
	left: 0;
	}

#filterBottom {
	position: relative;
	top: -60px;
	background-color: #ebebeb;
	}

#filterBottom nav.languageList {
	top: -2px;
	left: -2px;
	padding-bottom: 4px;
	}

	