/*!
Theme Name: DSE IT-Services
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: dse-it-services
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.

DSE IT-Services 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%;
}

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

/**
 * 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: #000000;
	font-size: 16px;
	line-height: 24px;

	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
	}


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 0 1.5em 3em;
}

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: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
	color: #f7931e;
}

a:visited {
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

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

a.metlijn {
	text-decoration: underline;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	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: 3px;
	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: 2.5em 0 2.5em;
}

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




/* !DSE IT-Services */

.colors {
	color: #F7931E;
	color: #8FA3AD;
	color: #E8E8E8;
	color: #033F88;
	color: #02BDFF;
	color: #053573;
	color: #718A96;
	color: ;
	color: ;
	color: ;
	color: ;
}

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


.site-main,
.site-footer,
.broodkruimel {
	max-width: 900px;
	margin: 0 auto;
}
.home .site-main {
	max-width: 1200px;
	margin: 0 auto;
}
.wrap-broodkruimel {
	background-color: #e8e8e8;
	padding: 10px 0 0 0;
	font-size: 12px;
}
.page-id-219 .wrap-broodkruimel,
.page-id-334  .wrap-broodkruimel,
.page-id-340  .wrap-broodkruimel,
.page-id-372  .wrap-broodkruimel,
.page-id-409  .wrap-broodkruimel  {
	background-color: #CBD4D9;
}
.page-id-308 .wrap-broodkruimel,
.page-id-354 .wrap-broodkruimel,
.page-id-363 .wrap-broodkruimel {
	background-color: #D0E9FF;
}

.page-id-363 .wrap-broodkruimel,
.page-id-415 .wrap-broodkruimel {
	background-color: #D0E9F8;
}
.page-id-385 .wrap-broodkruimel {
	background-color: rgba(131, 204, 248, 0.6);
}
.paged .wrap-broodkruimel,
.page-id-627 .wrap-broodkruimel,
.page-id-618 .wrap-broodkruimel,
.page-id-624 .wrap-broodkruimel  {
	background-color: #fff;
	padding: 10px 0 0 0;
	font-size: 12px;
}
.error404 .wrap-broodkruimel {
	background-color: #e8e8e8;
	padding: 10px 0 8px 0;
	font-size: 12px;
}
.home .wrap-broodkruimel {display: none;}


.wrap-broodkruimel a {
	color: #000;
}
.wrap-broodkruimel a:hover {
	text-decoration: underline;
}

/* !MENU */
#mega-menu-wrap-menu-1 #mega-menu-menu-1,
#mega-menu-wrap-menu-2 #mega-menu-menu-2,
#breadcrumbs {
	max-width: 1230px;
	margin: 0 auto;
}
.gratis-menu-button a.mega-menu-link:before {
	margin: 14px 0 0 8px !important;
	transition: all 0.2s ease-in-out !important;
}
.gratis-menu-button a.mega-menu-link:hover:before {
	transform: rotate(45deg);
}
#mega-menu-wrap-menu-1.mega-sticky {
	top: 34px;
	z-index: 777; !important;
}
#mega-menu-wrap-menu-1.mega-sticky #mega-menu-menu-1 {

}
#mega-menu-wrap-menu-2 {
	border-bottom: 3px solid #fff;
	height: 40px;
}
 #mega-menu-wrap-menu-1 {background-color:#fff !important;border-bottom: 0px solid #707070;}
/* !STICKY */
.mega-menu-menu-1-mega-sticky #mega-menu-wrap-menu-1 {background-color:#fff !important;border-bottom: 1px solid #707070;}
.mega-menu-menu-1-mega-sticky #mega-menu-wrap-menu-1.mega-sticky #mega-menu-menu-1 {
	max-width: 1230px !important;
	margin: 2px auto 0 !important;
}
.mega-menu-menu-2-mega-sticky #mega-menu-wrap-menu-2 {background-color:#8FA3AD !important;}
.mega-menu-menu-2-mega-sticky #mega-menu-wrap-menu-2.mega-sticky #mega-menu-menu-2 {
	max-width: 1230px !important;
	margin: 0 auto !important;
}
#mega-menu-wrap-menu-2.mega-sticky #mega-menu-menu-2 {
	height: 37px;
}

