/*

Theme Name: Goedgefrituurd.nl - v2023
Theme URI: http://www.goedgefriturd.nl
Description: Template gemaakt voor goedgefrituurd.nl
Version: 2023.0.0.1
Author: C.P.M. Bastiaansen
Author URI: http://www.excellutions.nl

*/

@import url('css/bootstrap.min.css');

/* ======
	= fonts
	=
	====== */
@font-face {
    font-family: 'MarkerFeltWide';
    src: url('fonts/MarkerFeltWide/markerfeltwide.eot');
    src: url('fonts/MarkerFeltWide/markerfeltwide.eot') format('embedded-opentype'),
         url('fonts/MarkerFeltWide/markerfeltwide.woff2') format('woff2'),
         url('fonts/MarkerFeltWide/markerfeltwide.woff') format('woff'),
         url('fonts/MarkerFeltWide/markerfeltwide.ttf') format('truetype'),
         url('fonts/MarkerFeltWide/markerfeltwide.svg#markerfeltwide') format('svg');
		
}

@font-face {
    font-family: 'HelveticaNeue-BoldCondensed';
    src: url('fonts/HelveticaNeue-BoldCondensed/helveticaneue-boldcondensed.eot');
    src: url('fonts/HelveticaNeue-BoldCondensed/helveticaneue-boldcondensed.eot') format('embedded-opentype'),
         url('fonts/HelveticaNeue-BoldCondensed/helveticaneue-boldcondensed.woff2') format('woff2'),
         url('fonts/HelveticaNeue-BoldCondensed/helveticaneue-boldcondensed.woff') format('woff'),
         url('fonts/HelveticaNeue-BoldCondensed/helveticaneue-boldcondensed.ttf') format('truetype'),
         url('fonts/HelveticaNeue-BoldCondensed/helveticaneue-boldcondensed.svg#helveticaneue-boldcondensed') format('svg');
		
}

@font-face {
    font-family: 'HelveticaNeueLight2';
    src: url('fonts/HelveticaNeue-Light2/helveticaneue-light2.eot');
    src: url('fonts/HelveticaNeue-Light2/helveticaneue-light2.eot') format('embedded-opentype'),
         url('fonts/HelveticaNeue-Light2/helveticaneue-light2.woff2') format('woff2'),
         url('fonts/HelveticaNeue-Light2/helveticaneue-light2.woff') format('woff'),
         url('fonts/HelveticaNeue-Light2/helveticaneue-light2.ttf') format('truetype'),
         url('fonts/HelveticaNeue-Light2/helveticaneue-light2.svg#HelveticaNeueLight2') format('svg');
		
}

@font-face {
    font-family: 'HelveticaNeueCondensedBlack';
    src: url('fonts/HelveticaNeue-CondensedBlack/helveticaneue-condensedblack.eot');
    src: url('fonts/HelveticaNeue-CondensedBlack/helveticaneue-condensedblack.eot') format('embedded-opentype'),
         url('fonts/HelveticaNeue-CondensedBlack/helveticaneue-condensedblack.woff2') format('woff2'),
         url('fonts/HelveticaNeue-CondensedBlack/helveticaneue-condensedblack.woff') format('woff'),
         url('fonts/HelveticaNeue-CondensedBlack/helveticaneue-condensedblack.ttf') format('truetype'),
         url('fonts/HelveticaNeue-CondensedBlack/helveticaneue-condensedblack.svg#HelveticaNeueCondensedBlack') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('fonts/HelveticaNeue-Regular/helveticaneue-regular.eot');
    src: url('fonts/HelveticaNeue-Regular/helveticaneue-regular.eot') format('embedded-opentype'),
         url('fonts/HelveticaNeue-Regular/helveticaneue-regular.woff2') format('woff2'),
         url('fonts/HelveticaNeue-Regular/helveticaneue-regular.woff') format('woff'),
         url('fonts/HelveticaNeue-Regular/helveticaneue-regular.ttf') format('truetype'),
         url('fonts/HelveticaNeue-Regular/helveticaneue-regular.svg#HelveticaNeueRegular2') format('svg');
}



/* ---- START CSS ---- */
* {
  -webkit-backface-visibility: hidden;
}

body {
	font-family: korolev, sans-serif;
	font-weight: 500;
	font-style: normal;
	background-color: #f3f4f4;
	font-size: 16px;
}

body,
html {
	height: 100%;
	width: 100%;
}

p {
	margin-bottom: 1em;
}

h2.orange {
	font-family: 'HelveticaNeue-BoldCondensed';
/*	margin-top: 0!important; */
	color: #F08219;
}

h2.green {
	font-family: 'HelveticaNeue-BoldCondensed';
	color: #8ec044;
}

h2.orange a {
	color: #F08219;
}

h2.green a {
	font-size: 20px;
	line-height: 1.1;
	color: #8ec044;
}

h3 {
	font-family: 'HelveticaNeue-BoldCondensed';
	font-size: 24px;
	/* margin-bottom: 1.0em; */
}

