/*
	Theme Name: Aspekt
	Theme URI: http://websitesvoormbk-ers.nl
	Description: Kant en klare template
	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

    5.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;
}

/**
 * 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 */
}

.g-recaptcha {
  margin-bottom: 20px;
}

/* 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 {
	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: 'Lato', 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;
}

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}
.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, h2 a,
h3 {
	font-family: 'Lato', serif;
	font-weight: 300;
}

h2 a {
  color: #333;
}

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

h2 {
	font-size: 30px;
	font-size: 3.0rem;
	color: #333;
}

.c-wrap h2, .sl-box h2, .fb-top h2 {
	color: #333;
  font-weight: 800;
}

h3 {
	color: #333;
	font-size: 22px;
	font-size: 2.2rem;
	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;
}

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;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}


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

label {
	color: #666;
	display: block;
	font-weight: 600;
  font-size: 16px
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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.5em !important /* Important voor Sketch */;
	width: 100% !important; /* Important voor Sketch */
    font-size: inherit; /* 2018 */
    margin-bottom: 10px;
  height: 40px;
}

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 14px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    width: 100% !important; /* Important voor Sketch */
    padding: 0.2em 0.7em !important; /* Important voor Sketch */
	max-width: 100%;
    font: inherit;
    margin-bottom: 20px;
    height: 40px;
}
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: 900;
    line-height: 1;
    padding: 0.7em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
	font-family: Lato, 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;
}

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

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

td,
th {
	text-align: left;
}

td {
	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;
}


/* 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: 80% !important; max-width: 1500px !important}
.contact .c-wrap {width: 900px !important; max-width: 90% !important;}
.site-header {background: #DDF1FF;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: 445px;
	max-width: 100%;
}
.site-header .inner {
	margin-top: 15px;
}
.main-logo-subtitel .groot {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 44px;
}
.main-logo-subtitel {
    color: #496fa4;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    padding: 0px 0 0 5px;
    margin: 14px 0 0 10px;
    letter-spacing: -1px;
    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;
    color: #333;
    font-weight: 400;
    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: 19px 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: 0 0 15px 0px;
    position: relative;
    width: 100%;
    text-align: center;
}
.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;
}

/* ================================[ Kleuren ]================================= */
 
/* Wo1-boeken */ 
 
.wo1-boekennl .site-header {
    background: #aaa;
 }
.wo1-boekennl .header-inside {
    background: #000;
 }
.wo1-boekennl .main-logo-subtitel {
    color: #dda421;
 }
.wo1-boekennl .nav ul {
    background: #000;
}
.wo1-boekennl .nav a,
.wo1-boekennl .nav a:hover,
.wo1-boekennl .nav a:active,
.wo1-boekennl .nav a:visited {
  color: #fff;
}
.wo1-boekennl div.winkelmand a {
  background-color: #fff;
}
.wo1-boekennl #footer {
  background: #aaa;
}
.main-logo {
  background-image: url("img/logo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.wo1-boekennl .main-logo {
  background-image: url("img/logo-wit.png");
}
.main-logo-inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -99px;
}

/* Wo2-boeken */

.wo2-boekennl .site-header {
    background: #1d401c;
 }
.wo2-boekennl .header-inside {
    background: #0e1d0f;
 }
.wo2-boekennl .main-logo-subtitel {
    color: #f2f0c9;
 }
.wo2-boekennl .nav ul {
    background: #0e1d0f;
}
.wo2-boekennl .nav a,
.wo2-boekennl .nav a:hover,
.wo2-boekennl .nav a:active,
.wo2-boekennl .nav a:visited {
  color: #fff;
}
.wo2-boekennl div.winkelmand a {
  background-color: #f2f0c9;
}
.wo2-boekennl .subtitle {
  color: #fff;
}
.wo2-boekennl #footer {
  background: #0e1d0f;
}
.wo2-boekennl .main-logo {
  background-image: url("img/logo-wit.png");
}
.wo2-boekennl #colophon {
  background: #000;
}
.main-logo-inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -99px;
}

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

.top-wrapper {

}

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

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

