/** Combined by WP Puzzler plugin at 2026-02-23 23:21:34 **/
/** ## c7b0f43a32e3f96916ffe223c2c41c98 ## **/

/* SM front style */

#share-me {
    display:block;
    margin-bottom: 40px;
}
#share-me ul li{
    display: inline-block;
    margin: 5px;
}
.share-left 
{ float : left;
  margin : 0 !important;
}
.share-right
{ float : right; 
}
#share-me a {
    text-decoration: none;
    cursor: auto;
}


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
	Theme Name: Geencenteveel.nl
	Theme URI: http://html5blank.com
	Description: Based on HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto) & Hugo Snippe
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
    color:#444;
    font-family: Raleway, sans-serif;
    font-size:1.4em;
}

@font-face {
    font-family: Raleway_semiBold;
    src: url(../themes/gct/fonts/Raleway-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Raleway;
    src: url(../themes/gct/fonts/Raleway-Regular.ttf);
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#08E;
	text-decoration:none;
}
a:hover {
	color:red;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
input, select {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

input[type="text"], input[type="search"] {
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(50, 50, 50, 0.35);
    -moz-box-shadow: inset 1px 1px 2px 0 rgba(50, 50, 50, 0.35);
    box-shadow: inset 1px 1px 2px 0 rgba(50, 50, 50, 0.35);
    border: 1px solid silver;
    margin-right:0.3em;
    padding:0.1em;
    font-size: 1.1em;
    line-height:1.8em;
}

input[type="search"] {
    width:13em;
}

button, .submit {
    background: -webkit-linear-gradient(#a2e150, #8cc63f);
    background: -o-linear-gradient(#a2e150, #8cc63f);
    background: -moz-linear-gradient(#a2e150, #8cc63f);
    background: linear-gradient(#a2e150, #8cc63f);
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 0 1em 0 1em;
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 1.1em;
    line-height:2em;
    box-shadow: 1px 1px 3px grey;
    -moz-box-shadow: 1px 1px 3px grey;
    outline:0;
    border:none;
    font-weight:bold;
}

button:focus, .submit:focus {
    outline:0;
    border:none;
}

button:hover, .submit:hover {
    box-shadow: none;
    -moz-box-shadow: none;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


h1, h2, h3, .website, article .details {
    font-family: Raleway_semiBold, sans-serif;
}

h1 {
    color: #8cc63f;
    font-size: 1.7em;
}

h2 {
    color:#373737;
    font-size: 1.4em;
}

#cookiewall {
    display: none;
    text-align: center;
    padding:0.5em;
    background-color: #edf3f4;
    border-bottom: 1px inset lightgrey;
}

.cta-text {
    padding: 1.5rem;
    font-size:1.2em;
    border-left:1px solid lightgrey;
    margin: 1rem 0 1rem 1rem;
}

/* wrapper */
.wrapper {
	max-width:960px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
    margin-bottom:2em;
}

.header:after {
    clear: both;
    content: "";
    display: table;
}

/* logo */
.logo {
    margin-bottom:0.8em;
}
.logo-img {

}

.single section nav {
margin-bottom:1em;
}

/* sidebar */
.sidebar {

}

.sidebar-footer {
    margin:2em;
}
.sidebar-footer img {
    vertical-align:middle;
}
/* footer */
.footer {
    text-align:center;
    padding-bottom:6rem;
}

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

article .post_thumbnail {
    float:left;
    display:inline-block;
    padding: 0 0.9em 0.9em 0;
}

article .post_thumbnail img {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    border:0.1em solid #aaa;
    padding:0.2em;
}

article:after {
    clear: both;
    content: "";
    display: table;
}

.single article .post_thumbnail {
    display:block;
    padding:0;
    width:100%;
    margin:1.5em 0 0.3em 0.3em;
}

article h1, article h2 {
    margin:0;
}

article .details {
    font-style: italic;
}

aside {
    background-color: #edf3f4;
    padding:2%;
}

nav .sImage {
    display: inline-block;
    height: 2em;
    background-color: #6DCFF6;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    margin-left:0.2em;
    float:right;
}
nav .sImage:hover {
    background-color:#edf3f4;
}

nav .sImage img {
    width:2em;
    height:2em;
}

aside.sidebar .yuzo_related_post_widget {
    margin-top:0;
}

.website {
    margin-bottom: 1em;
}
.website h2 {
    margin:0;
}
.website span{
    font-size:1em;
    margin:0.2em 0 0 0;
}

.widget_gctfeed_widget .even, .widget_gctfeed_widget .odd {
    background-color: white;
    padding: 0.8em;
    margin: 0.5em 0;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    border:0.1em solid #ccc;
}

.widget_gctfeed_widget h4 {
    padding:0;
    margin: 0.1em 0;

}

.widget_gctfeed_widget .even {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.widget_gctfeed_widget .odd {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.widget_gctfeed_widget .meta {
    font-style: italic;
    font-size: 0.8em;
}

nav#menu-bottom {
    background-color: black;
    width:100%;
    padding:1rem;
}
#menu-bottom ul {
    display: block;
    list-style: none;
    color:white;
    padding:0;
}

#menu-bottom ul li{
    padding:0.5rem;
}

#menu-bottom ul li a {
    color:white;
    text-decoration: underline;
    font-weight:600;
}


#footer-cta {
    background: white;
    height: 6.5rem;
    position: fixed;
    transition: bottom 0.2s ease-in-out;
    width: 100%;
    box-shadow: 0 -0.1rem 0.1rem gray;
    text-align: center;
}


.nav-down {
    bottom: -6.5rem;
}
.nav-up {
    bottom: 0;
}

#footer-cta a {
    width:80%;
    text-align: center;
    vertical-align: middle;
    margin: 1.4rem auto;
    font-size: 1.4rem;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
    main {
        width:59%;
        margin-right:1%;
        display:inline-block;
        vertical-align: top;
    }

    aside.sidebar {
        width:35.5%;
        display:inline-block;
        vertical-align: top;
        -webkit-border-radius: 0.6em;
        -moz-border-radius: 0.6em;
        border-radius: 0.6em;
    }
    /* nav */
    header .nav {
        position:absolute;
        right:0;
        top:1em;
    }

    header .nav ul {
        margin:0;
        padding:0;
    }

    header .search {
        position:absolute;
        right:0;
        top:4.8em;
    }

    nav .sImage {
        float:none;
    }
    .single article .post_thumbnail {
        float: right;
        display:inline;
        padding:0;
        width:62%;
        margin:1.5em 0 0.3em 0.3em;
    }

    nav#menu-bottom {
        text-align: center;
        margin: 1em auto 1em auto;
        border-radius: 1em;
        padding: 1em;
        background-color: #edf3f4;
        clear: both;
    }

    #menu-bottom ul {
        text-align: left;
        width: 32.2%;
        vertical-align: top;
        display: inline-block;
        margin: 0 0.4%;
        padding: 1rem;
    }

    #menu-bottom ul li {
        color:black;
    }
    #menu-bottom ul li a {
        color:#08E;
        font-weight: normal;
    }

    #footer-cta a {
        width:40%;
    }
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {
    #footer-cta a {
        width:27%;
    }
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

