/*
	Theme Name: De Nieuwe Zuil
	Theme URI: http://websitesvoormbk-ers.nl
	Description: Template voor De Nieuwe Zuil
	Version: 1.0
	Author: Websites voor mkb'ers
	Author URI: http://websitesvoormkb-ers.nl
	Tags: Custom
*/

@import url("./css/basics.css");

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

    1.0 HTML5 Reset
		1.1 Baseline Normalize
		1.2 Box Sizing
		1.3 Float Clearing
	2.0 Defaults
		2.1 Typographical Elements
		2.2 Headings
		2.3 Objects
		2.4 Forms
		2.5 Tables
		2.6 Screen Reader Text
		2.7 WordPress Video Player
        2.8 Alignments
        2.9 Lists
    3.0 Common Classes
        3.1 Avatar
        3.2 Search Forms
        3.3 Wordpress
        3.4 Widgets
    4.0 Media
        4.1 Galleries
        
    x.0 404
    
1.0 Normalize ++
2.0 Accessibility
3.0 Alignments ++
4.0 Clearings
5.0 Typography ++
6.0 Forms ++
7.0 Formatting
8.0 Lists ++
9.0 Tables ++
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets ++
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/* 1.0 HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* 1.1 Baseline Normalize
--------------------------------------------- */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
  font-family: oswald, sans-serif;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

.wpcf7-radio {
    width: 100%;
    padding: 0 1%;
    margin: 10px 0 40px auto !important;
    float: left !important;
	height: 36px;
}

.radio-balk {
	background: #fff !important;
	color: #333 !important;
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 
input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
} 

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

.search-wrap {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}
input[type="search"] {
    color: #666;
    background: #fff;
    border: none;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px;
    width: calc(100% - 50px);
    float: left;
    height: 50px;
    border-radius: 3px 0 0 3px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 0 1px 1px;
}
.search-submit {
    height: 100%;
    position: relative;
    float: right;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px;
    height: 50px;
    width: 50px;
    border: none;
    display: block;
    border-radius: 0 3px 3px 0;
}
.search-submit::after {
    clear: both;
    content: "\f002";
    display: table;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 29px;
    color: #fff;
    top: 9px;
    right: 10px;
    z-index: 1;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* 1.2 Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* 1.3 Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.widget::after,
.wrap::after,
.dicuss-button::after{
	clear: both;
	content: " ";
	display: table;
}


/* 2.0 Defaults
---------------------------------------------------------------------------------------------------- */

/* 2.1 Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
/*body > div {
	font-size: 2rem;
}*/

body {
	background-color: #fff;
	color: #222 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
    color: #ea2830;
    text-decoration: none;
}

.top-content a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #ea2830;
}