.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.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	z-index: -1;
}
.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;
}
.std-button {
    background: #efcd16;
    color: #333;
    border-radius: 3px;
    float: left;
    padding: 0 2em;
    font-size: 24px;
    font-weight: 500;
    font-family: lato, sans-serif;
    text-align: center;
    margin: 0 auto 20px;
    width: 100%;
}
.std-button:hover, .add-to-cart:hover {
    background: #f5d83d;
}
.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 ]================================= */

/* Aspekt */

/* POP UP */

#pop-up-wrap {
    background: #fff;
    min-height: 200px;
    width: 500px;
    margin: 100px auto 0;
    max-width: 80%;
    border-radius: 8px;
    padding: 1% 1% 3% 1%;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    z-index: 99999;
}
.pop-up-close {
    background: #eee;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-image: none;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    background-image: url("img/cross.png");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px !important;
    height: 25px !important;
    border-radius: 180px;
    color: #333;
    display: block;
    text-indent: -99px;
    overflow: hidden;
    margin: 5px auto 0;
    position: absolute;
    top: 0;
    right: 5px;
}
.pop-up-confirm {
    margin-bottom: 10px;
    font-weight: bold;
    color: #169934;
}
.pop-up-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 9999;
}
.pop-up-open {
    overflow-y: scroll;
}
.pop-up-open #maint {
   filter: blur(4px);
   -webkit-filter: blur(4px);
}

.pop-up-open #pop-up-wrap {
    filter: blur(0px);
   -webkit-filter: blur(0px);
}
/* POP UP einde */

/* Winkelwagen */

