/*!
Theme Name: samonlinemarketing
Theme URI: https://www.samonlinemarketing.nl/
Author: SAM Online Marketing & Webdesign
Author URI: https://www.samonlinemarketing.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: samonlinemarketing
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.

samonlinemarketing 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-family:Gilroy, sans-serif;
	font-weight: 900;
}

/**
 * 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:Gilroy, sans-serif;
    font-weight:300;
    font-style:normal;
}

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 {
	color: #EB3B5D;
}

a:visited {
	color: #EB3B5D;
}

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

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: 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. */
@media screen and (min-width:1070px) and (max-width: 1245px){
	.menu-hoofdmenu-container a {
	    margin-right: 17px !important;
	    min-width: 80px !important;;
	    font-size: 14px !important;
	}
	.menu > #menu-item-9:after {
	    content: '\f078';
	    font-family: 'Font Awesome 5 Pro';
	    position: absolute;
	    top: 2px;
	    right: 22px;
	    font-size: 11px;
	}
	.menu > #menu-item-13:after {
	    content: '\f078';
	    font-family: 'Font Awesome 5 Pro';
	    position: absolute;
			top: 2px;
			right: 25px;
	    font-size: 11px;
	}
}
@media screen and (min-width: 1181px) {
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.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 0 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 0 1.5em;
}

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

/* CUSTOM CSS */

@font-face {
    font-family: "Gilroy";
    src: url("/wp-content/themes/samonlinemarketing/fonts/Gilroy-ExtraBold.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("/wp-content/themes/samonlinemarketing/fonts/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

.homeScanText{
	height:100%;
}
.puntenGedaan i.fas.fa-check-circle {
    color: #3aaf4d;
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: transparent;
    color: #000;
    display: inline-block;
    padding: 25px 45px;
    cursor: pointer;
    margin-right:20px;
    font-weight:900;
}

ul.tabs li.current{
    background: #EA3B5D;
    color:#fff;
}

.tab-content{
    display: none;
    margin-top:100px;
}

.tab-content.current{
    display: block;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.clear{
    clear:both;
}

p {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 19px;
}
.page-template-homepagina h1.bigHeader {
    margin: 23px 0;
}
.home .col-md-6:nth-of-type(1) {
    padding-right: 50px;
}
.purpleOverzichtBlok {
    padding: 80px 40px 40px 40px;
    background: #2f152a;
    position:relative;
}
.purpleOverzichtBlok:before {
    content: '';
    background: #fff;
    display: block;
    width: 350px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}
a{
    color:#EB3B5D;
    text-decoration:none;
}

textarea:focus, input:focus{
    outline: none;
}

.row{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    position:relative;
}

.container{
    max-width:1160px;
}
#breadcrumbs{
    font-family:Gilroy, sans-serif;
    font-weight:300;
    font-size:20px;
    display:block;
    margin:50px 0;
}
.biggerH2{
	font-size:55px;
}
.underBreadcrumb{
	margin-top:0 !important;
	padding-top:0 !important;
}
.alignCenter{
    text-align:center;
}
.alignCenter > .samButton {
    display: block;
}
.singleTeamImage {
	position: absolute;
	right: 0;
	top: 195px;
}
.puntenGedaanBox i.fas.fa-check-circle {
    color: #3aaf4d;
}
.puntenGedaanBox i.fas.fa-times-circle {
    color: #d41f43;
}
.puntenGedaan i.fas.fa-times-circle {
    color: #d41f43;
}
.purpleTeamExtension {
    padding: 60px 30px 50px 50px;
    background: #30142A;
		position:relative;
}
.purpleTeamExtension > p{
    font-size:20px;
		color:#fff;
		margin:0;
}
.purpleTeamExtension:after {
    height: 60px;
    width: 120px;
    background: #30142A;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -120px;
}
.blackBlock {
    width: 100%;
    height: 274px;
    background: #262626;
    border-left: 40px solid #fff;
    position: relative;
    top: 100px;
}
.page-template-single-team a.samButton.topPush {
    margin-top: 130px;
}
.lightGreyBG{
    background:#FAFAFA;
}
.mobileMenu{
	display:none;
}
.purpleBG{
		background:#30142A;
}
.site-branding{
    display:inline-block;
    padding:25px 85px 25px;
    background:#fff;
}

.site-branding img{
    max-width: 167px;
}

.upperHeader{
    display:flex;
    position:relative;
    z-index:10;
}
.pullRowUp {
    margin-top: -384px;
    padding:0;
}
.floatLeft{
    float:left;
}
.dienstPull {
    margin-top: -111px;
}
.dienstPull2 {
    margin-top: -105px !important;
}
.floatRight{
    float:right;
}

.noPadding{
    padding:0;
}

.paddingMenu{
    padding:58px 0px 25px 1.5%;
    position:relative;
    z-index:10;
}

.upperHeader .col-md-6:nth-of-type(1) {
    max-width: 47%;
}

.menu-hoofdmenu-container{
    font-family: Gilroy, sans-serif;
    font-weight: 900;
}

.menu-hoofdmenu-container a{
    margin-right: 48px;
    color:#000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.menu-hoofdmenu-container a:hover{
    color: #EB3B5D;
}
.introImage {
    background: url(/wp-content/uploads/2021/03/SAM-foto-Team-1@2x.jpg);
    height: 738px;
    background-size: cover;
    background-position: center center;
}
.introImageLP {
    background: url('/wp-content/uploads/2021/03/Hoofdafbeelding@2x-1.jpg');
		background-size:cover;
    height: 738px;
    background-size: cover;
    background-position: top center;
}
.introImageSmallDiensten {
    background: url(/wp-content/uploads/2021/01/bannerdiensten.jpg);
    height: 480px;
    background-size: cover;
    background-position: center center;
		background-size:cover;
		position:relative;
}
.introImageSmallCases {
    background: url(/wp-content/uploads/2021/01/SAM-foto-Team-1.jpg);
    height: 490px;
    background-size: cover;
    background-position: center center;
		position:relative;
}
.introImageSmallDienst {
    background: #2E2E2E;
    height: 480px;
    background-position: center center;
    padding-top:120px;
    padding-right:85px;
		position:relative;
		background-size:cover !important;
}
.page-template-overons .introImageSmallDienst{
	background:url('/wp-content/uploads/2021/03/Hoofdafbeelding@2x.png');
}
.page-template-dienst .introImageSmallDienst{
	background:url('/wp-content/uploads/2021/03/Single-dienst@2x.jpg');
}
.page-template-conversie .introImageSmallDienst {
  background: url('/wp-content/uploads/2021/03/Conversie-optimalisatie-@2x.jpg');
}
.page-template-socialmedia .introImageSmallDienst{
	background:url('/wp-content/uploads/2021/03/Sociale-media-marketing@2x-1-scaled.jpg');
}
.page-template-werkwijze .introImageSmallDienst {
  background: url(/wp-content/uploads/2021/03/Hoofdafbeelding@2x-2.jpg);
  background-position: 0 70%;
  background-size: 100%;
}
.page-template-seoscan .introImageSmallDienst{
	background:url('/wp-content/uploads/2021/03/Hoofdafbeelding@2x.jpg');
}
.introImageSmallDienst:after {
    content: '';
    background: rgb(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.greyBG{
	background: #f2f2f2;
}
.stripedBox:nth-of-type(2) {
    margin-bottom: 0 !important;
}
.introImageSmallDienst > span{
    float:right;
		position:relative;
		z-index:1;
}
main#primary {
    margin-top: -127px;
}
li#menu-item-13 a {
    margin-right: 0;
}
.homeEntryBlock {
    padding: 120px 0px 80px 50px;
    background: #fff;
    left: -80px;
    position: relative;
    z-index: 5;
}
.subEntryBlock {
    padding: 180px 50px 120px 70px;
    background: #fff;
    left: -100px;
    position: relative;
    z-index: 5;
}
h1 {
    display: block;
    font-family:Gilroy, sans-serif;
    font-weight:900;
    font-size:55px;
    margin-bottom:16px;
    margin-top:0;
}
span.tooltip.onpageTool .tooltiptext {
    z-index: 99999;
}
.page-template-socialmedia h1{
		font-size:40px;
		margin-bottom:50px;
}
.page-template-conversie h1{
		font-size:40px;
		margin-bottom:50px;
}
div#linkbuildingGraph1 g path:nth-of-type(2) {
    background: #000 !important;
    color: #000 !important;
    fill: #ff7f0e !important;
}
div#linkbuildingGraph3 g path:nth-of-type(2) {
    background: #000 !important;
    color: #000 !important;
    fill: #ff7f0e !important;
}
div#linkbuildingGraph5 g path:nth-of-type(2) {
    background: #000 !important;
    color: #000 !important;
    fill: #ff7f0e !important;
}
div#linkbuildingGraph7 g path:nth-of-type(2) {
    background: #000 !important;
    color: #000 !important;
    fill: #ff7f0e !important;
}
div#analyticsChart4 g path:nth-of-type(1) {
    background: #000 !important;
    color: #000 !important;
    fill: #3627a6 !important;
}
.home h2 {
    display: block;
    font-family:Gilroy, sans-serif;
    font-weight:900;
    font-size:55px;
    margin-bottom:23px;
    margin-top:0;
    line-height:68px;
}
h2 {
    display: block;
    font-family:Gilroy, sans-serif;
    font-weight:900;
    font-size:40px;
    margin-bottom:23px;
    margin-top:0;
    line-height:49px;
}
h3 {
    display: block;
    font-family:Gilroy, sans-serif;
    font-weight:900;
    font-size:40px;
    margin-bottom:23px;
    margin-top:0;
    line-height:49px;
}
h4 {
    display: block;
    font-family:Gilroy, sans-serif;
    font-weight:900;
    font-size:28px;
    margin-bottom:28px;
    margin-top:0;
    line-height:28px;
}

.bigHeader {
    display: block;
    font-family:Gilroy, sans-serif;
    font-weight:900;
    font-size:75px;
    line-height:68px;
}
.bigHeaderLP {
    display: block;
    font-family:Gilroy, sans-serif;
    font-weight:900;
    font-size:75px;
    line-height:92px;
}
.bigHeaderWhite {
    display: block;
    font-family:Gilroy, sans-serif;
    font-weight:900;
    font-size:75px;
    line-height:92px;
    color:#fff;
}

.mediumHeader {
    display: block;
    font-family:Gilroy, sans-serif;
    font-weight:900;
    font-size:40px;
}

.smallHeader{
    display: block;
    font-family:Gilroy, sans-serif;
    font-weight:900;
    font-size:28px;
}
.smallerHeader{
    display: block;
    font-family:Gilroy, sans-serif;
    font-weight:900;
    font-size:20px;
}
.bigHeaderTwo{
    font-size:55px;
    line-height:68px;
}
.bigDescription{
    display:block;
    font-family:Gilroy, sans-serif;
    font-size:35px;
    font-weight:300;
}
.blogOverzichtImage{
	background:#222;
	height:400px;
	width:100%;
	margin-bottom:25px;
}
.col-md-3 .blogOverzichtImage{
	height:200px;
}
.gerelateerd .col-md-4 p:nth-last-of-type(1) {
	margin-bottom: 0px !important;
}
.page-template-blogoverzicht article{
	margin-bottom:-24px;
}
.page-template-blogoverzicht h2 {
    font-size: 30px;
    line-height: 37px;
}
.page-template-blogoverzicht .tab-content .col-md-6 h2 {
    font-size: 38px;
    line-height: 46px;
}
.page-template-blogoverzicht .tab-content .col-md-6, .page-template-blogoverzicht .tab-content .col-md-3 {
    padding-right: 25px;
}
.page-id-4507 h1 {
    margin-top: 40px;
    padding-left: 83px;
}
.blogOverzichtBlok {
    margin-bottom: 60px;
}
.blogOverzichtBlok:nth-last-of-type(1) {
    margin-bottom: 0px;
}
.paddedBlogText {
    padding-left: 110px;
}
.paddedBlogText p{
		font-size:22px;
		line-height:25px;
}
.introBlogText {
    margin-bottom: 60px;
}
.gerelateerd .col-md-4 {
    padding-right: 50px;
}
.gerelateerd h3 {
    font-size: 30px;
    line-height: 37px;
}
.mainBlogImage {
    height: 480px;
    width: 100%;
    background: #222;
    margin-bottom: 50px;
}
.mediumDescription{
	font-size:22px;
	line-height:25px;
}
.post-password-required .passwordForm {
    max-width: 500px;
    margin: 0 auto 100px;
    box-shadow: 0 1px 12px rgb(5 5 5 / 7%);
    padding: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
#primary .verschilRow p {
    font-size: 22px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.verschilRow strong {
    color: #d41f43;
}
.verschilRow em {
    color: #00af4e;
    font-style: normal;
}
div#onpageGraph {
    margin-top: 75px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}
div#analyticsChart1 {
    margin: 50px 0;
}
div#analyticsChart2 {
    margin: 50px 0 0 0;
}
div#analyticsChart3 {
    margin: 50px 0;
}
div#analyticsChart4 {
    margin: 50px 0 0 0;
}
div#positieGraph {
    margin: 50px 0 0 0;
    padding: 20px;
    background: #fff;
}
.passwordForm input[type="password"] {
    border: none;
    border-bottom: 1px solid #C9C9C9;
    border-radius: 0;
    display: block;
    margin-bottom: 25px;
    width: 100%;
    padding: 10px 0 10px !important;
    margin-top: 15px;
}
.passwordForm input[type="submit"]{
		font-family: Gilroy, sans-serif;
		font-weight: 900;
		padding: 27px 54px;
		background: #EB3B5D;
		color: #fff;
		font-size: 20px;
		text-decoration: none;
		display: inline-block;
		border: 2px solid #EB3B5D;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		cursor: pointer;
		margin: 0 auto;
		display: block;
		width: 100%;
		border-radius: 0 !important;
}
.passwordForm input[type="submit"]:hover {
    background: #30142A;
    border-color: #30142A;
}
.page-template-blogoverzicht .tabs {
  margin: 50px 0 80px;
}
.page-template-blogoverzicht .tabs li{
	margin-bottom:20px;
}
.serviceText{
    display:block;
    font-family:Gilroy, sans-serif;
    font-size:15px;
    font-weight:300;
    margin-bottom:10px;
}

.home .serviceText:nth-of-type(3){
    margin-bottom:0;
}

.home .bigDescription{
    max-width: 325px;
    margin: 60px 0;
}

.homeSep{
    display:block;
    margin:10px auto 15px;
    width:26px;
    height:1px;
    background:#EB3B5D;
}

.bigSamButton{
    font-family:Gilroy, sans-serif;
    font-weight:900;
    padding:27px 54px;
    background:#EB3B5D;
    color:#fff !important;
    font-size:20px;
    text-decoration:none;
    display:inline-block;
    border:2px solid #EB3B5D;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.bigSamButton:hover{
    color:#EB3B5D !important;;
    background:#fff;
}

.lpEntry .bigSamButton {
    margin-top: 59px;
}