li.social-menu {
	margin: 0 !important;
	padding: 0 10px !important;
}
.mega-submenu-kop {
	font-weight: bold;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
	
}
a.mega-menu-link {
	white-space: nowrap !important;
}
.contact-menu p {
	margin-top: 0;
	font-size: 16px;
}
.contact-menu p span,
.adres p span {
	font-family: 'ElegantIcons';
	font-weight: normal;
	font-style: normal;
}
.adres p span {
	font-size: 13px;
}
.contact-menu a {
	text-decoration: none;
	color: #fff;
}
.contact-menu a:hover {
	font-style: italic;
	font-weight: bold;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-met-tekst a.mega-menu-link span {
	font-style: italic;
	font-size: 0.8em;
	text-transform: none;
	font-weight: normal;
}

.mega-description-group {
	margin-bottom: 10px;
	padding-right: 10px;
	min-height: 72px;
	white-space: normal !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	font-weight: 600;
}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-right {
		margin: 24px 0 0 0px;
	}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-button-menu.mega-menu-item > a.mega-menu-link {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* font-family: PT Sans; */
	font-weight: 400;
	-webkit-border-radius: 99px 99px 99px 99px;
	-moz-border-radius: 99px 99px 99px 99px;
	border-radius: 10px;
	background: #f7931e;
	border-width: 1px 0;
	border: 1px solid #f7931e;
	color: #ffffff !important;
	font-size: 16px;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 10px 20px 10px 20px;
	transition: all 0.3s ease-in-out;
	height: 49px;
	text-decoration: none;
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: -3px;
	margin-top:	-4px;
	line-height: 1.8;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-button-menu.mega-menu-item > a.mega-menu-link:hover {
	background: #ffffff;
	border-width: 1px 0;
	border: 1px solid #f7931e;
	color: #f7931e !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-home-knop.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-home-knop.mega-menu-item > a.mega-menu-link:hover {
	background: rgba(255, 255, 255, 0);
	color: #2b2e34;
	font-weight: normal;
	text-decoration: none;
	border-color: #fff;
}
.widget_maxmegamenu_image_swap {
	display: flex !important;
	max-height: 175px !important;
	overflow: hidden !important;
	border-radius: 16px !important;
	align-items: center;
	max-width: 275px !important;
	float: right !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {
	min-height: 326px;
}



.viernulvier h1 {
	font-size: 165px;
	margin: 0 0 30px 0;
	font-weight: 700;
	line-height: 1;
}
	
/* !LAY-OUT	 */
.extra-breed {
}	
	
/* TYPOGRAFIE	 */

h1 {
	font-size: 35px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: -8px;
}
.home h1 {
	font-size: 44px;
	line-height: 48px;
	font-weight: 700;
	margin-bottom: 16px;
	margin-top: -8px;
}
.header-tekst.in-licht-blauw-kader h1 {
	color: #fff;
}

h2 {
	font-size: 27px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 16px;
}
.header-tekst h2 {
	color: #718A96;
	margin-top: 0;
	font-weight: 600;
}
.header-tekst.in-licht-blauw-kader h2 {
	color: #000;
}
.plain-tekst h2,
.kennismaken h2 {
	margin-top: 0;
}


.text-white h2,
.text-white p {
	color: #fff;
}
.partners-kop h2 {
	font-size: 35px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 30px;
}

.header-tekst p {
	color: #000;
}


.bg-triangle {
	background-image: url("/wp-content/themes/dse-it-services/img/triangle-shape.svg");
	background-repeat: no-repeat;
	background-position: top center;
}
.bg-triangle.wit {
	background-image: url("/wp-content/themes/dse-it-services/img/triangle-shape-wit.svg");
}
.bg-triangle.grijs {
	background-image: url("/wp-content/themes/dse-it-services/img/triangle-shape-grijs.svg");
}
.bg-triangle.lichtgrijs {
	background-image: url("/wp-content/themes/dse-it-services/img/triangle-shape-lichtgrijs.svg");
}
.bg-triangle.lichtblauw {
	background-image: url("/wp-content/themes/dse-it-services/img/triangle-shape-lichtblauw.svg");
}
.max-breedte {
	/* max-width: 530px; */
	margin: 0 auto;
}



.afgerond img {
	border-radius: 24px;
}
.menu-beelden img {
	border-radius: 16px;
}
.relatief {
	position: relative;
}
.iso-certified {
	position: absolute;
	top: -50px;
	right: -39px;
	max-width: 130px;
}


.wrap-icon-centered {
	position: relative;
	
}
.icon-centered {
	position: absolute;
	right: -80px;
	top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 100px;
}
.lijst-met-beeld img {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}



/* !CTA */

.knop-cta .sowb-button {
	border-radius: 8px !important;
	font-size: 16px !important;
	padding: 18px !important;
}
.home .header-block .knop-cta .sowb-button {
	padding: 18px 5px !important;
}

.knop-cta.oranje.lijnhover .sowb-button:hover {
	border: 1px solid #F7931E !important;
} 
.knop-cta.oranje .sowb-button {
	border: 1px solid #F7931E !important;
}



.cta-blok h2 {
	font-size: 35px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 16px;
}


.voordelen-dame {
	margin-top: -100px;
}

.voordelen {
	background-color: #fff;
	border-radius: 40px;
	padding: 10px 40px 40px 40px;
}

.voordelen h2 {
	color: #718A96;
	font-size: 35px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 16px;
}


.voordelen ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.voordelen ul li {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	background-image: url("/wp-content/themes/dse-it-services/img/voordeel-check.svg");
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 38px;
	margin: 0 0 0 0;
}

.plain-tekst.werkplek-voordelen ul li {
	margin: 0 0 20px 12px;
}

.werkplek-voordelen ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.werkplek-voordelen ul li {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	background-image: url("/wp-content/themes/dse-it-services/img/voordeel-check.svg");
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 26px;
	background-size: 6%;
}


.betrouwbaar {
	margin-top: -86px;
}

.drie-blokken .so-rounded,
.it-oplossingen-rij .so-rounded {
	padding: 10px;
}
.drie-blokken .so-rounded .plain-tekst h3 {
	min-height: 90px;
	position: relative;
}
.drie-blokken .so-rounded .plain-tekst h3:after {
	content : "";
	position: absolute;
	left    : 0;
	right	: 0;
	bottom  : 0;
	height  : 1px;
	width   : 30%;  /* or 100px */
	border-bottom: 4px solid #718A96;
	margin	: 0 auto;
}

.kop-drie-support h2 {
		font-size: 35px;
		line-height: 42px;
		font-weight: 700;
		margin-bottom: 130px;
		margin-top: -8px;
		color: #718A96;
}
.kop-overstapservice h2 {
		font-size: 35px;
		line-height: 42px;
		font-weight: 700;
		margin-bottom: 20px;
		margin-top: 20px;
		color: #718A96;
}


.werkplek-sterren img {
	max-width: 80px !important;
	margin: -80px auto 4px;
}
.werkplek-sterren.afw img {
	max-width: 95px !important;
	margin: -80px auto 4px;
}

.it-oplossingen-rij {
	min-height: 415px;
}

.it-oplossingen-rij .so-rounded .plain-tekst h3 {
	min-height: 70px;
	position: relative;
}
.it-oplossingen-rij .so-rounded .plain-tekst h3:after {
	content : "";
	position: absolute;
	left    : 0;
	right	: 0;
	bottom  : 0;
	height  : 1px;
	width   : 30%;  /* or 100px */
	border-bottom: 4px solid #718A96;
	margin	: 0 auto;
}


.it-oplossingen-rij .kop-drie-support h2 {
		font-size: 35px;
		line-height: 42px;
		font-weight: 700;
		margin-bottom: 130px;
		margin-top: -8px;
		color: #718A96;
}
.it-oplossingen-rij p {
	font-size: 14px;
}
.it-oplossingen-rij .so-rounded {
	position: relative;
	transition: all 0.2s ease-in-out;
}
.it-oplossingen-rij .so-rounded:hover {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35) !important;
}
.it-oplossingen-rij .so-rounded div.panel-last-child {
	position: absolute;
	bottom: 17px;
	right: 9px;
	width: 50px;
}
.it-oplossingen-rij .so-rounded div.panel-last-child {
	transition: all 0.2s ease-in-out;
}
.it-oplossingen-rij .so-rounded:hover div.panel-last-child {
	rotate: 45deg;
}

.it-oplossingen-rij.rij-1 .panel-grid-cell:nth-child(2):hover .so-rounded {
	background-image: url('/wp-content/uploads/2025/08/oplossingen-h-cloudservices-hover.jpg');
	background-size: cover;
}
.it-oplossingen-rij.rij-1 .panel-grid-cell:nth-child(3):hover .so-rounded {
	background-image: url('/wp-content/uploads/2025/08/oplossingen-h-werkplekbeheer-hover.jpg');
	background-size: cover;
}
.it-oplossingen-rij.rij-1 .panel-grid-cell:nth-child(4):hover .so-rounded {
	background-image: url('/wp-content/uploads/2025/08/oplossingen-h-netwerkbeheer-hover.jpg');
	background-size: cover;
}
.it-oplossingen-rij.rij-2 .panel-grid-cell:nth-child(1):hover .so-rounded {
	background-image: url('/wp-content/uploads/2025/08/oplossingen-h-cybersecurity-hover.jpg');
	background-size: cover;
}
.it-oplossingen-rij.rij-2 .panel-grid-cell:nth-child(2):hover .so-rounded {
	background-image: url('/wp-content/uploads/2025/08/oplossingen-h-connectivity-hover.jpg');
	background-size: cover;
}
.it-oplossingen-rij.rij-2 .panel-grid-cell:nth-child(3):hover .so-rounded {
	background-image: url('/wp-content/uploads/2025/08/oplossingen-h-it-consultancy-hover.jpg');
	background-size: cover;
}
.it-oplossingen-rij.rij-2 .panel-grid-cell:nth-child(4):hover .so-rounded {
	background-image: url('/wp-content/uploads/2025/08/oplossingen-h-ai-consultancy-hover.jpg');
	background-size: cover;
}

.it-oplossingen-rij .panel-grid-cell:hover .widget_sow-editor {
	opacity: 0;
}



#n2-ss-2 span.n2i.material-icons,
#n2-ss-3 span.n2i.material-icons {
	rotate: -45deg;
}
#n2-ss-2 span.n2i.material-icons,
#n2-ss-3 span.n2i.material-icons {
	transition: all 0.2s ease-in-out;
}
#n2-ss-2:hover span.n2i.material-icons,
#n2-ss-3:hover span.n2i.material-icons {
	rotate: 0deg;
}