div.winkelmand {
  float: right;
  margin-top: 19px;
}
div.winkelmand a {
    background-image: url("img/baseline-shopping_basket-24px.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    color: #fff;
    width: 50px;
    display: block;
    background-color: #efcd16;
    height: 37px;
    padding-top: 14px;
    margin: 0px 0px -9px 20px;
    position: relative;
}
.product-count {
    background: #f00;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 180px;
    top: -7px;
    right: -7px;
}
.product-count-inner {
    text-align: center;
    color: #fff;
    font-weight: 800;
    margin: -3px 0px 3px 0px;
    width: 20px;
    height: 20px;
    font-size: 14px;
}
.verder-winkelen {
    color: #333;
    font-weight: 500;
    float: left;
    width: 40%;
    text-align: center;
    background-color: #efcd16;
    border-radius: 3px;
    pointer-events: auto;
    position: relative;
    padding: 5px 0;
}
.verder-winkelen:hover {
    color: #333;
}
/*.verder-winkelen::before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 24px;
    color: #333;
    left: 50px;
    top: 0;
    z-index: 1;
}*/
.naar-betalen {
    color: #fff;
    font-weight: 500;
    float: right;
    width: 40%;
    text-align: center;
    background-color: #06a0e8;
    border-radius: 3px;
    pointer-events: auto;
    position: relative;
    padding: 5px 0;
}
/*.naar-betalen::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 24px;
    color: #fff;
    right: 50px;
    top: 0;
    z-index: 1;
}
*/
.naar-betalen:hover {
    background-color: #45b6ea;
    color: #fff;
}
.item-amount {
    float: left;
    border: none !important;
    text-align: center;
    height: 40px;
}
.remove-item-from-cart {
    background-color: #eee;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 2px 1px 0 #ccc;
    border-radius: 2px;
}
.add-item-to-cart {
    background: #eee;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 2px 1px 0 #ccc;
    border-radius: 2px;
}
.remove-all-from-cart {
    background: #eee;
    background-image: url("img/cross.png");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px !important;
    height: 25px !important;
    border-radius: 180px;
    color: #333;
    display: block;
    text-indent: -99px;
    overflow: hidden;
    margin: 5px auto 0;
}
.cart-product-naam, .cart-price, .cart-amount, .cart-subtotal, .cart-remove, .cart-total-wrap {
    float: left;
    min-height: 70px;
    padding: 15px 0 15px 0;
    background: transparent !important;
}
.headings-wrap {
    background: #f7f7f7 !important;
    width: 100%;
    font-weight: 600;
    padding: 0;
    border-bottom: 1px solid #ccc;
    height: 30px;
}
.heading {
  padding: 0 !important;
  height: 30px !important;
}
.cart-list {
    float: left;
    width: 100%;
}
.cart-item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.cart-product-naam {
    width: 45%;
    background: #eee;
    padding-right: 5%;
}
.cart-price {
  width: 25%;
  background: #ccc;
}
.cart-amount {
  padding: 0 !important;
  background: #ddd;
  width: 40%;
}
.cart-amount-inner.heading {
  margin: 0 auto;
}
.cart-amount-inner {
  width: auto;
  margin: 10px auto 0;
  display: table;
}
.cart-subtotal {
    width: 25%;
    background: #ccc;
    text-align: right;
}
.cart-remove {
    width: 10%;
    background: #bbb;
}
.cart-total-wrap {
   width: 94.5%;
   background: #f2f2f2;
   font-weight: 600;
}
.cart-total-left {
   width: 50%;
   float: left;
}
.cart-total-amount {
   width: 50%;
   float: left;
   text-align: right;
}
.price-details-wrap {
  float: left;
  width: 55%;
}
/*
.cart-status {

}
.cart-status .add-to-cart {

}
.cart-status .remove-from-cart {

}
*/
.col-01 {

}
.col-02 {

}
.col-03 {

}
.col-3 input {
  background: #dd3300;
}
.col-04 {
  text-align: right;
}
.cart-total {
  font-weight: 600;
}


/* Winkelwagen einde */

.box-2 {
    border: 1px solid #ddd;
    float: left;
    width: 175px;
    margin: 0 20px 20px 0;
    padding: 20px 1%;
}
.box-2-intro {
    width: 100%;
    position: relative;
    height: 105px;
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.gradient-overlay {
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
    left: 0;
    right: 0;
    bottom: 0;
}
.box h2 {
    margin-left: 15px;
}
.box-2 h3 {
  text-align: center;
  color: #333 !important;
  min-height: 60px;
}
.box-2 .boek-prijs {
  text-align: center;
}
.box-2 .boek-bestel {
    width: 60%;
    margin: 0 20%;
}
.box-2 .last {
    margin-right: 0 !important;
}
.box-2 .img-wrap {
  height: 200px;
  margin-bottom: 20px;
}
.box-2 img {
    margin-bottom: 15px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

/* Eind */

#block {
    float: left;
    padding: 40px 0 60px;
    width: 100%;
}
.block-inner {
  float: left;
  width: 90%;
  position: relative;
  margin: 0 5%;
}
.sl-box {
    margin-left: 5%;
    float: left;
    width: 55%;
}
.subsite .sl-box {
  width: 90%;
}
.spotlight {
    width: 100%;
    float: left;
}
.spotlight .wrap {
    overflow: scroll;
    padding-bottom: 15px;
    width: 100% !important;
}
.spotlight-wrap {
    margin: 0;
    min-width: 1200px;
    overflow-x: scroll;
}
.sl-explain {
    float: right;
    color: #496fa4;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #ddd;
}
.sl-explain::after {
    color: #496fa4;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    float: right;
    margin: 0 0 0 5px;
}
.rel {
  position: relative;
}
.logged-in .fb-top, .logged-in .fb-box {
  display: block; 
}
.fb-top {
    float: right;
    width: 28%;
    margin-right: 5%;
}
.fb-box {
    float: left;
    width: 28%;
    position: absolute;
    right: 5%;
    bottom: 0px;
    top: 65px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 10px solid #DDF1FF;
    padding: 10px;
}
.fb-wrap {
  
}
.cat-padding {
  padding-bottom: 20px !important;
}
.search-padding {
    padding: 0px 0 10px 0 !important;
    margin-bottom: 20px;
}
#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%;
}
.c-small {
    float: left;
    width: 100%;
    margin: 40px 0;
}
.c-small-inside {
	width: 560px;
	max-width: 100%;
	margin: 0 auto;
}

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

/* 6.4.1 UP Nieuws
--------------------------------------------- */

.h1-nieuws {
  font-size: 30px;
  font-size: 3.0rem;
}
.mgc-wrap {
    color: #333;
	float: left;
    margin-bottom: 40px;
    width: 100%;
}
.mgc-wrap a {
  color: inherit;
}
.mgc-link {
    color: inherit;
    float: left;
    text-decoration: none;
    padding-bottom: 0;
    border-bottom: 1px solid #8ba484;
        border-bottom-color: rgb(139, 164, 132);
    transition: border-bottom .25s ease-in-out;
        transition-duration: 0.25s;
    transition: border-bottom .25s ease-in-out;
        transition-duration: 0.25s;
    transition-duration: 0.25s;
    width: auto;
}
.mgc-link:focus,
.mig-link:hover {
	color: #8ba484;
	text-decoration: none;
}
.mgc-left {
	float: left;
	height: 100%;
	width: 225px;
	position: relative;
}
.mgc-right {
	float: right;
	width: calc(95% - 225px);
}
.mgc-wrap img {
  width: 100%;
}
.mgc-title {
	font-size: 24px;
    font-size: 2.4rem;
	font-weight: 600;
    line-height: 2.6rem;
    margin-bottom: 20px;
}
.content-single {
    width: 825px;
    max-width: 100%;
    margin: 0 auto;
}
.content-small {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}

/* 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;
}

/* Tutorials */

.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;
}