a:hover {
	color: #ef5d61;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
em,
i {
	font-style: italic;
}

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

blockquote {
	/*font-family: 'Merriweather', serif;
	font-size: 22px;*/
	font-size: 18px;
	font-style: italic;
	/*margin: 40px;*/
	margin: 8%;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-top: 35px;
	text-transform: uppercase;
}

.vet {font-weight: 600}
.rood {background: #ea2830;color:#000;}
.rood-w {background: #ea2830;color:#fff}
.rood h2 {color: #fff !important}
.rood a {color: #ddd !important}
.rood a:hover {color: #666 !important}
.lichtgrijs {background:#f2f2f2}
.lichtblauw {background:#aebcc9}
/*.lichtblauw h2 {color: #fff !important}*/
.lichtgroen {background:#d0d5b5}
.mediumblauw {background: #2692ff;color: #fff !important}
.mediumblauw h2 {color: #fff !important}
.mediumblauw-2 {background: #2692ff}
.mediumblauw h2 {color: #fff !important}
.donkerblauw {background: #154985}
.donkerblauw h2 {color: #fff !important}
.donkerblauw {background: #154985}
.transparent {background: transparent !important}
.white {background: #fff !important}
.white h2 {color: #194988 !important}

/* 2.2 Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	margin: 0 0 25px;
}

h1,
h2,
h3 {
	font-family: Oswald, sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 34px;
	font-size: 3.4rem;
	letter-spacing: -1.5px;
	line-height: 1.1;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -0.5px;
	color: #154985;
}

h2 a {
  font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: -0.5px;
	color: #154985 !important;
}

h2 a:hover {
  border-bottom: 1px solid #154985;
}

.search-results h2 {
  margin: 0;
  font-size: 26px;
  font-size: 2.6rem;
}

.c-wrap h2 {
	color: #194988;
	font-weight: 700;
}

h3 {
	color: #154985;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: -0.5px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 40px;
}

h4 {
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    font-family: roboto;
}

h5 {
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

h6 {
	color: #666;
	font-size: 15px;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 400;
}

.intro {
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: -0.7px;
}

.small-disclaimer {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
}

.font-light {
	font-weight: 300;
}

.wittelink {
  color: #fff !important;
}

/* Padding */

.pb-60 {
  padding-bottom: 60px !important;
}

/* 2.3 Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}


/* 2.4 Forms
--------------------------------------------- */

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}
select {
    -moz-appearance: none;
    -moz-user-select: none;
	-webkit-appearance: none;
    background-image: url("img/arrow-down.png");
    background-position: right 20px top 23px;
    background-repeat: no-repeat;
    background-size: 30px auto;
    border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    width: 100% !important; /* Important voor Sketch */
    padding: 0.7em !important; /* Important voor Sketch */
	max-width: 100%;
    font: inherit;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}
button, input[type="button"], input[type="submit"] {
    background-color: #ea2830;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
	font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
	font-family: Oswald, sans-serif;
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #ed454b;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

.alm-load-more-btn {
    width: 100%;
    background-color: #2692ff;
    color: #fff;
    font-family: roboto condensed;
    font-size: 26px;
}
.alm-load-more-btn:hover {
	background-color: #4da6ff;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
}

.wpcf7-dynamictext {
    background: transparent !important;
    color: #666;
    border: none;
    padding: 8px 0 !important;
    border: none !important;
}
.form-boven {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}
.dienstlabel {
    float: left;
    font-size: 20px;
}
.dienstnaam {
    float: left;
}

/* 2.5 Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #ccc;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ccc;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

/* 2.6 Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* 2.7 WordPress Video Player & YouTube
--------------------------------------------- */

.mejs-poster {
	background-size: cover !important; /* Hides the media controls till clicked and makes poster image full width */
	z-index: 10 !important;
}
.mejs-overlay-play {
	z-index: 11 !important;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 28px; max-width: 100%;}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* 2.8 Alignments
--------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* 2.9 Lists
--------------------------------------------- */

ul,
ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.c-wrap ul, .c-wrap li {
    list-style: none;
}

.c-wrap li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #ea2830;
}

.rood .c-wrap li::before {
    color: #fff !important;
}



/* 3.1 Avatar
--------------------------------------------- */

.avatar {
	background-color: #fff;
	border-radius: 10px;
	float: left;
}

.author-box .avatar {
	box-shadow: 0 19px 48px 0 rgba(0,0,0,0.12);
	margin-right: 80px;
	position: relative;
	z-index: 3;
}

.alignleft .avatar {
	margin-right: 24px;
}

.author-box {
	position: relative;
}

.gravatar-wrap {
	min-height: 155px;
	float: left;
	display: block;
	min-width: 235px;
}

.gravatar-wrap::before {
	border: 4px solid #e22c2f;
	border-radius: 10px;
	content: "";
	height: 155px;
	left: 10px;
	position: absolute;
	top: -10px;
	width: 155px;
	z-index: 1;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	box-shadow: 0 10px 28px 0 rgba(0,0,0,0.12);
	margin: 0 16px 24px -80px;
}

/* 3.2 Search Form
--------------------------------------------- */

/* 3.3 WordPress
--------------------------------------------- */

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

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

.comments ul {
  list-style: none;
  margin: 0 0 1.5em 0;
}

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 20px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
  display: none;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 2em;
  padding-bottom: 2em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}
.search-results .pagination {
  margin-top: 40px;
}
.page-numbers, .page-numbers a {
  margin-right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/* 3.4 Widgets
--------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* 4.1 Galleries
--------------------------------------------- */

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* ================================[ HEADER ]================================= */

.site-header .wrap, .hc-wrap, .c-wrap, #footer .wrap, #colophon .wrap {width: 90% !important; max-width: 1500px !important}

.site-header {background: #fff;width: 100%;box-sizing:border-box;position: relative;height: 150px;z-index: 9999;}
.site-header .wrap {margin: 0 auto;width: 80%;}
#header-click {
    float: left;
    height: auto;
    width: 420px;
	max-width: 100%;
}
.site-header .inner {
	margin-top: 15px;
}
.main-logo-subtitel {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 700;
    padding: 0px 0 0 5px;
    float: left;
    margin: 0px 0 0 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.header-top {
    background: #f2f2f2;
    text-align: right;
    color: #ea2830;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px 0;
	height: 30px;
}
.header-top p {
	margin: 0;
}
#main-logo {
    float: left;
	position: relative;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
}
#main-logo.small {
	width: 250px;
}
.subtitle {
    padding: 0 0 0 5px;
    margin-left: 10px !important;
    float: left;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
}
.site-description {
    padding: 5px 10px;
	display: none;
}
.nav-wrapper {
    margin: 12px 0 0 0;
    max-width: 100%;
    float: right;
    background: #aaa;
}

/* ================================[ NAVIGATIE ]================================= */

#breadcrumbs {
    background: transparent none repeat scroll 0 0;
    color: #666;
    float: left;
	font-size: 12px;
    margin: -15px 0 15px 0px;
    position: relative;
    width: 100%;
}
.breadcrumbs {
	padding: 0 !important;
}
.nav .menu-cta a {
	background: #fff;
	border-radius: 5px;
    color: #194988 !important;
	font-weight: 900;
    padding: 0 1em;
	margin-left: 30px;
}
.nav ul .menu-cta a:hover {
	background: #;
	color: #fff;
	font-weight: 900;
	padding: 0 1em;
}
.nav .menu-cta ul a {
	background: transparent !important;
	color: #222 !important;
	font-weight: 500 !important;
	margin-left: 0 !important;
}
.nav .menu-cta ul a:hover {
	color: #ea2830 !important;
}

/* ================================[ HOMEPAGE ]================================= */

.top-wrapper {
	
}

.header-image {
    position: relative;
	z-index: -99;
}

.header-image div[style] {
    height: calc(100vh - 150px);
}

/*.page-template-page-kopen .header-image div[style] {
    height: 100vh !important;
}*/

/* hc-wrap hier */
.page-template-page-kopen .hc-wrap {
	top: 40%;
}
.hc-left {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    float: left;
    height: 100%;
    position: relative;
    width: 45%;
    z-index: 999;
    right: 0;
	margin-top: 20px;
}
.hc-right {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    float: right;
    height: 100%;
    position: relative;
    width: 42%;
    z-index: 999;
    right: 0;
	padding-top: 12px;
}
/*.header-overlay {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	z-index: -1;
}
*/
.header-overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,333333+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(51,51,51,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(51,51,51,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(51,51,51,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6333333',GradientType=0 ); /* IE6-9 */
	bottom: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 999;
	padding-top: 40px;
}
.intro-wrap-inn {
    bottom: 0;
    color: #fff;
    height: 540px;
    left: 0;
    position: absolute;
    width: 45%;
    z-index: 999;
}
.intro-inner {
	margin-bottom: -28px;
}
/*.index-wrap-out {
    background: #ff4400 none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    right: 10vw;
    top: 0;
    width: 33.333%;
}*/
.titel-wrap {
    float: left;
}
.intro-titel {
    float: left;
    width: 100%;
}
.subtitel-wrap {
    float: left;
    height: 70px;
	width: 437px;
	position: relative;
}
.hc-logo-wrap {
    width: 100%;
    float: left;
}
.logo-pro-wrap {
    float: left;
    position: relative;
    margin-bottom: 10px;
    width: 440px;
    max-width: 100%;
    height: 105px;
}
.add2logo {
    font-size: 56px !important;
    margin-left: 10px !important;
    float: left;
    font-weight: 300;
    margin-top: 7px !important;
}
.intro-titel h1 {
    color: #000;
    float: left;
    font-family: 'Lato';
    font-size: 36px;
    font-weight: 300;
    line-height: 52px;
    margin: 0;
}
.intro-subtitel {
	float: left;
	font-weight: 300;
}
.sub-payoff {
    float: right;
    font-style: italic;
    position: absolute;
    bottom: 5px;
    width: auto;
    right: 0;
}
.language-wrap {
    background-image: url("../img/fr.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    background-color: #fff;
    float: right;
    height: 30px;
	margin-top: 14px;
    padding: 2px 60px 0 15px;
}
.language-switch {
		
}
.intro-text .content-wrap {
    margin: 0;
    width: 100%;
}
.intro-text .intro-inner {
    position: relative !important;
}
.intro-text {
    bottom: 0;
    color: #000;
    font-weight: 500;
    line-height: 28px;
    min-height: auto;
    padding: 0;
    position: absolute;
    width: 100%;
}
.hc-intro {
    float: left;
}

/* Call to actions
-------------------------------------*/

.aandacht {
    border: 5px solid #3ed518;
    border-radius: 5px;
    padding: 1%;
}
.header-cta-wrap {
    background: rgba(255, 255, 255, 0.8);
    border: 10px solid #635c90;
    border-radius: 8px;
    height: 300px;
    padding: 1%;
    width: calc(90vw * 0.45);
    position: absolute; /* wordt fixed */
    right: 5vw;
    bottom: 7vh;
}
.header-cta-wrap h3 {
	font-size: 20px;
}
.hcta-inside {
	float: left;
	height: 100%;
	position: relative;
}
.hcta-left {
	float: left;
	width: 70%;
}
.hcta-right {
	float: right;
	width: 30%;
}
.hcta-button {
    background: #ea2830;
    color: #fff;
    border-radius: 4px;
    padding: 2%;
    font-size: 30px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.hcta-button2 {
    background: #ea2830;
    color: #fff;
    border-radius: 4px;
    padding: 2%;
    font-size: 30px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    margin-top: 34px;
}
.cta-button-1 {
	background: #ea2830;
    color: #fff;
    border-radius: 4px;
    padding: 2%;
    font-size: 30px;
    font-weight: 900;
	font-family: roboto, sans-serif;
    width: 100%;
    text-align: center;
    bottom: 0;
}
.cta-button-1:hover {
	background: #ed454b;
	color: #fff;
}
.cta-button-3 {
	background: #111;
    color: #fff !important;
    border-radius: 4px;
    padding: 1%;
    font-size: 26px;
    font-weight: 900;
	font-family: roboto, sans-serif;
    width: 100%;
    text-align: center;
    bottom: 0;
}
.cta-button-3:hover {
	background: #444;
	color: #fff;
}


.std-button {
    background: #fff;
    color: #194988;
    border-radius: 4px;
    padding: 0%;
    font-size: 30px;
    font-weight: 900;
    font-family: roboto, sans-serif;
    width: 56%;
    text-align: center;
    bottom: 0;
    margin: 0 auto;
}
.koop-box {
    border: 1px solid #333;
    float: left;
    margin-bottom: 40px;
	width: 100%;
}
.koop-box-inside {
   position: relative;
   width: 100%;
   padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.koop-box-text {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
}
.koop-box-text-right {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
	transform: translate(0px, -50%);
}
.koop-box-text-right .cta-button-1 {
  margin-bottom: -20px;
}
.koop-box-text img {
    width: 45%;
    margin-top: -7%;
}
.koop {
	margin: 80px 0 100px;
}
.ccc-test {
    width: 70% !important;
}
.c-left.koop, .c-right.koop {
  width: 50%;
}
.padding-plus {
  padding: 100px 0 80px !important;
}
.c-center {
  text-align: center;
}

/* ================================[ CONTENT ]================================= */

/* Vacatures start */

.content-wrap {
    margin: 0 auto;
    width: 90%;
    max-width: 1350px;
}
.vacatures-links, .biz {
    float: left;
    min-height: 1px;
    width: 30% !important;
    margin: 0 5% 28px 0;
}
.vacatures-links table {
  width: 100%;
}
.vacatures-overzicht {
    float: right;
    width: 60%;
}
.vacatures-links h3, .vacatures-overzicht h2 {
    text-transform: none;
}
.vacature-intro {
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}
.vac-excerpt {
    font-size: 14px;
    line-height: 21px;
    float: left;
}
.vac-info {
    font-size: 14px;
}
table {
    width: 80%;    
}
.td01 {
    width: 75%;
}
.td02{
    width: 25%;
    text-align: right;
}
.naar-vacatures { 
    float: left;
    font-size: 14px;
    margin: 0 25px 20px auto;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.wpcf7-radio {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.wpcf7-acceptance {
    margin-bottom: 20px;
    float: left;
}
div#user-submitted-posts fieldset input.usp-input {
  width: 100% !important;
}
/* Vacatures eind */

#block {
    float: left;
    padding: 40px 0 60px;
    width: 100%;
}
.anker {
  
}
.block-zakelijk {
    background-image: url("img/zakelijk.jpg");
    background-repeat: no-repeat;
    background-size: 144%;
    min-height: 400px;
    background-position: top -390px right;
    padding: 0 !important;
}
.block-podcast {
    background-image: url("img/mic.png");
    background-repeat: no-repeat;
    background-size: 19%;
    min-height: 600px;
    background-position: bottom left 20%;
    padding: 150px 0 0 0 !important;
}
#block-wrap {
    float: left;
    width: 100%;
	position: relative;
}
#block-left, #block-right {
	float: left;
	width: 50%;
	padding-bottom: 5%;
}
#block-left .c-wrap {
    margin-left: 5vw;
	padding: 40px 0 60px;
    width: 40.5vw !important;
	position: relative;
}
#block-right .c-wrap {
    margin-left: 4.5vw;
	padding: 40px 0 60px;
    width: 40.5vw !important;
	position: relative;
}
#block-left .c-wrap, #block-right .c-wrap {
	min-height: 75vh;
}
.cta-button-1.left, .cta-button-1.right {
	position: absolute;
}
.c-wrap {
	margin: 0 auto;
    width: 80%;
}
.c-wrap.button {
	position: absolute;
    padding: 0 !important;
}
.c-wrap-left, .c-wrap-right {
	float: left;
	width: 50%;
}
.c-wrap-left {
	background:#bbb;
}
.c-wrap-right {
	background:#ccc;
}
.c-inside {
    margin: 0 -2% 0 -2%;
    float: left;
	width: 100%;
}
.c-left {
    float: left;
    width: 45%;
}
.c-right {
    float: right;
    width: 45%;
}
.sb {
    width: 35% !important;
    margin-right: 15%;
}
.block-zakelijk .c-right {
    float: right;
    width: 45%;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 15%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.25) 85%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 15%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.25) 85%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 15%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.25) 85%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    padding: 40px 0 60px !important;
}
.c-small {
    float: left;
    width: 100%;
    margin: 40px 0;
}
.c-small-inside {
	width: 560px;
	max-width: 100%;
	margin: 0 auto;
}

/* Meest gezochte content
--------------------------------------------- */

.mgc-wrap {
    color: #333;
	float: left;
    margin-bottom: 40px;
    width: 30%;
    margin-left: 3%;
    padding: 20px;
    height: 300px;
}

.mgc-wrap a {
	color: #ea2830 !important;
}

.mgc-left {
	float: left;
	height: 100%;
	width: 35%;
	position: relative;
}

.mgc-right {
	float: right;
	width: 60%;
}

.mgc-img {
	position: absolute;
	bottom: 0;
}

.mgc-title {
    color: #ea2830;
	font-size: 24px;
    font-size: 2.4rem;
	font-weight: 600;
    line-height: 2.6rem;
}

/* Recente berichten
--------------------------------------------- */

#rb-wrap {
    color: #333;
	float: left;
    margin-bottom: 40px;
    width: 47%;
    margin-left: 3%;
    padding: 10px;
    height: 250px;	
}
.oddpost {
	background: #363545;
	color: #fff !important;
}
.evenpost {
	background: #fff;
}
.lees-verder {
    position: absolute;
    bottom: 0;
    right: 0;
}
.rb-left {
	float: left;
	height: 100%;
	width: 50%;
	position: relative;
}
.rb-right {
	float: right;
	height: 100%;
	width: 45%;
	position: relative;
}
/*.rb-img {
	position: absolute;
	bottom: 0;
}*/
.rb-title {
    color: #ea2830;
	font-size: 24px;
    font-size: 2.4rem;
	font-weight: 600;
    line-height: 2.6rem;
}

/* Video & audio */

.tut-wrap {
    width: 30%;
    float: left;
    margin-bottom: 40px;
    margin-left: 3%;
}
.tut-wrap-inside {
   position: relative;
   width: 100%;
   padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.tut-wrap-text {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   font-size: 20px;
   color: white;
}
.tut-meer {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 3px 0 6px;
    font-weight: 400;
    position: relative;
    bottom: 0;
    width: calc(50% - 5px);
    float: right;
    margin-right: 5px;
}
.tut-meer::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 40px;
    color: #fff;
    top: -9%;
    right: 10%;
    z-index: 1;
}
.tut-meer:hover {
    background: #fff;
    color: #2692ff;
	transition:all 0.6s ease-in-out 0s;
}
.tut-meer:hover::after {
	color: #fff;
	transition:all 0.6s ease-in-out 0s;
}
.discuss-button-1 {
    background: #2692ff;
    border: 3px solid #2692ff;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 5px 80px 5px 20px;
    font-weight: 600;
    position: relative;
    bottom: 0;
    float: left;
    margin-bottom: 20px;
    border-radius: 5px;
    width: 47%;
}
.discuss-button-1::after {
    content: "\f040";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: -5px;
    right: 15%;
    z-index: 1;
}
.discuss-button-1:hover {
    background: #fff;
    color: #2692ff;
	transition:all 0.6s ease-in-out 0s;
}
.discuss-button:hover-1::after {
	color: #2692ff;
	transition:all 0.6s ease-in-out 0s;
}
.discuss-button-2 {
    background: #fff;
    border: 3px solid #2692ff;
    color: #2692ff;
    text-align: center;
    font-size: 20px;
    padding: 5px 80px 5px 20px;
    font-weight: 600;
    position: relative;
    bottom: 0;
    float: right;
    margin-bottom: 40px;
    border-radius: 5px;
    width: 47%;
}
.discuss-button-2::after {
    content: "\f086";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 40px;
    color: #2692ff;
    top: -15px;
    right: 25%;
    z-index: 1;
}
.discuss-button-2:hover {
    background: #fff;
    color: #2692ff;
	transition:all 0.6s ease-in-out 0s;
}
.discuss-button:hover-2::after {
	color: #fff;
	transition:all 0.6s ease-in-out 0s;
}
.oproep-nieuw {
    border: 1px solid #2692ff;
    color: #2692ff;
    text-align: center;
    font-size: 20px;
    padding: 15px 0 15px;
    font-weight: 400;
    position: relative;
    bottom: 0;
    max-width: 100%;
    width: 300px;
    float: left;
    line-height: 1.1;
}
.oproep-nieuw:hover {
    background: #fff;
    color: #2692ff;
	transition:all 0.6s ease-in-out 0s;
}
.breed {
    width: 100%;
    top: -28px;
}
.filter {
    float: left;
    width: 40%;
}
.vacature-filter tr:hover {
  color: #ea2830;
}
.vacature-intro h3:hover {
  color: #2692ff;
}
.dashicons, .dashicons-before::before {
  vertical-align: middle !important;
}
.va-overlay {
    background: rgba(51, 51, 51, 0.2);
    position: absolute;
    top: 0;
    bottom: -2px;
    right: 0;
    left: 0;
}
.tut-wrap:hover .va-overlay {
    background: rgba(51, 51, 51, 0);
    transition: all 0.6s ease 0s;
}
.va-intro {
    margin-top: 15px;
    height: 60px;
    color: #333;
    overflow: hidden;
}
.va-play {
    border-radius: 3px;
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.va-play::before {
    content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 40px;
    color: #ea2830;
    top: -10px;
    left: 10px;
    z-index: 1;
}

/* Testimonials */

.rood #test-wrap {
    color: #fff;
    width: 49%;
    float: left;
    margin-right: 1%;
    min-height: 400px;
	position: relative;
}
.test-pers {
	position: absolute;
	bottom: 0;
	right: 8%;
}

/* Aanbiedingen */

#aanbieding-wrap {
    border: 10px solid #635c90;
    border-radius: 8px;
	float: left;
	padding: 1% 1% 2% 1%;
    width: 45%;
    margin-right: 5%;
}
#aanbieding-wrap img {
	
}
#aanbieding-wrap .aw-left {
	float: left;
	width: 35%;
}
.aw-top {
	height: 205px;
}
.aw-right {
	float: right;
	width: 60%;
}
.aw-bottom {
    text-align: center;
    float: left;
    width: 70%;
    margin: 0 15%;
}
.aw-bottom h3 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 26px;
    font-size: 2.6rem;
}

/* Artikelen */

.search-results .date, .search-results .author {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    float: none;
}
.search-result-wrap {
  padding: 20px;
  position: relative;
}
.search-results #single-top {
    height: auto;
    padding: 20px 0 50px 0;
}

#single-top {
    background-color: #f2f2f2;
	height: 80px;
}
#single-block {
	position: relative;
}
.block-border {
  border: 2px dashed #333;
}
#single-block .inside {
    float: left;
    background: #f2f2f2;
    width: 100%;
}
.top-content {
	/*background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 15%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.25) 85%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 15%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.25) 85%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 15%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.25) 85%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );*/
  width: 800px;
	max-width: 100%;
  margin: 20px auto 25vh;
}
.top-content h1 {
  color: #fff;
  font-size: 40px;
  font-size: 4.0rem;
}
.top-content h2 {
  color: #fff;
}
.single-inside, .single-wrap {
	width: 800px;
	max-width: 90%;
	margin: 20px auto 0;
  display: table;
  position: relative;
  z-index: 999;
}
.p2 {
  padding: 2% !important;
}
.c-wrap {
    margin: 0 auto;
    width: 80%;
    max-width: 1050px;
}
.content-single {
    width: 825px;
    max-width: 100%;
    margin: 0 auto;
}
#single-block .inside-second {
    float: left;
    background: #fff;
    width: 100%;
}
.c-single {
	margin: 0 !important;
}
.single-left {
	background: #fff;
	float: left;
    width: 66vw;
}
.single-left-second {
    background: transparent;
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
    display: table;
}
.persoonlijk .c-left {
	width: 30%;
}
.persoonlijk .c-right {
	width: 70%;
}
.single-right {
    background: #f2f2f2;
    float: right;
    width: 34vw;
}
.single-c-left {
    margin: 20px 5vw 40px 10vw;
}
.single-c-left-second {
    margin: 20px 0 40px 0;
}
.white .single-c-left-second {
    margin: 20px 0 40px 0;
    background: #fff;
    padding: 6% 10%;
}
.single-c-right {
	margin: 98px 10vw 40px 5vw;
}
.single-c-full {
    background: #fff;
    width: 800px;
	max-width: 100%;
    margin: 0 auto;
}
#nav-pages {
    margin: 0 auto;
    width: 800px;
	max-width: 90%;
}
#prev a {
    border: 1px solid #ea2830;
	font-weight: 300;
    padding: 20px 50px 20px 50px;
    pointer-events: auto;
	position: relative;
	float: left;
	width: 100%;
}
#prev {
    float: left;
    width: 47%;
	text-align: center;
}
#prev-inactive {
    border: 1px solid #999;
	float: left;
    width: 47%;
	text-align: center;
}
#next {
    float: right;
	width: 47%;
	text-align: center;
}
#next-inactive {
    border: 1px solid #ddd;
    float: right;
    width: 100%;
    text-align: center;
    padding: 20px 50px 20px 20px;
    color: #ccc;
	display: none;
}
#next a {
	border: 1px solid #ea2830;
	padding: 20px 50px 20px 20px;
    font-weight: 300;
	position: relative;
	pointer-events: auto;
	float: right;
	width: 100%;
}
#prev a::before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 40px;
    color: #ea2830;
	left: 10%;
    top: 0;
    z-index: 1;
}
#next a::after, #next-inactive::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 40px;
    top: 0;
    right: 10%;
    z-index: 1;
}
#next a::after {
	color: #ea2830;
}
#next-inactive::after {
	color: #ccc;
}
.promotie-box {
    border: 3px solid #2692ff;
    padding: 2%;
    margin: 40px 0 0;
}
.lees-ook {
    display: block;
    width: calc(100% - 1.5em);
}
.lees-ook li {
    list-style: none;
}
.lees-ook li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #2692ff;
}
.addtoany-delen {
	float: left;
	font-size: 36px;
	font-size: 3.6rem;
	margin-right: 5px;
}
.backme-box {
  padding: 10px 20px;
  margin-bottom: 55px;
  font-weight: 900;
  background: #c8dcf0;
}
.ui-tabs-nav li::before {
    display: none;
}

