@media screen and (max-width: 600px) {

#header {
	width: 100%;
	min-height: 0;
}

#logo a {
	display: inline-block;
	min-width: 100px;
	width: 35%;
}

#header-scroll {
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-bottom: 0;
}

a.menu-button {
	background: #A4C625;
	position: absolute;
	left: 25px;
	top: 25px;
	margin: 0;
}
.close-button {
    font-size: 1.2em;
}

.menu-hoofdmenu-container {
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}
#menu-hoofdmenu {
	margin-top: 17px;
	margin-bottom: 17px;
}

#menu-foot {
	position: absolute;
    width: 60px;
	right: 18px;
    top: 10px;
	padding: 10px 0;
}
#menu-foot:before {
	display: none;
}
#menu-foot .custom-widget {
	width: 100%;
}

#search-toggle {
	color: #f6ffda;
	font-size: 22px;
}
#search-toggle:hover {
	color: #A4C625;
	-webkit-transform: scale(1.14);
	   -moz-transform: scale(1.14);
			transform: scale(1.14);
}
.custom-widget.search-widget {
	position: absolute;
    top: 15px;
    right: 61px;
    width: 240px !important;
    z-index: 1003;
}

#shader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 1002;
}

#menu-foot .qtranxs_language_chooser {
	display: block;
	width: 100%;
}
#menu-foot .qtranxs_language_chooser li {
	display: block;
	left: 0;
	right: 0;
	margin: 5px auto;
}
#menu-foot .qtranxs_language_chooser li a {
	display: inline-block;
	width: 27px;
    height: 27px;
}
#menu-foot .qtranxs_language_chooser li a img {
	height: 23px;
}
#menu-foot .qtranxs_language_chooser li.active a, #menu-foot .qtranxs_language_chooser li.active:hover a {
	border: solid 2px #A4C625
}

#contentwrapper {
	width: 100%;
	margin-left: 0;
}

.grid-wrap {
	width: 100%;
	text-align: center;
}

#content {
	padding: 10px;
}

#rightbar {
	padding-left: 2%;
	width: 100%;
	display: block;
	float: left;
	margin: 0;
}
#rightbar > .widgets {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	clear: none;
}

}