.samButtonTrans{
    font-family:Gilroy, sans-serif;
    font-weight:900;
    padding:23px 0px;
    background:#fff;
    color:#EB3B5D !important;
    font-size:14px;
    text-decoration:none;
    display:inline-block;
    border:2px solid #EB3B5D;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    max-width:223px;
    margin:50px auto 0;
		width:100%;
		text-align:center;
}

.samButtonTrans:hover{
    color:#fff !important;;
    background:#EB3B5D;
}

.samButton{
    font-family:Gilroy, sans-serif;
    font-weight:900;
    padding:23px 0px;
    background:#EB3B5D;
    color:#fff !important;
    font-size:14px;
    text-decoration:none;
    display:inline-block;
    border:2px solid #EB3B5D;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    max-width:223px;
    margin:54px auto 0;
    width:100%;
    text-align:center;
}

.samButton:hover{
    color:#EB3B5D !important;
    background:#fff;
}

.samButtonBlue{
    font-family:Gilroy, sans-serif;
    font-weight:900;
    padding:23px 0px;
    background:#30142A;
    color:#fff !important;
    font-size:14px;
    text-decoration:none;
    display:inline-block;
    border:2px solid #30142A;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    max-width:223px;
    margin:54px auto 0;
    width:100%;
}

.samButtonBlue:hover{
    color:#30142A !important;
    background:#fff;
}

.logoContainer {
    max-width: 600px;
    padding: 0 0 0 25px;
}