a,
a:hover,
a:focus {
	outline: 0;
}

a,
a:hover {
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

a.readmore:before {
	font-family: 'Fontawesome';
	content: "\f105";
	margin-right: 5px;
}

a.readmore.green {
	position: relative;
	color: #FFFFFF;
	display: inline-block;
	height: 35px;
	line-height: 15px;
	width: auto;
	padding: 10px;
	margin: 0;
	background-color: #8ec044;
	/* 
	background: linear-gradient(to bottom, rgba( 78, 177, 55), rgba( 0, 160, 66 ));
	*/
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

a.readmore.green:hover,
a.readmore.green:focus {
	text-decoration: none;
	color: #000000;
	background-color: #fddd6b;
	/*
	background: linear-gradient(to top, rgba( 78, 177, 55), rgba( 0, 160, 66 ));
	*/
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

a.readmore.orange {
	position: relative;
	color: #ffffff;
	display: inline-block;
	height: 27px;
	line-height: 27px;
	width: auto;
	padding: 0 10px;
	margin: 0;
	background-color: #F08219;
	/*
	background: linear-gradient(to bottom, rgba( 238, 129, 38 ), rgba( 236, 107, 13 ));
	*/
	transition: all .3s ease-in-out;
}

							a.readmore.orange.center {
								margin: 0 auto;
							}

a.readmore.orange:hover {
	text-decoration: none;
	background-color: #9b8579;
	/*
	background: linear-gradient(to top, rgba( 238, 129, 38 ), rgba( 236, 107, 13 ));
	*/
	transition: all .3s ease-in-out;
}

						a.button.green {
							position: relative;
							color: #FFFFFF;
							display: table;
							height: 27px;
							line-height: 27px;
							width: auto;
							padding: 0 10px;
							margin: 0;
							background-image: url(images/buttons/readmore_green.jpg);
							background-repeat: repeat-x;
							background-position: left center;
						}

						a.button.green:hover {
							text-decoration: none;
							background-image: url(images/buttons/readmore_green_hover.jpg);
							ackground-repeat: repeat-x;
							background-position: left center;
						}


.orange-button a {
	position: relative;
	color: #FFFFFF;
	display: table;
	height: 27px;
	line-height: 27px;
	width: auto;
	padding: 0 10px;
	background-color: #F08219;
	/*
	background: linear-gradient(to bottom, rgba( 238, 129, 38 ), rgba( 236, 107, 13 ));
	*/
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.orange-button a:hover,
.orange-button a:focus {
	text-decoration: none;
	background-color: #9b8579;
	/*
	background: linear-gradient(to top, rgba( 238, 129, 38 ), rgba( 236, 107, 13 ));
	*/
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.next-provious-buttons-container {
	margin: 30px 0;
}

.back-to-overview.orange-button a {
	margin: 0 auto;
}

.next-post.orange-button a {
	float: right;
}



.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

img.alignright {
	position: relative;
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

img.alignleft {
	position: relative;
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

img.aligncenter {
	display: block;
	margin: 0 auto 15px auto;
}

iframe {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}







/* ---- CONTENT-WRAPPER ---- */
#content-wrapper {
	background-color: #FFFFFF;
	border: 1px solid #E8E8E9;
	padding: 30px;
	min-height: 50vh;
	margin-bottom: 70px;
}

#content-wrapper img {
	max-width: 100%;
	height: auto;
}

#content-wrapper.inset {
	background-color: transparent;
	border: 0 none;
	margin-bottom: 15px;
}

#content-wrapper.hot-links {
	background-color: transparent;
	border: 0 none;
}

#content-wrapper.latest-news {
	background-color: transparent;
	border: 0 none;
}

#content-wrapper .categories_filter select {
	text-transform: none;
}


/* === TOP-MENU / HEADER === */
#top-header-wrapper {
	height: 50px;
	width: 100%;
	background-color: #e3e4e4!important;
}

#top-header-wrapper .menu-topmenu-container {
	height: 50px;
	line-height: 50px;
}

#top-header-wrapper .menu-topmenu-container ul {
	position: relative;
	width: 100%;
	text-align: right;
	list-style: none;
	margin-bottom: 0;
}

#top-header-wrapper .menu-topmenu-container ul li {
	display: inline-flex;
	margin-left: 30px;
}

#top-header-wrapper .menu-topmenu-container ul li:first-child {
	margin-left: 0;
}

#top-header-wrapper .menu-topmenu-container ul li a {
	color: #87888a;
	margin-left: 30px;
}

#top-header-wrapper .menu-topmenu-container ul li.orange-button {
	margin-top: 10px;
}

#top-header-wrapper .menu-topmenu-container ul li.orange-button a {
	color: #ffffff;
	height: 30px;
	line-height: 30px;
}

#top-header-wrapper .menu-topmenu-container ul li a:before {
	font-family: 'Fontawesome';
	content: '\f105';
	padding-right: 5px
}