/* !STICKY ICONS */
#sticky-social-icons-container {
	position: fixed;
	z-index: 999;
	text-align: center;
	right: 0;
	padding: 0 20px 0 0;
	top: 250px;
}

#sticky-social-icons-container .sow-icon-container.sow-icon {
	background-color: #8FA3AD;
	border-radius: 999px;
	width: 40px;
	height: 40px;
	padding: 9px;
	margin-bottom: 10px;
}
#sticky-social-icons-container .sow-icon-container.sow-icon:hover {
	background-color: #f7931e;
}
#sticky-social-icons-container .soc-mail .sow-icon-container.sow-icon:hover {
	background-color: #7FB5E2;
}
#sticky-social-icons-container .soc-linkedin .sow-icon-container.sow-icon:hover {
	background-color: #0076BB;
}


/* !HOME */ 
	.cloud-modal-header-home {
		position: absolute;
		top: 98px;
		left: 0;
		max-width: 130px;
		z-index: 99;
	}
	.slider-home-keuzes {
		position: absolute;
		top: 98px;
		left: 0;
		width: 380px;
		z-index: 99;
	}
	.home .header-block {
		margin-bottom: -85px;
	}
	.home .header-block .afgerond img {
		max-width: 82% !important;
	}
	.top-over {
		position: relative;
		z-index: 9;
	}
	.slider-home-keuzes .n2-ss-slider-4:hover > div {
		background-color: rgba(255, 0, 0, 0);
	}
	.slider-home-keuzes .n2-ss-slider-4:hover a {
		text-decoration: underline !important;
	}
	.slider-home-keuzes .n2-ss-slider-4 .arrow-slider {
		transition: all 0.2s ease-in-out !important;
	}
	.slider-home-keuzes .n2-ss-slider-4:hover .arrow-slider {
		rotate: 45deg;
	}
	
	