.logoContainer img {
    border: 1px solid #eee;
    margin-right: 2.5%;
}
.logoContainer img:nth-last-of-type(1){
    margin-right:0;
}
.padHundred{
    padding:100px 0;
}
.padEighty{
    padding:100px 0;
}
.padFourty{
    padding:40px 0;
}
.eightyMarginTop{
	padding-top:80px;
}
.eightyMarginBot{
	padding-bottom:80px;
}
.hundredTwentyMarginTop{
	padding-top:120px;
}
.hundredTwentyMarginBot{
	padding-bottom:120px;
}
.ninetyMarginTop{
	padding-top:90px;
}
.ninetyMarginBot{
	padding-bottom:90px;
}
.caseColPush .caseOverview:nth-last-of-type(1) {
    margin-bottom: 0;
}
.page-template-diensten article {
    margin-bottom: -34px;
}
.page-template-dienst article {
    margin-bottom: -24px;
}
.page-template-cases article {
    margin-bottom: -24px;
}
.page-template-single-case article {
    margin-bottom: -24px;
}
.home article {
    margin-bottom: -24px;
}
.stripe404 {
    position: relative;
    z-index: 10;
}
.stripe404:before {
    content: url(/wp-content/uploads/2021/03/Streep-404-1.svg) !important;
    position: absolute;
    top: 26px;
    z-index: -1;
    left: 0;
}
.noMarginBottom{
	margin-bottom:0 !important;;
}
.page-template-single-case .col-md-8 p.bigParagraph:nth-last-of-type(1) {
    margin-bottom: 0;
}
.bigPaddedColumnRight {
    padding-right: 70px;
}
.paddedColumnRight{
    padding-right:50px;
}
.smallPaddedColumnRight{
    padding-right:25px;
}
.paddedColumnLeft{
    padding-left:50px;
}
.smallPaddedColumnLeft{
    padding-left:25px;
}
.verticalPush{
    margin-top:-7px;
}
.noTopPadding{
    padding-top:0;
}
.blockLeftAligned {
    float: left;
}
.blockRightAligned {
    float: right;
}
.pushLeft{
    padding-left:50px;
}
.homeCase{
    max-width: 360px;
}
.homeCase:nth-of-type(2){
    margin:0 auto;
}
.caseImageOne, .caseImageTwo, .caseImageThree{
    background:#2E2E2E;
		height: 233px;
    padding-left: 27px;
    padding-top: 20px;
    margin-top: 24px;
    position: relative;
    z-index: 10;
    background-position: center center !important;
    background-size: cover !important;
}
.page-template-dienst a.samButtonBlue {
    margin-top: 30px;
}
.caseImageOne{
		background:url('/wp-content/uploads/2021/03/goldengreenhotel.jpg');
}
.caseImageTwo{
		background:url('/wp-content/uploads/2021/03/singelloopleiden.jpg');
}
.caseImageThree{
		background:url('/wp-content/uploads/2021/03/eatpalazzo-1.jpg');
}
.homeCaseTitle, .homeCaseDescription{
    font-family:Gilroy, sans-serif;
    color:#fff;
    display:block;
}
.homeCaseTitle{
    font-weight:900;
    font-size:20px;
    line-height:24px;
    margin-bottom:5px;
}
.homeCaseDescription{
    font-weight:300;
    font-size:14px;
    line-height:14px;
}
.caseLowerPart{
    padding: 20px 27px;
    box-shadow:0 1px 12px rgb(5 5 5 / 7%);
    position: relative;
    z-index:5;
}
.caseResult{
    font-family:Gilroy, sans-serif;
    font-weight:300;
    font-size:17.5px;
    line-height:20px;
    display:block;
    margin-bottom:8px;
}
.homeCaseLink{
    font-family:Gilroy, sans-serif;
    font-weight:300;
    font-size:15px;
    line-height:18px;
    display:block;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
}
.homeCaseLink:hover{
	color:#30142A !important;
}
.greyBlockHome{
    padding:50px 45px 55px 370px;
    background:#F7F7F7;
}
.thickSeperator{
    display:block;
    width:44px;
    height:4px;
    background:#EB3B5D;
    margin:25px 0;
}
.thickSeperatorCenter{
    display:block;
    width:44px;
    height:4px;
    background:#EB3B5D;
    margin:25px auto;
}
.thickSeperatorWhite{
    display:block;
    width:44px;
    height:4px;
    background:#fff;
    margin:25px 0;
}
.linedUl ul {
    list-style-type: none;
    margin: 0;
		padding:0;
    font-size: 22px;
		line-height:25px;
}
.linedUl ul li {
    position: relative;
    padding-left: 50px;
}
.linedUl ul li:before {
    content: '';
    width: 25px;
    height: 3px;
    background: #EB3B5D;
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
}
ul.leftKennisMenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.leftKennisMenu li {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 50px;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
}
.leftKennisMenu li:nth-last-of-type(1){
	margin-bottom:0;
}
.leftKennisMenu a{
		padding-bottom: 5px;
		border-bottom: 3px solid transparent;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
		color:#000 !important;
}
.page-template-kennisbank-overzicht article {
    margin-bottom: -24px;
}
.page-template-kennisbank-overzicht .tabs{
	font-size:22px !important;
}
.page-template-kennisbank-overzicht article .tabs li {
    font-size: 15px !important;
    padding: 20px 40px;
		margin-bottom:0 !important;
}
.page-template-kennisbank-overzicht h2{
	font-size:55px;
	line-height:68px;
}
.page-template-kennisbank-overzicht .tab-content {
    margin-top: 0;
}
.page-template-kennisbank-overzicht article ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 22px;
}
.page-template-kennisbank-overzicht article ul li{
	margin-bottom:20px;
}
.page-template-kennisbank-overzicht article ul li:nth-last-of-type(1){
	margin-bottom:0;
}
.page-template-kennisbank-overzicht article .row ul li a{
	color:#000 !important;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.page-template-kennisbank-overzicht article .whitedSection ul li a{
	color:#fff !important;
}
.kennisSpecial {
    margin-top: -100px;
    position: relative;
    top: -140px;
    margin-bottom: -140px;
}
.higherIndex{
	z-index:100;
	position: relative;
}
.kennisSpecial h2 {
    position: relative;
    top: 250px;
    left: 100px;
}
.kennisSpecial:before {
    content: '';
    width: 400px;
    height: 270px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
ul.pushingUl {
    margin-bottom: 40px !important;
}
.page-template-kennisbank-overzicht article .row ul li a:hover{
	color:#EB3B5D !important;
}

.page-template-Rapportage-overzicht article ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 22px;
}
.page-template-Rapportage-overzicht article ul li{
	margin-bottom:20px;
}
.page-template-Rapportage-overzicht article ul li:nth-last-of-type(1){
	margin-bottom:0;
}
.page-template-Rapportage-overzicht article .row ul li a{
	color:#000 !important;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.page-template-Rapportage-overzicht article .row ul li a:hover{
	color:#EB3B5D !important;
}
.page-template-Rapportage-overzicht h2 img {
    margin-right: 15px;
    max-width: 35px;
}
.page-template-Rapportage-overzicht .introImageSmallCases {
    background: url(/wp-content/uploads/2021/03/SAM-foto-Team-1@2x.jpg);
    height: 490px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.page-template-Rapportage-overzicht article {
    margin-bottom: -24px;
}
.page-template-single-rapportage article {
    margin-bottom: -24px;
}
.page-template-single-rapportage .introImageSmallCases{
	background: url(/wp-content/uploads/2021/03/Hoofdafbeelding@2x.jpg);
	height: 490px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.smallerLetters span:nth-of-type(2){
	margin-top:0 !important;
}
.hidingImage img {
    position: absolute;
    z-index: -1;
    max-width: 850px;
}
.purpleBlockRapportage {
    background: #30142A;
    padding: 60px 60px;
    margin-top: 100px;
}
.purpleBlockRapportage p {
    font-size: 23px;
    line-height: 27px;
}
.purpleBlockRapportage a {
    color: #fff !important;
}
.purpleBlockRapportage a i{
		color: #fff !important;
		width:30px;
}
.purpleBlockRapportage p:nth-last-of-type(1) {
    margin-bottom:0 !important;
}
.biggerHeader{
	font-size:79px;
	line-height:96px;
}
span.bgHeaderBlack {
    background: #30142A;
    padding: 5px 15px;
    font-size: 27px;
    line-height: 33px;
    color: #fff;
    font-weight: 900;
		position:relative;
		z-index: 20;
}
span.bgHeaderRed {
		background: #D41F43;
		padding: 5px 15px;
		font-size: 27px;
		line-height: 33px;
		color: #fff;
		font-weight: 900;
		position: relative;
		z-index: 20;
		display: inline-block;
}
.firstRow table span.bgHeaderRed{
	font-size: 17px !important;
	margin-bottom: 40px !important;
}
.firstRow .tooltip i.fal.fa-question-circle{
		font-size: 14px !important;
}
.strongRed{
		color:#D41F43;
		display:block;
		margin-bottom:20px;
}
.rowMargin:nth-last-of-type(1) {
    margin-bottom: 0 !important;
}
.strongBlack{
	display:block;
	margin-bottom:20px;
	font-size:22px;
}
table .bgHeaderRed{
		margin-bottom:50px;
}
.firstRow table {
    position: relative;
    top: 60px;
}
.firstRow .fa-check-circle {
    font-size: 18px;
    color: #00af4e;
    position: relative;
    top: -5px;
}
.smallerLetters {
    font-weight: 900;
    font-size: 14px;
    width: 165px;
}
.smallerLetters span {
    display: block;
		margin-top: -27px;
		margin-bottom: 5px;
}
.analyticsRow{
	padding-bottom: 40px!important;
}
span.memberMail {
	display: block;
	font-size: 14px;
	margin-top: 3px;
	font-weight: 600;
}
.homeTeamSection .col-md-12 h2 {
    margin-top: 75px;
}
.memberMail img {
    width: 12px;
    position: relative;
    top: 1.5px;
}
.homeTeamSection .col-md-12 a.samButtonTrans {
    font-size: 21px;
    margin-top: 0px;
}
.aliFoto{
	background: url(https://www.samonlinemarketing.nl/wp-content/uploads/2021/11/Ali.jpg) !important;
}
.margTop{
	margin-top: 40px;
}
.lastTd{
	width:100%;
}
.firstRow .fa-times-circle{
		font-size:36px;
		color:#D41F43;
		position: relative;
    top: -25px;
}
.rapportageNumber {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    position: relative;
    z-index: 20;
    display: block;
    margin-top: 15px;
}
.createMargin {
    height: 50px;
}
.createSmallerMargin{
		height:30px;
}
.distanceInsight{
	margin-bottom:30px;
}
.rapportageHeader {
    font-size: 27px;
    line-height: 33px;
    font-weight: 900;
		z-index: 20;
		position:relative;
}
.onPageRow span.rapportageHeader {
    font-size: 20px;
}
.onPageRow .fa-check-circle {
    font-size: 21px;
    color: #00af4e;
    position: relative;
    top: 6px;
}
.onPageRow .fa-times-circle {
    font-size: 21px;
    color: #D41F43;
    position: relative;
    top: 6px;
}
.firstRow span.rapportageNumber {
    color: #3aae4e !important;
}
.widthTwoSixty span.bgHeaderBlack {
    color: #30142A !important;
    padding: 0 !important;
    background: transparent !important;
    padding-bottom: 12px !important;
    border-bottom: 3px solid #30142A !important;
}
.widthTwoSixty .tooltip i.fal.fa-question-circle {
    color: #30142a !important;
}
.onPageRow span.bgHeaderRed {
    font-size: 21px;
}
.firstTrRow span.bgHeaderBlack {
    color: #30142A !important;
    padding: 0 !important;
    background: transparent !important;
    padding-bottom: 12px !important;
    border-bottom: 3px solid #30142A !important;
}
div#siteHealth {
    position: relative;
    top: -9px;
}
.visualizer-front {
    margin-top: -70px;
    position: relative;
    z-index: 0;
		margin-left:-60px;
}
.rowMargin {
    margin-bottom: 50px;
}
.titelMargin{
	margin-bottom:25px;
}
.onPageRow .imageBlock{
	position: relative;
	top: 135px;
}
.onPageRow .visualizer-front {
    margin-top: 80px;
    margin-left: 0;
}
.autoriteitRow rect {
    fill: transparent;
}
.linkbuildingRow .visualizer-front{
	margin-top:0;
	margin-left:-40px;
}
.autoriteitRow .visualizer-front {
    margin-top: -80px;
    margin-left: -60px;
}
.topPushRow{
	margin-top:50px;
}
.teamPaddingRight {
    padding-right: 35px;
}
.teamPaddingLeft {
    padding-left: 35px;
}
.positieRow span.bgHeaderBlack {
    display: block;
		max-width:250px;
}
.positieRow table span span{
    display: block;
}
.positieRow table .bgHeaderBlack span {
    font-size: 17px;
}
.positieRow .firstTrRow td {
    height: 90px;
}
.imageBlock{
	width:100%;
	height:300px;
	background:#222;
}
.linkbuildingRow td{
	font-size:22px;
	font-weight:900;
	line-height:27px;
}
.firstTrRow{
	height: 60px;
  vertical-align: text-top;
}
.pushingLeft.pushingBottom {
    margin-left: 170px;
    margin-bottom: 20px;
    display: inline-block;
}
.urlRatingPush{
	margin-bottom: 28px;
}
.pushingLeftTwo.pushingBottom {
    margin-left: 265px;
    margin-bottom: 20px;
    display: inline-block;
}
.analyticsRow .imageBlock {
    margin: 30px 0;
}
.analyticsRow .imageBlock:nth-last-of-type(1) {
    margin-bottom: 0;
}
td.widthTwoSixty {
    width: 260px;
}
.slightPush td {
    position: relative !important;
    top: 5px;
}
.pushingBottom{
	margin-bottom:20px;
	display:inline-block;
}
.firstTrRow td {
    color: #D41F43;
}
.biggerHeader span {
    font-size: 79px;
    line-height: 96px;
}
.stripedBox {
    max-width: 500px;
    display: block;
    margin: 0 auto 50px;
    border: 2px dashed;
    padding: 40px;
}
.stripedBox tr td:nth-of-type(1) {
    text-align: left;
}
.stripedBox tr td:nth-of-type(2) {
    text-align: right;
}
.stripedBox i {
    font-size: 30px;
}
.lightLine {
    height: 1px;
    width: 100%;
    background: #ddd;
    margin-bottom: 25px;
}
.stripedBox i.fas.fa-check-circle {
    color: #00af4e;
}
.stripedBox i.fas.fa-times-circle{
	color: #d41f43;
}
h3.redDone {
    font-size: 24px;
    line-height: 26px;
    color: #d41f43;
}
h3.blackDone{
		font-size:24px;
		line-height:26px;
		color:#000;
}
.stripedBox:nth-of-type(1) {
    margin-top: 150px;
}
.puntenGedaan, .puntenTodo {
    margin-bottom: 100px;
		margin-top:50px;
}
.puntenGedaanBox ul, .puntenGedaan ul, .puntenTodo ul, .puntenTodoBox ul{
	padding:0;
	margin:0;
	text-align:left;
	list-style-type:none;
}
.puntenGedaanBox ul li, .puntenGedaan ul li, .puntenTodo ul li, .puntenTodoBox ul li{
	padding-left:0px;
	position:relative;
	margin-bottom:20px;
}
.puntenGedaanBox ul li:nth-last-of-type(1), .puntenGedaan ul li:nth-last-of-type(1), .puntenTodo ul li:nth-last-of-type(1), .puntenTodoBox ul li:nth-last-of-type(1){
	margin-bottom:0;
}
/*.puntenGedaanBox ul li:before, .puntenGedaan ul li:before{
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    position: absolute;
    left: 0;
    color: #00af4e;
}
.puntenTodoBox ul li:before, .puntenTodo ul li:before{
    content: '\f057';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    position: absolute;
    left: 0;
    color: #d41f43;
}*/
.puntenGedaanBox, .puntenTodoBox {
    padding: 40px;
    box-shadow: 0 1px 12px rgb(5 5 5 / 7%);
    margin-bottom: 50px;
}
.puntenGedaanBox span.bgHeaderRed, .puntenTodoBox span.bgHeaderRed{
		margin-bottom:50px;
}

.leftKennisMenu .current a{
		color:#EB3B5D !important;
		border-color:#EB3B5D;
}
.leftKennisMenu a:hover{
	color:#EB3B5D !important;
	border-color:#EB3B5D;
}
.sideSocialMedia span {
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
    color: #EB3B5D;
}
.sideSocialMedia img {
	display:inline-block;
	margin-right:40px;
}
.page-template-single-kennisbank article .col-md-3 {
    width: 100%;
    margin-bottom: 60px;
}
.page-template-single-kennisbank article {
    margin-bottom: -24px;
}
.imageBlockHome p {
    margin-bottom: 40px;
}
.imageBlockHome .mediumHeader {
    margin-bottom: 25px;
}
.imageBlockHome {
    background: #30142A;
    width: 470px;
    height: 685px;
    position: absolute;
    z-index: 99999;
    top: 220px;
    border-top: 35px solid #fff;
    border-right: 30px solid #fff;
    border-bottom: 90px solid #fff;
		padding:50px;
}
.rapportagesAfbeelding{
		background:url('https://rapportages.samonlinemarketing.nl/wp-content/uploads/2021/03/Afbeelding-rapportages.jpg');
		height:625px;
		background-size:cover;
		color:#fff;
}
.rapportagesAfbeeldingTekst {
    position: relative;
    top: 280px;
    left: 200px;
    max-width: 770px;
}
.rapportagesAfbeeldingTekst h2 {
    margin-bottom: 56px;
}
.rapportagesAfbeeldingTekst span {
    display: block;
    margin-bottom: 10px;
}
.imageBlockHomeTwo {
    background: url('/wp-content/uploads/2021/03/Sociale-media-marketing-afb-2@2x.jpg');
		background-position:bottom right;
		background-size:cover;
    width: 470px;
    height: 785px;
    position: absolute;
    z-index: 99999;
    top: 220px;
    border-top: 35px solid #fff;
    border-right: 30px solid #fff;
    border-bottom: 135px solid #fff;
		padding:50px;
}
.imageBlockHomeSmall {
    background: url('/wp-content/uploads/2021/03/Afbeelding-1@2x.jpg');
    width: 470px;
    height: 312px;
    position: absolute;
    z-index: 99999;
    top: 220px;
    border-top: 35px solid #fff;
    border-right: 30px solid #fff;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: auto;
	background-color:  rgb(48 20 42 / 80%);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 15px 10px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	font-size: 14px;
	left: -60%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
	line-height: 21px;
	font-weight: 300;
	width: 200px;
}
.tooltip i.fal.fa-question-circle {
    font-weight: bold;
    color: #d41f43;
    font-size: 21px;
    display: block;
    margin-left: 10px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:  rgb(48 20 42 / 80%) transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.bgHeaderBlack i {
    color: #fff !important;
}
.bgHeaderRed i {
    color: #fff !important;
}

.shadowStep .pushElement {
    position: relative;
    top: 25px;
}
.shadowStep{
		box-shadow:0 1px 12px rgb(5 5 5 / 7%);
		max-width:200px;
		width:100%;
		padding:50px 15px;
		height:270px;
		position: relative;
}
.shadowStep img {
    display: block;
    margin: 0 auto 20px;
}
.shadowHeader{
		font-size:21px;
		display:block;
		margin-top:5px;
		font-weight:900;
		vertical-align: middle;
		text-align:center;
		line-height:26px;
}
.stepTwoShadow{
		margin: 0 auto;
    left: -7px;
}
.stepThreeShadow{
		margin:0 auto;
}
.stepFourShadow{
	margin: 0 auto;
	right: -7px;
}
.stepFiveShadow{
	float:right;
}
span.pinkSmall {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #ea3b5b;
}
.homeTeamBlock {
    width: 242px;
    position:relative;
}
.teamImageOne, .teamImageTwo, .teamImageThree, .teamImageFour{
    background:#C6C6C6;
    width:100%;
    height:242px;
    position: relative;
    z-index: 10;
		background-size:cover !important;
}
.teamImageOne{
	background:url('/wp-content/uploads/2021/03/Mimas-Janssens.png');
}
.teamImageTwo{
	background:url('/wp-content/uploads/2021/03/Pim-Broekstra.png');
}
.teamImageThree{
	background:url('/wp-content/uploads/2021/03/Junior-van-Ruiten.png');
}
.teamImageFour{
	background:url('/wp-content/uploads/2021/03/Callisto-Janssens.png');
}
.sashaFoto{
	background:url('/wp-content/uploads/2021/03/Sasha-Yazdi.png');
}
.arminFoto{
	background:url('/wp-content/uploads/2021/03/armin2.png');
}
.joyceFoto{
	background:url('/wp-content/uploads/2021/03/Joyce-Monthiny.png');
}
.arminFoto{
	background:url('/wp-content/uploads/2021/03/armin2.png');
}
.joostFoto{
	background:url('/wp-content/uploads/2021/03/Joost-Zuijderduin.png');
}
.ramonFoto{
	background:url('/wp-content/uploads/2021/03/Ramon-van-Diemen.png');
}
.mishaFoto{
	background:url('/wp-content/uploads/2021/03/Misha-Yazdi.png');
}
.marcoFoto{
	background:#222;
}
.bedankStreep {
    display: inline-block;
    position: relative;
    z-index: 10;
}
.bedankStreep:before {
    content: url(http://samonline.sampreview.nl/wp-content/uploads/2021/03/Streep-Dankjewel-1.svg);
    position: absolute;
    top: 25px;
    z-index: -1;
}
.autoMargin{
    margin:0 auto;
}
.leftSix{
    right:6px;
}
.rightSix{
    left:6px;
}
.teamLowerPart{
    padding:26px 0;
    box-shadow:0 1px 12px rgb(5 5 5 / 7%);
    text-align:center;
    background: #fff;
}
.memberName {
    font-family: Gilroy,sans-serif;
    font-weight: 300;
    display: block;
    font-size: 20px;
    line-height: 23px;
}
.memberFunction {
    font-family: Gilroy, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}
.mediumBottomMargin{
    margin-bottom:65px;
}
.bigBottomMargin{
		margin-bottom:80px !important;;
}
.quoteSection .col-md-8{
    padding:0 80px;
}
.purpleBG a{
	transition:all 0.3s;
	-webkit-transition: all 0.3s;
}
.purpleBG a:hover{
	color:#fff !important;
}
.innerQuote{
    position:relative;
    z-index:10;
}
.bigQuote {
    position: absolute;
    z-index: 0;
    color: #EB3B5D;
    font-size: 360px;
    font-weight: 900;
    font-family: Gilroy, sans-serif;
    top: 200px;
    opacity: 1;
    left: 200px;
		content:url('/wp-content/uploads/2021/03/Path-379.svg');
}
.smallQuote {
    position: absolute;
    z-index: 0;
    font-size: 167px;
    font-family: Gilroy, sans-serif;
    font-weight: 900;
    opacity: 1;
    top: 255px;
    right: 350px;
		content:url('/wp-content/uploads/2021/03/Path-378.svg');
}
.homeConForm .col-md-12{
    box-shadow:0 1px 12px rgb(5 5 5 / 7%);
    padding:50px 140px 55px 140px;
}
h3.gform_title {
    display: none;
}
.homeConForm input[type="text"] {
    border: none;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 25px !Important;
}
.homeConForm input[type="text"]::placeholder {
    color:#C9C9C9;
}
.dienstForm input[type="text"] {
    border: none;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 25px !Important;
}
.dienstForm input[type="text"]::placeholder {
    color:#C9C9C9;
}
.textPadRight {
    padding-right: 25px !Important;
}
.textPadLeft {
    padding-left: 25px !Important;
}
#gform_fields_1 .paddedVoorwaarde {
    width: 400px;
    display: block;
    margin: 0 auto !important;
    position: relative !important;
    vertical-align: top !Important;
    font-size: 15px !important;
    top:10px;
}
#gform_fields_2 .paddedVoorwaarde {
    width: 400px;
    display: block;
    margin: 0 auto !important;
    position: relative !important;
    vertical-align: top !Important;
    font-size: 15px !important;
    top:10px;
}
.homeConForm input[type="radio"] {
    position: relative;
    margin-right: 40px;
    top: -11px;
    left: 13px;
}
.dienstForm input[type="radio"] {
    position: relative;
    margin-right: 40px;
    top: -11px;
    left: 13px;
}

input#gform_submit_button_1{
    font-family:Gilroy, sans-serif;
    font-weight:900;
    padding:27px 54px;
    background:#EB3B5D;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    display:inline-block;
    border:2px solid #EB3B5D;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    cursor:pointer;
    margin: 0 auto;
    display: block;
    width: 370px;
		border-radius:0 !important;
}
input#gform_submit_button_2{
    font-family:Gilroy, sans-serif;
    font-weight:900;
    padding:27px 54px;
    background:#EB3B5D;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    display:inline-block;
    border:2px solid #EB3B5D;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    cursor:pointer;
    margin: 0 auto;
    display: block;
    width: 100%;
		border-radius:0 !important;
}
input#gform_submit_button_3{
    font-family:Gilroy, sans-serif;
    font-weight:900;
    padding:27px 54px;
    background:#EB3B5D;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    display:inline-block;
    border:2px solid #EB3B5D;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    cursor:pointer;
    margin: 0 auto;
    display: block;
    width: 100%;
		border-radius:0 !important;
}
footer a {
    transition:all 0.3s;
		-webkit-transition:all 0.3s;
}
footer a:hover {
    color: #EB3B5D !important;
}
.page-template-offerte input#gform_submit_button_3{
	background:#30142A;
	border-color:#30142A;
}
.page-template-offerte input#gform_submit_button_3:hover{
		background:#EB3B5D;
		border-color:#EB3B5D;
}
.purpleHover{
	  transition:all 0.3s;
		-webkit-transition:all 0.3s;
}
.purpleHover:hover{
	  color:#30142A !important;
}
.page-template-overons a.bigSamButton {
    top: 190px;
    left: 37px;
    display: block;
    max-width: 292px;
    overflow: hidden;
}
.page-template-googleadwords .dienstForm a.bigSamButton{
	top: 135px;
	left: 100px;
	display: block;
	max-width: 305px;
	overflow: hidden;
}
.page-template-googleadwords article {
    margin-bottom: -24px;
}
.page-template-bedankpagina-seoscan article {
    margin-bottom: -24px;
}
.error404 article{
	margin-bottom:-24px;
}
.page-template-googleadwords h2.bigBottomMargin {
    font-size: 55px;
    line-height: 68px;
}
.md7GreyBlock{
	padding:50px 70px;
	background:#F7F7F7;
	position:relative;
}
.blackedBlock {
    background: #000;
    width: 450px;
    height: 450px;
    position: relative;
    top: 180px;
}
.purpleLayer{
	background:#30142A;
	border-color:#30142A;
}
.purpleLayer:hover{
	color:#30142A !important;;
}
.md7GreyBlock:before {
    content: '';
    background: #f7f7f7;
    width: 250px;
    height: 150px;
    top: 0;
    left: -250px;
    position: absolute;
}
.md7GreyBlock ol {
    padding-left: 0;
    margin-left: 15px;
}
.md7GreyBlock li {
    padding-left: 40px;
    margin-bottom: 20px;
}
.whitedAdd {
    position: relative;
}
.whitedAdd:after {
    content: '';
    width: 45%;
    height: 100px;
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.page-template-googleadwords .purpleBlock {
    padding: 100px;
}
.pricingBox {
    padding: 40px 50px;
    box-shadow: 0 1px 12px rgb(5 5 5 / 7%);
    max-width: 270px;
		text-align:center;
}
.pricingList {
    padding: 0;
    margin: 0;
    font-size: 13px;
		text-align:left;
		padding-top:40px;
		list-style-type:none;
}
.pricingList li{
		font-weight:900;
		margin-bottom:15px;
		padding-left:30px;
		position:relative;
		opacity:25%;
}
.pricingList li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    position: absolute;
    left: 0;
    font-weight: 300;
    top: -6px;
}
.whitedSection .pricingList li {
    color: #fff;
}
.whitedSection .pricingList li:before{
	color:#EB3B5D;
}
.pricingListActive{
	opacity:100% !important;
}
.pricingDescription{
	font-size:13px;
	display:block;
}
.pricingTitle{
	display:block;
	margin-bottom:20px;
	font-size:20px;
	font-weight:900;
}
.pricingPrice{
	font-size:12px;
	font-weight:900;
	margin-bottom:20px;
	display:block;
}
.pricingBox .samButtonTrans {
    font-size: 10px;
}
.marginBottom50{
	margin-bottom:50px;
}
.page-template-werkwijze a.bigSamButton {
    top: 190px;
    left: 27px;
    display: block;
    max-width: 292px;
    overflow: hidden;
}
.dienstFormHolder {
    max-width: 510px;
    padding: 43px 38px 20px;
    position: relative;
    z-index: 10;
    top: 57px;
    left: 50px;
    box-shadow:0 1px 12px rgb(5 5 5 / 7%);
    background:#fff;
}
.smallText{
    font-size:15px;
}

