/*!
Theme Name: Wij Business Nieuws
Theme URI: http://underscores.me/
Author: ARVEE | Ramon Vroegop
Author URI: https://arvee.nl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wij-business-nieuws
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Wij Business Nieuws is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
    font-family: "Source Sans 3", sans-serif;
	font-optical-sizing: auto;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 0 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #000;
    text-decoration: underline;
	text-decoration-thickness: 0.05em;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 12px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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;
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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





/* ! WIJ BUSINESS NIEUWS */

.mycolors {
	color: #030304;
	color: #ffffff;
	color: #e94a3b;
}


a, a:hover {
	text-decoration-thickness: 0.05em !important;
}

/* MENU */


.site-header {
	border-bottom: 1px solid #D8D8D8;
}
.site-main {
	margin-top: 20px;
}
#mega-menu-wrap-menu-1 {
	background: transparent !important;
}

.main-navigation {
	max-width: 1230px;
	margin: 0 auto 0;
	padding: 10px 0 0;

}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.menu-logo.mega-menu-item > a.mega-menu-link {
	border-color: #fff;
	margin-right: 30px;
	padding-left: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-3847 .mega-search.mega-search-open input[type=text] {
	font-size: 23px;
}

.site-branding {
	float: left;
	margin-bottom: -68px;
	position: relative;
	z-index: 99999;
}
.site-branding img {
	max-width: 100px;
}


.mega-menu-wrap {
	float: left !important;
	padding-left: 370px !important;
	margin-top: -2px !important;
}

.mega-indicator {display: none !important;}

.topbar {
	background-color: #000;
}
.topbar p {
	margin: 10px 0;
	font-size: 15px;
	font-weight: 400;
}
.topbar p a {
	color: #fff;
	margin-left: 20px;
}
.topbar p a:hover {
	color: #e94a3b;
}

.entry-content {
	margin: 0 auto;
}

:where(.wp-block-columns) {
	margin-bottom: 0;
}

.mega-sub-menu {
	z-index: 1001 !important;
}

.mega-menu-logo {
	display: none !important;
}




/* LOGOS PER PRIMARY CATEGORY */







h2 {
	margin: 0;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.1;
}

h3.wij-dot {
	margin: 0 auto 20px;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.2;
}
h3.wij-dot:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 9px;
  background: url('/wp-content/themes/wij-business-nieuws/img/wij-dot.svg') 0 0 no-repeat;
  background-size: contain;
  margin-top: 14px;
  margin-left: 4px;
}
.page-template-page-redactioneel h3 {
	font-weight: 800;
}


/* !HOOFDRIJ */
.hoofdrij-wrap {
	background-color: #fff;
	padding:  0;
}
.hoofdrij-wrap-inner {
	max-width: 2560px;
	margin: 0 auto;
}

	/* ! HOOFDARTIKEL */
	.hoofdartikel,
	.dossier-hoofdbeeld {
		position: relative;
		max-width: 2000px;
		margin-top: 9px;
	}
	.dossier-hoofdbeeld {
		max-height: 625px;
	}
	.dossier-hoofdbeeld img{
		width: 100%;
		height: 625px;
		object-fit: cover;
	}
	.hoofdartikel h1 a,
	.dossier-hoofdbeeld .wp-element-caption {
		background-color: #e94a3b;
		bottom: 0;
		color: #fff;
		display: block;
		position: absolute;
		right: 0;
		width: 66%;
		padding: 40px;
		margin: 0;
		font-size: 42px;
		font-weight: 300;
		line-height: 1.2;
	}
	.hoofdartikel h1 a:hover {
		text-decoration: underline;
		text-decoration-thickness: 0.05em;
	}
	
	



/* POPULAR POSTS */


ul.wpp-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wpp-list div,
.wpp-list li {
	background-color: #FCFCFC;
	margin: 0 auto 20px;
	border: #D8D8D8;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
	position: relative;
}

.wpp-list div a:first-child,
.wpp-list li a:first-child {
	float: left;
	margin-right: 20px;
	line-height: 0;
}
.wpp-list div a:nth-child(2),
.wpp-list li a:nth-child(2) {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.3;
	padding-right: 10%;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	height: fit-content;
}
hr.clr {
	clear: both;
	margin: 0;
	height: 0;
}
.wpp-list li:after {
	clear: both;
}