/* Pagina kopen */

#prod-wrap {
    margin: 40px auto 0;
    width: 900px;
	max-width: 96%;
  position: relative;
  z-index: 999;
}
#prod-wrap-inner {
    margin-left: -2.3%;
}
#prod-wrap ul {
    list-style: none;
    margin: 0 0 1.5em 12%;
    padding: 0;
    width: 80%;
}
#prod-wrap li {
  
}
#prod-wrap li::before {
    color: #fff;
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
}
#prod-wrap .oddpost {background: #ff4d4d}
#prod-wrap .evenpost .prod-onderdelen {margin-bottom: 50px;}
#prod-wrap .evenpost .prod-eigenschappen {padding-bottom: 50px;}
#prod-wrap .evenpost {background: #ea2830; margin-top: -30px;}
#product {
    color: #fff;
    float: left;
    width: 31%;
    margin-left: 2.333%;
	padding: 10px;
}
.prod-naam {
    font-family: Oswald, sans-serif;
    text-align: center;
    margin: 20px 0 0;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
}
.prod-ondertitel {color: #000; font-weight: 600; text-align: center}
.prod-onderdelen {
    text-align: center;
    line-height: 0.5em;
    margin: 5px 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    height: 0px;
}
.prod-maint {
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 5px 0;
	margin-bottom: 30px;
}
.prod-eigenschappen {min-height: 525px; border-bottom: 2px solid #fff;margin-bottom: 20px;}
.prod-prijs {text-align: center;}
.prod-prijs h2 {margin:0}
.prod-prijs h3 {color:#000;margin:0;position:relative;}
.prod-prijs h3::after {
    background-color: #000;
    bottom: 14px;
    content: "";
    height: 2px;
    left: 63%;
    margin-left: -75px;
    position: absolute;
    right: 0;
    width: 80px;
}
.prod-koop-button {
    font-family: Oswald, sans-serif;
    width: 100%;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 5px;
}
.prod-voetnoot {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

/* ================================[ BACK TO TOP  ]================================ */

.back-to-top {
	background: #66b3ff url("img/arrow_top.png") no-repeat scroll center center;
	border-radius: 3px;
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	padding: 2em;
	opacity: 0.9;
	display: none;
	z-index: 999;
}
.back-to-top:hover {    
	background-color: #3399ff;
	opacity: 1;
	display: none;
}

/* Koop formulier */

/*
.order_form input[type="text"], input[type="password"], textarea, select {
    color: #666;
    padding: 2%;
    width: 300px;
    font-weight: 300;
    font-family: lato;
}

.frontend_form_table tr {
	float: left;
}

.order_form th, .order_form td {
	border: 1px solid #999 !important;
}
*/

.frontend_form_table {
	border: 1px solid #333;
}
.order_form LABEL {
    font-size: 16px !important;
	width: auto;
    float: left;
	padding-right: 20px;
}
.order_form th {
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
    vertical-align: top;
    padding-top: 1% !important;
}
.order_form INPUT[type="text"], .order_form TEXTAREA,
.order_form SELECT {
	width: 100% !important;
}
.order_form SELECT {
	margin-bottom: 10px;	
}
.order_form input[type="radio"], input[type="checkbox"] {
    width: 20px !important;
    position: relative;
    left: 0;
    top: 6px !important;
    float: left;
    height: 20px !important;
    border-radius: 0 !important;
}
/*.order_form button, .order_form input[type="button"], .order_form input[type="submit"] {
	width: 83%;
	margin-left: 17%;
}*/
table {
	margin: 0 auto;
}

/* Widgetarea */

.amr_widget {
    background: #fff;
    padding: 20px;
}
.amr_widget li {
	list-style: none;
	list-style-image: url("../img/logo-bullet.png");
}
.amr_widget li a {
	color: inherit;	
}
/*
#search-form {
	font-family: inherit;
	position: relative;
}
.submit-wrap {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
}
#search-submit {
    background: transparent;
	height: 100%;
	position: relative;
	text-indent: -999px;
}
#search-form::after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 29px;
    color: #999;
    top: 0px;
    right: 5%;
    z-index: 1;
}
*/

/* ================================[ FOOTER ]================================= */

#footer {
	width: 100%;
	float: left;
	background: #154985;
	color: #fff;
    font-size: 16px;
}
#footer .wrap {
    clear: both;
    height: auto;
    margin: 0 auto;
    min-height: 120px;
    width: 80%;
	max-width: 1350px;
}
#footer .inner {
    float: left;
    margin: 75px 0;
    width: 100%;
	position: relative;
}
#logo-bottom {
    width: 125px;
    position: absolute;
    right: 0;
    bottom: 25px;
}
#fa-wrap, #fa-wrap-1 {
    float: left;
    width: 31%;
    margin-left: 3%;
	min-height: 1px;
}
#fa-wrap-1 {
    margin-left: 0 !important;
}
#footer ul {
	list-style: none;
	margin: 0;
}
#footer h3 {
    text-transform: uppercase;
    font-size: 30px;
	font-size: 3.0rem;
}
#footer li a {
    color:#fff;
    font-weight: 400;
}
#footer li a:hover {
	background: #fff;
    color: #0033a1;
	text-decoration: none;
}
.social {
    background-color: #fff !important;
    float: left;
	width: 50px;
    height: 50px;
    background: #fff;
    display: table;
    border-radius: 3px;
    text-indent: -99px;
    margin-right: 2%;
	overflow: hidden;
}
.twitter {
	background-image: url("img/social_icons.png") !important;
    background-repeat: no-repeat !important;
    background-position: -9px -50px !important; 
}
.facebook {
	background-image: url("img/social_icons.png") !important;
    background-repeat: no-repeat !important;
    background-position: -244px -50px !important; 
}
/*.social-twitter2:hover {
    background-color: #2692ff !important;
    background-image: url("img/social_icons.png") !important;
    background-repeat: no-repeat !important;
    background-position: -3px -0px !important;
}*/

