html {
	overflow-y: scroll;
	height: 100%;	
}

body {
	font-size: 0.8em;
	font-family: 'Raleway', sans-serif;
	color: #000;
	height: 100%;
	padding: 0;
	background: #fff;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	max-width: 1100px;
	margin: auto;
	width: 100%;
	padding: 0 10px;
}

a {
	color: #63f76d;
}

a:hover {
	color: #b6fbbb;
}

img {
	max-width: 100%;
	display: inline-block;
}

.return_link {
	display: none;
	position: absolute;
	top: 20px;
	left: 40px;
	font-size: 35px;
	z-index: 999;
}

.return_link svg {
	float: left;
}

.return_link span {
	font-size: 18px;
	line-height: 35px;
	float: left;
	padding-left: 10px;
}

/*************************
		HEADER
*************************/
.header {
	position: relative;
}

/* header image */
.header .header_image {
	background: #fff;
}
.header .header_image img {
	height: 333px;
	width: initial;
	max-width: 100%;
	min-width: 100%;
	overflow: hidden;
}

.header .header_top {
	padding: 0 0 10px;	
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
}

/* logo */
.header .logo {
	width: 190px;
    height: 79px;
    position: relative;
	overflow: hidden;
	margin: 10px auto;
}

#logo_mascotte {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 48px;
}

#logo_text {
	position: absolute;
    left: 15px;
    bottom: 0px;
    top: 8px;
	z-index: 10;
	width: 175px;
}

.header .logo img {
	max-width: 230px;
	margin: auto;
}

/* searchbar */
.header .searchbar {
	position: absolute;
	top: 7px;
	left: 8px;
	z-index: 999;
}

.header .searchbar svg {
	font-size: 25px;
	color: #094D28;
	cursor: pointer;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.header #searchbar,
.header #searchinput {
	display: none;	
}

.header #searchbar:checked~#searchinput {
	display: block;	
}

.header #searchinput {
	float: right;	
	margin-left: 6px;
	height: 25px;
	border: none;
	border-left: 3px solid #094D28;
	opacity: 0.8;
	padding: 0 8px;
}

.header #searchinput::-webkit-input-placeholder { 
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

.header #searchinput::-moz-placeholder { 
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

.header #searchinput:-ms-input-placeholder {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

.header #searchinput:-moz-placeholder { 
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

/* hamburger */
.hamburger {
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 35px;
	z-index: 999;
	padding: 0 10px;
	color: #094D28;

}

.hamburger:hover{
	color: #b6fbbb;
}

/* socialmedia */
.socialmedia {
	position: absolute;
	top: 0px;
	right: 8px;
	z-index: 999;
}

.socialmedia .socialmedia_item {
	display: inline-block;
	color: #63f76d;
	font-size: 35px;
	padding: 0 2px;
}

.socialmedia .socialmedia_item a {
	color: #63f76d;
}

.socialmedia .socialmedia_item a:hover {
	color: #b6fbbb;
}

/* nav */
.nav {
	text-align: center;	
	border-top: 2px solid #63f76d;
	border-bottom: 2px solid #63f76d;
}

.nav li {
	display: inline-block;
}

.nav a {
	display: block;
	padding: 10px 15px 8px;	
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.nav a.active,
.nav li.folder.hover > a {
	color: #094D28;
	font-weight: bold;
}

.nav a:hover {
	text-decoration: underline;
}

.nav li.folder {
	position: relative;	
}

.nav li.folder.hover ul,
.nav li.folder:hover ul,
.nav li.folder ul:hover {
	display: block;
}

.nav li.folder ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	background: rgba(9, 77, 40, 0.7);
	padding: 5px 0;
	min-width: 100%;
}

.nav li.folder li {
	display: block;	
	text-align: left;
}

.nav li.folder li a {
	color: #FFF;	
	line-height: 110%;
}

.nav .subMenu {
	display: none;
	position: absolute;
	left: auto;
    width: auto;
    background: rgba(255, 255, 255, 0.8);
	border-top: 2px solid #63f76d;
}

.container ul {
	list-style: inherit;
	margin-left: 17px;
}

.container ol {
	margin-left: 17px;
}
.container h2 {
	font-size: 20px;
}
.container h2, .container h4 {
	color:  #000000;
}

.container h3 {
	color:  #000000;
}
.nav .subMenu .menuItem:not(:first-of-type) {
	border-top: 2px solid #63f76d;
	width: 100%;
}