/* !DOSSIER */
.dossier-wrap {
	background-color: #fff;
	padding:  10px 0 0 0;
}

.video-ai iframe {
	height: 483px !important;
}
.post-template-single-dossier .video-ai iframe {
	height: 390px !important;
}
.extrapaddingmobiel {
	padding: 0 20px;
}
.post-template-single-dossier .article_branche {
	position: relative;
	z-index: 999;
}
.post-template-single-dossier .article_branche p {
	width: fit-content;
	float: left;
	margin-right: 5px;
}


/* !ACTUEEL */
.actueel-wrap {
	background-color: #F4F4F4;
	padding:  50px 0;
}
.actueel-wrap.second-row {
	padding:  20px 0 50px;
}
.actueel-wrap-inner {
	max-width: 1230px;
	margin: 0 auto;
}
.actueel .wp-block-columns {
	position: relative;
}
.actueel h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.2;
	padding-right: 25%;
}



.actueel li {
	background-color: #fff;
	margin: 0 auto 20px;
	border: #D8D8D8;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
}


.archive article {
	position: relative;
}

.actueel .branche {
	position: absolute;
	top: 4px;
	right: 12px;
	font-size: 13px;
}
.archive article .post-categories {
	position: absolute;
	top: 4px;
	right: 12px;
	font-size: 13px;
}
.actueel .branche a,
.archive article .post-categories a {
	color: #e94a3b;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
	font-weight: 700;
}
.archive article .post-categories a {
	
}



/* ! ADVERTENTIES */
.advertentie-rij-1-wrap {
	background-color: #fff;
	padding: 50px 0;
}
.advertentie-rij-1-inner {
	max-width: 1230px;
	margin: 0 auto;
}
.arvee {
	width: 220px;
	margin: 10px auto 0;
}
.single .logo-top,
.archive .logo-top,
.page-template-page-redactioneel .logo-top,
.page-template-page-faillissementen .logo-top {
	margin: 40px auto 30px;
}

.adv-3rij-wrap {
	background-color: #fff;
	padding:  30px 0 0;
}
.adv-3rij-wrap-inner {
	max-width: 1230px;
	margin: 0 auto;
}

/* !SPOTLIGHT */



.spotlight {
	position: relative;
}
.spotlight h3 {
	background-color: #e94a3b;
	bottom: 8px;
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 10px 60px 10px 10px;
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
}
.spotlight h3:after {
	content: "";
	/* display: inline-block;
	vertical-align: middle; */
	background: url('/wp-content/themes/wij-business-nieuws/img/white-arrow.svg') 0 0 no-repeat;
	background-size: 20px 12px;
	background-position: 10px 80%;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	color: #fff;
	display: block;
	position: absolute;
	right: 0;
	width: 15%;
	padding: 10px;
	margin: 0;
	height: 100%;
	transition: all 0.4s ease-in-out;
}
.spotlight:hover h3:after {
	background-size: 30px 18px;
}

/* NIEUWSBRIEF KNOP*/

h3.nieuwsbrief-knop a {
	background-color: #e94a3b;
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
}
h3.nieuwsbrief-knop a:after {
	content: "";
	/* display: inline-block;
	vertical-align: middle; */
	background: url('/wp-content/themes/wij-business-nieuws/img/white-arrow.svg') 0 0 no-repeat;
	background-size: 20px 12px;
	background-position: 10px 50%;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	color: #fff;
	display: block;
	position: absolute;
	right: 0;
	width: 60px;
	padding: 10px;
	margin: 0;
	height: 100%;
	transition: all 0.4s ease-in-out;
}
h3.nieuwsbrief-knop a:hover {
	text-decoration: none;
}
h3.nieuwsbrief-knop a:hover:after {
	background-size: 30px 18px;
}

/* !NAVIGATIE ARTIKELEN KNOP*/

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	text-align: center;
	/* flex: 1 0 50%; */
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	text-align: center;
	/* flex: 1 0 50%; */
}