input#gform_submit_button_1:hover{
    color:#EB3B5D;
    background:#fff;
}
footer {
    background: #30142A;
    color: #fff;
    position: relative;
    top: 24px !important;
    color:#fff !important;
}
footer a{
    color:#fff !important;
}
footer .container{
    padding-top:100px;
}
footer .col-md-8 {
    text-align: right;
}
footer .col-md-8 span {
    display: inline-block;
    margin-left: 45px;
}
.footHeader{
    font-family:Gilroy, Sans-serif;
    font-weight:900;
    font-size:25px;
    line-height:31px;
    display:block;
}
.footHeader:after{
    content:'';
    background:#EA3B5D;
    height:3px;
    margin:18px 0;
    width:50px;
    display:block;
}
.page-template-single-blog article {
    margin-bottom: -24px;
}
footer ul {
    margin: 0 0 45px;
    padding: 0;
    list-style-type: none !important;
    font-weight:300;
    font-family:Gilroy, sans-serif;
    line-height:19px;
    font-size:16px;
}
footer ul li{
    margin-bottom:7px;
}
.lowerFooter {
    margin-top: 40px;
    padding-top: 35px;
    border-top: 1px solid #fff;
    padding-bottom: 35px;
}
.homeCaseLink i {
    left: 10px;
    position: relative;
    font-size:12px;
}
.leftTen{
    position:relative;
    left:10px;
    font-size:12px;
}
.col-md-3.socialFooter i {
    font-weight: 300 !important;
    display: inline-block;
    font-size: 24px;
    position: relative;
    top: -2px;
}
.mainLogoNama{
    font-family: Gilroy, sans-serif;
    font-weight: 900;
    font-size: 68px;
    line-height: 35px;
}
.logoDescription{
    font-family:Gilroy, sans-serif;
    font-weight:300;
    font-size:9px;
    line-height:10px;
    display:block;
}
.dienstenQuoteBlock {
    padding: 20px 30px;
    box-shadow:0 1px 12px rgb(5 5 5 / 7%);
    position: relative;
    max-width: 650px;
    left: -70px;
    background: #fff;
    top: 50px;
}
span.upperDienstenQuote {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    position:relative;
    z-index:9;
}
.dienstenQuoteBlock img {
    width: 83px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}
span.lowerDienstenQuote {
    display: block;
    margin-top: 15px;
    font-size: 19px;
    color: #EB3B5D;
    position:relative;
    z-index:9;
}
span.bgDienstenQuote {
    position: absolute;
    font-size: 118px;
    color: #EAEAEA;
    line-height: 145px;
    font-weight: 900;
    top: 0;
    left: 135px;
    z-index: 1;
}
.dienstMeer {
    font-size: 15px;
    display: block;
    margin-top: 3px;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
}
.dienstMeer:hover{
	  color:#30142A !important;
}
.dienstArrow {
    font-size: 12px !important;
    display: inline-block;
    margin-left: 10px;
}
.overTV {
    box-shadow:0 1px 12px rgb(5 5 5 / 7%);
    padding: 25px;
    width: 100%;
    height: 300px;
    float: right;
}
.lastContact {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 170px;
}
.noMargin{
    margin:0 !important;
}
.noMarginAuto{
    margin:0 auto;
}
.smallMargin{
    margin:15px 0;
}
.smallMarginAuto{
    margin:15px auto;
}
.textPaddingRight {
    padding-right: 160px;
}
.noBottomPadding{
    padding-bottom:0;
}
.bottomPaddingHundred{
    padding-bottom:100px;
}
.noBottomMargin{
    margin-bottom:0 !important;
}
.noTopMargin{
    margin-top:0;
}
.bigPurpleExtension{
		padding:60px;
		background:#30142A;
		position:relative;
}
.largeTextPaddingRight {
    padding-right: 150px;
}
.bigPurpleExtension:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 200px;
    bottom: 0;
    right: 0;
    display: block;
    background: #fff;
}
.page-template-landingspagina .bigHeaderLP {
		height: auto;
		vertical-align: middle;
		max-width: none;
		margin-top: 85px !important;
		top: 0;
		display: block !important;
}
.page-template-dienst .paddingMenu {
    background: #fff;
    padding-left: 50px;
    position: relative;
    left: -20px;
    margin-bottom: -29px;
    padding-bottom: 60px;
}
.page-template-seoscan .paddingMenu {
    background: #fff;
    padding-left: 50px;
    position: relative;
    left: -20px;
    margin-bottom: -29px;
    padding-bottom: 60px;
}
.page-template-overons .paddingMenu {
    background: #fff;
    padding-left: 50px;
    position: relative;
    left: -20px;
    margin-bottom: -29px;
    padding-bottom: 60px;
}
.page-template-googleadwords .paddingMenu{
	background: #fff;
	padding-left: 50px;
	position: relative;
	left: -20px;
	margin-bottom: -29px;
	padding-bottom: 60px;
}
.page-template-googleadwords span.bigHeader {
    text-align: left;
		line-height:92px;
}
.page-template-werkwijze .paddingMenu {
    background: #fff;
    padding-left: 50px;
    position: relative;
    left: -20px;
    margin-bottom: -29px;
    padding-bottom: 60px;
}
.page-template-socialmedia .paddingMenu {
    background: #fff;
    padding-left: 50px;
    position: relative;
    left: -20px;
    margin-bottom: -29px;
    padding-bottom: 60px;
}
.page-template-conversie .paddingMenu {
    background: #fff;
    padding-left: 50px;
    position: relative;
    left: -20px;
    margin-bottom: -29px;
    padding-bottom: 60px;
}
.page-template-seoscan .introImageSmallDienst span.bigHeaderWhite {
    position: relative;
    top: 100px;
    left: -155px;
}
.smallBoxText{
    max-width:560px;
}
.smallBoxText p {
    font-size: 15px;
}
.blueBG{
    background:#30142A;
}

.whitedSection h2, .whitedSection h1 {
    color: #fff;
}
.whitedSection p {
    color: #fff;
}
.backgroundCase{
    background:#2E2E2E;
    width:530px;
    height:355px;
    position:relative;
    z-index:10;
}
.caseOverview {
    padding: 31px 45px;
    box-shadow:0 1px 12px rgb(5 5 5 / 7%);
    position: relative;
    z-index: 9;
    max-width: 530px;
    margin-bottom: 81px;
}
.caseOverview span{
    display:block;
}
.caseTitel{
    font-size:35px;
    font-weight:900;
    line-height:42px;
}
.caseTags {
    font-size: 12px;
    color: #A8A8A8;
    margin-top: 18px;
    line-height:14px;
}
.caseDescription {
    font-size: 17.5px;
    line-height: 20px;
    margin-top:8px;
}
.caseLink {
    display:block;
    font-size: 15px;
    line-height: 18px;
    margin-top: 18px;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
}
.caseLink:hover{
		color:#30142A !important;
}
.caseColPush{
    margin-top:106px;
}
.caseColPush .caseOverview {
    float: right;
    width: 100%;
}
.caseColPush .backgroundCase{
    float:right;
}
.caseArrow {
    font-size: 11px;
    background: #EA3B5D;
    color: #fff;
    padding: 11px 12px;
    position: absolute;
    right: 45px;
    bottom: 31px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.caseArrow:hover{
    background:#30142A;
		color:#fff !important;
}
.shadowStep svg {
    height: 80px;
}
.borderImages img{
    border:1px solid #f1f1f1;
}
.borderImages .row{
    margin-bottom:26px;
}
.page-template-single-case .upperHeader {
    background: #fff;
}
.pushFromMenu{
    margin-top:130px;
}
.singleCaseTags {
    font-size: 22px;
    color: #A8A8A8;
    margin-top: 25px;
    line-height:25px;
    margin-bottom:40px;
}
.bigParagraph{
    font-size:20px;
    line-height:23px;
}
.paddedWidth{
    padding:0 35px;
}
.mainCaseImage{
    width:100%;
    height:671px;
    background:#2E2E2E;
}
.phoneCase {
    width: 280px;
    position: absolute;
    top: 320px;
    right: 20px;
}
.mainCaseUSP{
    margin-top:80px;
}
.mainCaseUSP ul{
    list-style-type:none;
    padding-left:60px;
    margin-left:0;
}
.mainCaseUSP ul li{
    font-size:22px;
    line-height:25px;
    margin-bottom:12px;
    display:block;
    position:relative;
}
.mainCaseUSP ul li:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 2px;
    background: #EB3B5D;
    left: -60px;
    top: 14px;
}
.marginBotFourty{
    margin-bottom:40px;
}
.specialHeadSize{
    font-size:30px;
    font-weight:900;
    margin-bottom:36px;
    margin-top:36px;
    display:block;
}
.lightGreyBlock{
    padding:64px 35px 50px 60px;
    background:#F7F7F7;
    position:relative;
}
.whiteSmallBlock {
    width: 100px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}