/* !MODALS	 */

	.home .cloud-blauw1-header {
		position: absolute;
		top: 322px;
		left: 7px;
		max-width: 130px;
		z-index: 10;
	}
	.home .cloud-blauw2-header {
		position: absolute;
		top: 400px;
		right: 0;
		max-width: 175px;
		z-index: 10;
	}
	.home .cloud-wit-header {
		position: absolute;
		top: 25px;
		right: 0;
		max-width: 93px;
		z-index: 10;
		left: unset;
	}

	.werkplekbeheer-modal-header {
		position: absolute;
		top: 10%;
		right: -21%;
		max-width: 176px;
	}
	.netwerkbeheer-modal-header {
		position: absolute;
		bottom: -14%;
		right: -10%;
		max-width: 236px;
	}
	.page-id-122 .cloud-blauw2-header {
		position: absolute;
		top: 44%;
		right: -23%;
		max-width: 175px;
	}
	.cybersecurity-modal-header {
		position: absolute;
		top: 10%;
		right: -21%;
		max-width: 176px;
	}
	.voip-modal-header {
		position: absolute;
		top: -12%;
		left: -6%;
		max-width: 176px;
	}
	.page-id-127 .cloud-blauw1-header {
		position: absolute;
		top: 20%;
		left: -10%;
		max-width: 130px;
	}
	.page-id-127 .cloud-wit-header,
	.page-id-129 .cloud-wit-header,
	.page-id-131 .cloud-wit-header {
		position: absolute;
		bottom: -13px;
		left: 11%;
		max-width: 93px;
		z-index: 9;
		top: unset;
	}
	.it-modal-header {
		position: absolute;
		bottom: -10%;
		right: -14%;
		max-width: 220px;
	}
	.page-id-129 .cloud-blauw2-header {
		position: absolute;
		top: 26%;
		right: -23%;
		max-width: 175px;
	}
	.ai-modal-header {
		position: absolute;
		bottom: 19%;
		right: -38%;
		max-width: 220px;
	}
	.ai2-modal-header {
		position: absolute;
		bottom: -9%;
		left: 28%;
		max-width: 56px;
		z-index: 9;
	}
	.ai3-modal-header {
		position: absolute;
		top: 3%;
		left: 119px;
		max-width: 78px;
	}
	
/* !CLOUDSERVICE */
.cloud-wit-header {
	position: absolute;
	top: 7%;
	left: 11%;
	max-width: 93px;
	z-index: 9;
}
.cloud-blauw1-header {
	position: absolute;
	top: 8%;
	left: -10%;
	max-width: 130px;
}
.cloud-blauw2-header {
	position: absolute;
	top: 63%;
	right: -23%;
	max-width: 175px;
}
.cloud-modal-header {
	position: absolute;
	top: 10%;
	right: -16%;
	max-width: 130px;
}

.plain-tekst ul,
.plain-tekst ol {
	margin: 0 0 0 0;
}
.plain-tekst ul li {
	margin: 0 0 20px -20px;
}
.plain-tekst.compact ul li {
	margin: 0 0 0 -20px;
}
.plain-tekst.compact ul {
	margin: -23px 0 0 0;
}
/* !OPLOSSINGEN */

.parent-pageid-213 .site-main,
.page-id-508 .site-main {
	max-width: 1200px;
	margin: 0 auto;
}



.header-tekst.in-wit-kader {
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
}
.header-tekst.in-licht-blauw-kader {
	background-color: #83CCF8;
	border-radius: 20px;
	padding: 40px;
}
.header-tekst.in-oranje-kader {
	background-color: rgba(247, 147, 30, 0.8);
	border-radius: 20px;
	padding: 40px;
}
.persoon {
	max-width: 400px;
	margin: 0 auto;
}
.oplossingen-smaller {
	/* padding-left: 150px !important;
	padding-right: 150px !important; */
}
.onderkant-oplossingen {
	margin-top: 60px;
}

.oplossing-tussen-kop h2 {
		font-size: 35px;
		line-height: 42px;
		font-weight: 700;
		margin-bottom: 20px;
		margin-top: 30px;
		color: #718A96;
}

.grijs-blokje {
	background-color: #F1F1F1;
	border-radius: 24px;
	padding: 20px 20px 30px 20px;
}
.geel-blokje {
	background-color: rgba(247, 147, 30, 0.401);
	border-radius: 24px;
	padding: 20px 20px 30px 20px;
}

.grijs-blokje ul,
.geel-blokje ul {
	list-style-type: none;
	margin: 16px 0 0 0;
	padding: 0;
}
.grijs-blokje ul li,
.geel-blokje ul li {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	background-image: url("/wp-content/themes/dse-it-services/img/voordeel-check.svg");
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 26px;
	background-size: auto;
}



/* !OVERSTAPSERVICE */
.overstap-blok	p {
	margin: auto 0;
}
.overstap-cijfer {
	font-weight: 900;
	font-size: 210px;
	line-height: 1;
}
.licht .overstap-cijfer {
	color: #F1F1F1;
}
.donker .overstap-cijfer {
	color: #E3E8EA;
}
.overstap-text {
  position: relative;
 }

.overstap-text	p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 20px 40px;
}

.overstap-cijfer.db {
	color: #0186C9;
}
.overstap-cijfer.lb {
	color: #02BDFF;
}
.overstap-cijfer.oran {
	color: #F7931E;
}
.overstap-cijfer.ddb {
	color: #033F88;
}


.text-aandacht p {
	font-size: 20px;
}


.sow-accordion-title {
	font-weight: bolder;
}

.partners-rij .panel-grid-cell:last-child {
	position: relative;
}
.knop-partners {
	position: absolute;
	bottom: 0;
	left: 0;
}

.partners-opsomming h3 {
	font-size: 27px;
}

/* !PARTNERS */
.microsoft img {
	width: 330px;
	margin: 0 auto;
}
.sonicwall img {
	width: 310px;
	margin: 0 auto;
}
.kaseya img {
	width: 310px;
	margin: 0 auto;
}
.hp img {
	width: 220px;
	margin: 0 auto;
}
.veeam img {
	width: 330px;
	margin: 0 auto;
}
.vmware img {
	width: 330px;
	margin: 0 auto;
}



.iso-img img {
	max-width: 80px !important;
	margin: 0 auto;
	padding: 0 0;
}
.greenbiz-img img {
	max-width: 100px;
	margin: 20px auto;
	padding: 0 0;
}

.volg-ons {
	font-size: 18px;
	color: #033F88;
}
.volg-ons a {
	color: #033F88;
}
.volg-ons a:hover {
	color: #f7931e;
}