.nav .has-children:hover .subMenu{
	display: block;

}

.nav .has-children {
	position: relative;
}

/*************************
		MAIN
*************************/
main {
	height: 100%;
  	margin: 0;	
}

#wrapper {
	min-height: 100%;
	/* margin-bottom: -524px;	 */
}

/* #wrapper:after {
  content: "";
  display: block;
  height: 524px; 
} */

#wrapper.bg-white {
	background: #FFF;	
}

.content {
	background: #FFF;
	padding: 30px 0 40px;
	font-size: 17px;
}

.spacer {
	height: 2px;
	width: 50px;
	background: #63f76d;
	margin: 10px auto 25px;	
}

.sub {
	color: #000000;
	font-size: 16px;
	margin-left: 20px;
}
.content h1 {
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	color: #000000;
}

.products_content h1 {
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-size: 35px;
	padding: 30px 0 0;
	color: #63f76d;
}

.infoblocks {
	/* border-top: 2px solid #63f76d; */
  	/* border-bottom: 2px solid #ffab00; */
}

.infoblock {
	width: 33%;	
	float: left;
	padding: 40px 0;
	min-height: 636px;
}

.infoblock_block h2 {
	color: #000000;
	border-top: 1px solid #63f76d;
	padding-top: 10px;
}
.infoblock_block p {
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
}

.infoblock_block {
	position: relative;
	/* max-height: 320px;	 */
	max-width: 320px;	
	overflow: hidden;
	padding: 0 10px;
	margin: auto;
	color: #333;
}

.infoblock_img {
	max-width: 300px;	
	overflow: hidden;
}

.infoblock_image{
	border-right: 1px solid #63f76d;
	border-bottom: 1px solid #63f76d;
}

.infoblock_img img {
	display: block;
	opacity: 0.6;
	-moz-transition: all 0.5s;
 	-webkit-transition: all 0.5s;
  	transition: all 0.5s;
}

.infoblock_img_overlay {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;	
	background: #FFF;
	opacity: 0.7;
	padding: 5px 0;
	text-align: center;
	font-size: 22px;
}

.infoblock_block:hover .infoblock_img_overlay {
	opacity: 0.9;
	transition: all 0.5s;
}

/* employees */
.employees h2 {
	text-align: center;
	margin: 0 0 25px;
	font-size: 25px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3)
}

.employees {
	padding: 25px 0;	
}

.employees .owl-carousel {
	position: relative;
}

.employees .owl-nav .owl-prev {
	position: absolute;
	top: 55px;
	left: -80px;	
}

.employees .owl-nav .owl-next {
	position: absolute;
	top: 55px;
	right: -80px;	
}

.employees .owl-nav svg {
	font-size: 55px;
	text-shadow: 2px 1px 5px #7F7F7F;	
	color: #7EA08E;
	z-index: 10;
}

.employees .owl-nav svg:hover {
	opacity: 1;	
	color: #094D28;
}

.employees .employee .employee_image {
	width: 25%;
	float: left;	
	padding: 0 20px 0 40px;
}

.employees .employee .employee_image img {
	max-width: 180px;	
	border: 1px solid #094D28;	
}

.employees .employee .employee_text {
	width: 75%;
	float: left;	
	font-size: 15px;
	padding: 25px 10px 25px 0;
}

.employees .employee .employee_text h3 {
	padding: 0 0 10px;	
}

/* googlemaps */
.googlemaps {
	border-top: 2px solid #63f76d;	
	border-bottom: 2px solid #63f76d;	
}

.googlemaps img {
	display: block;
	width: 100%;
}

.googlemaps img.laptop,
.googlemaps img.mobile {
	display: none;
}

/* brand logos */
.brand_logos {
	padding: 20px 0;	
}

.brand_logos h2 {
	text-align: center;
	margin: 0 0 15px;
	font-size: 25px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	color: #000000;
}

.brand_logos .owl-carousel {
	padding: 15px 0;	
}

.brand_logos .brand_logo {
	padding: 0 10px;
}

.brand_logos .brand_logo h1 {
	color: #000000;
	font-size: 20px;
}

.brand_logos .brand_logo > p > img{
	max-height: 75px;
	max-width: 75px;
}

.brand_logos .owl-nav,
.brand_logos .owl-dots {
	display: none;	
}

/* products */
.products_content {
	padding: 0 0 30px;	
}