.whiteSmallBlockHorizontal {
    width: 375px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.pushBottom{
    margin-bottom:70px;
}
img.conImage {
    position: absolute;
    top: 35px;
    right: 0;
}
.formHolder {
    padding: 28px 35px;
    box-shadow:0 1px 12px rgb(5 5 5 / 7%);
    position: relative;
    background: #fff;
    top: 5px;
    z-index: 10;
}
.blueLeftSide{
    padding:33px 40px;
    background:#30142A;
}
.blueLeftSide .smallerHeader {
    display: block;
    margin-bottom: 40px;
}
.pinkLeftSide{
    padding:33px 40px;
    background:#EB3B5D;
}
.pinkLeftSide .smallerHeader {
    display: block;
    margin-bottom: 40px;
}
.whitedSection span {
    color: #fff;
}
.whitedSection i{
    color:#fff;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
}
.whitedSection a i{
    color:#EB3B5D;
}
.whitedSection a:hover i{
	  color:#fff;
}
.contactRow {
    margin-bottom: 44px;
}
.theSocialLinks a {
    margin-right: 55px;
    font-size: 24px;
}
.theSocialLinks a:nth-last-of-type(1) {
    margin-right: 0px;
}
.highIndex{
    position:relative;
    z-index:10;
}
label#label_3_7_0 {
    font-weight: 300;
}
.contactArea {
    position: relative;
    left: 25px;
    padding:0 40px;
}
.contactArea input[type="text"] {
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
}
.inlineLi {
    margin-top: 40px !important;
}
.inlineLi ul li {
    display: inline-block;
    margin-right: 77px !important;
}
.inlineLi ul li:nth-last-of-type(1) {
    margin-right: 0 !important;
}
.inlineLi ul li label {
    position: relative;
    top: 2px;
    margin-left: 10px !important;
    z-index: 90;
}
.contactArea .gf_left_half {
    padding-right: 15px !important;
}
.contactArea .gf_right_half {
    padding-right: 15px !important;
}
label#label_3_7_0 {
    padding-right: 300px;
}
input#gform_submit_button_3 {
		font-size: 14px !important;
		float: none;
		max-width: 223px;
		padding: 23px 0;
		position: relative;
		right: 0;
		bottom: -25px;
		border-radius:none;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
}
input#gform_submit_button_3:hover{
	  background:#30142A;
		border-color:#30142A;
}
.gform_wrapper textarea.small {
    border: none;
    border-bottom: 1px solid #999;
		border-radius:0;
}
span.gfield_required {
    display: none;
}
.whitedIcons path {
    fill: #fff !important;
    color: #fff !important;
}
.whitedIcons {
    fill: #fff !important;
    color: #fff !important;
}
li.gchoice_3_7_0{
    overflow:visible !important;
}
label#label_3_7_0 {
    padding-right: 300px;
    position: relative;
    left: 20px;
    top: 65px;
}
input#choice_3_7_0 {
    position: relative;
    top: 42px;
}
.bigPaddedColumnRight ul {
    margin: 0;
    padding-left: 15px;
}
.bigPaddedColumnRight ul li{
    margin-bottom: 20px;
}
.alignLeft {
    text-align: left;
}
.page-template-overons .dienstFormHolder {
    max-width: 510px;
    padding: 0;
    position: relative;
    z-index: 10;
    top: 136px;
    box-shadow: none;
    background: #fff;
    left: -70px;
		background:none;
}
.page-template-googleadwords .dienstFormHolder{
	max-width: 510px;
	padding: 0;
	position: relative;
	z-index: 10;
	top: 92px;
	box-shadow: none;
	background: #fff;
	left: 100px;
	background:none;
}
.page-template-werkwijze .dienstFormHolder {
    max-width: 510px;
    padding: 0;
    position: relative;
    z-index: 10;
    top: 136px;
    box-shadow: none;
    background: #fff;
    left: 0px;
		background:none;
}
.page-template-socialmedia .dienstFormHolder {
    max-width: 400px;
    padding: 0;
    position: relative;
    z-index: 10;
    top: 126px;
    box-shadow: none;
    background: #fff;
    left: 50px;
    background: none;
}
.page-template-conversie .dienstFormHolder {
    max-width: 400px;
    padding: 0;
    position: relative;
    z-index: 0;
    top: 126px;
    box-shadow: none;
    background: #fff;
    left: 50px;
    background: none;
}
.extraTopPadding{
		padding-top:160px;
}
.memberArea .col-md-3 {
    margin-bottom: 50px;
}
.memberArea .col-md-3:nth-last-of-type(2) {
    margin-bottom: 0;
}
.memberArea h2 {
    margin-bottom: 100px;
}
.werkwijzeStreep {
    height: 177px;
    float: left;
    width: 2px;
    background: #ea3b5d;
    margin-right: 50px;
		top: 3px;
		left:16px;
		position: relative;
}
.werkwijzeStap{
		position:relative;
		display:block;
		font-size:20px;
		line-height:23px;
}
.werkwijzeBlok{
	margin-bottom:80px;
}
.werkBlokStart{
	margin-top:80px;
}
.werkwijzeBlok p{
	font-size:20px;
	line-height:23px;
	margin-top:0;
	margin-bottom:25px;
}
.werkwijzeBlok ul{
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}
.werkwijzeBlok ul li{
	position:relative;
	padding-left:55px;
	font-size:20px;
	margin-bottom:20px;
}
.werkwijzeBlok ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    font-size: 28px;
    color: #ea3b5d;
}
.imageBlockHome ul{
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	margin-top:30px;
}
.home a.samButtonBlue {
    margin-top: 27px;
}
.caseImageOne:before, .caseImageTwo:before, .caseImageThree:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(0 0 0 / 40%);
    left: 0;
    top: 0;
    z-index: -1;
}
.imageBlockHome li{
	position:relative;
	padding-left:55px;
	font-size:16px;
	margin-bottom:20px;
	font-weight:900;
	color:#fff;
}
.imageBlockHome ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    font-size: 24px;
    color: #ea3b5d;
		font-weight:300;
		top:-5px;
}
.purpleBlock ul{
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}
.purpleBlock li{
	position:relative;
	padding-left:55px;
	font-size:16px;
	margin-bottom:20px;
	font-weight:900;
	color:#fff;
}
.purpleBlock ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    font-size: 24px;
    color: #ea3b5d;
		font-weight:300;
		top:-5px;
}
.purpleBlock{
		background:#30142A;
		padding:40px 50px 40px 50px;
}
.purpleBlock ul {
    margin-top: 30px;
}
.headerFourty {
    font-size: 40px;
    line-height: 49px;
    font-weight: 900;
    margin-bottom: 15px;
}
.textAndForm{
	padding:44px 38px;
	box-shadow:0 1px 12px rgb(5 5 5 / 7%);
}
.homeConForm .col-md-7 {
    padding: 54px 51px 0;
}
.homeScanText{
	padding:45px 40px;
	background:#30142A;
	color:#fff;
}
.scanTextHeader {
    font-size: 25px;
    line-height: 31px;
    font-weight: 900;
}
.homeScanText p, .homeScanText span{
	color:#fff;
	margin-bottom:32px;
	display:block;
}
.homeScanText ul{
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	margin-bottom: 45px;
	margin-top: 45px;
}
.homeScanText li{
	position:relative;
	padding-left:55px;
	font-size:16px;
	margin-bottom:20px;
	font-weight:900;
	color:#fff;
}
.homeScanText ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    font-size: 24px;
    color: #ea3b5d;
		font-weight:300;
		top:-5px;
}
.home input#gform_submit_button_1 {
    width: 300px;
    margin-top: 20px !important;
}
.werkwijzeContent {
    overflow: hidden;
}
.werkwijzeStreep.stapEen:before {
    content: '1';
    background: #ea3b5d;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -15.5px;
    width: 33px;
    height: 33px;
    padding: 8px 13px;
    color: #fff;
    font-weight: 900;
		top:0;
}
.werkwijzeStreep.stapTwee:before {
	content: '2';
	background: #ea3b5d;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: -15.5px;
	width: 33px;
	height: 33px;
	padding: 8px 13px;
	color: #fff;
	font-weight: 900;
	top: 30px;
}
.werkwijzeStreep.stapDrie:before {
    content: '3';
    background: #ea3b5d;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -15.5px;
    width: 33px;
    height: 33px;
    padding: 8px 13px;
    color: #fff;
    font-weight: 900;
    top: 75px;
}
.werkwijzeStreep.stapVier:before {
    content: '4';
    background: #ea3b5d;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -15.5px;
    width: 33px;
    height: 33px;
    padding: 8px 13px;
    color: #fff;
    font-weight: 900;
    top: 110px;
}
.werkwijzeStreep.stapVijf:before {
    content: '5';
    background: #ea3b5d;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -15.5px;
    width: 33px;
    height: 33px;
    padding: 8px 13px;
    color: #fff;
    font-weight: 900;
    top: 177px;
}
.paddedColumnRight .werkwijzeBlok {
    margin-bottom: 150px;
}
.paddedColumnRight .werkwijzeBlok:nth-last-of-type(1) {
    margin-bottom: 0;
}
.pushTop {
    margin-top: 150px;
}
.extraBigHeader{
	font-size:102px;
	line-height:125px;
	font-weight:900;
	display:block;
	margin-bottom:20px;
}
.mediumBigHeader{
	font-size:49px;
	line-height:60px;
	font-weight:900;
	display:block;
	margin-bottom:49px;
}
.page-template-bedankpagina-seoscan .bigSamButton {
    margin-top: 20px;
}
span.xxlHeader {
    font-size: 248px;
    font-weight: 900;
    line-height: 304px;
    position: relative;
    top: -33px;
}
.error404 span.mediumBigHeader {
    margin-bottom: 26px;
}
.dienstButtonPosition .bigSamButton {
    position: relative;
    top: 14px;
    left: 80px;
}
.headerFiftyFive{
	font-size:55px;
}
.overOnsFoto {
    float: right;
    margin-top: 35px;
}
.blueLeftSide a {
    color: #fff !important;
}
.blueLeftSide a i{
    color: #fff !important;
		position:relative;
		top:-2px;
}
.pinkLeftSide a {
    color: #fff !important;
		position:relative;
		top:-2px;
}
.pinkLeftSide a i{
    color: #fff !important;
}
.menu-toggle {
	display: none;
}
.searchIcon{
	display: none;
}
.slidingResponsive{
	display:none;
}
.onlyMobile{
	display:none;
}
.alignCenter > .onlyMobile{
	display:none;
}
.purpleBG a.samButtonTrans {
    background: #30142A;
    color: #fff !important;
    border-color: #fff;
}
.purpleBG a.samButtonTrans{
		margin-top:50px;
}
.purpleBG a.samButtonTrans:hover {
    background: #fff;
    color: #30142A !important;
}
.imageConversie {
    position: absolute;
    max-width: 650px;
    top: -100px;
    right: -100px;
}
.conversieGreyBlock{
		background:#F7F7F7;
		padding:130px 60px 42px;
		position:relative;
}
.conversieGreyBlock:after {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 370px;
    height: 90px;
    background: #fff;
    position: absolute;
}
.blueBG p.bigParagraph:nth-last-of-type(1) {
    margin-bottom: 0;
}
.page-template-single-case .col-md-7 p.bigParagraph {
    margin-bottom: 0;
}
.innerQuote p:nth-last-of-type(1) {
    margin-bottom: 0;
}
@media (min-width:1180px){
/* MEGA MENU */
.phoneLabel a {
    font-weight: 900 !important;
}
.phoneLabel i {
    display:inline-block;
		margin-right:8px;
}
.nav-menu > li > ul.sub-menu {
    display: block;
    width: 600px;
    box-shadow:0 1px 12px rgb(5 5 5 / 7%);
		background:#fff;
		margin-left:-20px;
		z-index:5;
}
.nav-menu > li > ul > li {
    width: 50%;
    display: block;
    float: left;
		padding: 20px;
}
.nav-menu > li > ul.sub-menu > li > ul.sub-menu {
    display: block;
		left:auto;
		box-shadow: 0 0 0;
		position: relative;
		width:100%;
		margin-top:15px;
		left:40px;
}
li#menu-item-9 > a {
    padding-bottom: 20px;
}
li#menu-item-35374 {
    height: 232px;
}
li#menu-item-35371{
		height:232px;
}
.nav-menu > li > ul > li > ul >li a {
    font-weight: 300;
    font-size: 15px;
    display: block;
    margin-bottom: 16px;
    margin-right: 0;
		width:auto;
}
#menu-item-9 > ul.sub-menu:after {
    content: 'Diensten';
    display: block;
    position: absolute;
    left: -142px;
    background: #f8f8f8;
    padding: 31px 30px 17px 30px;
    height: 423px;
    font-size: 20px;
}
#menu-item-13 > ul.sub-menu:after {
    content: 'Contact';
    position: absolute;
    left: 0;
    background: #f7f7f7;
    height: 100%;
    padding: 44px 40px 0 40px;
    font-size: 20px;
}
#menu-item-13 > ul.sub-menu{
		margin-left:-535px;
}
.menu > #menu-item-9:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 4px;
    right: 30px;
    font-size: 11px;
}
.menu > #menu-item-13:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 4px;
    right: -20px;
    font-size: 11px;
}
li#menu-item-35386 {
    left: 135px;
}
#menu-item-35386 ul.sub-menu {
    margin-top: -5px;
}
.nav-menu > li > ul > li > a {
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
}
.nav-menu > li > ul > li > a > img {
    position: relative;
    width: 25px;
    top: 5px;
    display: inline-block;
    margin-right: 10px;
}
/* END OF MEGA MENU */
}
.seoSiteButton {
	background: #95B2B0;
	padding: 20px 40px;
	font-size: 16px;
	color: #fff !important;
	font-weight: 900;
	position: fixed;
	z-index: 100;
	right: 70px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	bottom: 0;
}
.seoSiteButton:hover{
	 background:#EB3B5D;
}
.socialMediaFirstImage{
	max-width: 400px;
	position: relative;
	top: 15px;
}
.scanMenu a {
    color: #EB3B5D;
}
.scanMenu a:hover {
    color: #30142A;
}
.contactMenu a {
    color: #95B2B0;
}
/* STREPEN EN STREPEN SPANS */
.BegrippenStripe{
	position:relative;
	z-index:10;
}
.BegrippenStripe:before{
	content: url('/wp-content/uploads/2021/03/Streep-Begrippenlijst.svg');
	position:absolute;
	top:39px;
	z-index:-1;
}
.winStripe{
	position:relative;
	z-index:10;
}
.winStripe:before {
    content: url(/wp-content/uploads/2021/03/Streep-Samen-winnen.svg);
    position: absolute;
    top: 35px;
    z-index: -1;
}
.werkStripe{
	position:relative;
	z-index:10;
}
.werkStripe:before {
    content: url(/wp-content/uploads/2021/03/Streep-werk.svg);
    position: absolute;
    top: 15px;
}
.onzeAanpakStripeHome{
	position:relative;
	z-index:10;
}
.onzeAanpakStripeHome:before{
	content: url(/wp-content/uploads/2021/03/Streep-aanpak.svg);
	position: absolute;
	top: 15px;
	z-index:-1;
}
.aanpakMargin2:before {
    top: 28px;
}
.specialistenStripe{
	position:relative;
	z-index:10;
}
.specialistenStripe:before {
    content: url(/wp-content/uploads/2021/03/Streep-specialisten.svg);
    position: absolute;
    top: 28px;
    z-index: -1;
}
.samenStripe{
	position:relative;
	z-index:10;
}
.samenStripe:before {
    content: url(/wp-content/uploads/2021/03/Streep-samen.svg);
    position: absolute;
    top: 20px;
    z-index: -1;
}
.bigPaddedColumnRight ul li:nth-last-of-type(1) {
    margin-bottom: 0 !important;
}
.paddedColumnRight p:nth-last-of-type(1){
	margin-bottom: 0;
}
.paddedColumnLeft p:nth-last-of-type(1){
	margin-bottom: 0;
}
.page-template-werkwijze .col-md-8 p.bigParagraph.noTopMobile {
    margin: 0;
}
.page-template-overons article {
    margin-bottom: -24px;
}
.smallPaddedColumnRight p:nth-last-of-type(1) {
    margin-bottom: 0;
}
.smallPaddedColumnLeft p:nth-last-of-type(1) {
    margin-bottom: 0;
}
p:nth-last-of-type(1){
	margin-bottom:0;
}
p:nth-of-type(1){
	margin-bottom:23px !important;;
}
.smallPaddedColumnLeft p:nth-of-type(1){
	margin-bottom:23px !important;
}
.smallPaddedColumnRight p:nth-of-type(1){
	margin-bottom:23px !important;
}
header#masthead {
    position: relative;
    z-index: 1000;
}
.dienstenStripe{
	position:relative;
	z-index:10;
}
.dienstenStripe:before {
    content: url(/wp-content/uploads/2021/03/Streep-SEO-Diensten.svg);
    position: absolute;
    top: 39px;
    z-index: -1;
}

span.seoStripe {
    position: relative;
    z-index: 10;
}
.seoStripe:before {
    content: url(/wp-content/uploads/2021/02/Streep-onder-SEO@2x.png);
    position: absolute;
    top: 20px;
    z-index: -1;
}
.werkStripeTwo{
		position:relative;
		z-index:10;
}
.werkStripeTwo:before {
    content: url(/wp-content/uploads/2021/02/Streep-onder-werk@2x.png);
    position: absolute;
    top: 22px;
    z-index: -1;
}
.casesStripe{
		position:relative;
		z-index:10;
}
.casesStripe:before{
		content:url('/wp-content/uploads/2021/02/Streep-onder-Cases@2x.png');
		position:absolute;
		top:36px;
		z-index:-1;
}
.samenStripeTwo{
		position:relative;
		z-index:10;
}
.samenStripeTwo:before{
		content:url('/wp-content/uploads/2021/02/Streep-onder-samen@2x.png');
		position:absolute;
		top:25px;
		z-index:-1;
}
.missieStripe{
		position:relative;
		z-index:10;
}
.missieStripe:before{
	  content:url('/wp-content/uploads/2021/02/Streep-onder-missie@2x.png');
		position:absolute;
		top:15px;
		z-index:-1;
}
.overOnsStripe{
		position:relative;
		z-index:10;
}
.overOnsStripe:before{
	  content:url('/wp-content/uploads/2021/02/Streep-onder-over-ons@2x.png');
		position:absolute;
		top:22px;
		z-index:-1;
}
.specStripeTwo:before {
    top: 37px;
}
.onzeAanpakStripe{
		position:relative;
		z-index:10;
}
.onzeAanpakStripe:before{
		content:url('/wp-content/uploads/2021/02/Streep-onder-onze-aanpak@2x.png');
		position:absolute;
		top:31px;
		z-index:-1;
}
.contactStripe{
		position:relative;
		z-index:10;
}
.contactStripe:before{
		content:url('/wp-content/uploads/2021/02/Streep-onder-contact@2x.png');
		position:absolute;
		top:21px;
		z-index:-1;
}
.offerteStripe {
    position:relative;
		z-index:10;
}
.offerteStripe:before {
    content: url(/wp-content/uploads/2021/02/Streep-onder-offerte@2x-3.png);
    position: absolute;
    top: 23px;
    z-index: -1;
}


