@media only screen and (max-width: 499px) and (-webkit-min-device-pixel-ratio: 1) {

body {
	font-size: 16px;
	line-height: 28px;
	}

.sectioninner {
	padding: 0 25px;
	}

.headertext, .headline, #otherprojects_title, #contact_together {
	font-size: 22px;
	line-height: 30px;
	}

.button {
	font-size: 14px;
	width: 110px;
	}

.extrapad {
	padding-top: 70px;
	}

.logo.header {
	padding-bottom: 10px;
	}

}


@media only screen and (max-width: 699px) and (-webkit-min-device-pixel-ratio: 1) {

.img_hero {
	max-width: 230px;
	}

}


@media only screen and (min-width: 500px) and (max-width: 699px) and (-webkit-min-device-pixel-ratio: 1) {

.sectioninner {
	padding: 0 30px;
	}

}



@media only screen and (min-width: 500px) and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 1) {

body {
	font-size: 18px;
	line-height: 30px;
	}

.headertext, .headline, #otherprojects_title, #contact_together {
	font-size: 24px;
	line-height: 36px;
	}

}



@media only screen and (max-width: 699px) and (-webkit-min-device-pixel-ratio: 1) {

#navwrapper {
	max-height: 65px;
	overflow: hidden;
}

#navwrapper.open {
	max-height: none;
	height: auto;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
}

#navinner {
	padding: 24px 30px 0 30px;
	}

#navburger {
	margin-bottom: 20px;
}

#navburger.open {
	margin-bottom: 16px;
}

.navelem {
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 16px;
	margin-top: 0;
}

.navelem.first {
	padding-top: 0;
}

.navelem.link.hide {
	margin-top: -20px;
}

.navelem.last {
	border-bottom: none;
	padding-bottom: 21px;
	float: initial;
}

.navelem.selected, .navelem:hover {
	border-bottom: "";
}

.navelem, #navburger.open {
	margin-right: 0px;
	display: block;
}

}



@media only screen and (min-width: 800px) and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 1) {

.navelem, #navburger.open {
	margin-right: 30px;
}

.navelem.selected, .navelem:hover {
	border-bottom: 5px solid rgba(0,0,0,0.3);
}

}



@media only screen and (min-width: 700px) and (max-width: 799px) and (-webkit-min-device-pixel-ratio: 1) {

.navelem, #navburger.open {
	margin-right: 19px;
}


}


@media only screen and (min-width: 500px) and (-webkit-min-device-pixel-ratio: 1) {

.otherprojectsimg {
	max-height: 320px;
	background-position: 0 20px;
}

#otherprojects_links li {
	display: inline-block;
	width: 33%;
}

.otherprojectsimg.first {
	border-radius: 10px 0 0 10px;
}

.otherprojectsimg.sec {
	border-radius: 0px;
}

.otherprojectsimg.third {
	border-radius: 0 10px 10px 0;
}


}