/* !FORMULIEREN */
.kennismaken .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 8px;
}
.kennismaken .gfield_validation_message {
	display: none !important;
}
.gform_validation_errors ol {
	margin: 0;
}
.gform_wrapper.gravity-theme .gform_validation_errors>ol li {
	margin-block-end: 0 !important;
}
.page-id-512 .gform_required_legend,
.page-id-512 .gform_wrapper.gravity-theme .gfield_required,
.nieuwsbrief-form .gform_required_legend,
.nieuwsbrief-form .gform_wrapper.gravity-theme .gfield_required {
	display: none;
}
#field_2_5 {
	color: #9f9f9f;
}


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

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 8px 12px;
	background-color: #F1F1F1;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 160px !important;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #f7931e;
	border-radius: 10px;
	background: #f7931e;
	color: #fff;
	line-height: 1;
	padding: 0.86em 1em 0.86em;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	position: relative;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border: 1px solid;
	border-color: #f7931e;
	background: #fff;
	color: #f7931e;
	cursor: pointer;
}
.kennismaken .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 7px 0 0 !important;
	padding: 0px 0 !important;
}
.gform-footer {
	position: relative;
}
.gform-footer::after {
	content: "";
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="51.706" height="51.706" viewBox="0 0 51.706 51.706"><path id="arrow-sec-wit" d="M38.725-15.346a2.12,2.12,0,0,0,.65-1.529,2.135,2.135,0,0,0-.65-1.529L23.256-33.17a2.1,2.1,0,0,0-2.979.07,2.109,2.109,0,0,0,.07,2.979L32-18.984H2.109A2.1,2.1,0,0,0,0-16.875a2.1,2.1,0,0,0,2.109,2.109H32L20.338-3.639a2.109,2.109,0,0,0-.07,2.979,2.109,2.109,0,0,0,2.979.07L38.716-15.354Z" transform="translate(23.868 51.711) rotate(-45)" fill="%23fff"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	vertical-align: middle;
	position: absolute;
	right: 12px;
	top: 25px;
	transition: all 0.2s ease-in-out !important;
}
.kennismaken .gform-footer::after {
	top: 10px;
}
.gform-footer:hover::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="51.706" height="51.706" viewBox="0 0 51.706 51.706"><path id="arrow-sec-wit" d="M38.725-15.346a2.12,2.12,0,0,0,.65-1.529,2.135,2.135,0,0,0-.65-1.529L23.256-33.17a2.1,2.1,0,0,0-2.979.07,2.109,2.109,0,0,0,.07,2.979L32-18.984H2.109A2.1,2.1,0,0,0,0-16.875a2.1,2.1,0,0,0,2.109,2.109H32L20.338-3.639a2.109,2.109,0,0,0-.07,2.979,2.109,2.109,0,0,0,2.979.07L38.716-15.354Z" transform="translate(23.868 51.711) rotate(-45)" fill="%23f7931e"/></svg>');
	transform: rotate(45deg);
}
.kennismaken .gform_wrapper.gravity-theme .gform-loader {
	display: none !important;
}
.page-id-9595 #input_3_5 {
  background-color: #fff;
  color: #666;
  cursor: not-allowed;
}


.join-us {
	margin-top: 30px;
	margin-bottom: -68px;
}



.whitepaper-dl a {
	border: 1px solid;
	border-color: #f7931e;
	border-radius: 10px;
	background: #f7931e;
	color: #fff;
	line-height: 1;
	padding: 0.86em 4em 0.86em 1em;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	position: relative;
}
.whitepaper-dl a:hover {
	border: 1px solid;
	border-color: #f7931e;
	background: #fff;
	color: #f7931e;
	cursor: pointer;
}
.whitepaper-dl a::after {
	content: "";
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="51.706" height="51.706" viewBox="0 0 51.706 51.706"><path id="arrow-sec-wit" d="M38.725-15.346a2.12,2.12,0,0,0,.65-1.529,2.135,2.135,0,0,0-.65-1.529L23.256-33.17a2.1,2.1,0,0,0-2.979.07,2.109,2.109,0,0,0,.07,2.979L32-18.984H2.109A2.1,2.1,0,0,0,0-16.875a2.1,2.1,0,0,0,2.109,2.109H32L20.338-3.639a2.109,2.109,0,0,0-.07,2.979,2.109,2.109,0,0,0,2.979.07L38.716-15.354Z" transform="translate(23.868 51.711) rotate(-45)" fill="%23fff"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	vertical-align: middle;
	position: absolute;
	right: 12px;
	top: 12px;
	transition: all 0.2s ease-in-out !important;
}
.whitepaper-dl a:hover::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="51.706" height="51.706" viewBox="0 0 51.706 51.706"><path id="arrow-sec-wit" d="M38.725-15.346a2.12,2.12,0,0,0,.65-1.529,2.135,2.135,0,0,0-.65-1.529L23.256-33.17a2.1,2.1,0,0,0-2.979.07,2.109,2.109,0,0,0,.07,2.979L32-18.984H2.109A2.1,2.1,0,0,0,0-16.875a2.1,2.1,0,0,0,2.109,2.109H32L20.338-3.639a2.109,2.109,0,0,0-.07,2.979,2.109,2.109,0,0,0,2.979.07L38.716-15.354Z" transform="translate(23.868 51.711) rotate(-45)" fill="%23f7931e"/></svg>');
	transform: rotate(45deg);
}

.whitepaper footer.entry-footer {
	display: none;
}


/* !WOLKEN ANIMATIE */

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
	0% {
		margin-left: -1000px;
		opacity: 1;
	}
	100% {
		margin-left: 100%;
		opacity: 0;
	}
}

@-moz-keyframes animateCloud {
	0% {
		margin-left: -1000px;
		opacity: 1;
	}
	100% {
		margin-left: 100%;
		opacity: 0;
	}
}

@keyframes animateCloud {
	0% {
		margin-left: -1000px;
		opacity: 1;
	}
	100% {
		margin-left: 100%;
		opacity: 0;
	}
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 35s linear forwards;
	-moz-animation: animateCloud 35s linear forwards;
	animation: animateCloud 35s linear forwards;
	
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
	
	position: absolute;
	top: 200px;
	z-index: 9;
}