.products_content h1 {
	padding: 25px 0 20px;	
}

.products_content .product {
	width: 25%;
	float: left;
	padding: 15px;
	cursor: pointer;
}

.products_content .product_block {
	position: relative;
	overflow: hidden;
}

.products_content .product img {
	display: block;
	opacity: 0.9;	
}

.products_content .product .product_img_overlay {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	background: rgba(255,255,255,0.6);
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
	color: #000;
	font-weight: bold;
	height: 38px;
	transition: height 0.25s ease-in;
}

.products_content .product:hover .product_img_overlay {
	height: 100%;	
}

.products_content .product .product_img_overlay span {
	font-size: 22px;	
	display: block;
	line-height: 24px;
	padding: 7px 0;
}

.products_content .product:hover .product_img_overlay span {
	padding: 10px 0 9px;
}

.products_content .product:hover .product_img_overlay {
	display: block;	
}

/* product */
.content_parts .content_left,
.employee_content .content_left {
	float: left;
	width: 40%;	
}

.employee_content .content_left {
	text-align: center;
}

.content_parts .content_right,
.employee_content .content_right {
	float: left;
	width: 60%;	
	padding: 20px 0 0
}

.content_parts .content_left img,
.employee_content .content_left img {
	margin: auto;
	max-width: 350px;	
}

/* news */

.newsitems {
	max-width: 1100px;
	margin: auto;
	width: 100%;
	padding: 0 10px;
}

.news_item{
	position: relative;
	height: 470px;
	width: 320px;
	overflow: hidden;
	padding: 0 10px;
	margin: auto;
	color: #333;
}