/* FOOTER BOTTOM */

#colophon {
    background: #222;
	color: #eee;
	font-size: 12px;
	float: left;
	width: 100%;
	padding: 10px 0 20px 0;
}
#colophon .wrap {
	height: 30px;
    margin: 0 auto;
}
.site-legal {
    font-size: 12px;
	float: left;
    padding: 0.4rem;
    text-align: left;
    width: auto;
}
.site-legal a, .site-info a {
    color: #ddd;
	text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.site-legal a:hover {
	color: #fff;
}
.site-info {
    color: #eee;
    float: right;
    margin: 0;
    padding: 0.4rem;
}
.site-info a:hover {
    color: #eee;
    text-decoration: underline;
}

/* Test */

.hc-wrap {
    left: 0;
    margin: 0 auto;
    max-width: 1350px;
    position: absolute;
    right: 0;
    top: calc( 145px + 10%);
    /*transform: translate(0px, -50%);*/
    z-index: 999;
    border: 1px solid #ff0000;
    bottom: 10%;
}
/* DNZ */

.hc-top {
    /*background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;*/
    left: 0;
    margin: 0 auto;
    max-width: 825px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: 80%;
    z-index: 999;
}
.faq-accordion .faq-main {
    border: none;
    margin-bottom: 5px;
    background: #fff;
    padding: 10px;
    transition: all 0.5s ease 0s;
    text-align: center;
}
[data-accordion] > [data-control]::after {
    display: none;
}
[data-accordion] [data-control] {
    padding-right: 0 !important;
}
.pt-checkout-form {
    margin-bottom: 15px;
    border: none;
    padding: 15px 0 0 0;
    width: 100%;
}
#prod-wrap .oddpost .faq-accordion .faq-main.open {
    background: #ff4d4d;
}
#prod-wrap .evenpost .faq-accordion .faq-main.open {
    background: #ea2830;
}
/*
.pt-form-group label {
    color: #fff;
}*/
.pt-checkout-form button {
    -webkit-appearance: button;
    background-color: #fff;
    border: 0;
    color: #000;
    cursor: pointer;
    font-weight: 800;
    padding: 1.0em 0;
    text-transform: uppercase;
    display: none;
    width: 100%;
    font-family: roboto, sans-serif;
}
.pt-form-group ul.parsley-errors-list, .pt-form-group ul.parsley-errors-list li {
    color: #f00;
    list-style-type: none;
    background: #eee;
    font-weight: 800;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 2px 0 0 0 !important;
}
/* DNZ Einde */
.no-header {
	top: 10%;
}
.aaa-test {
    position: absolute;
    float: left;
    width: 90%;
    top: 10%;
    margin: 0 auto;
    left: 0;
    right: 0;
	max-width: 1350px;
}
.hc-float {
    float: left;
    position: relative !important;
	width: 100% !important;
}
.hc-bottom {
    width: 90%;
    position: absolute;
    bottom: 10%;
    margin: 0 auto;
    left: 0;
    right: 0;
	border: 1px solid #ff6600;
}
.de-test {
    width: 45%;
    right: 0;
    bottom: 0;
}