.x2 {
	-webkit-animation: animateCloud 33s linear forwards;
	-moz-animation: animateCloud 33s linear forwards;
	animation: animateCloud 33s linear forwards;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	
	position: absolute;
	top: 270px;
	z-index: 9;

}
.x3 {
	-webkit-animation: animateCloud 30s linear forwards;
	-moz-animation: animateCloud 30s linear forwards;
	animation: animateCloud 30s linear forwards;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	
	position: absolute;
	top: 425px;
	z-index: 9;

}

/* OBJECTS */

.cloud {

	height: 120px;
	position: relative;
	width: 350px;
	
	background-image: url("/wp-content/themes/dse-it-services/img/cloud-2.svg");
	background-repeat: no-repeat;
	background-position: top center;
}
.cloud2 {

	height: 120px;
	position: relative;
	width: 350px;
	
	background-image: url("/wp-content/themes/dse-it-services/img/cloud-1.svg");
	background-repeat: no-repeat;
	background-position: top center;
}
.cloud3 {

	height: 120px;
	position: relative;
	width: 350px;
	
	background-image: url("/wp-content/themes/dse-it-services/img/cloud-2.svg");
	background-repeat: no-repeat;
	background-position: top center;
}

ol {
	margin: 0 0 0 17px;
	padding: 0 0 14px 0;
}

/* !NIEUWS */

.news-inpage-first{
	position: relative;
}

.news-inpage-first .nieuws-img {
	float: left;
	width: 63%;
	margin-right: 2%;
	line-height: 0;
	/* min-height: 400px; */
}
.home .news-inpage-first .nieuws-img {
	min-height: auto;
}
.news-inpage-first .nieuws-img img {
	border-radius: 20px;
}

.news-inpage-first .nieuws-tekst {
	float: left;
	width: 35%;
	background-color: transparent;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	border-radius: 0;
	padding: 0;
	min-height: 260px;
	position: absolute;
	bottom: -21px;
	right: 0;
}
.news-inpage-first .nieuws-tekst ul {
	list-style: none;
	margin: 0 0;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #D5D5D5;
}
.news-home-second {
	margin-bottom: 30px;
}
.nieuws-img {
	float: left;
	width: 35%;
	margin-right: 2%;
	line-height: 0; 
}
.nieuws-tekst {
	float: left;
	width: 63%;
	background-color: #F7F7F7;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.17); 
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.17);
	border-radius: 20px;
	padding: 24px;
	min-height: 260px;
	position: relative;
}

.nieuws-tekst h2 {
	font-size: 16px;
	line-height: 26px;
}
.nieuws-tekst h2 a {
	text-decoration: none;
}
.nieuws-tekst p {
	font-size: 14px;
	line-height: 24px;
}
.tenforit-news-links {
	text-align: right;
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
	padding: 0 20px 0 0;
}
.tenforit-news-links a {
	color: #0186C9;
	text-align: right;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
}
.tenforit-news-links a:hover {
	color: #000;
}
.nieuws-tekst ul {
	list-style: none;
	margin: 0 -24px;
	padding: 0 0 16px 24px;
	border-bottom: 1px solid #D5D5D5;
}
.nieuws-tekst ul.post-categories li {
	color: #0186C9;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.nieuws-tekst ul.post-categories li a {
	color: #0186C9;
	text-decoration: none;
}
.nieuws-tekst ul.post-categories li a:hover {
	color: #000;
}


.paged .first-news-inpage {
	display: none !important;
}	

/* !NIEUWS HOME*/

.home .news-inpage-first .nieuws-img img {
	border-radius: 0;
}
.home .links-een .news-inpage-first .nieuws-img {
	float: left;
	width: 100%;
	margin-right: 0;
	line-height: 0;
}


.links-een {
	/* float: left;
	width: 63%; */
	background-color: #F7F7F7;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.17); 
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.17);
	border-radius: 12px;
	padding: 0;
	/* min-height: 260px; */
	position: relative;
}
.links-een article {
	padding: 24px;
}
.links-een article .overlaylink {
	/* background-color: rgba(255, 0, 0, 0.4); */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.links-een .nieuws-tekst {
	width: 100%;
	padding: 24px;
	position: relative;
	padding: 0;
	min-height: 193px;
}

.home .news-inpage-first {
	margin-bottom: 20px;
}

.home .rechts-drie .news-inpage-first .nieuws-img {
	float: left;
	width: 35%;
	margin-right: 2%;
	line-height: 0;
}
.rechts-drie article .overlaylink {
	/* background-color: rgba(1, 0, 255, 0.4); */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rechts-drie .nieuws-tekst {
	float: left;
	width: 63%;
	background-color: #F7F7F7;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.17); 
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.17);
	border-radius: 12px;
	padding: 24px;
	min-height: 162px;
	position: initial;
}
.nieuws-lees-meer-arrow {
	
}
.nieuws-lees-meer-arrow,
.links-een article:hover .nieuws-lees-meer-arrow,
.rechts-drie article:hover .nieuws-lees-meer-arrow {
	transition: all 0.2s ease-in-out !important;
}
.nieuws-lees-meer-arrow:hover,
.links-een article:hover .nieuws-lees-meer-arrow,
.rechts-drie article:hover .nieuws-lees-meer-arrow {
	transform: rotate(45deg);
}
.links-een:hover,
.rechts-drie article:hover .nieuws-tekst {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.37); 
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.37);
}




/* !NIEUWS SINGLE */
.single .nieuws-fullwidth {
	width: 100vw;               /* Full viewport width */
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 50px;
	background: #e8e8e8;        /* Example background */
	padding: 40px 20px;
	box-sizing: border-box;
}
.normal-width {
	max-width: 900px;
	margin: 0 auto;
}
.single .nieuws-fullwidth img {
	border-radius: 20px;
}
.single .nieuws-fullwidth .entry-header {
	margin-bottom: 30px;
}
.normal-width {
	max-width: 900px;
	margin: 0 auto;
}
.single .entry-meta {
	display: none;
}

.post-navigation a {
	color: #0186C9;
	text-decoration: none;
	font-size: 14px;
}
.post-navigation a:hover {
	color: #f7931e;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	text-align: end;
	padding-right: 20px;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	text-align: start;
	padding-left: 20px;
}