/* ---- MAIN-HEADER --> LOGO ---- */
#main-menu-wrapper a.logo {
	height: 200px;
	z-index: 2000;
}

#main-menu-wrapper .logo img {
	display: block;
	position: relative;
	top: -50px;
	height: 175px;
	width: auto;
}



/* ---- MAIN-HEADER --> HOOFD-NAVIGATIE ---- */
#main-menu-wrapper {
	font-family: 'HelveticaNeueLight2';
	font-size: 20px;
	line-height: 24px!important;
	background-color: #f3f4f4;
	height: auto;
	min-height: 200px;
	border: 0 none;
}

#main-menu-wrapper .collapse {
	display: inherit;
}

#main-menu-wrapper .menu-hoofdmenu-container {
	position: relative;
	
	
}

#main-menu-wrapper ul#menu-hoofdmenu {
	position: relative;
	height: 200px;
	list-style: none;
  	padding-left: 0;
	column-count: 6;
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-gap: 40px;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
}

#main-menu-wrapper ul li {	
	position: relative;
	/* display: inline-table; */
	text-align: left;
	padding: 48px 0;
	-webkit-column-break-inside: avoid;
	-webkit-backface-visibility: hidden;
}


#main-menu-wrapper li a {
	line-height: 24px;
	color: #87888a!important;
	vertical-align: middle;
	transition: all .3s ease-in-out;
}

#main-menu-wrapper li a:hover {
	color: #8ec044!important;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#main-menu-wrapper li.active a,
#main-menu-wrapper li.current-menu-parent a {
	font-family: 'HelveticaNeue-BoldCondensed';
	color: #8ec044!important;
	background-color: transparent!important;
	transition: all .3s ease-in-out;
}



/* === FEATURED IMAGE === */
img.homepage.featured {
	max-width: 50%;
	height: auto;
	margin-top: -170px;
	margin-right: -15px;
}


/* === HOME-PAGE === */
#fp-wrapper .fp-slogan {
	display: block;
	width: 100%;
	font-family: 'MarkerFeltWide';
	font-size: 50px;
	color: #F08219;
	text-align: center;
	-webkit-transform: rotate(358deg);
	-moz-transform: rotate(358deg);
	-o-transform: rotate(358deg);
	writing-mode: lr-tb;
	margin-bottom: 30px;
	padding-top: 20px;
	z-index: 1000;
}

/* ---- CAROUSEL ---- */
#fp-wrapper .front-page-carousel #slider {
	margin-bottom: 30px;
}

#fp-wrapper .front-page-carousel #slider,
#fp-wrapper .front-page-carousel #carousel-bounding-box,
#fp-wrapper .front-page-carousel #myCarousel {
	height: 50vh;
}

#fp-wrapper .front-page-carousel .carousel-inner {
	height: 100%;
}

#fp-wrapper .carousel-fade .carousel-item {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
}

#fp-wrapper .carousel-fade .carousel-item.active {
	opacity: 1;
}

#fp-wrapper .carousel-fade .carousel-inner .active {
	opacity: 1;
}

#fp-wrapper .carousel-fade .carousel-inner .active.left,
#fp-wrapper .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

#fp-wrapper .carousel-fade .carousel-inner .next.left,
#fp-wrapper .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

#fp-wrapper .carousel-fade .carousel-control {
	z-index: 2;
}



/* ---- FRONTPAGE --> RECENT BLOGS ---- */
#fp-blogs-wrapper {
	margint-bottom: 70px;
}

#fp-blogs-wrapper .fp-single-blog-container {
	display: flex;
	flex-direction: column;
	flex: 0 1 auto;
	min-height: 550px;
	background-color: #ffffff;
}

#fp-blogs-wrapper .fp-single-blog-image {
	height: 0;
	padding-bottom: 56.25%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

#fp-blogs-wrapper .fp-single-blog-content-container {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: stretch;
	padding: 15px;
}
#fp-blogs-wrapper .fp-single-blog-content-container .fp-single-blog-publication-date {
	font-size: 14px;
	letter-spacing: 0.75px;
	font-style: italic;
	color: #999999;
}

#fp-blogs-wrapper .fp-single-blog-content-container h3.fp-single-blog-title {
	color: #F08219;
	margin-top: 25px;
	margin-bottom: 15px;
}

#fp-blogs-wrapper .fp-single-blog-readmore-container {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}

#fp-blogs-wrapper .fp-blogs-to-all-blogs-container {
	margin: 30px 0;
}



/* ---- FRONTPAGE --> RANDOM FACT OR FABLE ---- */
#fp-facts-and-fables-wrapper {
	padding: 50px 0;
}

#fp-facts-and-fables-wrapper .fp-single-fact-and-fable-container {
	position: relative;
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
}

#fp-facts-and-fables-wrapper .fp-single-fact-and-fable-container .fp-single-fact-and-fable-image {
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#fp-facts-and-fables-wrapper .fp-single-fact-and-fable-container h3.fp-single-fact-and-fable-title {
	color: #F08219;
	margin-top: 0;
}