/* DNZ */

/* Inloggen voor leden */
				.member-login-wrap {
					background: rgba(21, 74, 133, 1) none repeat scroll 0 0;
					color: #fff;
					height: 90x;
					width: 100%;
					/*padding: 2% 0 2% 5%;*/
					position: fixed;
					/*right: -400px;*/
					bottom: 0;
					z-index: 999999;
				}
        .member-login-wrap #block {
          padding: 20px 0;
        }
				.member-login-button {
					/*background: rgba(234, 40, 48, 0.8) none repeat scroll 0 0;*/
          background: #ea2830; 
					left: -80px;
					position: absolute;
					text-align: center;
					top: calc(50% - 50px);
					transform: rotate(-90deg);
					width: 130px;
					cursor: pointer;
				}
				.member-login-close-button:after {
					
				}
				.member-login-close-button {
					background-image: url("img/cross.png");
					background-repeat: no-repeat;
					background-position: left 10px;
					position: absolute;
					top: 0;
					right: 0;
					width: 30px;
					height: 30px;
					line-height: 30px;
					text-align: center;
					font-size: 20px;
					cursor: pointer;
				}

.logged-in .member-login-button {
	display: block;
}
                
.member-login-wrap a {
    color: #fff;
}

.member-login-wrap p {
    float: left;
    margin-top: 16vh !important;
    width: 245px;
}
.white {
	background: white;
	padding: 2%;
}
.background {
    background-color: unset !important;
    background-image: url("img/landschap4.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.hclick-inside {
    float: left;
    width: 125px;
}
.header-inside {
	background: #2692ff;
	height: 80px;
}
.max-width {
	width: 800px;
	max-width: 90%;
	margin: 0 auto;
}
.mc4wp-form-fields label {
	display: none;
}
.topform label {
	display: none;
}
.mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="email"],
.topform input[type="text"], .topform input[type="email"]
{
	float: left;
	width: 23% !important;
	margin-right: 2%;
	padding: 0.7em !important;
	line-height: 1.15;
}
.topform input[type="submit"]
{
	float: left;
	width: 23% !important;
	margin-right: 2%;
	padding: 0.4em !important;
	line-height: 1.15;
}
#intro-block {
    background-color: #fff;
	float: left;
    line-height: 2.4em;
    min-height: auto;
	padding: 40px 0 10px 0; 
    text-align: center;
    width: 100%;
}
#intro-block h1 {
    text-align: center;
}