.nav-next a {
	background-color: #e94a3b;
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px 75px 15px 15px;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
}
.nav-next a:after {
	content: "";
	/* display: inline-block;
	vertical-align: middle; */
	background: url('/wp-content/themes/wij-business-nieuws/img/white-arrow.svg') 0 0 no-repeat;
	background-size: 20px 12px;
	background-position: 10px 50%;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	color: #fff;
	display: block;
	position: absolute;
	right: 0;
	width: 60px;
	padding: 10px;
	margin: 0;
	height: 100%;
	transition: all 0.4s ease-in-out;
}
.nav-next a:hover {
	text-decoration: none;
}
.nav-next a:hover:after {
	background-size: 30px 18px;
}
.nav-previous a {
	background-color: #e94a3b;
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px 15px 15px 75px;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
	border-right: 2px solid #fff;
}
.nav-previous a:after {
	content: "";
	/* display: inline-block;
	vertical-align: middle; */
	background: url('/wp-content/themes/wij-business-nieuws/img/white-arrow.svg') 0 0 no-repeat;
	background-size: 20px 12px;
	background-position: 10px 50%;
	background-color: rgba(0, 0, 0, 0.8);
	transform: rotate(180deg);
	bottom: 0;
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	width: 60px;
	padding: 10px;
	margin: 0;
	height: 100%;
	transition: all 0.4s ease-in-out;
}
.nav-previous a:hover {
	text-decoration: none;
}
.nav-previous a:hover:after {
	background-size: 30px 18px;
}
.post-navigation,
.posts-navigation {
	margin-bottom: 50px !important;
}




/* RODE REGELS */
.rode-regel {
	position: relative;
	background-color: #fff;
	margin: 0 auto 20px;
	border: #D8D8D8;
	height: 188.33px;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
}
.rode-regel p {
	margin: 0;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.2;
	padding-right: 25%;
}
.rode-regel p a:last-child {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: fit-content;
	left: 29%;
	padding-right: 50px;
}
.rode-regel p a:first-child {
	float: left;
	margin-right: 30px;
	margin-bottom: 0;
}
.rode-regel p a:first-child .alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 0;
}
.rode-regel img {
	height: 188.33px;
	width: 188.33px;
}
.rode-regel h6 {
	position: absolute;
	top: 4px;
	right: 12px;
	color: #e94a3b;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
	font-weight: 700;
	margin: 0;
}
.rode-regel h6:after {
	content: "★";
	position: relative;
	top: -1px;
	color: #F86A00;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
	font-weight: 700;
}
.rode-regel .branche {
	position: absolute;
	top: 20px;
	right: 20px;
}
.rode-regel .branche a {
	color: #e94a3b;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
	font-weight: 700;
}


/* !WIJ ACTIES */
/* TIJDLIJK UIT VOOR ACTIES */
.kop-wijactie {}




/* !STICKY */
.sticky-side {
	background-color: #EAEAEA;
	padding: 20px;
}
.sticky-side li {
	margin-bottom: 20px;
}
.sticky-side h2 {
	font-size: 26px;
	line-height: 1.2;
	margin: 10px 0;
}
.sticky-side .wp-block-post-excerpt__more-text {
	color: #e94a3b;
	text-align: right;
}
.sticky-side .wp-block-post-excerpt__more-link {
	color: #e94a3b;
	font-weight: 600;
	font-size: 16px;
	
}
.sticky-side .wp-block-post-excerpt__more-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 10px;
  background: url(/wp-content/themes/wij-business-nieuws/img/blue-arrow.svg) 0 0 no-repeat;
  background-size: contain;
  margin-top: -1px;
  margin-left: 4px;
  transition: all 0.4s ease-in-out;
}
.sticky-side .wp-block-post-excerpt__more-link:hover:after {
  width: 25px;
  height: 14px;
}
.wp-block-post-excerpt p {
	font-size: 18px;
}


/* !NIEUWSBRIEF BANNER */
.nieuwsbrief-wrap {
	max-width: 1230px;
	margin: 0 auto;
	background-color: #000;
	padding: 20px 40px 30px 40px;
}
.nieuwsbrief-wrap br {
	display: none;
}
.nieuwsbrief-wrap .witte-tekst {
	color: #fff;
}
h3.wij-dot-oranje {
	color:#fff;
	margin: 0 auto 20px;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.2;
}
h3.wij-dot-oranje:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 9px;
  background: url('/wp-content/themes/wij-business-nieuws/img/wij-dot-oranje.svg') 0 0 no-repeat;
  background-size: contain;
  margin-top: 14px;
  margin-left: 4px;
}
.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
	background-color: #F86A00 !important;
}
.tnp-subscription input.tnp-submit:hover, .tnp-profile input.tnp-submit:hover, .tnp-unsubscribe button.tnp-submit:hover, .tnp-reactivate button.tnp-submit:hover {
	background-color: #5D5C5C !important;
	cursor: pointer;
}



