@media only screen 
and (min-width : 0px) 
and (max-width : 760px) {
	
	body {
		margin: 0 0 450px 0;
	}	
	
	#menuright span {
		display: none;
	}
	
	.menu {
		height: auto;
	}
	
	#menu {
		margin-top: 0px;
	}
	
	#header-home-content {
		width: 90%;
	}
	
	#header-home-content img {
		width: 75%;
	}
	
	.content-home .color-block .column-1-2 .column-1-4 {
		width: 50%;
	}
	
	.color-block,
	.dark-block {
		padding: 50px 0px;
	}

	
	#headersearch .inputcontainer {
		width: 100%;
	}
	
	#headersearch .inputcontainer,
	#headersearch select, #headersearch input {
		float: none;
		height: 50px;
	}
	
	#headersearch {
		height: auto;
	}
	
	#header-home-content p {
		font-size: 12px !important;
		line-height: 18px;
	}
	
	#page-home #headercontainer {
		margin-top: 100px;
	}
	
	.overview-product .column-1-6:nth-child(2n + 3) {
		clear: both;
	}
	
	.overview-product .column-1-6 {
		margin-bottom: 10px;
	}

	#headercontainer .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.column-1-2,
	.column-1-3,
	.column-1-4 {
		margin-bottom: 15px;		
	}
	
	.content-home .column-1-2,
	.content-home .column-1-3 {
		margin-bottom: 15px;
	}
	
	.kogelkraan-home,
	.findproduct,
	.footer .menu-ul,
	#lang,
	#info {
		display: none;
		visibility: hidden;
	}
	
	.footer span {
		width: 100%;
		display: inline-block;
	}
	
	.footer span:after {
		content: none;
	}
	
	.footer {
		padding: 20px 5px;
	}
	
	.content-home .column-1-2 p {
		width: 100%;
	}
	
	.googlemaps {
		height: 150px;
		background-size: auto 100%;
		margin-top: 0px;
	}
	
	.catalogusrequestform {
		display: none;
	}
	
	.mobileonly {
		display: block;
		float: right;
		color: #e4220f;
		font-size: 25px;
		margin-top: -5px;
	}
	
	#logo {
		text-align: center;
	    height: auto;
	    width: 100% !important;
	    margin: 20px auto !important;
	}
	
	#page-home #headercontainer {
		width: 100%;
		padding: 0px;
		background-size: cover;
		background-position: left center;
	}
	
	#homepage_title {
		font-size: 200%;
		line-height: 1.05em;
		max-width: 65%;
		padding-top: 2%;
		margin-left: 15px;
	}
	
	#page-home #headercontainer a {
		left: 30px;
		bottom: 15px;
	}
	
	.collapse {
		display: none;
	}
	
	.collapse .menu-ul {
		padding-right: 0px;
	}
	
	nav.collapse.closed { 
		max-height: 0; 
	}

	.menu-toggle { display: inline-block; }
	
	nav.collapse {
		display: block !important; 
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
		position: absolute;
		width: 100%;
		z-index: 10000;
		background-color: #bfbdbd;
	}
	nav.collapse.closed {
		z-index: 9999;
	}
	
	nav ul {
		width: 100%;
		margin-top: 0px;
		padding: 0px;
		margin-bottom: 0px;
	}
	
	nav ul li {
		display: block;
		background-color: #bfbdbd;
		padding: 0px 10px;
		width: 100%;
		text-align: left;
	}
	
	
	nav ul li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 15px 0px;
		border-bottom: 2px solid #fff;
		color: #fff;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	nav ul li:last-child a {
		border: none;
	}
	
	nav ul li:hover {
		background-color: #e4220f;	
	}
	
	nav ul li:hover a {
		color: white;
		border-bottom: 2px solid #fff !important;
    	padding-bottom: 15px;
	}
	
	nav ul li:hover a span.mobileonly i {
		color: #fff;
	}
	
	nav ul li:last-child:hover a {
		border-bottom: none !important;
	}
	
	nav .menu-ul li:before { content: "" }
	
	#mobileheadernav {
		height: 50px;
	}
	
	#mobileheadernav a {
		width: 33.3333%;
		float: left;
		display: block;
		text-align: center;
		color: #bcbcbc;
		cursor: pointer;
	}
	
	#mobileheadernav a.closed {
		background-color: #fff;
	}
	
	#mobileheadernav a i {
		font-size: 25px;
		line-height: 50px;
	}
	
	#mobileheadernav a i, #mobileheadernav a.closed span {
		color: #bcbcbc;
	}

	#mobileheadernav a.closed i, #mobileheadernav a.closed span {
		color: #bcbcbc !important;
	}
	
	#mobileheadernav a {
		background-color: #bcbcbc;
		color: #fff;
		border-radius: 5px 5px 0px 0px;
	}
	
	#mobileheadernav a i {
		color: #fff !important;
	}

	nav#search .container {
		height: 60px;
	}
	
	nav#search .inputwrap {
		position: absolute;
		left: 15px;
		right: 50px;
		top: 15px;
		bottom: 15px;
	}
	
	nav#search .inputwrap input {
		width: 100%;
		line-height: 27px;
		padding: 1px 15px;
	}
	
	nav#search button {
		position: absolute;
		right: 15px;
		top: 15px;
		background-color: #222;
		border: 0px;
	}
	
	nav#search button i {
		color: #fff;
		line-height: 30px;
	}
	
	.overview-productgroup a .grid-item:last-child, 
	#onzemarkten-overview a .grid-item:last-child, 
	#thequalitystandard-overview a .grid-item:last-child {
		margin-bottom: 0px !important;
	}

	#cta-moreinfo input {
		width: 100%;
		text-indent: 5px;
	}
	
	input {
		-webkit-appearance: none;
		border: 1px solid #ddd;
		border-radius: 0px;
		box-shadow: none; 
	}
	
	.subfooter {
		background-color: #e4220f;
		background-image: none;
		padding: 30px 0px;
		height: auto;
		margin-bottom: 0px;
		margin-top: 0px;
	}	
	
	.subfooter #phonenumber {
		color: #fff;
	}	
	
	.footer {
		height: 210px;
	}
	
	.subfooter {
		bottom: 210px;
	}
	
	#headercontainer {
		margin-top: 100px;
		min-height: 250px;
		min-height: 0px;
	}

	
	.row a .grid-item:first-child {
		margin: 0px;
	}
		
	#mobileheadernav {
		display: block;
	}	
	
	#page-news #headerstatic,
	#page-static #headerstatic,
	#page-static_categorie #headerstatic {
		width: 100%;
		height: 75px;
		height: 200px;
	}
	
	.slick-track {
		height: 200px;
	}
	
	.historieblock {
		min-height: 0px !important;
		margin-bottom: 0px;
	}
	
	#staticcontent div {
		text-align: left !important;
	}

	#staticcontent div img {
		width: 100%;
		height: auto;
	}