/** END OF STRIPES - START RESPONSIVE **/
@media (max-width:1180px){
	.col-md-6 > div {
    	margin: 0 auto;
	}
	.hidingImage img {
    	display: none;
	}
	.rapportagesAfbeelding{
		background-position: center right;
	}
	h2.biggerHeader {
    	font-size: 30px !important;
    	line-height: 35px;
	}
	.col-md-6 > table {
    	text-align: left !important;
	}
	.onPageRow .paddedColumnLeft.col-md-5 {
	    width: 100%;
	    text-align: center !important;
	    margin: 0 auto !important;
	}
	.onPageRow .col-md-7, .onPageRow .col-md-5, .onPageRow .col-md-11, .onPageRow .col-md-1 {
    	width: 50%;
	}
	.onPageRow .col-md-7, .onPageRow .col-md-11 {
    	text-align: left !important;
	}
	.onPageRow .col-md-1, .onPageRow .col-md-5{
		text-align: right !important;
	}
	.col-md-7 {
    width: 100%;
}
.positieRow .col-md-3 {
    text-align: center !important;
    margin: 50px auto 0;
}
.rapportagesAfbeeldingTekst {
    position: relative;
    top: 280px;
    left: 0;
    max-width: 100%;
}
.col-md-8 {
    width: 100%;
}
.laatsteActieRow > .row > div {
    margin: 0 auto 40px;
}
.linkbuildingRow .col-md-6 {
    width: 50% !important;
}
table td {
    font-size: 14px !important;
}
.rapportageNumber, .rapportageHeader{
	font-size:14px !important;
}
.linkbuildingRow .col-md-5.smallPaddedColumnLeft {
    width: 100%;
}
	.page-template-single-blog .col-md-4 p.mediumDescription {
    margin-bottom: 0 !important;
	}
	.page-template-kennisbank-overzicht article .row ul li a{
		font-size:15px;
		margin-bottom:15px;
	}
	.page-template-kennisbank-overzicht article ul{
		margin-bottom:20px;
	}
	.kennisSpecial {
    margin-top: 0px;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
	}
	.kennisSpecial:before{
		display:none;
	}
	.kennisSpecial h2{
		top:0;
		left:0;
	}
	.paddedBlogText{
		padding-left:0;
	}
	.gerelateerd .col-md-4{
		padding-right:0;
	}
	.blogOverzichtImage{
		height:250px;
	}
	.gerelateerd .col-md-4 {
    margin-bottom: 60px;
	}
	.gerelateerd .col-md-4:nth-last-of-type(1) {
    margin-bottom: 0px;
	}
	.mainBlogImage{
		height:350px;
	}
	button:active, button:focus{
		border:none !important;
		outline:none !important;
	}
	.caseOverview{
		max-width:none;
	}
	.page-template-landingspagina .bigHeaderLP {
		height: auto;
		vertical-align: middle;
		max-width: none;
	}
	.highIndex .col-md-8 {
    width: 100%;
	}
	.col-md-10 {
    width: 100%;
	}
	.searchIcon {
    display: block;
    position: absolute;
    top: 30px;
    left: 25px;
    font-size: 26px;
    color: #000 !important;
	}
	.menu-toggle {
		display: block;
		z-index:100;
		position:relative;
	}
	.main-navigation.toggled ul {
		display: block;
	}
	.paddingMenu{
		position:inherit;
	}
	.admin-bar #primary-menu {
    top: 45px;
	}
	ul#primary-menu {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
		padding:40px 40px
	}
	.menu > #menu-item-9:after {
			content: '\f078';
			font-family: 'Font Awesome 5 Pro';
			position: absolute;
			top: 2px;
			right: 42px;
			font-size: 11px;
	}
	.menu > #menu-item-13:after {
			content: '\f078';
			font-family: 'Font Awesome 5 Pro';
			position: absolute;
			top: 2px;
			right: 45px;
			font-size: 11px;
	}
	.nav-menu > li > ul.sub-menu {
	    display: block;
		}
	.mobileMenu img {
    max-width: 135px;
    position: relative;
    top: -15px;
    left: -20px;
	}
	#menu-item-13 ul.sub-menu {
    margin-top: 0px;
	}
	#menu-item-13 ul li ul li {
    width: 50%;
    float: left;
	}
	#primary-menu li {
    padding-bottom: 45px;
	}
	#primary-menu .sub-menu li{
		padding-bottom:15px;
	}
	.main-navigation ul ul{
		position:relative;
		float:none !important;
		display:none !important;
		box-shadow:none;
		left:10px !important;
	}
	li#menu-item-35478 {
    display: none;
	}
	li#menu-item-35477{
		width:100% !important;
	}
	#primary-menu > li:hover > ul{
		display:block !important;
	}
	#primary-menu > li > ul > li:hover > ul{
		display:block !important;
	}
	li#menu-item-13:hover .sub-menu {
    display: block !important;
	}
	.main-navigation ul ul a{
		width:auto;
	}
	#primary-menu ul img {
    width: 20px;
    position: relative;
    top: 3px;
	}
	#primary-menu li ul li:nth-of-type(1) {
    margin-top: 15px;
	}
	#primary-menu #menu-item-13 ul li:nth-of-type(1) {
		margin-top: 0;
	}
	.mobileMenu{
		display:block;
	}
	.main-navigation.toggled{
		position:fixed;
	}
	.menuImage {
    background: url(/wp-content/uploads/2021/03/Hamburger-menu.svg);
    width: 34px;
    height: 30px;
    border: none;
		background-size:cover;
	}
	.toggled .menuImage{
		right: 25px;
		background:url('/wp-content/uploads/2021/03/Pijl.svg') !important;
		background-size:cover !important;
		height:34px;
	}
	.paddingMenu {
    padding: 0;
    position: absolute !important;
    z-index: 10;
    right: 25px;
    top: 30px;
    width: auto;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    left: auto !important;
    padding-left: 0 !important;
	}