.managementboek p {
	margin: 0;
}
.managementboek h3 {
	font-size: 26px;
	margin: 0;
}



/* !SINGLE */
.single .wrap-site-main{
	max-width: 1230px;
	margin: 0 auto 100px;
}
.single #primary {
	max-width: 66.6%;
	padding-right: 20px;
	float: left;
}
.single #secondary {
	max-width: 33.3%;
	padding-left: 20px;
	padding-top: 40px;
	float: right;
}
.single .site-main .entry-content img:first-child {
	display: none;
}
.single .site-main .entry-content .wp-block-image img:first-child,
.single .site-main .entry-content .advads-target img:first-child {
	display: unset;
}

.single .post-categories a {
	display: inline-block;
	background-color: #e94a3b;
	color: #fff;
	padding: 4px 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 10px;
}
.single .post-categories a:hover {
	display: inline-block;
	background-color: #000000;
	text-decoration: none;
}
.article_branche p {
	width: fit-content;
	float: left;
}
.single h1 {
	font-weight: 300;
	color:  #e94a3b;
	max-width: 70%;
	line-height: 1.3;
}

.single .entry-header,
.wrap-post-single-img {
	position: relative;
}
p.exerpt-img {
	background-color: #e94a3b;
	bottom: 8px;
	color: #fff;
	display: block;
	position: absolute;
	right: 0;
	width: 100%;
	padding: 30px;
	margin: 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
}
.featured-image-caption {
	position: absolute;
	font-size: 15px;
	margin: 0;
	text-align: right;
	width: 100%;
}
.single .wrap-post-single-img {
	margin-bottom: 40px;
}

.featured-image-caption {
	position: absolute;
	font-size: 15px;
	margin: 0;
	text-align: right;
	width: 100%;
}


.date-h1 {
	position: absolute;
	right: 0;
	bottom: 3px;
	color: #9A9A9A;
}
.single h2 {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 22px;
}
.single h2 + p {
	margin-top: 0;
}
.single ul + h2 {
	margin-top: 1em;
}
.single .entry-content p a {
	text-decoration: underline;
}
.single article .entry-footer {
	margin-top: 50px;
}

.wp-block-button__link {
	color: #fff;
	background-color: #e94a3b;
	border-radius: 0;
	padding: calc(0.27em + 2px) calc(0.53em + 2px);
	font-size: 20px;
}
.wp-block-button__link:hover {
	color: #fff;
	background-color: #F86A00;
	text-decoration: none;
}

/* !SINGEL SOCIALS */

.single article .social_nh {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
ul.social > li {
	float: left;
	margin-right: .4em;
	box-shadow: 3px 3px 3px #ccc;
	border-radius: 5px;
}
.single article .social_nh li {
	background: transparent;
	display: block;
	width: 30px;
	height: 30px;
	box-shadow: none;
	border-radius: 0;
}
.left ul {
	margin: 0;
	padding: 0;
}
.left ul li:first-child {
	width: 140px;
	border-right: 1px solid #9A9A9A;
	margin-right: 13px;
	font-size: 16px;
	color:  #e94a3b;
	font-weight: 600;
}
.left ul li:first-child img {
	vertical-align: sub;
	height: 20px;
	
}
ul.social > li:before {
	content: "";
	margin-right: 0;
}
.social_nh [class^=icon-]:before, .social_nh [class*=" icon-"]:before {
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-twitter:before {
	content: "\e61b";
}
.icon-send:before {
	font-family: 'Font Awesome 6 Free' !important;
	content: "\f0e0";
}
.icon-whatsapp:before {
	content: "\f232";
}

.social_nh a:hover {
	color:  #F86A00;
	cursor: pointer;
	text-decoration: none;
}

.single article .article_meta_info p {
	font-size: 16px;
	margin: 0;
}
.single article {
	padding-bottom: 100px;
}

.socials-h1 {
	float: right;
	margin-top: 28px;
	position: relative;
	z-index: 999;
}
.social-deel {
	height: 16px;
	margin-top: 6px;
}
.socials-h1 li:first-child {
	border-right: 1px solid #9A9A9A;
	margin-right: 13px;
}


/* !ARCHIVE */
.archive .wrap-site-main,
.search .wrap-site-main,
.page-template-page-redactioneel .wrap-site-main,
.page-template-page-faillissementen .wrap-site-main {
	max-width: 1230px;
	margin: 0 auto 100px;
}
.archive #primary,
.search #primary,
.page-template-page-redactioneel #primary,
.page-template-page-faillissementen #primary  {
	max-width: 66.6%;
	padding-right: 20px;
	float: left;
}
.archive #secondary,
.search #secondary,
.page-template-page-redactioneel #secondary,
.page-template-page-faillissementen #secondary  {
	max-width: 33.3%;
	padding-left: 20px;
	padding-top: 40px;
	float: right;
}
.archive .site-main .entry-content img:first-child {
	display: none;
}
.archive .entry-header h2,
.search .entry-header h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.3;
}