/* !PAGINATION */

/**
* WordPress Number Pagination CSS Styles
*/
 
.pagination {
	color: #2B2E34;
	font-size: 20px;
	font-weight: normal;
	border: solid 0px #DEE3EC;
	padding: 30px 20px 0;
	padding-left: 0;
	border-radius: 3px;
	width: max-content;
	margin: 0 auto 50px;
	clear: both;
}
 
.page-numbers {
	background: rgba(103, 132, 51, 0.0);
	border: solid 1px #DEE3EC;
	padding: 10px 20px;
	margin-left: 0;
	color: #2B2E34;
	text-decoration: none;
	opacity: 0.7;
}
 
.page-numbers.current {
   padding: 10px 20px;
   background: rgba(0, 0, 0, 0.10);
   color: #2B2E34;
   font-weight: 600;
   opacity: 1;

}
a.page-numbers:hover {
	   padding: 10px 20px;
	   background: rgba(0, 0, 0, 0.10);
	   color: #2B2E34;
	   font-weight: 600;
	   opacity: 1;

}
 
.page-navi .prev {
	background-color: transparent;
   float: left;
   margin-right: 0;
   margin-top: -10px;
   border-right: solid 0px #eee;
   letter-spacing: 0;
   font-weight: normal;
   color: #678433;
   text-decoration: none;
   display: none;
}
 
.page-navi .next {
	background-color: transparent;	
   float: right;
   margin-top: -10px;
   border-left: solid 0px #ddd;
   border-right: none;
   border-top: none;
   border-bottom: none;
	color: #678433;   
	text-decoration: none;
	display: none;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover  {
	   padding: 10px 20px;
	   background: transparent;
	   color: #3C3C3B;
}

	


/* !FOOTER */
.site-footer .siteorigin-panels-stretch {
	border-bottom: 40px solid #8FA3AD;
}

.site-info p {
	font-size: 12px;
}
.site-info a {
	color: #000000;
}
.site-info a:hover {
	color: #F7931E;
}


/* !MEDIA QUERIES */

@media screen and (max-width: 768px) {
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-2 a.mega-menu-logo img.mega-menu-logo {
		width: 30px;
	}
	
	.x1,
	.x2,
	.x3 {
		display: none !important;
	}
}
@media screen and (max-width: 450px) {

#mega-menu-wrap-menu-1.mega-sticky {
	top: 0;
	z-index: 777;
}

.widget_maxmegamenu_image_swap {
	float: left !important;
	margin-top: 10px !important;
	display: none !important;
}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
		display: block;
		border-radius: 16px;
		margin: 0 10px;
		width: 94%;
		padding: 10px 0 20px 0;
	}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-right {
		margin: 24px 10px 0 10px;
	}


#sticky-social-icons-container {
	background-color: rgba(255, 255, 255, 0.9);
	top: unset;
	bottom: 0;
	width: 100%;
	padding: 0;
}
#sticky-social-icons-container .panel-grid-cell > div {
	float: left;
	padding: 6px 0 0 0;
	width: 33.3%;
	text-align: center;
}
#sticky-social-icons-container .sow-icon-container {
	margin: 0 auto;
}
#sticky-social-icons-container .sow-icon-container.sow-icon {
	margin-bottom: 6px;
}

.header-tekst,
.afgerond,
.plain-tekst,
.cta-blok .textwidget,
.cta-blok .knop-cta,
.voordelen {
	padding-left: 20px;
	padding-right: 20px;
}
.voordelen-dame {
	margin-top: -50px;
}
.voordelen {
	margin-top: -50px;
}



.iso-certified {
	position: absolute;
	top: -50px;
	right: 0;
	max-width: 130px;
}


/* !CLOUDSERVICE */
.cloud-wit-header {
	position: absolute;
	top: 7%;
	left: 11%;
	max-width: 93px;
	z-index: 9;
}
.cloud-blauw1-header {
	position: absolute;
	top: 8%;
	left: -10%;
	max-width: 130px;
}
.cloud-blauw2-header {
	position: absolute;
	top: 63%;
	right: 0;
	max-width: 175px;
}
.cloud-modal-header {
	position: absolute;
	top: 10%;
	right: 0%;
	max-width: 130px;
}
.werkplekbeheer-modal-header {
	position: absolute;
	top: 10%;
	right: 0%;
	max-width: 130px;
}


.cta-blok.groot h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 16px;
}
.cta-blok.groot h2 span {
	font-weight: 600;
}
.oplossingen-smaller {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.header-tekst.in-wit-kader {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	margin: 20px;
}
.persoon {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 20px;
}


.grijs-blokje {
	margin: 0 20px;
}
.grijs-blokje ul li {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	background-image: url(/wp-content/themes/dse-it-services/img/voordeel-check.svg);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 26px;
	background-size: 5%;
}
.oplossing-tussen-kop h2 {
		font-size: 30px;
		line-height: 36px;
		font-weight: 700;
		margin-bottom: 20px;
		margin-top: 30px;
		color: #718A96;
}


.header-tekst.in-oranje-kader {
	margin-left: 20px;
	margin-right: 20px;
}
.knop-cta {
	margin: 0 20px;
}
.text-white.cta-blok .knop-cta {
	margin: 0;
}
.home .header-block {
	padding-bottom: 200px !important;
}
.it-oplossingen-rij {
	margin: 0 20px;
}
.it-oplossingen-rij .so-rounded {
	margin-bottom: 100px;
}
.it-oplossingen-rij.rij-1 div.panel-grid-cell-mobile-last {
	margin-bottom: -30px !important;
}
.laatste-boven-slider {
	margin-bottom: 50px !important;
}

.it-oplossingen-rij-kop {
	margin: 0 20px;
}
.text-white {
	padding: 0 20px !important;
}
.text-white.cta-blok {
	padding: 0 0px 20px !important;

}

.slider-home-keuzes {
	position: absolute;
	top: 98px;
	left: 0;
	width: 100%;
	z-index: 99;
}

#n2-ss-2 .n2-ss-button-container.n2-ss-nowrap,
#n2-ss-3 .n2-ss-button-container.n2-ss-nowrap {
	white-space: normal !important;
}
div#n2-ss-2 .n2-ss-text > div > p {
	padding: 0px 0px 10px 0px;
	font-size: 23px;
}
.kennismaken {
	padding: 0 20px;
}
div#n2-ss-3 .n2-ss-text > div > p {
	padding: 15px 0px 10px 0px;
	font-size: 16px;
}
.nieuws-home {
	padding: 0 20px;
}
.nieuws-home h2,
.nieuws-home p {
	text-align: left !important;
}
.links-een {
	margin: 0 20px 40px;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0);
}
.home .links-een article {
	padding: 0;
}
.home .links-een .nieuws-tekst {
	padding-left: 0;
	padding-right: 0;
}
.home .links-een .news-inpage-first .nieuws-img {
	padding: 0;
}
.home .links-een .tenforit-news-links {
	padding: 0 10px 0 0;
}