#fp-facts-and-fables-wrapper .fp-single-fact-and-fable-container .fp-single-blog-readmore-container {
	text-align: right;
}




				h2.orange.title-pages {
					font-family: 'HelveticaNeue-BoldCondensed';
					font-size: 36px;
					margin-bottom: 25px;
				}

				h2.clear:before {
					content: "";
				}



/* === HOT-LINKS-WRAPPER === */
.hot-links-wrapper {
	background-color: #E3E4E4;
	margin-top: 15px;
	padding: 5px 0;
}


.hot-links-item {
	font-size: 12px;
}

.hot-link-wrapper {
	position: relative;
	display: block;
	width: 98%;
	height: 150px;
	padding: 1%;
	background: url(images/backgrounds/backgound_hot-links.png) right center no-repeat;
}

.hot-link-text {
	position: relative;
	float: right;
	width: 190px;
	height: 140px;
	padding: 0 10px;
	margin-right: 5px;
}

.hot-link-text h2 {
	font-family: 'HelveticaNeue-BoldCondensed';
	font-size: 16px;
}

.hot-link-text p {
	display: block;
}

.hot-link-text a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #999999;
	text-decoration: none;
	padding: 0 7px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: 1px solid #E8E8E9;
}

.hot-link-text a:hover {
	color: #333333;
	border: 1px solid #666666;
}



.hot-link-text .keurmerk-zoeker:before {
	display: block;
	position: absolute;
	left: -100px;
	top: 45px;
	height: 150px;
	width: 70px;
	content: url(images/icons/map_netherlands.png);
	background-position: center;
}

.hot-link-text .facts:before {
	display: block;
	position: absolute;
	left: -100px;
	top: 45px;
	height: 150px;
	width: 70px;
	content: url(images/icons/icon_facts.png);
	background-position: center;
}

.hot-link-text .facebook-link:before {
	display: block;
	position: absolute;
	left: -100px;
	top: 45px;
	height: 150px;
	width: 70px;
	content: url(images/icons/icon_facebook.png);
	background-position: center;
}



/* === teaser-hot-links === */
.teaser-hot-links-wrapper {
	background-color: #CFD1D2;
	margin-bottom: 15px;
	border-bottom: 1px solid #333333;
}

.teaser-hot-links-wrapper .container {
	background-color: transparent;
	border: 0 none;
}

.teaser a {
	color: #666666;
	text-decoration: none;
}

.teaser a:hover {
	color: #000000;
	text-decoration: underline;
}

.teaser a:before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(images/icons/icon_facebook_thumb-up.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-right: 5px;
	
}

.teaser a:before img {
	height: 20px;
}



/* === LAATSTE-NIEUWS (behalve op de nieuwspagina's === */
.latest-news-block {
	clear: both;
	position: relative;
	display: block;
/*	margin-top: 15px; */
	margin-bottom: 15px;
	background-color: #FFFFFF;
	width: 98%;
	min-height: 550px;
	border: 1px solid #E8E8E9;
}

.latest-news-block p.center {
	display: block;
	position: absolute;
	bottom: 0;
	margin: 0 -10px;
	width: 100%;
	text-align: center;
}

.latest-news-block .readmore {
	display: inline-block!important;
	bottom: 10px;
	margin: 0 auto!important;
	text-align: center;
}



.latest-news-block img {
	display: block;
	width: 100%;
	height: auto;
}


.latest-news-block .latest-text {
	padding: 0 10px 10px 10px;
	height: 275px;
	/*position: relative; */
}

.latest-news-block .latest-text h2 a {
	font-size: 65%;
	line-height: inherit;
}

.latest-news-block .latest-text p {
	font-size: 100%;
}






/* === HOMEPAGINA --> Ad-random textblock === */
@media (min-width: 992px) {
	.ad-random-textblock {
		display: block;
		position: relative;
		height: 330px;
		overflow: hidden;
		padding-left: 0;
		padding-right: 2px;
	}
	
	.ad-random-textblock .background {
		display: block;
		position: relative;
		width: 100%;
		height: 330px;
		border: 1px solid #E8E8E9;
	}
	
	.ad-random-textblock a {
		color: #FFFFFF;
	}
	
	.ad-random-textblock .background img {
		display: block;
		position: absolute;
		top: 0;
		background-position: bottom center;
		width: 100%;
		height: auto;
	}
	
	.ad-random-textblock .teaser-text {
		font-size: 14px;
		display: table;
		position: absolute;
		background-color: rgba(235, 105, 11, .7);
		bottom: 0;
		height: auto;
		padding: 10px;
	}
	
	.ad-random-textblock .teaser-text h3 {
		font-size: 20px;
		color: #FFFFFF;
	}
}