/* 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 */
#single-top {
    background-color: #f2f2f2;
	height: 80px;
}
#single-block {
	position: relative;
}
#single-block .inside {
    float: left;
    background: #f2f2f2;
    width: 100%;
}
.single-inside {
	width: 800px;
	max-width: 90%;
	margin: 20px auto 0;
}
#single-block .inside-second {
    float: left;
    background: #fff;
    width: 100%;
}
.c-single {
	margin: 0 !important;
}
.single-left {
	background: #fff;
	float: left;
    width: 66%;
}
.single-left-second {
    background: transparent;
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
}
.persoonlijk .c-left {
	width: 30%;
}
.persoonlijk .c-right {
	width: 70%;
}
.single-right {
    background: #f2f2f2;
    float: left;
    width: 34%;
    padding-bottom: 40px;
}
.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: 58px 10vw 40px 5vw;
}
.single-c-full {
    background: #fff;
    width: 800px;
	max-width: 100%;
    margin: 0 auto;
}

/* Boeken */

.search-field-wrap {
    float: left;
    margin: 25px 2% 0 0px;
    width: 30% !important;
    position: relative;
}
.search-wrap {
    font-size: 16px;
    font-size: 1.6rem;
    float: left;
    width: 97% !important;
    padding: 10px 30px;
}
.search-wrap label {
    height: 25px;
}
/*
.search-wrap input[type="text"] {
  float: left;
  margin-right: 2%;
  width: 30% !important;
}
.search-wrap select {
  float: left;
  margin-right: 2%;
  width: 30% !important;
}
*/

.page-template-page-auteurs-php .search-field-wrap {
    width: 100% !important;
}
.search-wrap #search-form {

}
.search-filters {

}
.search-filter-wrap {
    float: right;
    width: 31%;
    margin-right: 3%;
}
.pagination {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.nav-links .next {
  position: relative;
}
.nav-links .prev {
    position: relative;
    width: auto;
    padding-left: 40px;
}
/*
.nav-links .next::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 29px;
    color: #ea2830;
    top: -1px;
    z-index: 1;
    margin-left: 20px;
}
.nav-links .prev::before {
    content: "\f100";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 29px;
    color: #ea2830;
    top: -1px;
    z-index: 1;
    margin-right: 20px;
    left: 0;
}
*/
.page-numbers {
    display: inline-block;
    width: 2.5em;
    padding: .5em;
    text-align: center;
}
.page-numbers .dots {

}
.wshop {
    background: #f5d83d;
    border-radius: 3px;
    margin-left: 30px;
}
.wshop a {
  padding: 0 15px 1px 15px !important;
}
.inside {
  float: left;
  background: #f2f2f2;
}
.boeken-right {
	background: #fff;
	float: right;
  padding-bottom: 50px;
  width: 66%;
}
.boeken-overview {
  width: 100%;
}
.boeken-left {
    background: #f2f2f2;
    float: left;
    width: 34%;
    padding-bottom: 40px;
}
.boeken-c-right {
    margin: 20px 0 40px;
}
.single .boeken-c-right {
    margin: 20px 4% 40px;
}
.boeken-c-left-second {
    margin: 20px 0 40px 0;
}
.white .boeken-c-left-second {
    margin: 20px 0 40px 0;
    background: #fff;
    padding: 6% 10%;
}
.boeken-c-left {
	margin: 58px 5vw 40px 10vw;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.boeken-c-left .childeren li {}
.children {}
.children li {}
.children li li {}
.genre {}
.delen-tekst {
    font-weight: 600;
    margin-right: 10px;
}
#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: 100%;
}
.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;
}

