html, body { height: inherit }

body {
	min-width: inherit;
}

.navbar, .navbar.orig {
	position: fixed;
	width: 100%;
	height: inherit;
}

main {
	margin-top: 60px;
}

section { 
	min-width: inherit;
  	min-height: inherit;
  	height: inherit;
}

.brand {
	position: relative;
	background-position: center center;
	height: 60px;
	min-height: 60px;
	background-size: auto 40px;
	width: 100%;
	-webkit-transition: 0.0s;
	-moz-transition: 0.0s;
	transition: 0.0s;
}

#home div.right, #home div.left {
	width: 100%;
	min-height: inherit;
}

#home div.left {
	height: inherit !important;
}

#home div.right {
	height: 300px !important;
}

#home div.right .slidercontainer {
	height: 300px;
	margin-top: 0px;
}

#home div.right .slidertextcontainer {
	height: 75px;
}

#home div.right .slidertextcontainer .item {
	font-size: 12px;
	height: 75px;
	line-height: 75px;
}

#about_us .container {
	width: 90%;
	font-size: 16px;
	padding-top: 35px;
	padding-bottom: 35px;
	margin: 0 auto;
}

#about_us .container div {
	padding: 3px 10px;
}

#about_us .container .buttons {
	display: none;
}

#photos .container {
	width: 100%;
}

#photos .photosmenu {
	display: none;
}

#photoskeuken, #photostafels, #photosinterieurbetimmeringen, #photosoverige_projecten {
	display: inherit;
}

#photos .photosmenu .item {
	width: 100%;
	height: auto;
}

#photos .photothumbs {
padding-top: 10px;
padding-bottom: 0px;
}

#contact .container {
	width: 100%;
}

#contact .container .left {
	width: 95%;
padding: 2.5%;
}

#contact .container .right {
	width: 95%;
padding: 2.5%;
}

#contact #contactform textarea {
	width: 80%;
}

#photos h3 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	font-size: 24px;
}

.navbar ul {
	display: none;
}

#photos .photosmenu .item .overlay, #photos .photosmenu .item .photolink.img {
	width: 50px;
height: 50px;
min-height: inherit;
background-size: 100%;
}



@media screen and (max-width:480px) {
	#home div.right .slidertextcontainer .item {
		font-size: 9px;
	}

	#home div.right .slidercontainer {
		height: 225px;
	}

	#home div.right {
		height: 225px !important;
	}

	#home div.right .slidertextcontainer .item, #home div.right .slidertextcontainer {
		height: 50px;
		line-height: 50px;
	}
}