/* SAME LIKE MOBILE */
.entry-content .col-md-6 {
    width: 100%;
}
#colophon .col-md-3 {
    width: 25%;
}
main#primary {
	margin-top: -117px;
}
p{
	font-size:15px;
}
.bigParagraph{
	font-size:15px;
}
ul.tabs {
	padding: 0 30px;
	display:block;
}
.werkwijzeBlok p{
	font-size:15px;
	text-align:center;
}
#gform_fields_2 .paddedVoorwaarde{
	width:auto;
}
#gform_fields_1 .paddedVoorwaarde{
	width:auto;
}
.werkwijzeBlok ul li{
	text-align:left;
	font-size:15px;
}
.werkwijzeBlok{
	margin-bottom: 0 !important;
	margin-top:60px;
}
.pushTop{
	margin-top:0;
}
.werkwijzeBlok span, .werkwijzeBlok h2 {
	text-align: center;
}
.tab-link {
	width: 50%;
	text-align: center;
	margin: 0 !important;
}
.tab-link:nth-of-type(odd) {
	float: left;
}
.tab-content .col-md-3:nth-of-type(odd){
	padding-right:15px !important;
}
.tab-content .col-md-3:nth-of-type(even){
	padding-right:15px !important;
}
.col-md-6 .blogOverzichtBlok:nth-last-of-type(1){
	margin-bottom:60px;
}
.col-md-3 .blogOverzichtBlok .mediumDescription{
	margin-bottom:0 !important;
}
.page-template-blogoverzicht .tab-content {
    margin-top: 125px;
}
.tab-content {
	padding: 0 30px;
}
.borderImages .col {
	width: 50% ;
	flex: none;
}
.memberArea .col-md-3 {
		width: 100%;
}
.borderImages .row{
	margin-bottom:0;
}
.borderImages .col:nth-of-type(odd) img {
	float: right;
	margin-right: 2.5px;
}
.borderImages .col:nth-of-type(even) img {
	margin-left: 2.5px;
}
.page-template-werkwijze .dienstFormHolder {
	top: 0;
	left: 0;
	max-width:none;

}
.caseColPush{
	margin-top:0;
}
.backgroundCase {
	width: 100%;
}
.whiteSmallBlock {
	width: 50px;
	height: 100px;
}
.caseImages {
	position: relative;
}
.lightGreyBlock{
	padding:20px;
}
.phoneCase {
	width: 100px;
	top: auto;
	bottom: -40px;
}
.mobileSmall{
	font-size:12px;
	line-height:20px;
}
.upperHeader{
	display:block;
	background: #fff;
	z-index: 10;
	position: relative;
}
.upperHeader .col-md-6:nth-of-type(1){
	width:100%;
	max-width:100%;
}
.site-branding {
	display: block;
	padding: 25px 0;
	background: #fff;
}
.site-branding img {
	max-width: 100px;
	margin: 0 auto;
	display: block;
}
.introImage{
	height:575px;
}
.introImage:before {
	content: '';
	background: rgb(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	display: block;
}
.introImage:after {
	content: '';
	background: #fff;
	display: block;
	width: 50%;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.introImageSmallDiensten{
	height:400px;
}
.introImageSmallDiensten:before {
	content: '';
	background: rgb(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	display: block;
}
.introImageSmallDiensten:after {
	content: '';
	background: #fff;
	display: block;
	width: 50%;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.introImageSmallDienst {
	padding: 116px 0 0 0;
	float: none;
	text-align: center;
	height: 400px;
}
.introImageSmallDienst:before {
	content: '';
	background: rgb(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	display: block;
}
.introImageSmallDienst:after {
	content: '';
	background: #fff;
	display: block;
	width: 50%;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.introImageSmallCases{
	padding: 116px 0 0 0;
	float: none;
	text-align: center;
	height: 400px;
	margin-bottom: 310px;
}
.introImageSmallCases:before {
	content: '';
	background: rgb(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	display: block;
}
.introImageSmallCases:after {
	content: '';
	background: #fff;
	display: block;
	width: 50%;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.introImageLP{
	padding: 116px 0 0 0;
	float: none;
	text-align: center;
	height: 400px;
	margin-bottom: 310px;
}
.introImageLP:before {
	content: '';
	background: rgb(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	display: block;
}
.introImageLP:after {
	content: '';
	background: #fff;
	display: block;
	width: 50%;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.homeEntryBlock {
	left: 0;
	background: none;
	padding: 0;
	text-align: center;
	margin-top:30px;
}
.homeTextStart {
	position: absolute;
	top: 117px;
	color:#fff;
}
.page-template-cases .logoContainer {
	top: 173px;
}
.page-template-seoscan .introImageSmallDienst span.bigHeaderWhite{
	top:200px;
	left:0;
	position:absolute;
}
.dienstenStartText {
	position: absolute;
	top: 207px;
	color: #fff;
	text-align: center;
}
.casesStartText {
	position: absolute;
	top: 207px;
	color: #fff;
	text-align: center;
}
.introImageSmallDienst .bigHeaderWhite {
	float: none;
	top: 200px;
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
}
.dienstFormHolder{
	top:-30px;
	left:0;
	margin:0 auto;
}
.col-md-9{
	width:100%;
}
.page-template-overons .col-md-7 {
    width: 100%;
}
.page-template-overons .col-md-5{
	margin:0 auto;
}
.page-template-overons a.samButton.noMargin {
    margin-bottom: 60px !important;
		margin-top:35px !important;
}
.whiteSmallBlockHorizontal {
    display: none;
}
h2.headerFiftyFive {
    font-size: 37px;
    margin-bottom: 25px;
    display: block;
}
.page-template-single-team .col-md-8 {
    margin: 0 auto;
}
.page-template-single-team .col-md-1{
	display:none;
}
.subEntryBlock{
	background:none;
	padding:0;
	left:0;
}
.lastContact{
	top:0;
}
span#breadcrumbs {
	text-align: center;
}
.dienstButtonPosition{
	display:none;
}
.padFourty {
	padding: 30px 30px;
}
.bigHeader{
	font-size: 39px;
	line-height: 48px;
}
.bigHeaderLP{
	font-size: 39px;
	line-height: 48px;
}
.home .bigDescription {
	max-width: 244px;
	margin: 50px auto;
	font-size: 20px;
	line-height: 23px;
}
.logoContainer {
	max-width: 275px;
	padding: 0;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 167px;
}
.logoContainer img:nth-of-type(even) {
	margin-right: 0;
	float: right;
}
.logoContainer img{
	margin-top: 14px;
}
.afterHomeTextStart {
	margin-top: 307px;
}
.blockLeftAligned{
	float:none;
}
.blockRightAligned{
	float:none;
}
.mediumHeader{
	font-size:30px;
}
.pushLeft {
	left: 0;
	padding-left:0;
}
.col-md-3{
	width:50%;
}
.padHundred {
	padding: 60px 30px !important;
}
.iconPush .col-md-3 {
	margin-bottom: 50px;
}
.iconPush .samButtonTrans {
		margin: 0 auto;
}
.smallPaddedColumnRight {
	padding: 0;
}
.smallPaddedColumnLeft {
	padding: 0;
}
.paddedColumnLeft{
	padding:0;
}
.paddedColumnRight{
	padding:0;
}
.mobileCenter{
	text-align:center;
}
.padEighty {
		padding: 60px 30px;
}
.dienstForm {
	padding: 0 30px;
}
.pullRowUp{
	margin-top:0;
}
.noPadMobile {
	padding: 0 30px;
}
h1, h2{
	font-size:37px;
	line-height:45px;
}
.home h1, .home h2, .home h3{
	font-size:37px;
	line-height:45px;
}
.home h1{
	margin-bottom:57px;
}
.onlyDesktop{
	display:none;
}
.slidingResponsive{
	display:block;
}
.homeCase{
	max-width:none;
}
.noPaddingMob{
	padding:0 30px;
}
.imageBlockHome{
	position:relative;
	top:0;
	margin:0 auto;
	width: auto;
	height:auto;
	border: none;
}
.imageBlockHomeTwo{
	display:none;
}
.greyBlockHome {
	padding: 30px;
	margin-top: 60px;
	width:100%;
}
.mobileSeperatorCenter{
	margin:25px auto;
}
.homeTeamBlock{
	width:100%;
	max-width:242px;
	margin:0 auto;
}
.leftSix{
	right:0;
}
.rightSix{
	left:0;
}
.floatRight, .floatLeft{
	float:none;
}
.homeTeamSection .col-md-3{
	width:100%;
	margin-bottom:48px;
}
.homeTeamSection .col-md-3:nth-of-type(2){
	margin-bottom:0;
}
.mobileHeadingOne{
	font-size:28px !important;
	line-height:35px !important;
}
.quoteSection .col-md-8 {
	padding: 0;
}
.homeConForm .col-md-7 {
	padding: 25px 0;
}
input#gform_submit_button_1 {
	width: 100%;
	font-size: 15px;
	padding: 20px 0;
}
input#gform_submit_button_2 {
	width: 100%;
	font-size: 15px;
	padding: 20px 0;
}
.gform_wrapper ul.gfield_radio li label{
	max-width:250px !important;
}
.bigHeaderWhite{
	font-size:39px;
	line-height:48px;
}
footer {
	padding: 0 30px;
}
#colophon .footLogo {
	width: 100% !important;
	display: block;
	margin: 0 auto 60px;
	text-align: center;
	position: relative;
	left: 0px;
}
.footHeader{
	font-size:17px;
	line-height:21px;
}
footer ul li {
		font-size: 11px;
		line-height: 13px;
}
.lastFooter .col-md-6{
	width:50%;
	margin-bottom:21px;
	font-size:9px;
}
.site-info{
	font-size:9px;
}
.onlyMobile{
	display:block;
}
.row.onlyMobile{
	display:flex;
}
.page-template-diensten .mediumHeader {
	font-size: 20px;
}
.bigPaddedColumnRight{
	padding:0;
}
.purpleBlock {
	text-align: left;
}
.mobilePaddingBottom{
	padding-bottom:50px;
}
.mobilePaddingTop{
	padding-top:50px;
}
.imageBlockHomeSmall {
	top: 0;
	position: relative;
	width: 100%;
	height: 312px;
	border: none;
}
.page-template-overons .dienstFormHolder {
	top: 0;
	left: 0;
	max-width: none;
}
.textAndForm{
	padding:20px;
}
.alignCenter > .onlyMobile{
	display:block;
}
.werkwijzeStreep {
	float: none;
	height: 2px;
	width: 177px;
	margin: 40px auto;
}
.werkwijzeStreep.stapEen::before {
	top: -15px;
	left: 0;
}
.werkwijzeStreep.stapTwee:before {
	top: -15px;
	left: 30px;
}
.werkwijzeStreep.stapDrie:before {
	top: -15px;
	left: 72px;
}
.werkwijzeStreep.stapVier:before {
	top: -15px;
	left: 110px;
}
.werkwijzeStreep.stapVijf:before {
	top: -15px;
	left: 160px;
}
span.xxlHeader {
	font-size: 114px;
	line-height: 140px;
	display: block;
	margin-top: 50px;
}
.extraBigHeader{
	font-size:51px;
	line-height:63px;
	display:block;
	margin-bottom:40px;
}
span.mediumBigHeader {
	font-size: 37px;
	line-height: 45px;
}
a.bigSamButton.onlyMobile {
	font-size: 14px;
	max-width: 223px;
	padding: 23px 0;
	margin: 0 auto;
}
.page-template-bedankpagina-seoscan .bigSamButton	{
	font-size: 14px;
	max-width: 223px;
	padding: 23px 0;
	margin: 0 auto;
	display:block;
}
.page-template-landingspagina .casesStartText {
	position: absolute;
	top: 137px;
	color: #fff;
	text-align: center;
}
.lpEntry .bigSamButton{
	display:none;
}
.textPaddingRight{
	padding-right:0;
}
img.conImage {
	display: none;
}
.singleTeamImage {
	display: block;
	top: 0;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.purpleTeamExtension:after{
	display:none;
}
.blackBlock {
	border: none;
	top: 20px;
}
.page-template-single-team .entry-content .col-md-3 {
	width: 100%;
}
.page-template-single-team a.samButton.topPush{
	margin-top:70px;
}
.mediumBottomMargin{
	margin-bottom:15px;
}
label#label_3_7_0{
	padding-right:0;
	left:0;
	top:0;
}
input#gform_submit_button_3 {
	float: none !important;
	right: 0;
	position: relative;
	margin-bottom:50px;
}
.inlineLi ul li {
		display: block;
}
.inlineLi {
	margin-bottom: 40px;
}
.homeConForm .col-md-12{
	padding:40px;
}
input#choice_3_7_0{
	top:0;
}
.gform_wrapper textarea.small {
	height: 80px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
}
.contactArea{
	left:0;
}
.blueLeftSide .col-md-10 {
	font-size: 10px;
	width:auto;
	float:right;
}
.blueLeftSide .col-md-10 p{
		font-size: 10px;
}
.blueLeftSide .col-md-2 {
	width: 50px;
	float: left;
}
.pinkLeftSide .col-md-10 {
	font-size: 10px;
	width:auto;
	float:right;
}
.pinkLeftSide .col-md-10 p{
		font-size: 10px;
}
.pinkLeftSide .col-md-2 {
	width: 50px;
	float: left;
}
.col-md-12 a.samButton.autoMargin {
    margin-top: 35px;
}
.page-template-socialmedia .dienstFormHolder{
	top:0px;
	left:0;
}
.page-template-conversie .dienstFormHolder{
	top:0;
	left:0;
}
.bigPurpleExtension {
	padding: 30px 40px;
}
.bigPurpleExtension:after{
	display:none;
}
.largeTextPaddingRight{
	padding:0;
}
.imageConversie{
	position:relative;
	top:0;
	right:0;
	display:block;
	margin:0 auto;
	max-width:100%;
	width:auto;
}
.conversieGreyBlock {
	padding: 40px;
}
.conversieGreyBlock:after{
	display:none;
}
.aanpakRow{
	display:none;
}
.purpleBG a.samButtonTrans{
	margin-top:20px;
}
/* XX END SAME LIKE MOBIEL XX */
/* RESPONSIVE STRIPES */
.winStripe:before {
		content: url('/wp-content/uploads/2021/03/Streep-winnen.svg');
		position: absolute;
		top: 15px;
		z-index: -1;
	}
.specialistenStripe:before {
		content: url('');
		position: absolute;
		top: 28px;
		z-index: -1;
	}
.samenStripe:before {
		content: url('/wp-content/uploads/2021/03/Streep-onder-laten-we-samen-Onze-cases-1.svg');
		position: absolute;
		top: 12px;
		z-index: -1;
	}
.casesStripe:before{
		content: url('/wp-content/uploads/2021/03/Streep-onder-Onze-cases-banner.svg');
		position: absolute;
		top: 17px;
		z-index: -1;
	}
.overOnsStripe:before{
		content: url('');
		position: absolute;
		top: 28px;
		z-index: -1;
	}
	.onzeAanpakStripe:before {
    content: url('');
    position: absolute;
    top: 31px;
    z-index: -1;
	}
	.seoStripe:before {
    content: url('');
    position: absolute;
    top: 20px;
    z-index: -1;
	}
	.contactStripe:before{
		content: url('');
    position: absolute;
    top: 20px;
    z-index: -1;
	}
	.offerteStripe:before{
		content: url('');
    position: absolute;
    top: 20px;
    z-index: -1;
	}
}

@media screen and (max-width:768px){
	.container.padHundred.noTopPadding.mobileCenter.noTopMobile.onPageRow {
    margin-top: 120px !important;
	}
	.werkStripe:before {
    content: url(/wp-content/uploads/2021/03/Streep-werk-1.svg);
    position: absolute;
    top: 15px;
	}
	.werkStripeTwo:before {
    content: url(/wp-content/uploads/2021/03/Streep-werk-1.svg);
		top:12px;
	}
	.dienstenStripe:before {
		content: url(/wp-content/uploads/2021/03/Diensten.svg);
    position: absolute;
    top: 17px;
    z-index: -1;
	}
	.laatsteActieRow > .row > div {
    margin: 0 auto 40px;
    width: 100%;
	}
	.memberArea .col {
    width: 100% !important;
    flex: none;
    margin-bottom: 20px;
}
.col.teamPaddingLeft, .col.teamPaddingRight {
    padding: 0 !important;
}
.row.topPushRow {
    margin-top: 0 !important;
}
	#onpageGraph svg {
    max-width: 100% !important;
	}
	div#onpageGraph > div {
    max-width: 100% !important;
    width: 100% !important;
	}
	.autoriteitRow .col-md-6 {
    width: 100% !important;
	}
	.analyticsRow .col-md-6 {
    width: 100% !important;
	}
	.stripe404{
		position:relative;
		z-index:10;
	}
	.stripe404:before{
		content: url(/wp-content/uploads/2021/03/Streep-404.svg) !important;
		position: relative;
		display: block;
		margin-bottom: -55px;
	}
	.page-template-bedankpagina-seoscan span.extraBigHeader {
    position: relative;
    z-index: 10;
	}
	.page-template-bedankpagina-seoscan span.extraBigHeader:before {
		content: url(/wp-content/uploads/2021/03/Streep-bedankpagina.svg) !important;
    position: absolute;
    top: 17px;
    z-index: -1;
	}
	.samenStripeTwo:before{
		content: url(/wp-content/uploads/2021/03/Streep-onder-laten-we-samen-Onze-cases-1.svg);
		top: 13px
	}
	.overTV {
    margin-top: 40px;
	}
	.page-template-diensten article {
    margin-bottom: -24px;
	}
	.caseOverview {
    min-height: 265px !important;
	}
	.dienstPull{
		margin:0;
	}
	.dienstPull2{
		margin:0 !important;
	}
	.caseLowerPart{
		box-shadow:none;
	}
	.seoSiteButton{
		right:0;
		top:auto;
		bottom:0;
		display:block;
		width:100%;
		text-align:center;
		transform:none;
		-webkit-transform:none;
	}
	.col-md-10 {
    width: 100%;
	}
	main#primary {
    margin-top: -117px;
	}
	p{
		font-size:15px;
	}
	.bigParagraph{
		font-size:15px;
	}
	ul.tabs {
    padding: 0 30px;
		display:block;
	}
	.werkwijzeBlok p{
		font-size:15px;
		text-align:center;
	}
	#gform_fields_2 .paddedVoorwaarde{
		width:auto;
	}
	#gform_fields_1 .paddedVoorwaarde{
		width:auto;
	}
	.werkwijzeBlok ul li{
		text-align:left;
		font-size:15px;
	}
	.werkwijzeBlok{
		margin-bottom: 0 !important;
		margin-top:60px;
	}
	.werkwijzeBlok p:nth-last-of-type(1) {
    margin-bottom: 0;
	}
	img.overOnsFoto {
    margin-top: 60px;
	}
	.page-template-overons p.bigParagraph:nth-last-of-type(1) {
    margin-bottom: 0;
	}
	.pushTop{
		margin-top:0;
	}
	.werkwijzeBlok span, .werkwijzeBlok h2 {
    text-align: center;
	}
	.tab-link {
    width: 50%;
    text-align: center;
    margin: 0 !important;
	}
	.tab-link:nth-of-type(odd) {
    float: left;
	}
	.tab-content {
    padding: 0 30px;
	}
	.borderImages .col {
    width: 50% ;
    flex: none;
	}
	.memberArea .col-md-3 {
	    width: 100%;
	}
	.borderImages .row{
		margin-bottom:0;
	}
	.borderImages .col:nth-of-type(odd) img {
	  float: right;
	  margin-right: 2.5px;
	}
	.borderImages .col:nth-of-type(even) img {
    margin-left: 2.5px;
	}
	.page-template-werkwijze .dienstFormHolder {
    top: 0;
    left: 0;
	}
	.caseColPush{
		margin-top:0;
	}
	.backgroundCase {
	  width: 100%;
	}
	.whiteSmallBlock {
    width: 50px;
    height: 100px;
	}
	.caseImages {
    position: relative;
	}
	.lightGreyBlock{
		padding:20px;
	}
	.phoneCase {
    width: 100px;
    top: auto;
    bottom: -40px;
	}
	.mobileSmall{
		font-size:12px;
		line-height:20px;
	}
	.upperHeader{
		display:block;
		background: #fff;
		z-index: 10;
		position: relative;
	}
	.upperHeader .col-md-6:nth-of-type(1){
		width:100%;
		max-width:100%;
	}
	.site-branding {
    display: block;
    padding: 25px 0;
    background: #fff;
	}
	.site-branding img {
    max-width: 100px;
    margin: 0 auto;
    display: block;
	}
	.introImage{
		height:575px;
	}
	.introImage:before {
    content: '';
    background: rgb(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: block;
	}
	.introImage:after {
	  content: '';
	  background: #fff;
	  display: block;
	  width: 50%;
	  height: 50px;
	  position: absolute;
	  bottom: 0;
	  right: 0;
	}
	.introImageSmallDiensten{
		height:400px;
	}
	.introImageSmallDiensten:before {
    content: '';
    background: rgb(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: block;
	}
	.introImageSmallDiensten:after {
	  content: '';
	  background: #fff;
	  display: block;
	  width: 50%;
	  height: 50px;
	  position: absolute;
	  bottom: 0;
	  right: 0;
	}
	.introImageSmallDienst {
	  padding: 116px 0 0 0;
    float: none;
    text-align: center;
    height: 400px;
	}
	.introImageSmallDienst:before {
    content: '';
    background: rgb(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: block;
	}
	.introImageSmallDienst:after {
	  content: '';
	  background: #fff;
	  display: block;
	  width: 50%;
	  height: 50px;
	  position: absolute;
	  bottom: 0;
	  right: 0;
		left: auto !important;
		top: auto !important;
	}
	.introImageSmallCases{
		padding: 116px 0 0 0;
    float: none;
    text-align: center;
    height: 400px;
		margin-bottom: 310px;
	}
	.introImageSmallCases:before {
    content: '';
    background: rgb(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: block;
	}
	.introImageSmallCases:after {
	  content: '';
	  background: #fff;
	  display: block;
	  width: 50%;
	  height: 50px;
	  position: absolute;
	  bottom: 0;
	  right: 0;
	}
	.introImageLP{
		padding: 116px 0 0 0;
		float: none;
		text-align: center;
		height: 400px;
		margin-bottom: 310px;
	}
	.introImageLP:before {
    content: '';
    background: rgb(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: block;
	}
	.introImageLP:after {
	  content: '';
	  background: #fff;
	  display: block;
	  width: 50%;
	  height: 50px;
	  position: absolute;
	  bottom: 0;
	  right: 0;
	}
	.homeEntryBlock {
    left: 0;
    background: none;
    padding: 0;
    text-align: center;
		margin-top:30px;
	}
	.homeTextStart {
    position: absolute;
    top: 117px;
		color:#fff;
	}
	.page-template-cases .logoContainer {
    top: 173px;
	}
	.page-template-seoscan .introImageSmallDienst span.bigHeaderWhite{
		top:200px;
		left:0;
		position:absolute;
	}
	.dienstenStartText {
    position: absolute;
    top: 207px;
    color: #fff;
    text-align: center;
	}
	.casesStartText {
    position: absolute;
    top: 207px;
    color: #fff;
    text-align: center;
	}
	.introImageSmallDienst .bigHeaderWhite {
    float: none;
    top: 200px;
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
	}
	.dienstFormHolder{
		top:-30px;
		left:0;
	}
	.subEntryBlock{
		background:none;
		padding:0;
		left:0;
	}
	.lastContact{
		top:0;
	}
	span#breadcrumbs {
    text-align: center;
		margin:30px 0;
	}
	.mainCaseUSP ul li{
		font-size:15px;
	}
	.page-template-single-case a.samButton.smallMargin {
    margin-bottom: 60px;
		margin-top:30px;
	}
	.lightGreyBlock .mainCaseUSP ul li:nth-of-type(1) {
    padding-right: 70px;
	}
	.page-template-single-case .caseColPush .caseOverview {
    margin-bottom: 0;
	}
	.dienstButtonPosition{
		display:none;
	}
	.padFourty {
    padding: 60px 30px;
	}
	.dienstForm input[type="radio"]{
		top:0 !important;
	}
	.bigHeader{
		font-size: 39px;
		line-height: 48px;
	}
	.bigHeaderLP{
		font-size: 39px;
		line-height: 48px;
	}
	.home .bigDescription {
    max-width: 244px;
    margin: 50px auto;
    font-size: 20px;
    line-height: 23px;
	}
	.logoContainer {
    max-width: 275px;
    padding: 0;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 167px;
	}
	.logoContainer img:nth-of-type(even) {
    margin-right: 0;
    float: right;
	}
	.logoContainer img{
    margin-top: 14px;
	}
	.afterHomeTextStart {
    margin-top: 307px;
	}
	.blockLeftAligned{
		float:none;
	}
	.blockRightAligned{
		float:none;
	}
	.mediumHeader{
		font-size:30px;
	}
	.pushLeft {
    left: 0;
		padding-left:0;
	}
	.col-md-3{
		width:50%;
	}
	.padHundred {
    padding: 60px 30px !important;
	}
	.iconPush .col-md-3 {
	  margin-bottom: 50px;
	}
	.iconPush .samButtonTrans {
	    margin: 0 auto;
	}
	.smallPaddedColumnRight {
    padding: 0;
	}
	.smallPaddedColumnLeft {
    padding: 0;
	}
	.paddedColumnLeft{
		padding:0;
	}
	.paddedColumnRight{
		padding:0;
	}
	.mobileCenter{
		text-align:center;
	}
	.padEighty {
	    padding: 60px 30px;
	}
	.dienstForm {
    padding: 0 30px;
	}
	.pullRowUp{
		margin-top:0;
	}
	.noPadMobile {
    padding: 0 30px;
	}
	h1, h2{
		font-size:37px;
		line-height:42px;
	}
	.home h1, .home h2, .home h3{
		font-size:37px;
		line-height:45px;
	}
	.home h1{
		margin-bottom:57px;
	}
	.onlyDesktop{
		display:none;
	}
	.slidingResponsive{
		display:block;
	}
	.homeCase{
		max-width:none;
	}
	.noPaddingMob{
		padding:0 30px;
	}
	.imageBlockHome{
		position:relative;
		top:0;
		margin:0 auto;
		width: auto;
		height:auto;
    border: none;
	}
	.imageBlockHomeTwo{
		display:none;
	}
	.greyBlockHome {
    padding: 30px;
    margin-top: 60px;
	}
	.mobileSeperatorCenter{
		margin:25px auto;
	}
	.homeTeamBlock{
		width:100%;
	}
	.leftSix{
		right:0;
	}
	.rightSix{
		left:0;
	}
	.floatRight, .floatLeft{
		float:none;
	}
	.homeTeamSection .col-md-3{
		width:100%;
		margin-bottom:48px;
	}
	.homeTeamSection .col-md-3:nth-of-type(2){
		margin-bottom:0;
	}
	.mobileHeadingOne{
		font-size:28px !important;
		line-height:35px !important;
	}
	.quoteSection .col-md-8 {
    padding: 0;
	}
	.homeConForm .col-md-7 {
    padding: 25px 0;
	}
	input#gform_submit_button_1 {
    width: 100%;
    font-size: 15px;
    padding: 20px 0;
	}
	input#gform_submit_button_2 {
		width: 100%;
    font-size: 15px;
    padding: 20px 0;
	}
	.gform_wrapper ul.gfield_radio li label{
		max-width:250px !important;
	}
	.bigHeaderWhite{
		font-size:39px;
		line-height:48px;
	}
	footer {
    padding: 0 30px;
	}
	.page-template-googleadwords .purpleBlock{
		padding:60px 40px;
	}
	.page-template-googleadwords .dienstFormHolder {
    left: 0;
    top: 0;
	}
	.page-template-googleadwords .entry-content .col-md-3 {
    width: 100%;
		margin-bottom: 50px;
	}
	.page-template-googleadwords .entry-content .col-md-3:nth-last-of-type(1){
		margin-bottom:0;
	}
	.pricingBox{
		margin:0 auto;
	}
	.md7GreyBlock:before{
		display:none;
	}
	.blackedBlock{
		display:none;
	}
	.page-template-googleadwords span.bigHeader{
		text-align:center;
	}
	.whitedAdd:after{
		height:40px;
	}
	.page-template-googleadwords p.bigParagraph:nth-last-of-type(1) {
    margin-bottom: 0;
	}
	.footLogo {
    width: 100%;
    display: block;
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
    left: 0px;
	}
	.footHeader{
		font-size:17px;
		line-height:21px;
	}
	footer ul li {
	    font-size: 11px;
	    line-height: 13px;
	}
	.lastFooter .col-md-6{
		width:50%;
		margin-bottom:21px;
		font-size:11px;
	}
	.site-info{
		font-size:9px;
	}
	.onlyMobile{
		display:block;
	}
	.row.onlyMobile{
		display:flex;
	}
	.page-template-diensten .mediumHeader {
    font-size: 20px;
	}
	.bigPaddedColumnRight{
		padding:0;
	}
	.purpleBlock {
    text-align: left;
	}
	.mobilePaddingBottom{
		padding-bottom:50px;
	}
	.mobilePaddingTop{
		padding-top:50px;
	}
	.imageBlockHomeSmall {
    top: 0;
    position: relative;
    width: 100%;
    height: 312px;
    border: none;
	}
	.page-template-landingspagina .bigHeaderLP {
    height: auto;
    vertical-align: middle;
    max-width: none;
		top:35px;
}
	.page-template-overons .dienstFormHolder {
    top: 0;
    left: 0;
    max-width: none;
	}
	.textAndForm{
		padding:20px;
	}
	.alignCenter > .onlyMobile{
		display:block;
	}
	.werkwijzeStreep {
    float: none;
    height: 2px;
    width: 177px;
    margin: 40px auto;
	}
	.werkwijzeStreep.stapEen::before {
    top: -15px;
    left: 0;
	}
	.werkwijzeStreep.stapTwee:before {
    top: -15px;
    left: 30px;
	}
	.werkwijzeStreep.stapDrie:before {
    top: -15px;
    left: 72px;
	}
	.werkwijzeStreep.stapVier:before {
    top: -15px;
    left: 110px;
	}
	.werkwijzeStreep.stapVijf:before {
    top: -15px;
    left: 160px;
	}
	span.xxlHeader {
    font-size: 114px;
    line-height: 140px;
    display: block;
    margin-top: 50px;
	}
	.extraBigHeader{
		font-size:58px;
		line-height:63px;
		display:block;
		margin-bottom:40px;
	}
	span.mediumBigHeader {
    font-size: 37px;
    line-height: 45px;
	}
	a.bigSamButton.onlyMobile {
    font-size: 14px;
    max-width: 223px;
    padding: 23px 0;
    margin: 0 auto;
	}
	.page-template-bedankpagina-seoscan .bigSamButton	{
		font-size: 14px;
    max-width: 223px;
    padding: 23px 0;
    margin: 0 auto;
		display:block;
	}
	.page-template-landingspagina .casesStartText {
    position: absolute;
    top: 137px;
    color: #fff;
    text-align: center;
	}
	.lpEntry .bigSamButton{
		display:none;
	}
	.textPaddingRight{
		padding-right:0;
	}
	img.conImage {
    display: none;
	}
	.singleTeamImage {
    display: block;
    top: 0;
    position: relative;
    margin: 0 auto;
    text-align: center;
	}
	.purpleTeamExtension:after{
		display:none;
	}
	.blackBlock {
    border: none;
    top: 20px;
	}
	.page-template-single-team .entry-content .col-md-3 {
    width: 100%;
	}
	.page-template-single-team a.samButton.topPush{
		margin-top:70px;
	}
	.mediumBottomMargin{
		margin-bottom:15px;
	}
	label#label_3_7_0{
		padding-right:0;
		left:0;
		top:0;
	}
	input#gform_submit_button_3 {
    float: none !important;
    right: 0;
    position: relative;
		margin-bottom:50px;
	}
	.inlineLi ul li {
	    display: block;
	}
	.inlineLi {
    margin-bottom: 40px;
	}
	.homeConForm .col-md-12{
		padding:40px;
	}
	input#choice_3_7_0{
		top:0;
	}
	.gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
	}
	.contactArea{
		left:0;
	}
	.blueLeftSide .col-md-10 {
    font-size: 10px;
		width:auto;
		float:right;
	}
	.blueLeftSide .col-md-10 p{
	    font-size: 10px;
	}
	.blueLeftSide .col-md-2 {
    width: 50px;
    float: left;
	}
	.pinkLeftSide .col-md-10 {
    font-size: 10px;
		width:auto;
		float:right;
	}
	.pinkLeftSide .col-md-10 p{
	    font-size: 10px;
	}
	.pinkLeftSide .col-md-2 {
    width: 50px;
    float: left;
	}
	.page-template-socialmedia .dienstFormHolder{
		top:0px;
		left:0;
	}
	.page-template-conversie .dienstFormHolder{
		top:0;
		left:0;
	}
	.bigPurpleExtension {
    padding: 30px 40px;
	}
	.bigPurpleExtension:after{
		display:none;
	}
	.largeTextPaddingRight{
		padding:0;
	}
	.imageConversie{
		position:relative;
		top:0;
		right:0;
		display:block;
		margin:0 auto;
		max-width:100%;
		width:auto;
	}
	.conversieGreyBlock {
    padding: 40px;
	}
	.conversieGreyBlock:after{
		display:none;
	}
	.aanpakRow{
		display:none;
	}
	.purpleBG a.samButtonTrans{
		margin-top:20px;
	}
	#colophon .col-md-3 {
	    width: 50%;
	}
	.contactArea{
		padding:0;
	}
	.inlineLi ul li{
		margin-right:0 !important;
	}
	.page-template-bedankpagina-seoscan article {
    margin-bottom: -20px;
	}
	.page-template-socialmedia .greyBlockHome {
    margin-top: 0;
	}
	footer .container{
		padding-top:60px;
	}
	.home main#primary {
    margin-bottom: -24px;
	}
	.page-template-socialmedia article {
    margin-bottom: -20px;
	}
	h1, h2, h3, h4, h5, h6{
		margin-bottom:25px !important;
	}
	.page-template-diensten main#primary {
    margin-bottom: -24px;
	}
	.mobileTop25{
		padding-top:25px !important;
	}
	.mobileBot25{
		padding-bottom:25px !important;
	}
	.mobileTop60{
		padding-top:60px !important;
	}
	.mobileBot60{
		padding-bottom:60px !important;
	}
	.mobileTop60Margin{
		margin-top:60px;
	}
	.mobileBot60Margin{
		margin-bottom:60px;
	}
	.page-template-dienst span#breadcrumbs {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
	}
	.biggerH2{
		font-size:37px;
	}
	.home .logoContainer {
    top: 135px;
	}
	.caseImageOne, .caseImageTwo, .caseImageThree {
    padding-top: 30px !important;;
    padding-left: 30px;
		margin-top:0 !important;
	}
	.slick-list.draggable {
    box-shadow: 0 1px 12px rgb(5 5 5 / 7%);
	}
	.home .col-md-6.smallPaddedColumnLeft > p:nth-last-of-type(1) {
    margin-bottom: 0;
	}
	.bigBottomMargin {
    margin-bottom: 60px !important;
	}
	.homeScanText > p:nth-last-of-type(1) {
    margin: 0;
	}
	.homeScanText{
		padding:60px 30px;
	}
	.page-template-contact #breadcrumbs, .page-template-single-case #breadcrumbs, .page-template-offerte #breadcrumbs, .page-template-single-team #breadcrumbs {
    margin-top: 6px;
	}
	.page-template-contact p.bigParagraph:nth-last-of-type(1), .page-template-offerte p.bigParagraph:nth-last-of-type(1), .page-template-single-case p.bigParagraph:nth-last-of-type(1){
    margin-bottom: 0;
	}
	.page-template-contact .gform_wrapper .gform_footer, .page-template-offerte .gform_wrapper .gform_footer{
		padding:0;
		margin:0;
	}
	input#gform_submit_button_3 {
    bottom: 0 !important;
    margin-bottom: 60px;
    margin-top: 35px;
	}
	.page-template-single-team article {
    margin-bottom: -24px;
	}
	.blackBlock {
    top: 0;
    margin-top: 60px;
	}
	.page-template-single-team a.samButton.topPush {
	    margin-top: 35px;
	}
	.page-template-seoscan span#breadcrumbs {
    position: relative;
    margin-top: 5px;
	}
	.page-template-seoscan .col-md-6 a.purpleHover {
    margin-top: 15px;
    display: inline-block;
	}
	.page-template-seoscan .purpleBG a {
    display: inline-block;
    margin-top: 15px;
	}
	.page-template-seoscan a.samButtonTrans.autoMargin.onlyMobile {
    margin-top: 35px !important;
	}
	.page-template-seoscan a.samButton.autoMargin.onlyMobile{
		margin-top: 35px !important;
	}
	.page-template-seoscan article {
    margin-bottom: -24px;
	}
	.greyBlockHome{
		padding:60px 30px;
	}
	.conversieGreyBlock{
		padding:60px 40px;
	}
	.mainCaseUSP{
		margin-top:60px;
	}
	.page-template-single-case .col-md-5 span.specialHeadSize {
    margin-top: 60px;
	}
	.tab-content{
		margin-top:60px;
	}
	.caseOverview{
		margin-bottom:60px;
	}
	.page-template-landingspagina span#breadcrumbs {
    position: relative;
    top: 3px;
	}
	.page-template-landingspagina a.samButtonBlue.alignCenter.smallMargin {
    margin-top: 7px;
		margin-bottom:0;
	}
	.lightGreyBlock{
		padding:60px 20px;
	}
	.blueLeftSide {
    padding: 60px 40px;
	}
	.pinkLeftSide{
		padding:60px 40px;
	}
	.home .homeConForm .col-md-7 {
    padding: 60px 0 0;
	}
	.home input#gform_submit_button_1 {
    width: 300px;
    margin-top: 20px !important;
    margin-bottom: 40px;
	}
	.theSocialLinks a{
		margin-right:15px;
	}
	.purpleBlock{
		padding:60px 50px;
	}
	.mobileTop40{
		padding-top:40px !important;
	}
	.page-template-conversie a.samButton {
    margin-top: 6px;
    margin-bottom: 0;
	}
	.purpleBlock > ul > li:nth-last-of-type(1) {
    margin-bottom: 0 !important;
	}
	.col-md-6 > p:nth-last-of-type(1) {
    margin-bottom: 0;
	}
	.page-template-dienst article {
    margin-bottom: -24px;
	}
	.page-template-dienst a.samButtonBlue {
    margin-top: 35px;
	}
	.page-template-landingspagina .homeConForm .col-md-7 {
    padding-top: 60px;
	}
	.noTopMobile{
		padding-top:0 !important;
		margin-top:0 !important;
	}
	.noBotMobile{
		padding-bottom:0 !important;
		margin-bottom:0 !important;
	}
	.head60 h2{
		margin-top:60px;
	}
	.head60 h2:nth-of-type(1){
		margin-top:0;
	}
	.page-template-socialmedia a.samButton {
    margin-top: 35px;
	}.page-template-socialmedia .greyBlockHome h3:nth-of-type(2) {
    margin-top: 60px;
	}
	p.bigParagraph.noBotPadding {
    margin-bottom: 0;
	}
	.bigPurpleExtension{
		padding:60px 40px;
	}
	.page-template-landingspagina article {
    position: relative;
    margin-bottom: -24px;
	}
	.page-template-overons article {
    margin-bottom: -20px;
	}
	.page-template-conversie article {
    margin-bottom: -20px;
	}
	.purpleTeamExtension > p{
		font-size:15px;
	}
	.page-template-blogoverzicht .tab-content .col-md-6, .page-template-blogoverzicht .tab-content .col-md-3 {
	  padding-right: 0px;
	}
}