/* Mailchimp nieuw */



/* Helpen */

.nieuws-la2 {
    float: left;
    height: 12.4vw;
    margin: 0 5px 5px 0;
    width: calc(50% - 5px);
	position: relative;
	overflow: hidden;
}

.randomposts .nieuws-la2 {
	background: #2692ff;
  height: 132px;
	width: calc(50% - 5px);
}

.randomposts .nieuws-la2 h3 {
	font: 24px/26px Roboto;
}

.nieuw-la2 h2 {
  color: #fff !important;
}
.nieuws-la2 img {
	float: left;
	width: 100%;
}
.helpen {
    margin-bottom: 5%;
    padding: 1% 6% 4%;
    min-height: 280px;
}

/* Agenda

.agenda-wrap {
    height: 240px;
    margin: 0 auto 40px;
    position: relative;
    width: 770px;
	overflow: hidden;
}

.nieuws-box-right {
    background: rgba(38, 146, 255, 0.8) none repeat scroll 0 0; /
    bottom: 0;
    color: #fff;
    height: 241px; 
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
	padding: 2%;
	max-height: 28vw;
	line-height: 1.6em;
}

.event-naam {
    color: #fff !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    width: 80%;
	margin-top: -10px;
}
.datum-wrap {
    background: rgba(38, 146, 255, 0.8) none repeat scroll 0 0;
    float: left;
	position: absolute;
	top: 0;
	min-width: 125px;
}
.datum-inn {
    float: right;
	margin: 5%;
}

.datum {
    color: #fff !important;
    font-size: 34px;
    font-weight: 600;
	line-height: 0.2;
}
.jaar {
    color: #fff !important;
    text-align: right;
	line-height: 0.2;
}
.link-item {
    background-color: #0080ff;
    background-image: url("../img/arrow-left-fff.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: 999px;
    top: 0;
    width: 50px;
}
.link-item::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 40px;
    color: #fff;
    top: 33%;
    right: 28%;
    z-index: 1;
}
.link-item:hover {
	background-color: #2692ff;
	transition: all 0.3s ease-in-out 0s;
}
Einde agenda */