/* Pagina kopen */

.page-template-page-kopen .site-header {display: none;}

#prod-wrap {
    color: #fff;
    margin: -42vh auto 0;
    width: 900px;
	max-width: 100%;
}
#prod-wrap-inner {
    margin-left: -2.3%;
}
#prod-wrap ul {
    margin: 0 0 1.5em 15%;
    padding: 0;
    width: 75%;
}
#prod-wrap li::before {
    color: #fff;
}
#prod-wrap .oddpost {background: #ff4d4d}
#prod-wrap .evenpost .prod-onderdelen {margin-bottom: 50px;}
#prod-wrap .evenpost .prod-eigenschappen {}
#prod-wrap .evenpost {background: #ea2830; margin-top: -30px;}
#product {
    float: left;
    width: 31%;
    margin-left: 2.333%;
	padding: 10px;
}
.prod-naam {
    text-align: center;
    margin: 20px 0 0;
    font-size: 30px;
    font-weight: 900;
}
.prod-ondertitel {color: #000; text-align: center}
.prod-onderdelen {
    text-align: center;
    line-height: 0.5em;
    margin: 30px 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    height: 150px;
}
.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 {
    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: #666 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: #888;
	opacity: 1;
	display: none;
}
.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%;
}*/

/* 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;
}*/
#q {

}
.search-form {
  position: relative;
}
.submit-wrap {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
}
#search-submit {
    background-color: transparent;
    background-image: url("img/search.png");
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    text-indent: -999px;
    background-size: 24%;
    background-position: right 15px center;
    height: 36px;
    margin: 1px 0 0 0;
}

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

#footer {
	width: 100%;
	float: left;
	background: #A6DAFF;
	color: #333;
    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: 22px;
	font-size: 2.2rem;
}
#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%;
}
.hc-top {
    left: 0;
	margin: 0 auto;
	width: 90%;
	position: absolute;
	right: 0;
	z-index: 999;
	top: calc( 145px + 10%);
	border: 1px solid #ff6600;
}
.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;
}

/* Tandarts */
.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: #A6DAFF;
	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: 1.0em !important;
	line-height: 1.15;
}
.topform input[type="submit"]
{
	float: left;
	width: 23% !important;
	margin-right: 2%;
	padding: 0.65em !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 {
	height: auto;
	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;
}
.posts-meer {
    border: 1px solid #ea2830;
    border-radius: 3px;
    color: #ea2830;
    text-align: center;
    font-size: 18px;
    padding: 5px 5% 5px 5%;
    font-weight: 400;
    position: relative;
    bottom: 0;
    width: 90%;
    float: left;
}
.posts-meer:hover {
    color: #333;
    transition: all 0.6s ease-in-out 0s;
}

/* 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;
}

.agenda-box.datum-wrap {

}

/* Tandarts eind */

/* Pagina Boeken */

.cat-wrap li > ul, .cat-wrap li > ol {
    margin: 0;
}
.cat-wrap {

}
.cat-item {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
    font-size: 1.6rem;
}
.cat-wrap a {
    color: #222 !important;
}
.cat-wrap li::before {
  display: none;
}
.current-cat {
  border: 1px solid #ff6600;
}
.boek-naam, .boek-auteur, .boek-isbn, .boek-type, .boek-lees-meer, .boek-prijs, .boeken-buttons {
  float: left;
  width: 100%;
  margin-bottom: 5px !important;
}
.boek-wrap {
    float: left;
    width: 47%;
    margin: 0 3% 0 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.boek-wrap img {
    float: left;
    height: auto;
    width: 140px;
    margin-right: 20px;
}
.boek-intro {
    float: right;
    width: calc(100% - 160px);
    position: relative;
    min-height: 225px;
}
.boek-naam {
    Color: #333;
    font-size: 16px;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin: 0 0 5px 0;
}
.boek-auteur {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    min-height: 20px;
}
.boek-isbn {
    font-size: 16px;
    margin: 0;
}
.boek-type {
    font-size: 16px;
    margin: 0;
}
.boek-prijs {
    color: #000;
    font-size: 16px;
    margin-bottom: 16px !important;
    font-weight: 600;
    margin: 5px 0 15px 0;
}
.boeken-buttons {}
.boek-lees-meer {
    font-size: 16px;
    font-size: 1.6rem;
}
.boek-bestel, .add-to-cart {
    color: #333;
    font-weight: 500;
    font-size: inherit;
    float: left;
    width: 75%;
    text-align: center;
    background: #efcd16;
    border-radius: 3px;
    white-space: nowrap;
}
.boek-bestel:hover {
    background: #f5d83d;
    color: #333;
    text-decoration: none;
}
.pt-checkout-form {
    width: 100%;
}
.pt-form-group label {
    width: 100%;
    max-width: 585px;
}
.kosten {
    float: right;
}
.pt-total-amount {
    border-top: 1px solid #999;
    float: right;
    margin-right: 24%;
}
.pt-total-amount label {

}

/* Pagina Boeken einde */

/* Downloads */

.download-wrap {
    float: left;
    width: 144px;
    margin: 0 4% 30px 4%;
}
.download-wrap img {
  border: 1px solid #eee;
}
.download-naam {
    font-weight: 600;
    min-height: 75px;
    line-height: 22px;
    line-height: 2.2rem;
    font-size: 16px;
}

.download-naam a {
    color: #333;
}

/* Auteurs */

.auto-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin: 50px 0 0 10%;
    width: 90%;
}

.auteurs .search-filters {
    display: none;
}

/* Auteurs einde */

/* 5.0 404
---------------------------------------------------------------------------------------------------- */

.error404-wrap {
  height: calc( 100vh - 555px);
}

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

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

.site-header .wrap, .hc-wrap, .c-wrap, #footer .wrap, #colophon .wrap {width: 90% !important; max-width: 1500px !important}
.single-c-left {margin: 20px 5vw 40px 5vw;}
.single-c-right {margin: 58px 5vw 40px 5vw;}

.download-wrap {
    float: left;
    width: 138px;
    margin: 0 4% 30px 4%;
}

}

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