/* - - - - - Product search - - - - - */

#headersearch {
 	background: #e22721;
}

#headersearch .container {
	padding: 0px;
	background: none;	
	position: relative;
}

#headersearch .inputcontainer {
	position: static;
}

#headersearch_group {
	margin-bottom: 15px;
}

#headersearch_group,
#headersearch_product {
	padding-right: 0px;
}

#headersearch span, #headersearch_article {
	display: none;
}

#headersearch .inputcontainer select, #headersearch .inputcontainer input {
	width: 100%;
	max-width: 100%;
	float: none;
}

#headersearch .inputcontainer input {
	padding: 10px;	
}

#headersearch .searchbutton {
	display: none;
}

/* - - - - - D E T A I L - - - - - */

#headersearch {
	background-color: #e1e1e1;
	background-image: none;
	padding: 15px;
	margin-right: 0px !important;
}

#headersearch span {
	width: 45%;
	float: left;
	color: #e4220f;
}

#headersearch select {
	width: 55%;
	background-color: #fff;
	border-radius: 3px;
	text-indent: 10px;
}

#headersearch span:nth-child(7),
#headersearch span:nth-child(4) {
	margin-right: 0px;
}

#headersearch input {
	width: 50%;
	background-color: #fff !important;
}

#page-product_detail h1 {
	text-align: center;
	height: auto;
}

#breadcrumbs {
	display: none;
}

#product_thumbs {
	display: none;
}

#page-product_detail #product_image {
	margin-left: 0px;
	text-align: center;
	height: 250px;
}		
	
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

}

@media only screen 
and (min-width : 760px) 
and (max-width : 1210px) {

	.menu .container #lang {
		right: 25px;
	}
	
	.menu .container #info {
    	right: 30px;
	}
	
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #f4421a;
  border-bottom: 1px solid white;
  padding: 0.7em 1em;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #f4421a; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}