.agenda-wrap {
    height: 240px;
    margin: 0 auto 40px;
    position: relative;
    width: 770px;
	overflow: hidden;
}

.nieuws-box-right {
    background: rgba(38, 146, 255, 0.8) none repeat scroll 0 0; /
    bottom: 0;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
	padding: 2%;
	max-height: 28vw;
	line-height: 1.6em;
}

.event-naam {
    color: #fff !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    width: 80%;
	margin-top: -10px;
}
.datum-wrap {
    background: rgba(38, 146, 255, 0.8) none repeat scroll 0 0;
    float: left;
	position: absolute;
	top: 0;
	min-width: 125px;
}
.datum-inn {
    float: right;
    margin: 15px 05% 0 5%;
}
.datum {
    color: #fff !important;
    font-size: 34px;
    font-weight: 600;
    line-height: 0.4;
    text-transform: uppercase;
}
.jaar {
    color: #fff !important;
    text-align: right;
	line-height: 0.2;
}
.link-item {
    background-color: #fff; /* #0080ff */
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.li-inner {
    float: right;
    height: 100%;
	position: relative;
}
/*.link-item::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 40px;
    color: #fff;
    top: 33%;
    right: 28%;
    z-index: 1;
}*/
.link-item:hover {
	background-color: #fff;
	color: #2a5d94 !important;
	transition: all 0.3s ease-in-out 0s;
}
.link-bestel {
    left: -74px;
    position: absolute;
    text-align: center;
    top: calc(75% - 75px);
    transform: rotate(-90deg);
    width: 100px;
    cursor: pointer;
    font-size: 30px;
    color: #2692ff;
    font-weight: 700;
    font-family: roboto;
}

/* Einde agenda */

/* Agenda nieuw */

.agenda-box {
    float: left;
    width: 45%;
    height: 350px;
    border: 5px solid #2692ff;
    margin-left: 2%;
    position: relative;
    overflow: hidden;
}
.agenda-box img {
    height: 100%;
    width: auto !important;
}

.pagination {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

/* DNZ eind */

/*--------------------------------------------------------------
19.0 Colorbox & WP Members
--------------------------------------------------------------*/

#wpmem_msg, .wpmem_msg {
  color: #333 !important;
  border: 4px solid #3cd21c !important;
}
.must-log-in, #reply-title {
    display: none; 
}
.ui-widget-header {
    border: 1px solid #333;
    background: transparent;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid #aaa;
    border-radius: 0;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited,
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #000;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	background: #666;
  color: #fff;
	text-decoration: none;
  border-radius: 3px 3px 0 0;
}
.ui-widget-content {
  background: #f2f2f2;
}
#wpmem_login .button_div label {
  float: left;
  margin: 17px 0 0 5px;
  color: #333;
}
.reactie-balk {
    width: 100%;
    min-height: 90px;
    margin: 20px 0;
}
.comments .children {
  margin-left: 25px;
}
.comment-reply-login {
  display: none;
}
.logged-in-as {
    background: #eee;
    padding: 5px;
    width: 400px;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 100%;
}
.thread-even {
  
}
.thread-odd {
  
}
.comment {
  
}
#wpmem_reg legend {
  display: none !important;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

@media (max-width:1499px) { /* hi-res laptops and desktops */



}

@media (max-width:1279px) { /* hi-res laptops and desktops */ 
  
/* DNZ */

.persoonlijk .c-left, .persoonlijk .c-right {
	width: 100%;
}
.c-left {
    float: left;
    width: 100%;
}

.c-right {
    float: right;
    width: 100%;
}
.article-intro div[style] {
    height: 31vw !important;
}
.post-title {
    font-size: 36px;
	font-size: 3.6rem;
}
/*.nav .menu-cta a {
    padding: 0;
    margin: 10px 30px;
    text-align: center;
}
.nav-wrapper {
    margin: 0;
}*/
/* Temp Aanpassing 4 sept */
.nav .menu-cta a {
    padding: 0 0.6em !important;
    font-size: 18px;
}
.nav-button::before {
    font-size: 40px;
}
/* Eind */
.header-top {
    font-size: 12px;
    font-size: 1.2rem;
}

/* Agenda */

.agenda-box, .tut-meer {
	width: 100%;
}
.agenda-box {
	width: 100%;
	height: 390px;
}
.agenda-box img {
	display: none;
}
.agenda-box .art-excerpt {
	bottom: unset;
}
.nieuws-la2 {
	width: 100%;
	height: auto;
}
.datum-wrap {
    background: rgba(38, 146, 255, 0.8) none repeat scroll 0 0;
    float: left;
    position: relative;
    top: 0;
    min-width: 125px;
    width: 100%;
}
.nieuws-box-right {
    background: rgba(38, 146, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: 100%;
    position: relative;
	float: left;
    right: 0;
    top: 0;
    width: 100%;
    padding: 2%;
    max-height: 100%;
    line-height: 1.6em;
}
.datum-inn {
    float: left;
    margin: 15px 05% 0 2%;
}
.datum, .jaar {
  float: left;
  font-size: 30px;
  line-height: 0.9em;
  margin-right: 3px;
}

/* Agenda einde */

}

@media (max-width:799px) { /* tablet, landscape iPad, lo-res laptops ands desktops */

/* Doneren */

/* Doneren eind */

.article-intro div[style] {
    height: 31vw !important;
}

.vacatures-links, .biz {
    width: 100% !important;
}
.vacatures-overzicht {
    width: 100%;
}
.vacatures-links, .biz img {
  display: none;
}
.nav-button {
    right: 2.4rem !important;
    top: 3.0rem !important;
}
.nav-button::before {
    font-size: 40px;
}
.mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="email"],
.topform input[type="text"], .topform input[type="email"], .topform input[type="submit"] {
	width: 100% !important;
	margin-bottom: 5%;
}
.form-desktop {
	display: none;
}
.randomposts .nieuws-la2 {
    height: auto;
	width: 100%;
}
  
}