@media (max-width: 991px) {
	.ad-random-textblock {
		display: block;
		position: relative;
		height: auto;
		overflow: hidden;
		padding: 0;
		margin-bottom: 15px;
	}
	
	.ad-random-textblock .background {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #E8E8E9;
	}
	
	.ad-random-textblock a {
		color: #FFFFFF;
	}
	
	.ad-random-textblock .background img {
		display: block;
		position: relative;
		float: left;
		background-position: bottom center;
		width: 100%;
		height: auto;
	}
	
	.ad-random-textblock .teaser-text {
		clear: both;
		display: table;
		position: relative;
		flex: left;
		background-color: rgba(235, 105, 11, 0.9);
		top: 0px;
		height: auto;
		padding: 10px;
	}
}

/* === HOMEPAGINA --> Poll === */
.col-md-4.poll {
	display: block;
	height: 330px;
	padding: 0 0 0 10px;	
}

@media ( max-width: 991px ) {
	.poll {
		padding: 15px 0!important;
		height: auto!important;
	}
	
	.poll h2 {
		margin: 15px;
	}
}

.col-md-12.poll {
	/* padding: 0; */
	width: 100%;
	padding: 0 2%;
	height: 330px;
	background-color: #FFFFFF;
}

.poll h2 {
	display: block;
	height: 35px;
	line-height: 40px;
	margin-top: 5px;
	background: url(images/buttons/bg_title.jpg) left bottom repeat-x;
	color: #FFFFFF;
	text-align: center;
}


/* ---- PAGE --> GOEDGEFRITUURD KEURMERK ---- */
#ggk-checklist-wrapper {
	height: auto;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 30px 15px;
	margin: 15px 0;
}

#ggk-checklist-wrapper h2.ggk-chcklist-title {
	font-family: 'HelveticaNeue-BoldCondensed';
    font-size: 36px;
    color: #F08219;
	padding: 0 15px;
	margin-top: 0;
	margin-bottom: 15px;
}

#ggk-checklist-wrapper .single-ggk-checklist-item {
	position: relative;
}

#ggk-checklist-wrapper .single-ggk-checklist-content-container {
	position: relative;
}

#ggk-checklist-wrapper h3.single-ggk-checklist-title {
	font-family: 'HelveticaNeue-BoldCondensed';
	font-size: 24px;
	line-height: 40px;
	color: #8ec044;
	margin-top: 0;
	margin-bottom: 15px;
}

#ggk-checklist-wrapper .single-ggk-checklist-item h3.single-ggk-checklist-title:before {
	display: inline-block;
	position: relative;
	content: " ";
	top: 10px;
	width: 40px;
	height: 40px;
	background-image: url('images/icons/GGK - Checkmark - 2023.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#ggk-checklist-wrapper .single-ggk-checklist-content {
	padding-left: 40px;
}







.keurmerk_checklist .textwidget p {
	font-size: 14px;
	padding-left: 60px;
}




.invoering-keurmerk .textwidget p {
	font-size: 16px!important;
}


.invoering-keurmerk h1 {
	font-family: 'HelveticaNeue-BoldCondensed';
	font-size: 36px;
	color: #F08219;
	margin-top: 10px;
}

.invoering-keurmerk h3 {
	font-family: 'HelveticaNeue-BoldCondensed';
	font-size: 20px;
	color: #8ec044;
	margin-bottom: 0;
}

.row.invoering-keurmerk {
	padding: 10px;
	margin: 0;
	background-color: #F5F5F5;
	margin-bottom: 15px;
}