/* !ACTUEEL */
.archive article,
.search article {
	background-color: #FCFCFC;
	padding:  0 0;
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0 auto 20px;
	border: #D8D8D8;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
}
.a-img {
	flex:0 0 15%;
	line-height: 0;
}
.a-text {
	flex:0 0 70%;
}


/* REDACTIONEEL */
.page-template-page-redactioneel .site-main {
	padding-top: 31px;
	padding-bottom: 50px;
}



/* !ADVERTEERDER DETAILS */

.adverteerder-details {
	text-align: left;
	background-color: #f5f7f9;
	margin-bottom: 50px;
	padding: 15px;
}
.adverteerder-details a {
	text-decoration: underline;
}

.adverteerder-details p,
.adverteerder-details li {
	font-size: 16px;
}
.adverteerder-details h2 {
	font-size: 20px;
}
.adverteerder-details h3 {
	font-size: 16px;
}

[data-spotlight="ja"] #block-6,
[data-spotlight="ja"] #block-11,
[data-spotlight="ja"] #block-12 {
	   display: none;
   }





/* !VOLLE BREEDTE PAGINA */

.page-template-page-volle-breedte .wrap-site-main {
	max-width: 1230px;
	margin: 0 auto 100px;
}





.parent-pageid-58052 .site-main {
	max-width: 66.6%;
	padding-right: 20px;
	margin: 50px auto;
}







/* !NIEUWSBRIEF INSCHRIJVEN ETC */
.column-padding {
	padding: 10px 30px;
}


/* !TABELLEN */
.dataTables_length,.dataTables_length { /* aligneer de elementen onder de tabel */
	padding-top: 0.65em;
	color:#666666;
}

#myTable_wrapper,
#myTable_wrapper select,
#myTable,
.dt-paging-button,
p.disclaimer {
	font-size: 12px;
}

.dt-length,
.dt-search {
	display: none;
}

thead{ /*kop tabel in huiskleuren */
	background-color: #0872ba;
	color: #fff;
	font-size:12px;
	text-align:left;
}
.dataTables_wrapper{
	margin-bottom:24px;
}

/* einde preliminary WijNederland styles */

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
	float: none;
	text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
	margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
	float: none;
	text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
	margin-top: 0.5em;
  }
}

.dt-type-date {
	white-space: nowrap;
}
.dataTable td {
	vertical-align: top;
}


/* !BOXZILLA */

.boxzilla {
	padding: 0 !important;
}
.boxzilla p.first-child{
	display: none;
}
.boxzilla-tekst-marge {
	padding-right: 20px;
}
.boxzilla h3 {
	margin-bottom: 0;
}
.boxzilla p:empty {
	display: none;
}
.boxzilla .nieuwsbrief-wrap {
	max-width: 1230px;
	margin: 0 auto;
	background: url(/wp-content/themes/wij-business-nieuws/img/bg-nieuwsbrief.jpg) 0 0 no-repeat;
	background-size: cover;
	padding: 20px 40px 24px 40px;
}


/* !HYPR */
.hypr-controler {
	min-height: 20px;
	background-color: red;
	margin-bottom: 1.5em;
	display: none;
}
.actueel-1e-rechts .hypr-controler {
	margin-top: 70px;
}
.actueel-2e-rechts .hypr-controler {
	margin-top: 36px;
}
/* !NIEUWSBRIEF BANNER */
.hypr-wrap {
	max-width: 1230px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}



/* !FOOTER */