.vergelijk {
    background: -webkit-linear-gradient(#a2e150, #8cc63f);
    background: -o-linear-gradient(#a2e150, #8cc63f);
    background: -moz-linear-gradient(#a2e150, #8cc63f);
    background: linear-gradient(#a2e150, #8cc63f);
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 0;
    margin: 1em 0 1em 0;
    text-align: center;
    color: #FFF;
    font-size: 1.1em;
    display:block;
    box-shadow: 1px 1px 3px grey;
    -moz-box-shadow: 1px 1px 3px grey;
}

.vergelijk:hover {
    box-shadow: none;
    color: #FFF;
    -moz-box-shadow: none;
}

.vergelijk span {
    background: url(../themes/gct/img/triangle-white-right.png) no-repeat right 50%;
    background-size: 7px 15px;
    line-height: 1em;
    padding: 0.5em 0 0.5em 0;
    margin-right: 10px;
    display:block;
    font-weight: bold;
}

article footer {

}

.hr-comments {
    border-top: 0.2em solid #8cc63f;
    margin: 0.5em 0 0.5em 0;
    border-radius:1em;
}

.fb {
    display: block;
    background-image: url('https://secure-skin.ztat.net/s/1wv/zalando/img/MAIN/sprites/spriteIcon.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -1px -50px;
    height: 31px;
    width: 31px;
    float: left;
    margin-right: 9px;
}

article table {
    border:1px solid #a2e150;
}

article table tr {
    border-bottom:1px solid #a2e150;
}

article table tr :last-child {
    border-bottom:none;
}

article table tr td {
    border-right:1px solid #a2e150;
    padding:6px;
}

article table tr td:last-child {
    border-right:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.post-date {
    clear:both;
}

.copyright {
    font-size:0.9em;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.gglcptch {display:none; }