/* === NIEUWS === */
.nieuws .col-md-4 {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

@media (max-width: 600px) {
	.nieuws .col-md-4 {
		height: 550px;
	}
}

@media ( min-width: 600px ) and ( max-width: 992px ) {
	.nieuws .col-md-4 {
		height: 600px;
	}
}

@media (min-width: 992px) {
	.nieuws .col-md-4 {
		height: 525px;
	}
}

.nieuws img {
	width: 100%;
	height: auto;
}

.nieuws a.readmore {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.news-item .news-date {
	font-style: italic;
	font-size: 12px;
}

@media (max-width: 992px) {
	.news-item img {
		max-width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) {
	.news-item img {
		max-width: 35%;
		height: auto;
		float: left;
		margin-right: 10px;
	}
}

.news-item .buttons {
	margin: 20px 0 0 0;
}

.news-item .buttons .button {
	margin: 20px 0;
}



/* === COLUMNS === */
.columns .col-md-4 {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

@media (max-width: 600px) {
	.columns .col-md-4 {
		height: 550px;
	}
}

@media ( min-width: 600px ) and ( max-width: 992px ) {
	.columns .col-md-4 {
		height: 600px;
	}
}

@media (min-width: 992px) {
	.columns .col-md-4 {
		height: 525px;
	}
}

.columns img {
	width: 100%;
	height: auto;
}

.columns a.readmore {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.columns-item .columns-date {
	font-style: italic;
	font-size: 12px;
}

@media (max-width: 992px) {
	.columns-item img {
		max-width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) {
	.columns-item img {
		max-width: 35%;
		height: auto;
		float: left;
		margin-right: 10px;
	}
}

.columns-item .buttons {
	margin: 20px 0 0 0;
}

.columns-item .buttons .button {
	margin: 20px 0;
}










	

/* ---- Feiten en fabels ---- */
#category-facts-wrapper {
	padding: 0 15px;
}

#category-facts-wrapper h1.category-facts-title {
	font-family: 'HelveticaNeue-BoldCondensed';
	font-size: 36px;
	color: #F08219;
}

#category-facts-wrapper h1.category-facts-title:after {
	position: absolute;
	display: block;
	right: 15px;
	top: 15px;
	height: 60px;
	width: 60px;
	content: '';
	line-height: 60px;
	background-image: url(images/icons/icon_facts.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

#category-facts-wrapper .category-facts-cat-description {
	font-family: 'HelveticaNeue-BoldCondensed';
	font-size: 22px;
}

#category-facts-wrapper .category-facts-single-fact-container {
	position: relative;
	font-size: 16px;
	margin: 0 auto 15px auto;
	background: #EAEAEA;
	padding: 15px;
}

#category-facts-wrapper .category-facts-single-fact-image {
	width: 100%;
	height: auto;
}

#category-facts-wrapper .category-facts-single-fact-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#category-facts-wrapper .category-facts-single-fact-container h2.single-fact-title {
	font-family: 'HelveticaNeue-BoldCondensed';
	font-size: 22px;
	color: #F08219;
	margin-top: 0;
	margin-bottom: 15px;
}



/* ---- PAGES ---- */




























/* ---- SINGLE PAGES ---- */
#storelocator-wrapper .storelocator-company-logo {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 75%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#storelocator-wrapper .storelocator-single-gold-product-image {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 75%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



/* ---- SINGLE PAGES --> BEDRIJVEN ---- */
#single-company-wrapper .single-company-banner-image {
	height: 0;
	padding-bottom: 56.25%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
}

#single-company-wrapper .single-company-smulscore-link-container {
	width: 100%;
	text-align: center;
	margin: 15px 0 30px 0;
}

#single-company-wrapper .single-company-smulscore-link-container a {
	position: relative;
	color: #ffffff;
	font-size: 22px;
	text-decoration: none;
	display: inline-block;
	height: 50px;
	line-height: 30px;
	width: auto;
	padding: 10px 15px;
	margin: 0;
	background: linear-gradient(to bottom, rgba( 78, 177, 55), rgba( 0, 160, 66 ));
	border: 0 none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#single-company-wrapper .single-company-smulscore-link-container a:hover,
#single-company-wrapper .single-company-smulscore-link-container a:focus {
	text-decoration: none;
	background: linear-gradient(to top, rgba( 78, 177, 55), rgba( 0, 160, 66 ));
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#single-company-wrapper .single-company-address {
	margin-bottom: 30px;
}

#single-company-wrapper .single-company-address h5 {
	font-size: 18px;
	color: #F08219;
	font-weight: normal;
	margin-top: 0;
}

#single-company-wrapper .single-company-address a {
	color: #F08219;
	text-decoration: none;
}

#single-company-wrapper .single-company-address a:after {
	font-family: 'Fontawesome';
	font-size: 11px;
	content: '\f054';
	margin-left: 4px;
}

#single-company-wrapper .single-company-address a:hover,
#single-company-wrapper .single-company-address a:focus {
	text-decoration: underline;
}

#single-company-wrapper .single-company-address td {
	vertical-align: top;
}

#single-company-wrapper .single-company-opening-hours {
	margin-bottom: 30px;
}

#single-company-wrapper .single-company-opening-hours h5 {
	font-size: 18px;
	color: #F08219;
	font-weight: normal;
	margin-top: 0;
}


#single-company-wrapper .single-company-button-order-online-container {
	width: 100%;
	text-align: center;
}

#single-company-wrapper .single-company-button-order-online-container a.single-company-button-order-online {
	color: #F08219;
	padding: 7px 15px;
	border: 1px solid #F08219;
	transition: all .2s ease-in-out;
}

#single-company-wrapper .single-company-button-order-online-container a.single-company-button-order-online:hover,
#single-company-wrapper .single-company-button-order-online-container a.single-company-button-order-online:focus {
	color: #ffffff;
	background-color: #F08219;
	transition: all .2s ease-in-out;
	text-decoration: none;
}


#single-company-wrapper .single-company-smulgids-container {
	text-align: center;
	padding: 50px 0;
}

#single-company-wrapper .single-company-smulgids-container a img {
	display: block;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
}









/* === WIDGETS === */
.teaser {
	
}

.teaser p {
	margin: 0;
	padding: 5px 0;
}


/* === FOOTER === */
.navbar.footer-black {
	background-color: #000000;
	height: auto;
	min-height: 200px;
	margin-bottom: 0;
	margin-top: 20px;
}

.footer-black .container {
	color: #EAEAEA;
	background-color: transparent;
	border: 0 none;
}