.site-footer {
	background-color: #000000;
	padding-top: 30px;
}
.site-info {
	margin: 0 40px;
}
.site-info section,
.site-info .wp-block-columns {
	margin: 0;
}
.site-info h3,
.site-info p,
.site-info a {
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
}
.site-info a:hover {
	color: #e94a3b;
}
.afsluiter {
	background-color: #000;
	color:#fff;
	margin: 0 -40px !important;
}
.afsluiter p {
	margin: 10px 0;
}
.afsluiter a {
	color: #fff;
}

.site-info ul {
	list-style-type: none;
	padding: 0;
	font-size: 16px;
	letter-spacing: 1px;
}



@keyframes shake {
  0% { transform: translate(0, 0) rotate(0deg); }
  10% { transform: translate(-2px, 2px) rotate(-2deg); }
  20% { transform: translate(-2px, -2px) rotate(2deg); }
  30% { transform: translate(2px, 2px) rotate(1deg); }
  40% { transform: translate(2px, -2px) rotate(-1deg); }
  50% { transform: translate(-1px, 1px) rotate(2deg); }
  60% { transform: translate(1px, -1px) rotate(-2deg); }
  70% { transform: translate(-2px, 2px) rotate(1deg); }
  80% { transform: translate(2px, 1px) rotate(-1deg); }
  90% { transform: translate(-1px, -2px) rotate(2deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

.shake {
  animation: shake 0.5s;
}






/* RECAPTCHA */
/* Verwijderd reCAPTCHA batch */
.grecaptcha-badge {
visibility: hidden !important;
}

/* Laat reCAPTCHA bacth zien op deze pagina's */
.page-id-52544 .grecaptcha-badge {
visibility: visible !important;
}

.desktop {
	
}
.mobiel {
	display: none !important;
}



/* !MEDIA QUERIES */

@media only screen and (max-width: 1440px) and (min-width: 1200px) {

.hoofdrij-wrap-inner .wp-block-column:last-child {
	flex-basis: 34% !important;
}

}









@media screen and (max-width: 450px) {
	
	.desktop {
		display: none !important;
	}
	.mobiel {
		display: flex !important;
	}
	.mega-indicator {display: inline-block !important;}
	.topbar {
		display: none;
	}
	.site-main {
		margin-top: 0;
	}
	.main-navigation {
		max-width: 1230px;
		margin: 0 auto 0;
		padding: 0;
	}
	.site-branding {
		float: none;
		margin-bottom: 0;
		position: relative;
		z-index: 99999;
		text-align: center;
		margin-top: 10px;
	}
	.mega-menu-wrap {
		float: none !important;
		padding-left: 0 !important;
		margin-top: 0 !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
		background-color: transparent;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		color: #ffffff;
		font-size: 20px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
		color: #e94a3b;
		font-weight: 600;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
		padding-left: 20px;
	}
	
	.archive .wrap-site-main, 
	.search .wrap-site-main, 
	.page-template-page-redactioneel 
	.wrap-site-main,
	.page-template-page-faillissementen .wrap-site-main,
	.page-template-page-volle-breedte .wrap-site-main {
		padding: 0 10px;
	}
	
	
	.hoofdartikel {
		position: relative;
		max-width: 2000px;
		margin-top: -2px;
	}
	.hoofdartikel-featured-image,
	.hoofdartikel-featured-image a {
		height: 300px !important;
	}
	.hoofdartikel h1 a {
		background-color: #e94a3b;
		bottom: 0;
		color: #fff;
		display: block;
		position: absolute;
		right: 0;
		width: 80%;
		padding: 20px;
		margin: 0;
		font-size: 24px;
		font-weight: 300;
		line-height: 1.2;
	}
	
	
	
	
	h3.wij-dot,
	.wij-actie-rechts h3 {
		padding: 0 20px;
	}
	ul.wpp-list {
		margin: 0;
		padding: 0 20px;
	}
	.home-berichten-columns {
		padding: 0 20px;
	}
	.home-berichten-columns .wp-block-column-is-layout-flow {
		flex-basis: 40% !important;
	}
	.home-berichten-columns .wp-block-column-is-layout-flow:last-child {
		flex-basis: 60% !important;
	}
	.home-berichten-columns :where(.wp-block-columns.is-layout-flex) {
		gap: 1em;
	}
	.wp-block-column.is-vertically-aligned-center.mob-bottom  {
		align-self: flex-end;
		padding-bottom: 12px;
	}
	
	
	.actueel .branche {
			position: absolute;
			top: 4px;
			right: 3px;
			line-height: 1.1;
			width: 60%;
			text-align: right;
			font-size: 10px;
		}
	.actueel .branche a,
	.rode-regel h6,
	.archive article .post-categories a {
		font-size: 10px;
	}
	.wpp-list div a:first-child {
		max-width: 126px;
	}
	.rode-regel img {
		height: 126px;
		width: 126px;
	}
	.wpp-list div a:nth-child(2) {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.3;
		padding-right: 2%;
		position: absolute;
		bottom: 0;
		top: 0;
		margin: auto;
		height: fit-content;
	}
	
	.actueel h2,
	.rode-regel p {
		margin: 0;
		font-size: 15px;
		font-weight: 400; 
		line-height: 1.2;
		padding-right: 2%;
	}
	.actueel h2 a {
		font-weight: 400;
	}
	.rode-regel {
		margin: 0 20px 20px;
		height: 126px;
	}
	.rode-regel p:last-child {
		left: 44%;
	}
	.rode-regel p a:last-child {
		left: 44%;
		padding-right: 2%;
	}



	.actueel-wrap.second-row {
		padding: 20px 0 0;
	}

/* !ADVERTENTIES */
	.advertentie-rij-1-wrap {
		padding: 0 0;
	}
	.neder-01-banner-na-hoofdartikel {
		padding: 10px 0;
	}
	.logos-pos-1 {
		padding: 10px 0;
	}

	.wij-actie-rechts {
		padding: 0 20px;
	}

	.single #primary,
	.archive #primary,
	.page-template-page-redactioneel #primary,
	.page-template-page-faillissementen #primary {
		max-width: 100%;
		padding-right: 0;
		float: none;
	}
	.single #secondary,
	.archive #secondary,
	.page-template-page-redactioneel #secondary,
	.page-template-page-faillissementen #secondary {
		max-width: 100%;
		padding-left: 0;
		padding-top: 40px;
		float: none;
	}
	
	/* !SINGLE */
	.single .wrap-site-main {
		padding: 0 10px;
	}
	.single h1 {
		font-weight: 300;
		color: #e94a3b;
		max-width: 100%;
		line-height: 1.1;
	}
	.single .socials-h1 {display: none;}
	.single .date-h1 {
		position: relative;
	}
	.single h3.wij-dot {
		padding: 0 0;
	}
	.single ul.wpp-list {
		margin: 0;
		padding: 0 0;
	}
	
	.single .exerpt-img {display: none;}
	
	
	.neder-3-banners-op-1-rij ul,
	.neder-logo-caroussel ul {
		padding: revert !important;
	}
	
	
	#myTable_wrapper {
		overflow: scroll;
	}
	
	
	.nieuwsbrief-wrap {
		background-size: cover;
	}
	
	.single .post-categories a {
		margin-top: 10px;
	}
	
	
	/* !ARCHIVE */
		.archive h1 {
			font-size: 1.2em;
		}
	
		.archive .entry-header h2 {
			margin: 0;
			font-size: 15px;
			font-weight: 300;
			line-height: 1.3;
		}
		.archive .a-img {
			flex: 0 0 25%;
		}
		.archive .a-text {
			flex: 0 0 60%;
		}
		.archive h3.wij-dot, .archive .wij-actie-rechts h3 {
			padding: 0;
		}
		.archive ul.wpp-list {
			margin: 0;
			padding: 0;
		}
		
		
		/* !POST NAVIGATION */
		
		.nieuwsbrief-knop {
			padding: 0 20px;
		}
		.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
			display: block;
		}
		
		.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
			margin-bottom: 8px;
		}
		.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {

		}
		
		
	
	.site-info {
		margin: 0 10px;
	}
	.site-info :where(.wp-block-columns.is-layout-flex) {
		gap: 0em;
	}

	
	.afsluiter {
		background-color: #000;
		color: #fff;
		margin: 0 -10px !important;
	}
	
	
	
	
	.boxzilla h3.wij-dot-oranje {
		color: #fff;
		margin: 0 auto 20px;
		font-size: 25px;
		font-weight: 800;
		line-height: 1.2;
	}
	.boxzilla h3.wij-dot-oranje:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 9px;
		height: 6px;
		background: url(/wp-content/themes/wij-business-nieuws/img/wij-dot-oranje.svg) 0 0 no-repeat;
		background-size: contain;
		margin-top: 7px;
		margin-left: 4px;
	}
	

}