.home .rechts-drie article {
	margin-bottom: 40px;
}
.home .rechts-drie {
	padding: 0 10px;
}
.home .rechts-drie .news-inpage-first .nieuws-img {
	width: 100%;
}
.home .rechts-drie .news-inpage-first .nieuws-img img,
.home .links-een .news-inpage-first .nieuws-img img {
	border-radius: 12px;
}
.rechts-drie .nieuws-tekst {
	width: 100%;
	margin-top: 10px;
}

.twee-knoppen > div > div > div,
.twee-knoppen-wrap > div {
	margin-bottom: 10px !important;
}


.plain-tekst.werkplek-voordelen {
	padding: 0 10px 35px;
}


.site-info p {
	text-align: center;
	font-size: 14px;
}
.site-footer .siteorigin-panels-stretch {
	border-bottom: 51px solid #8FA3AD;
}
.footer-rij > div {
	margin-bottom: -10px !important;
}
.broodkruimel {
	padding: 10px 20px 15px;
}

body:not(.home) .plain-tekst h2 {
	margin-top: 20px;
}
.voordelen-wrap {
	padding: 50px 10px 120px !important;
}
.drie-blokken .so-rounded, .it-oplossingen-rij .so-rounded {
	padding: 10px;
	margin: 0 20px 100px;
}
.drie-blokken > div.panel-grid-cell:last-child > div {
	margin-bottom: -70px;
}  

.icon-centered {
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	left: 0;
	margin: 0 auto;
}
.header-tekst.in-licht-blauw-kader {
	background-color: #83CCF8;
	border-radius: 20px;
	padding: 80px 40px 40px 40px;
	margin: 0 20px;
}
.oplossingen-smaller:last-child {

}
.geel-blokje {
	margin: 0 10px !important;
}

.overstap-cijfer {
	font-weight: 900;
	font-size: 80px;
	line-height: 4.4;
	opacity: 0.2;
}
.kopje-overstapservice {
	margin-bottom: -0;
}


.page-id-510 h1,
.page-id-512 h1,
.page-id-627 h1,
.page-id-618 h1,
.page-id-9595 h1,
.page-id-611 h1,
.page-id-592 h1,
.page-id-609 h1,
.page-id-508 h1,
.page-id-624 h1,
.page-id-663 h1,
.page-id-679 h1         {
	margin-top: 20px;
}
.page-id-415 h1 {
	font-size: 30px;
	line-height: 35px;
}

.overstap-blok {
	padding: 0 20px;
}

.overstap-text p {
	padding: 20px 10px;
}
.knop-partners {
	position: relative;
}
.partners-opsomming {
	padding: 30px 20px !important;
}
.partners-opsomming.mvo {
	padding: 10px 20px !important;
}

.knoppen-contact-pagina .knop-cta.oranje {
	margin-bottom: 10px;
}
	
.news-inpage-first .nieuws-img {
	float: left;
	width: 100%;
	margin-right: 0%;
	line-height: 0;
	min-height: auto;
	padding: 0 20px;
}
.news-inpage-first .nieuws-tekst {
	float: left;
	width: 100%;
	background-color: transparent;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	border-radius: 0;
	padding: 20px 20px 30px;
	min-height: auto;
	position: relative;
	bottom: 0;
	right: 0;
}
.links-een:hover, .rechts-drie article:hover .nieuws-tekst {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0);
}
.tenforit-news-links {
	bottom: 0px;
}

.page-id-677 .tenforit-news-links,
.page-id-683 .tenforit-news-links {
	padding: 0 20px 12px 0;
}

.nieuws-loop-page {
	padding: 0 20px;
}

.nieuws-loop-page .nieuws-img {
	float: left;
	width: 100%;
	margin-right: 0;
	line-height: 0;
	margin-bottom: 10px;
}
.nieuws-loop-page .nieuws-img img {
	border-radius: 12px;
}
.nieuws-loop-page .nieuws-tekst {
	float: left;
	width: 100%;
	background-color: #F7F7F7;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.17);
	border-radius: 20px;
	padding: 24px;
	min-height: 260px;
	position: relative;
}
.page-numbers.current {
	padding: 1px 5px;
}
.page-numbers {
	padding: 1px 5px;
}
a.page-numbers:hover {
	   padding: 1px 5px;
}

.single .nieuws-fullwidth {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 50px;
	background: #e8e8e8;
	padding: 0 20px 10px;
	box-sizing: border-box;
}
.single-post .entry-content {
	padding: 0 20px;
	margin-top: -30px;
}
.single-post .entry-footer {
	padding: 0 20px;
}

.dertig-vijf {
	padding: 30px 0 5px !important;
}
.veertig-tien {
	padding: 40px 0 10px !important;
}


.sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
	padding: 15px 20px 0px 20px !important;
}
.sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
	padding: 0px 20px 0 20px !important;
}

}