.nav-button {
    right: 2.4rem !important;
  	top: 3.0rem !important;
}

div.winkelmand {
    position: absolute;
    right: 8.6rem;
    top: 3.4rem;
    margin: 0;
}

/* Tandarts */

.persoonlijk .c-left, .persoonlijk .c-right {
	width: 100%;
}
.c-left {
    float: left;
    width: 100%;
}
.c-right {
    float: right;
    width: 100%;
}
.header-image div[style] {
    height: 50vw !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;
}
.boeken-c-left {
    margin: 58px 5vw 40px 5vw;
}
.boeken-c-right {
    margin: 20px 5vw 40px 0;
}
.auto-columns {
    margin: 50px 0 0 0;
    width: 100%;
}

/* Agenda einde */

/* Downloads */

.download-wrap {
    width: 15%;
    margin: 0 5% 30px 5%;
}

}

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

.nav a, .nav a:hover, .nav a:active, .nav a:visited {
    padding: 0 0 1px 0 !important;
    font-size: 28px !important;
    font-size: 2.8rem !important;
    text-align: center !important;
    line-height: 7.0rem !important;
}
.wshop {
    margin-left: 0;
}
.block-inner {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}
.sl-box {
    margin-left: 5%;
    float: left;
    width: 90%;
}
.spotlight .wrap {
    margin-bottom: 20px;
}
.fb-top {
    float: left;
    width: 90%;
    margin-left: 5%;
}
.fb-box {
    position: relative;
    width: 55%;
    right: unset;
    top: unset;
    margin-left: 5%;
    height: 45vw;
}

}

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

/* Aspekt */

.fb-box {
    width: 90%;
    height: 40vw;
}

/* Winkelmand */

div.winkelmand {
    position: absolute;
    right: 2.4rem;
    top: 9.6rem;
    margin: 0;
}