@media (max-width:749px) {

.top-content {
    margin: 20px auto 0px;
    font-size: 16px;
    font-size: 1.6rem;
}
#product {
    width: 100%;
    margin: 0 0 5% 0 !important;
}
.prod-onderdelen, .prod-eigenschappen {
    height: auto;
    min-height: auto;
}
  
}

@media (max-width:599px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 

/* @media (max-width:479px) { /* smartphones, Android phones, landscape iPhone */ 

/* DNZ */

.discuss-button-1,
.discuss-button-2 {
  width: 100%;
}

/* Doneren */

.page-template-page-kopen .header-image div[style] {
    height: calc(100vh - 120px) !important;
}
.top-content {
    margin: 20px auto 10vh; 
}

/* Doneren einde */

.nav-button {
    top: 1.7rem !important;
}
.main-logo-subtitel {
  font-size: 28px;
  font-size: 2.8rem;
}
.header-image div[style] {
    height: 50vw !important;
}
.post-title {
    font-size: 36px;
	font-size: 3.6rem;
}
.site-header {
    height: 120px;
}
.header-inside {
    height: 60px;
}
.hclick-inside {
    margin-top: 1%;
}
.subtitle {
    margin-left: 4% !important;
}
.nav .menu-cta a {
    padding: 0;
    margin: 10px 30px;
    text-align: center;
}
.header-top {
    font-size: 12px;
    font-size: 1.2rem;
}
.mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="email"],
.topform input[type="text"], .topform input[type="email"], .topform input[type="submit"] {
	width: 100% !important;
	margin-bottom: 5%;
}

/* Agenda */

.agenda-box, .tut-meer {
	width: 100%;
}
.agenda-box {
	width: 100%;
	height: 390px;
}
.agenda-box img {
	display: none;
}
.agenda-box .art-excerpt {
	bottom: unset;
}
.nieuws-la2 {
	width: 100%;
	height: auto;
}
.datum-wrap {
    background: rgba(38, 146, 255, 0.8) none repeat scroll 0 0;
    float: left;
    position: relative;
    top: 0;
    min-width: 125px;
    width: 100%;
}
.nieuws-box-right {
    background: rgba(38, 146, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: 100%;
    position: relative;
	float: left;
    right: 0;
    top: 0;
    width: 100%;
    padding: 2%;
    max-height: 100%;
    line-height: 1.6em;
}
.datum-inn {
    float: left;
    margin: 15px 05% 0 2%;
}
.datum, .jaar {
  float: left;
  font-size: 30px;
  line-height: 0.9em;
  margin-right: 3px;
}

/* Agenda einde */

/*.hc-wrap {
    top: 20%;
    transform: translate(0px, -20%);
}*/
.header-cta-wrap {
    float: left;
	height: auto;
	width: 90%;
    position: relative;
    margin: 5% 5% 0;
	right: 0;
}
.hcta-left {
    float: left;
    width: 100%;
}
.hcta-button {
	float: left;
	position: relative;
}
.hcta-right {
	width: 100%;
}
.hcta-right p {
	margin: 0;
}
.intro-wrap-inn, .c-left, .c-right {
  width: 100%;
}
.intro-wrap-inn {
	
}
.mgc-wrap {
    width: 100%;
	height: auto;
}


/* Test */

#single-top {
	background: #fff;
}
.hclick-inside, #logo-bottom {
    width: 75px;
}
.de-test {
    width: 100% !important;
    margin: 0 !important;
}

.intro-wrap-out {
    background: #ddd;
	left: 0;
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: calc(100vh - 145px);
}
.intro-wrap-inn {
    height: auto;
	position: relative;
	margin: 40px 0;
}
.intro-text {
	position: relative;
	float: left;
	margin-bottom: unset;
}
.intro-inner {
	margin-bottom: unset;
}
.hc-wrap {
	position: unset;
}
.hc-bottom {
	position: relative;
}
.subtitel-wrap {
    float: right;
    height: auto;
    width: auto;
    position: relative;
    margin-left: 75px;
}
.intro-titel h1 {
    line-height: 36px;
}
.sub-payoff {
    position: unset;
}
.vet {
    font-weight: 600;
    float: right;
    padding-left: 6px;
}
#rb-wrap {
    width: 100%;
    height: auto;
}
.rb-left, .rb-right {
    float: left;
    height: 100%;
    width: 100%;
}
.tut-wrap {
    width: 100%;
}
.mgc-left {
    float: left;
    height: 25vh;
    width: 100%;
    position: relative;
}
.mgc-right {
    float: right;
    width: 100%;
}
#fa-wrap, #fa-wrap-1 {
    width: 100%;
}
.ccc-test {
	width: 90% !important;
}
.c-left.koop, .c-right.koop {
    width: 100%;
}
.koop-box-text img {
    width: 70%;
    margin-top: -25%;
}
.aaa-test {
    position: unset;
    float: unset;
    width: unset;
    top: unset;
    margin: unset;
    left: unset;
    right: unset;
    max-width: unset;
}
/*.hc-top.hc-float {
    position: absolute !important;
    right: 5%;
    left: 5%;
    width: 90% !important;
}*/

/* DNZ */

.hc-top {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    left: 0;
    margin: 0 auto;
    max-width: 825px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: 80%;
    z-index: 999;
}

/* DNZ Einde */

.hc-left, .hc-right {
    float: left;
	width: 100%;
}
#prod-wrap {
	margin: 0 auto;
}
#prod-wrap-inner {
	margin: 0;
}
#product {
	width: 100%;
	margin: 0 0 5% 0 !important;
}
.prod-onderdelen, .prod-eigenschappen {
	height: auto;
	min-height: auto;
}
#test-wrap, #aanbieding-wrap {
    width: 100% !important;
    margin: 0 0 5% 0;
}
.language-wrap {
	margin: 0 0 5% 0;
}
#aanbieding-wrap .aw-left {
    float: none;
    width: 100%;
}
.aw-right {
    float: left;
    width: 90%;
    margin: 0 5%;
}
.post-title {
    font-size: 36px;
    font-size: 2.6rem;
    line-height: 3.0rem;
}
.nieuws-la2 h3 {
    font-size: 2.2rem;
	line-height: 2.6rem;
}
#prev, #next {
	width: 100%;
	margin-bottom: 5%;
}

}

@media (max-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 

.nieuws-la2 h3 {
    font-size: 2.0rem;
	line-height: 2.4rem;
}
.main-logo-subtitel {
    font-size: 26px !important;
}

}