.footer .col-md-4 {
	margin-bottom: 50px;
}

.footer h2 {
	color: #F08219; /* #8ec044; */
	font-size: 24px;
	margin-bottom: 18px;
}



.footer-left a {
	font-size: 18px;
	line-height: 24px;
	color: #F1F1F1;
	text-decoration: none;
}

.footer-left a:hover {
	color: #8ec044;
}

.footer-left a.facebook:before {
	display: inline-block;
	content: " ";
	height: 24px;
	line-height: 24px;
	width: 24px;
	margin-right: 5px;
	background-image: url(images/icons/icon_facebook.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

.footer-left a.twitter:before {
	display: inline-block;
	content: " ";
	height: 24px;
	width: 24px;
	margin-right: 5px;
	background-image: url(images/icons/icon_twitter.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

.footer-left a.youtube:before {
	display: inline-block;
	content: " ";
	height: 24px;
	width: 24px;
	margin-right: 5px;
	background-image: url(images/icons/icon_youtube.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}


.footer-center p {
	margin-bottom: 6px;
}

.footer-center a {
	display: list-item;
	list-style: square;
	margin-left: 15px;
	font-size: 12px;
	line-height: 14px;
	color: #F1F1F1;
	text-decoration: none;
}

.footer-center a:hover {
	color: #8ec044;
}


.footer-right {
	font-size: 12px;
}

.footer-right h3 a {
	color: #8ec044;	
}

.footer-right h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}


/* === Copyright === */
.copyright {
	font-size: 12px;
}

.copyright a {
	color: #F08219;
}

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

.copyright a:visited {
	color: #F08219;
}

.copyright-left {
	text-align: left;
}

.copyright-right {
	text-align: right;
}











/* ---- GOOGLE MAPS === */
#content-wrapper .wpgmp_listing_container .fc-item-aare .wpgmp_locations img {
	height: 200px;
	max-height: 200px;
	object-fit: cover;
}

#content-wrapper .wpgmp_listing_container .fc-item-aare .fc-item-title {
	min-height: 40px;
}

#content-wrapper .wpgmp_listing_container .fc-item-aare .fc-item-title a {
	font-size: 14px;
	line-height: 20px;
}

#content-wrapper .fc-item-aare .read-more {
	position: relative;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	height: 27px;
	line-height: 27px;
	width: auto;
	padding: 0 10px;
	margin: 0;
	background: linear-gradient(to bottom, rgba( 78, 177, 55), rgba( 0, 160, 66 ));
	border: 0 none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#content-wrapper .fc-item-aare .read-more:hover,
#content-wrapper .fc-item-aare .read-more:focus {
	text-decoration: none;
	background: linear-gradient(to top, rgba( 78, 177, 55), rgba( 0, 160, 66 ));
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}





#content-wrapper .wpgmp-map-1 .read-more.fc-item-primary-text-color.fc-css {
	margin-top: 6px;
}




