@font-face {
	font-family: 'LemonMilk';
	src: url('LemonMilk.eot?#iefix') format('embedded-opentype'), 
         url('LemonMilk.woff') format('woff'), 
         url('LemonMilk.ttf')  format('truetype'),
         url('LemonMilk.svg#svgFontName') format('svg');
}
#GreatHeader {
	position: absolute;
	top: 10vw;
	right: 17vw;
	display: block;
	max-width: 90vw;
	min-width: 20vw;
	width: 35vw;
	/* text-align: justify; */
	font-size: 3vw;
	font-family: 'Montserrat';
	cursor: pointer;
}
#GreatHeader b{
	font-weight: bold;
	font-weight: 700;
	font-size: 2.95vw;
}
#GreatHeader i{
	font-size: 2vw;
	float: right;
	font-weight: lighter;
	font-style: normal;
}
#FirstSegment {
	position: fixed;
	margin-left: 325px; /* same as left container width*/
}
#FirstSegment > div {
	position: relative;
}
#rightcontainer {
	width: 300vw;
	width: calc(300vw - 650px);
	min-width: 100vw;
	box-sizing: border-box;
	height: 100vh;
	position: relative;
	overflow-y: hidden;
	font-family: 'Montserrat';
	display: block;
}
#rightcontainer > div {
	display: inline-block;
	position: relative;
	overflow-y: hidden;
	height: 200vh;
}
#imgcontainer img {
	width: 35%;
}
#imgcontainer {
	display: table;
}
#subimgcontainer {
	display: table-cell; 
	vertical-align: middle;
}
#DoeDeCheck {
	top: 0;
}
#imgcontainer img {
	margin: 0 10%;
	cursor: pointer;
}
#imgcontainer img:nth-child(2) {
	float: right;
	margin-left: 0;
}
#masonrymain {
	position: absolute;
	bottom: 8vh;
	height: auto;
	width: 80%;
	margin: 0 10%;
	display: block;
}
.item {
	width: 23.333%;
	margin: 10px 5%;
	display: inline-block;
	text-align: center;
	color: white;
	box-sizing: border-box;
	border: 1px solid;
	line-height: 2rem;
	padding: 0 3px;
	text-transform: uppercase;
}
#MiddleHeader {
	margin-left: 5%;
	font-size: 1.5rem;
}
#preverbalelogopedie {
	height: 100vh;
	margin-left: 325px;
}
#Logopedisten, #preverbalelogopedie {
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #fcfcfc 100%); /* f73.6-15 */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#fcfcfc 100%); /* Chrome10-25,Saf7ri5.1-6 */
	background: linear-gradient(to bottom, #f7f7f7 0%,#fcfcfc 100%); /* W3C, IE10+, f716+, Chrome26+, Opera12+, Saf7ri7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fcfcfc',GradientType=0 );
}
#Logopedistencontainer, #preverbalelogopediecontainer {
	width: calc(100vw - 650px); 
	height: 100%;
}
#footer {
	width: 325px;
	height: 100%;
	box-sizing: border-box;
	padding: 10vh 30px;
	float: right;
}
#footer .container div div div {
	margin: 0;
	padding: 0;
	display: block !important;
	margin-bottom: 0.7vh;
}
#footer h2 {
	font-family: 'LemonMilk';
	font-size: 1rem;
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
#footer h3 {
	font-family: 'Roboto';
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#footer a {
	font-family: 'Roboto';
	font-size: 0.67rem;
	text-decoration: none;
	color: white;
	display: inline-block;
}
#footer .container div div {
	margin-bottom: 3vh;
	display: inline-block;
}
#footer a:hover {
	border-bottom: 1px solid;
}
#googlecontainer, #preverbalelogopedietablecontainer {
	display: table;
	width: 100%;
	height: 100vh;
}
#subgooglecontainer, #preverbalelogopediecellcontainer {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
#preverbalelogopediecellcontainer {
	padding: 0 10%;
	box-sizing: border-box;
}
#googlemaps {
	width: 80%;
	margin: 0 10%;
	min-height: 200px;
	max-height: 800px;
	height: 70vh;
}
#googlemaps iframe {
	height: 100%;
	width: 100%;
}