.newsitems .news_item {
	width: 33%;
	float: left;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.news_itemH1{
	border-top: 1px solid #63f76d;
	padding-top: 10px;
}

.newsLink{
	color: #000;
}

.newsitems .news_item span {
	display: block;
	color: #5C8971;
	font-size: 16px;
	padding: 5px 0 0;	
}

.newsitems .news_item h2 {
	line-height: 120%;	
	font-size: 18px;
	padding: 0 0 5px;
}

.newsitems .news_item p {
	font-size: 16px;
	font-style: italic;
	color: #000000;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
}

.newsitems .news_item a {
	text-decoration: none;	
}

/* newsitem */
.newsitem .news_image {
	padding: 0 0 20px;
	text-align: center;
}
.news_image img{
	border-right: 1px solid #63f76d;
	border-bottom: 1px solid #63f76d;
}

.newsitem .news_image img {
	margin: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	max-height: 300px;
}

.newsitem .news_text {
	max-width: 600px;	
	margin: auto;
	font-style: italic;
}

.return {
	text-align: center;
	font-weight: bold;
	padding: 20px 0 0;	
}

.return a {
	color: #094D28;
	text-decoration: none;	
}

/* team */
.content.team {
	background: #F4F4F4;	
}

.team .employee {
	width: 20%;
	float: left;	
	padding: 10px 15px;
}

.team .employee a {
	text-decoration: none;	
}

.team .employee .image img {
	padding: 5px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.team .employee .name {
	color: #909090;
	text-align: center;
	font-size: 14px;
}

.team .employee .name h3 {
	font-size: 15px;
	padding: 5px 0 0;
}

/* employee */
.employee_content {
	padding: 20px 0 0;	
}

.employee_content .content_left img {
	max-width: 200px;	
}

.employee_content .content_right .smallspacer {
	height: 2px;
	width: 50px;
	background: #63f76d;
	margin: 15px 0 20px;
}

.employee_content .employeesocial a {
	display: inline-block;
	background: #094D28;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-right: 10px;
}

.employee_content .employeesocial svg {
	display: block;
	float: left;
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 42px;
	padding-left: 2px;
	text-align: center;
	padding: 10px;
}

.employee_content .employeesocial a:hover {
	background: #000;	
}

/* contact */
.contact.content_parts .content_left {
	padding-right: 15px;
}

.contact.content_parts .content_left img {
	max-width: 350px;	
	width: 100%;
	border: 2px solid #094D28;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

/*************************
		FOOTER
*************************/
#footer {
	/* height: 524px; */
	background: #F4F4F4;
	border-top: 1px solid #63f76d;
}

.footer_top {
	padding: 30px 0;
	color: #2c2c2c;
	border-top: 2px solid #63f76d;
}

.footer_top h2 {
	padding: 0 0 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	color: #000000;
}

.footer_top .footer_block {
	width: 33%;
	float: left;	
}

.footer_top .footer_top_center {
	text-align: center;	
}

.footer_top_content td {
    padding-right: 10px;
}

.footer_top .footer_block .footer_top_content {
	display: inline-block;	
	text-align: left;
}

.footer_top .footer_top_right {
	text-align: right;	
} 

.footer_bottom {
	background: #63f76d;
	padding: 23px 0;
	font-size: 14px;
} 

.footer_bottom a {
	color: #000000;	
	text-decoration: none;
}

.footer_bottom a:hover {
	text-decoration: underline;	
}

.footer_bottom .footer_bottom_left,
.footer_bottom .footer_bottom_right {
	width: 50%;
	float: left;
	color: #FFF;
}

.footer_bottom .footer_bottom_right {
	text-align: right;	
}

.footer_bottom .footer_bottom_right li {
	display: inline-block;	
	padding: 0 0 0 15px;
}

/* 
* Formulieren
*/

.form-input label:not(.checkbox-label) {
	display: block;
	color: #000000;
	font-weight: bold;
}

.form-input input:not([type=checkbox]) {
	margin-bottom: 10px;
	width: 100%;
	background: white;
	padding: 5px;
}

.form-input input[type=checkbox] {
	margin-left: 10px;
}

.input-type-checkbox-group {

	margin-bottom: 10px;
}
.input-type-checkbox-group label {
	margin-left: 20px;

}

.input-type-checkbox-group p {
	margin: 0;
	color: #000000;
	font-weight: bold;
}

.rendered-form {
	width: 600px;
    margin: 0 auto;
}

.rendered-form button:hover {
	background: #b6fbbb;
}
.rendered-form button {
	padding: 10px;
	background: #63f76d;
	border: 0;
	color: #000000;
}

.rendered-form textarea {
	margin-bottom: 10px;
	width: 100%;
	height: 150px;
}

/* .newsitems .news_item {
    width: 25%;
    float: left;
	padding: 10px 20px;
} */

/*  clothespage */
.clothespage_infoblock{
	margin: 20px;
}

.clothespage_infoblock_block{
	display: inline-grid;
	grid-template-columns: 300px auto;
	grid-template-rows: auto;
	grid-template-areas: "title ."
						 "photo content";
	grid-column-gap: 30px;
}

.clothespageH2{
	grid-area: title;
	border-top: 1px solid #63f76d;
	padding-top: 10px;
}

.clothespage_infoblock_image{
	grid-area: photo;
	border-right: 1px solid #63f76d;
	border-bottom: 1px solid #63f76d;
}

.clothespage_infoblock_content{
	grid-area: content;
	font-size: 16px;
}

/* single newsitem*/
.singleNewsItem{
	display: inline-grid;
	grid-template-columns: 300px auto;
	grid-template-rows: auto;
	grid-template-areas: "photo content";
	grid-column-gap: 30px;
}

.newsItemImage{
	grid-area: photo;
	margin-left: 30px;
	border-right: 1px solid #63f76d;
	border-bottom: 1px solid #63f76d;
}

.newsItemContent{
	grid-area: content;
	margin-right: 30px;
	margin-left: 30px;
}

/* default page*/
.defaultContent{
	margin-left: 20px;
}

/* turning the message box on the contact form white because it was permantly red*/
#textarea-1566467995332{
	background-color: #fff;
}

.subContact{
	border-top: 1px solid #63f76d;
	border-left: 1px solid #63f76d;
	border-bottom: 1px solid #63f76d;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	width: 260px;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 5px;
	position: fixed;
	top: 50%;
	right: 0;
	background: rgba(99, 247, 109, 0.89);
	z-index: 2;
}

.subContact > p {
	margin-left: 12px;
}

.dataContent {
	margin: 0 auto;
	width: 56%;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=
		cookie bar
=-=-=-=-=-=-=-=-=-=-=-=-=*/
.mni_cookiebar {
	position: fixed;
    bottom: 0;
    background: rgba(153, 153, 153, 0.89);
    width: 100%;
    z-index: 3;
    border-top: 1px solid #63f76d;
    min-height: 40px;
    padding-top: 10px;
	padding-left: 10px;
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#sportprizes, .catalogus{
	width: 800px;
	height: 500px;
}

.catalogus_link {
	padding: 5px;
	border: 1px solid #63f76d;
	text-decoration: none;
	border-radius: 15px;
  }