.cart-product-naam, .cart-price, .cart-amount, .cart-subtotal, .cart-remove, .cart-total-wrap, .headings-wrap {
    float: left;
    padding: 15px 0 0 0;
    background: transparent !important;
}
.headings-wrap {
  background: #f7f7f7;
  width: 100%;
}
.cart-list {
    float: left;
    border-top: 1px solid #ccc;
    width: 100%;
}
.cart-item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.cart-product-naam {
    width: 100%;
    padding-top: 15px;
    background: #eee;
}
.cart-price {
  background: #ccc;
}
.cart-amount {
  padding: 0 !important;
  background: #ddd;
}
.cart-amount-inner {
  width: auto;
  margin: 10px auto 0;
  display: table;
}
.cart-subtotal {
    background: #ccc;
    text-align: right;
}
.cart-remove {
    width: 10%;
    background: #bbb;
    position: absolute;
    top: 0;
    right: 0;
}
.cart-total-wrap {
   width: 90%;
   background: #f2f2f2;
   font-weight: 600;
}
.cart-total-left {
   width: 50%;
   float: left;
}
.cart-total-amount {
   width: 50%;
   float: left;
   text-align: right;
}
.price-details-wrap {
  float: left;
  width: 100%;
}

/* Winkelmand eind */

.boek-wrap {
  width: 100%;
}
.search-field-wrap {
    width: 100% !important;
}
.search-wrap input[type="search"] {
  width: 100% !important;
  margin-bottom: 20px;
}
.search-wrap input[type="search"], .search-filter-wrap {
  width: 100%;
  margin-right: 0
}
.boek-bestel, .boeken-buttons .add-to-cart {
  width: 100%;
  padding: 5px 0;
}
/*
.box-2 {
    width: 31%;
}
.box-2 .img-wrap {
    height: 25vw;
}
*/

/* Einde */

/*.subtitle {
    margin-left: 70px !important;
}*/
.single-left, .boeken-left {width: 100%;}
.single-right, .boeken-right {width: 100%;}
.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%;
}
.pt-total-amount {
    margin-right: 0;
}
.download-wrap {
    width: 20%;
    margin: 0 6.5% 30px 6.5%;
}

}

@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 */

/* Aspekt */

.fb-box {
    height: 90vw;
}

/* Winkelmand */

div.winkelmand {
    position: absolute;
    right: 2.4rem;
    top: 7.4rem;
    margin: 0;
}
.cart-price {
  display: none;
}
.cart-amount {
   width: 60%;
}
.cart-subtotal {
    width: 40%;
}

/* Winkelmand einde */

/* Aspekt */

.box-2 {
    border: 1px solid #ccc;
    float: left;
    width: 175px;
    margin: 0 2% 20px 0;
    padding: 20px 1%;
}
.box-2-intro {
    width: 225px;
    position: relative;
    height: 115px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.gradient-overlay {
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
    left: 0;
    right: 0;
    bottom: 0;
}
.box h2 {
    margin-left: 15px;
}
.box-2 h3 {
  text-align: center;
  color: #626262 !important;
  min-height: 60px;
}
.box-2 .boek-prijs {
  text-align: center;
}
.box-2 .boek-bestel {
    width: 60%;
    margin: 0 20%;
}
.box-2 .last {
    margin-right: 0 !important;
}
.box-2 .img-wrap {
  height: 15vw;
  margin-bottom: 20px;
}
.box-2 img {
    margin-bottom: 15px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

/* Eind */

.site-header {height: 120px;}
.header-inside {height: 65px;}
.main-logo-subtitel {margin: 17px 0 0 5px;}
.wo1-boekennl .main-logo-subtitel {margin: 3px 0 0 5px;}
.subtitle {padding: 0;}
.nav-button {top: 2.4rem !important;}
.nav-button::before {font-size: 32px;}

/*.nav a, .nav a:hover, .nav a:active, .nav a:visited {
    padding: 0 0 1px 0px !important;
    color: #cd0808 !important;
    font-size: 2.8rem !important;
    font-family: Lato,sans-serif;
    text-align: center;
}*/

/* Tandarts */

.header-image div[style] {
    height: 50vw !important;
}
.post-title {
    font-size: 36px;
	font-size: 3.6rem;
}
.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 */

.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 */

.main-logo-subtitel {
  font-size: 20px;
font-size: 2.0rem;
}
#single-top {
	background: #fff;
}
.hclick-inside, #logo-bottom {
    width: 80px;
}
.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%;
    margin-left: 0;
}
.contact #block {}
.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;
}
.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%;
}
.boek-bestel {
  width: 100%;
}
.auto-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin: 50px 0 0 5%;
    width: 90%;
}

.download-wrap {
    width: 40%;
    margin: 0 5% 30px 5%;
}

}

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

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

}