@media (max-width: 767px) {
	body, html {
		max-width: 100vw!important;
	}
	
	img.alignright {
		clear: both;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	img.alignleft {
		clear: both;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	
	.navbar.main-menu {
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}
	
	.container.logo-menu {
		background-color: #e3e4e4;
	}
	
	.logo-menu {
		display: table;
		position: relative;
		height: 220px;
		padding: 20px 0;
		margin: 0;
		width: 100%;
		text-align: center;
	}
	
	.logo-menu .col-xs-12 {
		height: 200px;
	}
	
	a.logo {
		position: relative;
		width: 100%;
		height: 200px;
	}
	
	.logo img {
		position: relative;
		height: 200px;
		width: auto;
		bottom: 0;
		top: -20px;
		right: 0;
		left: 0;		
	}
	
	.navbar-nav > li {
		border-bottom: 1px solid #eaeaea;
	}
	
	.navbar-nav > li.active {
		background-color: #eeeeee;
	}
	
	.navbar-nav > li.active a {
		color: #8ec044;
	}
	
	.navbar-nav > li.active:hover a {
		color: #000000;
	}

	.invoering-keurmerk > .col-md-12 {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.keurmerk_checklist,
	.invoering_keurmerk {
		padding-left: 0;
		padding-right: 0;
	}
	
	.invoering_keurmerk .readmore.orange {
		font-size: 15px;
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
	}
	
	.container .no-margin div {
		padding-left: 0;
		padding-right: 0;
	}
	
	.container.latest-news .row {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	
	.container.latest-news .latest-news-block {
		min-height: 600px;
	}
	
	.container.latest-news .latest-news-block img {
		padding: 0;
	}
	
	.container.latest-news .no-margin .latest-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#recaptcha_widget_div {
		left: -15px;
		position: relative;
	}
	
		
	h2.fact-image {
		background-size: 55px;
	}
}


/*
.with_frm_style fieldset {
	display: table-cell; 
}
*/

.with_frm_style .frm_form_field {
	clear: none!important;
}

.frm_form_field.clear-fix {
	clear: both!important;
}






.selectbox-filter {
	float: left;
	margin-right: 20px;
}

.selectbox-filter input {
	margin-right: 5px;
}

img.marker-hover {
	width: 35px;
	height: auto;
	margin-right: 10px;
}


/* ---- KEURMERK ZOEKER ---- */
.wpgmp_location_title a {
	font-size: 24px;
	font-weight: bold;
	color: #F08219;
	margin-bottom: 12px;
}

.wpgmp_locations_review {
	line-height: 50px;
}

.wpgmp_locations_review a {
	color: #008132;
}

div.wpgmp_search_form input.wpgmp_search_input {
	font-size: 18px!important;
	border-color: #008132!important;
}










@media (max-width: 767px) {
	img.alignright {
		display: block;
		clear: both;
		float: none;
		max-width: 100%;
		height: auto;
		margin: 0 auto 15px 0;
	}
	
	#top-header-wrapper .menu-topmenu-container ul {
		padding-right: 75px;
	}
	
	#top-header-wrapper .navbar-toggler {
		position: absolute;
		top: 15px;
		right: 15px;
		height: 20px;
		width: 30px;
		z-index: 250000;
		border: 0 none;
		background-color: transparent;
		background-image: url("images/icons/icon_pancake_menu.png");
		background-position: center;
		background-size: contain;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
	
	#top-header-wrapper .navbar-collapse.collapse.show {
		position: relative;
		z-index: 1000;
	}
	
	#main-menu-wrapper {
		position: relative;
		height: auto;
		min-height: 100px;
	}
	
	#main-menu-wrapper .logo img {
		height: 100px;
	}
	
	#main-menu-wrapper .collapse {
		display: none;
	}
	
	#main-menu-wrapper .menu-hoofdmenu-container {
		/* margin-top: -30px; */
		margin-bottom: 15px;
	}
	
	#main-menu-wrapper ul#menu-hoofdmenu {
		position: relative;
		height: auto;
		list-style: none;
		padding-left: 0;
		column-count: inherit;
		-moz-column-count: inherit;
		-webkit-column-count: inherit;
		column-gap: inherit;
		-webkit-column-gap: 40px;
		-moz-column-gap: inherit;
	}
	
	#main-menu-wrapper ul#menu-hoofdmenu li {
		width: 100%;
		height: 60px;
		line-height: 40px;
		padding: 10px 0;
	}
	
	#main-menu-wrapper ul#menu-hoofdmenu li.bg-orange {
		background-color: #F08219;
		text-align: center;
	}

	#main-menu-wrapper ul#menu-hoofdmenu li.bg-orange a {
		color: #ffffff!important;
	}
	
	
	
	
	
	
	#content-wrapper {
		background-color: #FFFFFF;
		border: 1px solid #E8E8E9;
		padding: 15px;
	}
	
	#content-wrapper img {
		margin-bottom: 15px;
	}
	
	#content-wrapper .front-page-carousel {
		width: 100%;
		height: 40vh;
	}

	#fp-wrapper .front-page-carousel #slider, 
	#fp-wrapper .front-page-carousel #carousel-bounding-box, 
	#fp-wrapper .front-page-carousel #myCarousel {
		height: 40vh;
	}
	
	
	#fp-wrapper .fp-slogan {
		font-size: 36px;
	}
	
	#fp-blogs-wrapper .fp-single-blog-container { 
		margin-bottom: 30px;
	}
	

	#fp-facts-and-fables-wrapper .fp-single-fact-and-fable-container .fp-single-fact-and-fable-image {
		margin-bottom: 15px;
	}
	
	
	#category-facts-wrapper {
		padding: 0;
	}
	
	#ggk-checklist-wrapper {
		padding: 15px 0;
	}
	
	#ggk-checklist-wrapper h2.ggk-chcklist-title {
		font-size: 28px
	}
	
	.navbar.top-menu > .container {
		font-family: 'HelveticaNeueLight2';
		font-size: 16px;
		color: #888888;
		line-height: 50px;
		background-color: #E3E4E4;
		border: 0 none;
		height: 100%;
		text-align: right;
	}
	
	
	.navbar-collapse {
		padding: 0;
	}
	
	.navbar-toggle {
		position: absolute;
		left: 5px;	
	} 
	
	.navbar-nav > li > a {
		color: #666666;
	}
	
	.navbar-nav > li > a:hover {
		color: #8ec044;
	}
	
	
	.front-page-carousel {
		float: inherit;
		max-width: 100%;
		margin: 10px 0;
		margin: 0 auto;
		
	}
	
	.carousel-inner .item {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;		
	}
	
	
	.latest-news-block img {
		padding: 15px 15px 0 15px;
	}
	
	.hot-link-wrapper {
		position: relative;
		right: -15px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	a.logo {
		position: relative;
		width: 100%;
		text-align: center;
	}
	
	a.logo img {
		text-align: center;
		top: 0;
		margin: 0 auto;
		
	}
}





