/*!
Theme Name: Rent a Marketeer onepager
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rent-a-marketeer
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.

Rent a Marketeer 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 {
  background-color: #1D1D1B;
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-family: "politica-condensed", sans-serif;
  font-optical-sizing: auto;
	font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
	margin: 0.67em 0 1.25rem;
  text-transform: uppercase;
}

h1 strong {
  font-family: "politica", sans-serif;
  font-weight: 900;
}

.home h1 {
  max-width: 18ch;
}

.site-footer-copy p.part-of {
	font-family: "Work Sans", sans-serif;
  gap: 0.5rem;
  text-transform: uppercase;
}

@media (min-width: 576px) { 
  h1 {
    font-size: 2.125rem;
  }
}

@media (min-width: 1200px) { 
  h1 {
  	font-size: 2.125rem;
    margin-bottom: 0;
  }
}

.disciplines {
  background-color: #1D1D1B;
  color: #FFF;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

@media (min-width: 1200px) { 
  .disciplines {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}

/* 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: 'Lora';
    font-optical-sizing: auto;
    font-style: normal;
}

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

.wp-block-button__link,
.wp-block-button__link:visited,
.social-btn,
.social-btn:visited {
    background: transparent;
    border: none;
    color: #1D1D1B;
    transition: all 0.3s ease-in-out;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.social-btn:active,
.social-btn:focus,
.social-btn:hover {
    background: #FFF;
    color: #1D1D1B;
}

.forminator-ui.forminator-design--material.forminator-custom-form[data-design=material] .forminator-button-submit {
  border: 1px solid #1D1D1B;
}

div#captcha-1 {
  padding: 0;
}

body.home form#forminator-module-1648.forminator-ui.forminator-design--material.forminator-custom-form[data-design=material] .forminator-button-submit {
  border: 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: bold;
}

.btn {
  font-family: 'Work Sans', sans-serif;
}

/* 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, 
html {
	color: #1D1D1B;
	font-family: "Lora", sans-serif;
	font-size: 1.0625rem;
	height: 100%;
	line-height: 1.4;
}

button,
input,
select,
optgroup,
textarea {
  border-radius: 1.5rem;
	color: #1D1D1B;
	font-family: "Work Sans", sans-serif;
	font-size: 1.0625rem;
	line-height: 1.4;
}

button::placeholder,
input::placeholder,
select::placeholder,
optgroup::placeholder,
textarea::placeholder {
  text-transform: uppercase;
}

h2, h2 em,
h3, h3 em,
h4, h4 em,
h5, h5 em,
h6, h6 em {
	clear: both;
	font-family: "politica", "politica-condensed", "Work Sans", "Lora", Roboto, "Helvetica Neue", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	clear: both;
	font-family: "politica", "politica-condensed", "Work Sans", "Lora", Roboto, "Helvetica Neue", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  margin-bottom: 0;
}

.single h3.klant, .single h2.klant, .site-header-marketeer h1 {
    font-family: "politica", "Work Sans", "Lora", Roboto, "Helvetica Neue", sans-serif;
}

h3 {
    font-size: 30px;
    text-transform: uppercase;
}

@media (min-width: 1200px) { 
  body:not(.home) h1, h2 {
      font-size: 3.125rem;
  }
  h3 {
      font-size: 2.125rem;
  }
  .home h3 {
      font-size: 1.875rem;
      margin-bottom: 0;
      text-transform: uppercase;
  }
  body:not(.home) h1 {
      margin-top: 0;
  }
  body.single h1, body.single h2 {
      font-size: 3.125rem;
      margin-bottom: 5px;
  }
  .single h3.klant, .single h2.klant {
      font-size: 1.7rem;
      margin-left: 1.5rem;
  }
}

.legit-socials h1.page-title {
	font-family: "politica";
	font-size: 3.4rem;
	letter-spacing: 9px;
	line-height: 1.3;
}
.legit-socials h1.page-title strong {
}
.legit-socials h2 {
	font-size: 3.1rem;
}

p {
	margin-bottom: 1.75em;
}

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

blockquote {
	margin: 0 1.75em;
}

address {
	margin: 0 0 1.75em;
}

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;
    font-size: 16px;
    line-height: 1.4286;
}

@media (min-width: 1200px) {
  body {
    font-size: 17px;
  }  
}

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

hr.wp-block-separator.has-alpha-channel-opacity {
    border-color: #1D1D1B;
    margin-left: 0;
    opacity: 1;
    width: 4rem;
}

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

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

/* Links
--------------------------------------------- */
a {
	color: #1D1D1B;
}

a:visited {
	color: #1D1D1B;
}

a:hover,
a:focus,
a:active {
	color: #1D1D1B;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	border-color: #1D1D1B;
	border-radius: 0 1.25rem 0 1.25rem;
	background: #D9FF00;
	color: #1D1D1B;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
	line-height: 1.75;
	padding: 0.4em 1em 0.4em;
  text-transform: uppercase;
}

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: 0px solid #ccc;
	border-radius: 1.5rem;
  font-size: 1rem;
  line-height: 1.875;
	padding: 5px 25px;
}

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

select {
	border: 0px solid #ccc;
}

textarea {
	width: 100%;
}

body.home .forminator-ui.forminator-custom-form[data-grid=open] .forminator-row-inside:not(:last-child), body.home .forminator-ui.forminator-custom-form[data-grid=open] .forminator-row:not(:last-child) {
  margin-bottom: 30px;
}

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

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

/* Header
--------------------------------------------- */
/*.site-header {
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
}

.site-header .container-fluid {
    padding: 0;
}*/

.site-header, .site-header a, .site-header-initial, .site-header-initial a, .site-header-second, .site-header-second a {
  color: #FFF;
}

.site-header-marketeer a {
  color: #1D1D1B;
}

.site-header a, .site-header-initial a, .site-header-second a {
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.site-header nav a, .site-header-initial nav a, .site-header-second nav a, .site-header .site-branding a {
  transition: none;
}

.site-header article a:hover, .site-header-initial article a:hover, .site-header-second article a:hover {
  margin-left: 10px;
}

@media (min-width: 1900px) { 
  .site-header-marketeer .post-thumbnail img {
      width: 100%;
  }
}

.site-header-initial, .site-header-marketeer, .site-header-second {
    background: #1D1D1B;
    /*width: 100vw;*/
    z-index: 1000;
    display: flex;
    position: relative;
}

.site-header-content {
    height: 100vh;
	min-height: -webkit-fill-available;
	height: -webkit-fill-available;
}

/*_::-webkit-full-page-media, _:future, :root .site-header-initial, :root .site-header-second, :root .site-header-content { 

	 mobile viewport bug fix 
	height: -webkit-fill-available;

}*/

.site-header-marketeer {
    /*background: #1b1d24 url(img/797.23037-Website-Legit_RentAMarketeer_Mobiel_02.jpg) bottom left no-repeat;*/
    background-size: contain;
    /*height: 100vh;*/
}

@media (min-width: 768px) {
  .site-header-marketeer {
      /*background-image: url(img/rent-a-marketeer.jpg);*/
      background-position: top left;
      background-size: cover;
  }
}

@media (max-width: 767px) {
  .site-header-marketeer {
      min-height: 130%;
  }
}

@media (min-width: 1200px) {
  .site-header-marketeer video {
    height: auto;
    object-position: left center;
  }
}

.site-header-marketeer .post-thumbnail {
    height: 100vh;
}

.site-header-marketeer .post-thumbnail.mobile {
    background-color: #1b1d24;
}

/*_::-webkit-full-page-media, _:future, :root .site-header-marketeer .post-thumbnail { 

	 mobile viewport bug fix 
	height: -webkit-fill-available;

}*/

@media (min-width: 768px) {
  .site-header-marketeer .post-thumbnail {
      height: 100vh;
  }
}

.site-header-delayed > .img-full, .site-header-marketeer .post-thumbnail img {
    height: 100vh;
    object-fit: cover;
    object-position: left;
    width: 100%;
}

.site-header-marketeer .post-thumbnail.mobile img {
    height: 110vh;
    margin-top: 5rem;
}

.site-header-marketeer .post-thumbnail.mobile + div + article + .footer img {
	margin-bottom: 16px;
    margin-top: 100px;
}

.site-header-marketeer .post-thumbnail.mobile + div + article + .footer p {
    padding-top: 10px;
}

/*_::-webkit-full-page-media, _:future, :root .site-header-delayed > .img-full, :root .site-header-marketeer .post-thumbnail img { 

	 mobile viewport bug fix 
	height: 92vh;

}*/

.site-header-delayed .fixed-top {
    z-index: 1;
}

.site-header-delayed .slidertrack {
    height: 100%;
    width: 200%;
}

.site-header-delayed .slider {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.site-header-delayed .slider img {
    display: block;
    float: left;
    height: 100%;
    position: relative;
    width: 50%;
}

.site-header-second {
    background: #1D1D1B;
    z-index: 999;
}

.site-header-second .fixed-top {
    z-index: 1000;
}

.site-header-initial h1, .site-header-second .footer h1 {
	font-family: "politica", "Work Sans", "Lora", Roboto, "Helvetica Neue", sans-serif;
    font-weight: 400;
    margin: 0 auto;
    text-align: left;
    text-transform: none;
    width: auto;
}

.site-header-marketeer article {
    color: #1D1D1B;
    left: 20%;
    top: 40px;
    width: 75%;
}

.site-header .footer {
  background-color: #1D1D1B;
  padding-bottom: 26px;
  padding-top: 21px;
}

@media (max-width: 991px) { 
  .fixed-top {
      align-items: baseline;
      position: absolute;
  }

  .main-navigation ul {
      height: 100vh;
  }
}

@media (min-width: 1200px) { 

    body.home form.forminator-ui.forminator-custom-form.forminator-design--material {
      display: flex;
    }

    body.home form.forminator-ui.forminator-custom-form.forminator-design--material .forminator-row {
      margin: 80px 0 30px;
    }

    body.home form.forminator-ui.forminator-custom-form.forminator-design--material .forminator-row .forminator-col {
      padding-left: 0;
    }

    body.home form.forminator-ui.forminator-custom-form.forminator-design--material .forminator-row:nth-child(3n) {
      flex-grow: 1;
    }
  
	.site-header-initial h1 {
      font-size: 4rem;
	}

  .site-header-initial .footer h1, .site-header-second .footer h1 {
      font-size: 4rem;
      margin-bottom: 320px;
      width: auto;
  }

  .site-header-marketeer article {
      left: 58%;
      position: absolute;
	  top: 80px;
      width: 45%;
  }

  .site-header-initial .center-page p {
      bottom: 0;
      color: #FFF;
      left: 0;
      position: absolute;
  }

  .site-header-marketeer .footer {
      align-items: flex-end;
      color: #FFF;
      display: flex;
      min-height: 150px;
  }

  .site-header-delayed > .img-full, .site-header-marketeer .post-thumbnail img {
      /*object-position: right;*/
  }
  
  .offset-lg-custom {
    margin-left: 5%;
  }
}

@media (min-width: 1200px) { 
  .site-header-initial .footer h1, .site-header-second .footer h1 {
      font-size: 4rem;
      margin-bottom: 320px;
      width: auto;
  }

  .site-header-marketeer article {
      left: 60%;
	    top: 150px;
      width: 30%;
  }

  .site-header-initial .footer p, .site-header-second .footer p, .site-header-marketeer .footer p {
      bottom: 0;
      left: 0;
      position: absolute;
  }
}

@media (min-width: 1400px) { 
  .site-header-initial .footer h1, .site-header-second .footer h1 {
      font-size: 4rem;
      margin-bottom: 320px;
      width: auto;
  }

  .site-header-marketeer article {
      left: 60%;
      top: 220px;
  }

  .site-header-initial .footer p, .site-header-second .footer p, .site-header-marketeer .footer p {
      bottom: 0;
      left: 0;
      position: absolute;
  }
}

@media (min-width: 1600px) { 
  .site-header-marketeer article {
      bottom: 320px;
      left: 60%;
	  top: 260px;
      width: 24%;
  }
}

.site-header-initial .footer img, .site-header-second .footer img, .site-header-marketeer .footer img {
    display: block;
    margin: 0 0 0;
    width: 118px;
}

.phone a {
  font-family: "Work Sans", Roboto, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 0;
  text-decoration: none;
}

.page-header .phone a {
  margin-right: 0;
}

.home-thumb, .home-thumb img {
  transition: all 0.3s linear;
}

.home-thumb {
  align-items: center;
  background: url(img/SpikkelsAchterLift.png) center no-repeat;
  background-size: 95%;
  display: flex;
  position: relative;
  text-align: end;
}

.home-thumb:hover {
  background-position-x: 10%;
  background-position-y: 100%;
}

.home-thumb img {
  margin: 3px 7px 12px 13px;
}

.home-thumb:hover img {
  margin: 15px -8px 0 0;
}

.home-thumb .boring-bad {
  bottom: 60px;
  position: absolute;
  right: 40px;
  width: 33%;
}

.home-thumb:hover img.boring-bad {
  width: 35%;
}

.category-portfolio .site-main {
  background-image: url(img/SpikkelsAchterLift.png);
  background-repeat: no-repeat;
  background-position-x: 80%; 
  background-position-y: 11%; 
  background-size: 69%;
}

.footer .phone a {
  background: url(img/CirkelAchterTelefoonnummer.png) center no-repeat;
  background-size: cover;
  padding: 24px 10px;
}

.footer .phone a:hover {
  background: none;
}

.page-template-page_what .phone a, .page-header .phone a, .site-header-marketeer h1 {
  background: url(img/StreepOnderTelefoonnummer.png) center bottom no-repeat;
  background-size: 120%;
  padding-bottom: 1.8rem;
}

.site-header-marketeer h1 {
  background-position: -100% 110%;
  background-size: 91%;
}

.may-have-background {
  background: url(img/SpikkelsGroenHomeSlider.png) no-repeat;
  background-position-x: 33.5%;
  background-position-y: 105%;
  background-size: 63%;
}

.page-header .phone {
  margin-top: 15px;
}

.home .rechts-home {
  bottom: -565px;
  height: auto;
  max-width: 50%;
  position: absolute;
  right: 0;
  width: 162px;
}

.site-header-delayed .footer {
    align-items: flex-end;
    display: flex;
}

.site-header-delayed .footer div {
    margin: 0 auto 25px;
}

body.home .card-img {
  border-radius: 0;
}

body.home .line {
  border-bottom: 0.5px solid #FFF;
  line-height: 1px;
  margin-right: 21px;
}

body:not(.home) .line {
  border-top: 0.5px solid #1D1D1B;
  line-height: 1px;
  margin-right: 21px;
  margin-top: 30px;
}

body:not(.home) .site-header, .site-footer, .services {
    padding-bottom: 29px;
    padding-top: 35px;
    position: static;
}

body.page-template-page_marketeer .site-header {
  padding-bottom: 0;
  padding-top: 0;
}

.home .site-header .site-branding p, .site-header .footer p, .site-footer > p, .services > p, .post > p, .page > p, .site-header .center-page p, .sticky p, .portfolio .sticky p, .home .portfolio-home .portfolio p, .page-template-page_marketeer .site-branding p, .home .marketeer-side, .home .contact-side, .site-header-marketeer .footer p {
    display: none;
    font-family: "Work Sans", Roboto, "Helvetica Neue", sans-serif;
    font-size: 0.6875rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 63px;
    text-transform: uppercase;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
}

.home .rent-a-marketeer p.marketeer-side, .home p.contact-side {
  margin: 0;
  position: absolute;
  right: 30px;
  top: 36%;
}

.portfolio .sticky p {
    margin: 0 83px 0 0;
}

.home .site-header .site-branding p {
    color: #FFF;
	margin: 35px 60px 17px;
}

.site-header .center-page p {
  bottom: 50%;
  left: 0;
  position: absolute;
}
@media (max-width: 991.98px) and (orientation: landscape) { 
	.site-header .site-branding p {
		display: none;
	}
	
	.site-header-initial .footer img {
		margin: 0 auto 30px;
	}

}

.site-header-initial .footer p {
    margin-left: 32px;
    min-height: 96px;
    padding-top: 10px;
}

.site-title {
  display: none;
}

.site-header .footer p {
    bottom: 0;
    left: 0;
    position: absolute;
}

.site-header .nav-scroll .site-branding p {
  display: none;
}

.home .site-title, .home .site-description {
  display: none;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  /*align-self: flex-start;*/
  margin-top: 10px;
}

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

.main-navigation ul {
	display: block;
}

.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;
    font-family: 'Work Sans';
    font-optical-sizing: auto;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.1em;
    padding: 12px 0;
	text-decoration: none;
    text-transform: uppercase;
}

.main-navigation .current-menu-item a, .main-navigation .current_page_item a, .footer-navigation .current-menu-item a, .footer-navigation .current_page_item a {
    font-family: 'Work Sans';
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}

.main-navigation.toggled a, .single-post .navbar-light.fixed-top:not(.nav-scroll) .toggled a {
    color: #1D1D1B;
}

.footer-navigation a, .portfolio .portfolio-item .description + a {
    font-family: 'Work Sans';
    font-optical-sizing: auto;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.1em;
}

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

.main-navigation ul {
    bottom: 0;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 1.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
}

.main-navigation.toggled ul {
	background: #FFF;
    left: 0;
    margin: 0;
    position: fixed;
}

.main-navigation.toggled li {
	margin: 12px 50px 0;
}

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

	.menu-toggle {
		display: none;
	}

    .main-navigation .current-menu-item a, .main-navigation .current_page_item a, .main-navigation a:hover, .current-menu-parent a, .current-post-parent a {
        background: url(img/StreepOnderMenu.png) bottom center no-repeat;
    }

	.main-navigation .menu-menu-1-container {
        margin-right: 70px;
    }

	.main-navigation ul.menu {
		display: flex;
        gap: 32px;
        margin: 0;
        position: static;
	}
}

.site-header-initial .navbar-toggler-icon, .site-header-second .navbar-toggler-icon, .site-header-delayed .nav-scroll .navbar-toggler-icon, .site-header-marketeer .nav-scroll .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-header-delayed .navbar-toggler-icon, .site-header-marketeer .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  border: 0;
	position: relative;
	z-index: 2;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.home .intro-block {
  background-color: #1D1D1B;
  color: #FFF;
}

@media (min-width: 1200px) {
  .home .intro-block .img-fluid {
    margin-left: 1rem;
  }
}

.home .intro-block .read-more {
  color: #FFF;
  font-family: "work-sans";
  font-size: 1rem;
  font-weight: 500;
  gap: 0.5rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.home .intro-block .read-more:hover {
  gap: 1rem;
}

.home .intro-block .links-cta {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.home .intro-block .links-cta .links {
  gap: 1rem;
}

.home .intro-block .btn-secondary {
  background-color: #D9FF00;
  border-radius: 0 20px 0 20px;
  color: #1D1D1B;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home .intro-block .btn-secondary:hover {
  background-color: #FFF;
  color: #D9FF00;
}

.home .intro-block p, .home .intro-block p strong {
  font-style: italic;
}

@media (min-width: 1200px) { 
  .home .intro-block p {
    margin-bottom: 3rem;
    margin-top: 0;
  }

  .home .intro-block .links-cta {
    gap: 4.75rem;
  }

  .home .intro-block .links-cta .links {
    gap: 3.5rem;
  }
}

.home .ram-hover {
  border-radius: 50%;
  margin-bottom: -1rem;
  max-width: 180px;
  transition: all 0.3s linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.home .ram-hover {
  animation: spin 5s linear infinite;
}

@media (max-width: 991px ) {
  .home .ram-hover {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
.home #textSlider .card-body {
  animation: show 0.75s ease-in-out 0.3s forwards;
  display: none;
  margin-bottom: 1rem;
  opacity: 0;
}

.home #textSlider .active .card-body {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
}

.home #textSlider .carousel-item {
  transition: none;
}

.home .swiffy-slider .slider-container {
  margin: 0;
  padding: 0;
}

.portfolio-home {
  background: url(img/SpikkelsRozeHome_Slider.png), linear-gradient(#FFF 0% 130px, #1D1D1B 130px 100%);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 33%, auto;
}

.home .portfolio p {
  color: #FFF;
  padding: 0 60px;
}

.home .portfolio-home h3 {
  font-size: 35px;
  margin: 0;
  max-width: 12ch;
}

.home .portfolio-home h3 p {
  margin: 0;
  max-width: 100%;
}

.offset-right-1 {
  margin-right: 8.33333333%;
}

.portfolio-home .card-body, .portfolio-home .card-body h3, .portfolio-home .card-body p, .portfolio-home .card a {
  color: #FFF;
}

.portfolio-home .card-title p {
  margin-bottom: 0;
}

.portfolio-home .card-body, .portfolio-home .card-img {
  margin-bottom: 3.5rem;
}

.portfolio-home .card-body .card-img {
  margin-bottom: 0;
  margin-top: 2rem;
}

.home .cta {
  background-color: #F5F1EA;
  background-image: url(img/SpikkelsRechtsRozeHome.png);
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 5%;
  padding-bottom: 12rem;
  padding-top: 12rem;
}

.home .cta .cta-img {
  background-color: #1D1D1B;
  padding-bottom: 14px;
  position: relative;
  transition: all 0.3s linear;
}

.home .cta .cta-img:hover {
  padding-bottom: 24px;
}

.home .cta .cta-img .cta-ring, .home .cta .cta-img .cta-highlight {
  position: absolute;
  top: 50px;
  transition: all 0.3s linear;
}

.home .cta .cta-img .cta-ing {
  margin-left: -14px;
  margin-top: -14px;
  transition: all 0.3s linear;
}

.home .cta .cta-img:hover .cta-ing {
  margin-left: -24px;
  margin-top: -24px;
}

.home .cta .cta-img .cta-ring {
  left: 9%;
  top: 28%;
  width: 29%;
}

.home .cta .cta-img:hover .cta-ring {
  left: 6%;
  top: 30%;
}

.home .cta .cta-img .cta-highlight {
  right: 30%;
  top: 28px;
  width: 8%;
}

.home .cta .cta-img:hover .cta-highlight {
  right: 28%;
}

.milkshake, .toggled .hamburger {
	display: none;
}

.toggled .milkshake {
	display: block;
}
.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%;
}

.portfolio-home .swiffy-portfolio-pics.slider-item-reveal {
  --swiffy-slider-item-reveal: 0rem;
}

.home .cta p {
  margin-bottom: 3rem;
}

@media (min-width: 1200px) { 
  .fixed-top.nav-scroll {
    background: #FFF;
  }

  .home-thumb {
    margin-bottom: -80px;
  }

  .home .cta p {
    margin-bottom: 0;
  }

  .may-have-background {
    background-position-x: 33.5%;
    background-position-y: 15%;
    background-size: 15%;
  }

  .category-portfolio .site-main {
    background-position-x: 80%; 
    background-position-y: 9%; 
    background-size: 33%;
  }

  .portfolio-home .swiffy-portfolio-pics.slider-item-reveal {
    --swiffy-slider-item-reveal: 25rem;
  }

  .portfolio-home .swiffy-portfolio-pics.swiffy-slider {
    --swiffy-slider-item-gap: 2rem;
    --swiffy-slider-snap-align: start;
  }

  .portfolio-home .swiffy-portfolio-pics .slider-nav {
    padding: 0;
    position: static;
  }

	body:not(.home) .site-header, .site-footer, .services {
		padding-top: 55px;
	}

    body.page-template-page_marketeer .site-header {
      padding-bottom: 0;
      padding-top: 0;
    }

  .home #textSlider .active .card-body {
    padding-left: 0;
    padding-right: 5rem;  
  }
  
  .portfolio-home .card-body, .portfolio-home .card-body h3, .portfolio-home .card-body p, .portfolio-home .card a {
    margin-right: 0;
  }

  body:not(.home) .fixed-top:not(.nav-scroll) {
    background: transparent;
    border-bottom: 0;
    color: #1D1D1B;
  }

  .nav-scroll a, body:not(.home) .fixed-top a, body.page-template-page_marketeer .site-header-marketeer .nav-scroll a {
    color: #1D1D1B;
  }

  .home .site-header .site-branding p, .site-header .footer p, .site-footer > p, .services > p, .post > p, .page > p, .site-header .center-page p, .sticky p, .portfolio .sticky p, .page-template-page_marketeer .site-branding p, .home .portfolio-home .portfolio p, .home .marketeer-side, .home .contact-side {
    display: block;
  }

  .home .portfolio-home .portfolio p {
    padding: 0;
  }

  .site-header-initial .footer img, .site-header-second .footer img, .site-header-marketeer .footer img {
      margin: 0 0 0 60px;
  }

  .phone a {
    margin-right: 70px;
  }
}

/*@media (min-width: 1200px) {

  .portfolio-home .card-body, .portfolio-home .card-body h3, .portfolio-home .card-body p, .portfolio-home .card a {
    margin-right: 1.2rem;
  }
}*/

body.page-template-page_marketeer .site-nav:not(.nav-scroll), body.page-template-page_marketeer .footer {
  background: transparent;
  border: 0;
  color: #FFF;
}

/*body.page-template-page_marketeer .site-header {
    bottom: 0;
    left: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
}


/* Posts and pages
--------------------------------------------- */
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 2rem;
}

.sticky {
	display: block;
    text-align: right;
    text-align: end;
    text-align: -webkit-right;
}

.sticky p {
    margin: 0;
}

/*.post,
.page {
	margin: 0 auto;
}

 Find out for which page this was intended, not the portfolio items for sure
.single {
    letter-spacing: 1px;
}*/

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

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

.post p,
.page p,
article p,
.page-content p,
.entry-content p,
.entry-summary p {
  line-height: 1.675;
	margin-left: 0;
}

.site-header-marketeer article p {
    margin-left: 0;
}

.post ul,
.page ul,
article ul,
.page-content ul,
.entry-content ul,
.entry-summary ul {
	margin-left: 0.8em;
}

body:not(.home) .site-main {
  margin-top: 1.5rem;
}

body:not(.home) .site-main.vacatures, body:not(.home) .site-main.vacature {
  margin: 1.5rem auto;
}

body:not(.home) .site-main.vacatures .page-title {
  margin-bottom: 3rem;
}

body:not(.home) .site-main.vacatures article {
  margin: 3rem auto;
}

.vacatures .entry-content p {
  margin-left: 0;
}

.vacatures .description a {
  text-decoration: none;
}

.vacatures a.more-link {
  background-color: #FFF;
  border: none;
  color: #1D1D1B;
  display: inline-block;
  text-decoration: none;
}

.vacature-overzicht {
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 1.5em;
  position: relative;
}

.vacature-overzicht::before {
  border-bottom: 3px solid #1D1D1B;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 10%;
}

.page-template-page_marketeer article .entry-content {
  padding-bottom: 7.5rem;
}

@media (min-width: 1200px) { 
    .entry-content, .page-header {
        margin-top: 0.8rem;
    }
    .page-template-page_what .entry-content {
        margin-top: 3.8rem;
    }
    .page > .entry-content, .error-404 .page-header {
        margin-top: 0;
    }
    .single .entry-content, .single .entry-header {
        margin-bottom: 8rem;
        margin-top: 3.2rem;
    }
    .home .entry-content p {
        margin: 0 1.5rem 0 3.5rem;
    }
    .services, .page-template-page_marketeer article .entry-content {
        padding-bottom: 8rem;
        padding-top: 6rem;
    }
    .services {
        padding-bottom: 11.85rem;
    }
    .services article p {
        margin: 0 0 0 3.5rem;
    }

    body:not(.home) .site-main {
      margin-top: 7rem;
    }

    body:not(.home) .site-main.vacatures, body:not(.home) .site-main.vacature {
      margin: 6rem auto;
    }
  
    .single-legit_vacatures .entry-content, .single-legit_vacatures .entry-header {
      margin-bottom: 6rem;
    }

    body:not(.home) .site-main.vacatures article {
      margin: 0 auto 4rem;
    }

    body:not(.home) .site-main.legit-socials {
      margin-top: 11rem;
    }

    .site-main .portfolio {
      margin-bottom: 1.5rem;
    }

    .site-main.legit-socials .portfolio {
      margin-top: 8rem;
    }
}
  
body.page-template-page_marketeer .site-main {
  margin-top: 0;
}

.social-btn {
    border-radius: 0;
    font-family: 'Lora';
    font-optical-sizing: auto;
    font-style: normal;
    left: 10%;
    line-height: 1;
    padding: 5px 5px 2px;
    position: absolute;
    text-transform: uppercase;
    top: -4%;
}

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

.site-footer, .services, .post, .page {
    position: relative;
}

.site-footer > p, .services > p, .post > p, .page > p {
    bottom: 46%;
    left: 6px;
    margin: 0 20px 0 26px;
    position: absolute;
}

.site-footer > p {
    bottom: 32%;
}

.site-footer ul {
    list-style: none;
    margin: 0;
}

.home h2 {
    font-size: 2.375rem;
    font-weight: 700;
    margin-bottom: 1.75rem;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
  .home h2 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1400px) {
  .home h2 {
    font-size: 3.125rem;
  }
}

.home video.full-size {
  height: calc( 92vh - 100px );
  object-fit: cover;
}

.home .page, .page-template-page_marketeer .page {
  padding-bottom: 1.2rem;
  padding-top: 0.5rem;
}

body.page-template-page_marketeer {
  position: static;
}

.page-template-page_marketeer .page {
  margin-top: 120vh;
}

.home article.page {
  background-color: #1D1D1B;
  padding-bottom: 0;
}

.home article, .home article a {
  color: #FFF;
}

.home .rent-a-marketeer {
  margin: 127px auto;
  position: relative;
}

.home .rent-a-marketeer article, .home .rent-a-marketeer article a {
  color: #1D1D1B;
}

.home .rent-a-marketeer p {
  margin: 0 0 2.25rem;
  max-width: 43ch;
}

.home .rent-a-marketeer .rent-label {
  left: 75%;
  top: -20px;
  width: 168px;
}

.home .rent-a-marketeer .rent-label {
  left: 69%;
  top: 13%;
}

.home .rent-a-marketeer .rent-label img {
  animation: rotation 8s infinite linear;
}

.home .rent-a-marketeer .rent-label h4 {
  color: #FFF;
  font-size: 18px;
  left: 0%;
  letter-spacing: 0.1em;
  line-height: 25px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 30%;
}

.home .rent-a-marketeer .rent-label p a {
  color: #D9FF00;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.home article a, body:not(.home) .entry-content a, .site-header article a, .site-header-initial article a, .site-header-second article a {
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.home article p a:hover, body:not(.home) .entry-content a:hover {
  margin-left: 10px;
}

.home .portfolio-home .containers a {
  transition: all 0.3s ease-in-out;
}

.home .portfolio-home .containers a:hover {
  margin-right: 10px;
}

.home article p {
  margin-top: 34px;
  max-width: 35ch;
}

.home article .row > div {
  /*align-self: center;*/
}

.portfolio {
    /*margin-left: 1%;
    max-width: 1872px;*/
}

.portfolio img {
    transition: all 0.2s ease-in;
    width: 100%;
}

.portfolio .portfolio-sticky img.logo {
  margin-top: 54px;
  max-height: 22px;
}

.portfolio img.logo, .portfolio img.more-details {
  margin: 42px auto 0;
  max-width: 175px;
  width: auto;
}

.portfolio img.more-details {
  max-width: 16px;
}

.portfolio .post {
  padding-bottom: 0;
  padding-top: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 9.375rem;
  position: relative;
}

.portfolio .portfolio-item .description {
  margin: 0;
  max-width: 20ch;
  padding: 1rem 0;
}

.portfolio .portfolio-item .description + a {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.single-post .site-main {
  background: url(img/SpikkelsLinksPortfolioVervolg.png), linear-gradient(#1D1D1B 0% 90%, #fff 90% 100%);
  background-attachment: fixed;
  background-position-y: 80.7%;
  background-repeat: no-repeat;
  background-size: 10%, auto;
}

.portfolio-images .row > div {
  margin-bottom: 2.4rem;
}

.portfolio-images .row:last-child {
  background: #f5f1ea;
  margin-bottom: 0;
}

.portfolio-images .uneven-row > div:first-child img {
  margin-bottom: 3rem;
}

.portfolio-images .uneven-row.row:last-child div:first-child img {
  margin-top: -3rem;
}

@media (min-width: 768px) and (hover: hover) {
  /*.portfolio a:hover img {
      transform: scale(1.05);
  }

  .portfolio .portfolio-item .description {
    opacity: 0;
  }

  .portfolio .portfolio-item:hover .description {
    opacity: 1;
  }*/
  
}

.category-portfolio h1 {
  margin-top: 0;
}

.category-portfolio .portfolio {
  margin-bottom: 2rem;
  margin-top: 4.5rem;
}

.category-portfolio .portfolio article:first-child .row > div {
  position: relative;
}

.category-portfolio .portfolio article .sticky {
  left: -50px;
  position: absolute;
  top: 45%;
}

.category-portfolio .portfolio article .highlight-icon {
  max-width: 55px;
  position: absolute;
  right: 0;
  top: 95px;
  width: auto;
}

/*.single .category-portfolio .portfolio-images .size-full {
  width: 100%;
}*/

.single .category-portfolio .arrow-bounce {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: keyframe-arrow-bounce;
  display: block;
  font-size: 1.5rem;
  margin: 25vh auto 0;
  width: 1.5rem;
}

body.single-post .site-main {
  margin-top: 0;
}

.single-post .navbar-light.fixed-top:not(.nav-scroll) {
  background-color: #1D1D1B;
  color: #FFF;
}

.single-post .navbar-light.fixed-top:not(.nav-scroll) a {
  color: #FFF;
}

.single-post .single-post-description {
  color: #FFF;
  padding-top: 2rem;
}

.single-post .single-post-description #breadcrumbs a {
  color: #FFF;
}

.single-post .single-post-description h1, .single-post .single-post-description h2, .single-post .single-post-description h3, .single-post .single-post-description p {
  color: #FFF;
}

.single .category-portfolio .arrow-bounce::before {
  font-weight: bold !important;
}

@media (max-width: 767px) { 
  .single .category-portfolio .entry-header {
    margin-left: 1.5em;
    margin-top: 3em;
  }
	
	.category-portfolio .page-header, .legit-socials .page-header {
		justify-content: center;
	}

	.legit-socials h1.page-title {
		font-size: 1.4rem;
		line-height: 1.1;
	}
	.legit-socials h2 {
		font-size: 1.9rem;
	}
}

@keyframes keyframe-arrow-bounce{
  0%,20%,60%,to{-webkit-transform:translateY(0);transform:translateY(0)}
  40%{-webkit-transform:translateY(5px);transform:translateY(5px)}
  80%{-webkit-transform:translateY(3px);transform:translateY(3px)}
}

.page-template-page_marketeer article .entry-content h2 {
  font-family: "politica-condensed", "Work Sans", "Lora", Roboto, "Helvetica Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 3px;
  line-height: 1.1;
  margin-left: 20%;
}

.page-template-page_marketeer article .entry-content .wp-block-button__link {
  text-transform: uppercase;
}

.page-template-page_marketeer article .entry-content .is-layout-flow {
  align-self: center;
}

.page-template-page_marketeer article .entry-content h2 strong, .page-template-page_marketeer article .entry-content .wp-block-button__link {
  font-family: "politica", "politica-condensed", Roboto, "Helvetica Neue", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.services article {
  margin-bottom: 5rem;
}

.about-intro {
  margin-bottom: 4rem;
}

@media (max-width: 768px) { 
  .offset-md-custom {
    margin-bottom: 10%;
  }
}

@media (min-width: 768px) { 
  .about-intro {
    margin-bottom: 12rem;
  }
  
  .offset-md-custom {
    margin-left: 5%;
  }
}

.wp-block-image + h4 {
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.wp-block-image + h4 + h5 {
  font-size: 0.9rem;
  font-family: "politica", "Work Sans", "Lora", Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
  text-transform: initial;
  margin-bottom: 1rem;
}

.wp-block-image + h4 + h5 + p {
  letter-spacing: 1px;
  width: 80%;
}

.wp-block-image + h4 + h5 + p + .wp-block-social-links {
  margin-left: 0;
}

.wp-block-social-links .wp-block-image {
  margin: 0;
}

.people .wp-block-column > .wp-block-image {
  margin-bottom: 2rem;
}

.wp-block-columns.people {
  margin-bottom: 2rem;
}

article.expertises {
  margin-bottom: 8vh;
}

article.expertises a, .home .portfolio-home a {
  color: #FFF;
  font-family: 'Work Sans';
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.home .portfolio-home a {
  color: #1D1D1B;
}

.home .portfolio-home .may-have-background .swiffy-slider a.hover-container {
  display: block;
  min-height: 200px;
  position: relative;
  width: 100%;
}

.home .portfolio-home .may-have-background .swiffy-slider a.hover-container img {
  bottom: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity .3s linear;
}

.home .slider-bg-color {
  background: #F5F1EA;
  border-radius: 14px;
}

.home .slider-nav-round .slider-nav::after {
  mask: none;
  -webkit-mask: none;
  background: url(img/Pijl_Links.png) center no-repeat;
  background-size: contain;
}

.home .slider-nav-round .slider-nav::before {
  background-color: transparent;
}

.home .slider-nav-round .slider-nav::after {
  height: 1rem;
  width: 1rem;
}

.home .portfolio-home .may-have-background .swiffy-slider a.hover-container img:first-child, .home .portfolio-home .may-have-background .swiffy-slider a.hover-container:hover img:nth-child(2) {
  z-index: 1;
}

.home .portfolio-home .may-have-background .swiffy-slider a.hover-container img:nth-child(2), .home .portfolio-home .may-have-background .swiffy-slider a.hover-container:hover img:first-child {
  z-index: 0;
}

body.home .card-img.card-icon {
  margin: 2rem auto 0.5rem;
  max-width: 17px;
}

.home .portfolio-home .portfolio {
  left: 30px;
  position: absolute;
}

body.page-template-page_what .site-main {
  margin-bottom: 0;
}

body.page-template-page_what article.page .post-thumbnail {
  position: relative;
}

body.page-template-page_what img.highlight-icon {
  max-width: 55px;
}

body.page-template-page_what .post-thumbnail img {
  margin-bottom: 3rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

body.page-template-page_what .expertise-container {
  background-image: url(img/SpikkelsLinksAboutUs.png), url(img/SpikkelsRechtsAboutUs.png), linear-gradient(#1D1D1B 0% calc( 100% - 27rem), #FFF calc( 100% - 27rem ) 100%);
  background-position-x: left, right;
  background-position-y: 33%, 58%;
  background-repeat: no-repeat;
  background-size: 15%, 10%, auto;
  color: #FFF;
  margin-top: 0;
  padding-top: 4rem;
}

body.page-template-page_what .expertise-container .expertises:last-child {
  color: #1D1D1B;
  margin-bottom: 18vh;
}

body.page-template-page_what .expertise-container .expertises h2 {
  font-size: 50px;
  text-align: left;
}

body.page-template-page_what .expertise-container .expertises p {
  margin-bottom: 32px;
  max-width: 51ch;
}

body.page-template-page_what .expertise-container .expertises.last-expertise img, body.page-template-page_what .expertise-container .expertises.last-expertise .content p {
	margin-bottom: 2rem;
}

body.page-template-page_what .expertise-container .expertises.last-expertise p {
  margin-bottom: 0;
}

.phone.last-item {
  margin-bottom: 9rem;
}

#breadcrumbs, .yoast-breadcrumbs, body:not(.home) .yoast-breadcrumbs a {
  font-family: 'Work Sans', sans-serif;
  font-size: 9px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

#breadcrumbs a, .yoast-breadcrumbs a {
  text-decoration: none;
}

#breadcrumbs .breadcrumb_last, .yoast-breadcrumbs .breadcrumb_last {
  font-weight: bold;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 4rem 0 2.5em;
}

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

.wpml-ls-legacy-list-horizontal {
    padding:7px 0;
}

.wpml-ls-legacy-list-horizontal a {
    padding:5px 10px 6px 0;
}

.wpml-floating-language-switcher {
    /*margin-left: 1rem;*/
}

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

.custom-logo {
    margin-top: 17px;
    max-width: 174px;
}

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

/* Footer
--------------------------------------------- */
.site-footer {
	background: #1D1D1B;
    padding-bottom: 80px;
    padding-top: 80px;
    padding-top: 42px;
}

.site-footer-copy {
	background: #D9FF00;
  padding-bottom: 2rem;
  padding-top: 3rem;
}

@media (min-width: 1200px) {
  .site-footer-copy {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}

.site-footer-copy p {
	font-family: "Lora", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-style: normal;
	margin: 0;
}

.site-footer, .site-footer a {
	color: #FFF;
	font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 12px;
    font-style: normal;
  text-transform: uppercase;
}

.site-footer a {
    background: none;
	text-decoration: none;
}

.site-footer p {
    letter-spacing: 2px;
    font-family: "Work Sans", "politica", "politica-condensed", "Helvetica Neue", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.site-footer img {
    max-width: 151px;
}

.footer-navigation {
    margin-bottom: 3rem;
}

  .home .slider-nav-container {
    margin: 27px auto 20px;
  }

@media (min-width: 1200px) {

    .custom-logo {
      max-width: 191px;
    }

    .home .slider-nav-container {
      margin: 47px auto 40px;
    }

    .home .portfolio-home .may-have-background .swiffy-slider a.hover-container {
      min-height: 500px;
    }

    .category-portfolio .portfolio article .highlight-icon {
      right: -16px;
    }

    body.page-template-page_what article.page .post-thumbnail::after {
      background-image: url(img/SpikkelsAchterKrantfoto.png);
      background-position-x: right;
      background-position-y: top;
      background-repeat: no-repeat;
      background-size: 89%;
      content: "";
      display: block;
      height: 155%;
      position: absolute;
      right: -28%;
      top: -22%;
      width: 100%;
      z-index: -1;
    }

    .single-post .site-main {
      background: url(img/SpikkelsLinksPortfolioVervolg.png), linear-gradient(#1D1D1B 0% 95%, #fff 95% 100%);
      background-attachment: fixed;
      background-position-y: 80.7%;
      background-repeat: no-repeat;
      background-size: 10%, auto;
    }

    .home .rent-a-marketeer {
      margin: 227px auto;
    }

    .home article.page .home-thumb img {
      max-width: 82%;
    }

    .home .portfolio-home h2 {
      margin-bottom: -55px;
    }

    .home .portfolio-home h2 p {
      margin-bottom: 0;
    }

    .home video.full-size {
      height: auto;
      max-height: calc( 100vh - 100px );
    }

    .home .page, .page-template-page_marketeer .page {
      padding-bottom: 4.2rem;
      padding-top: 4.2rem;
    }

    .home .rent-a-marketeer .rent-label {
      left: 68%;
      top: -15px;
    }

    body.page-template-page_what .post-thumbnail img {
      margin-bottom: -3rem;
    }

    article.expertises {
      margin-bottom: 20vh;
    }

    .single-post .single-post-description {
      padding-top: 7rem;
    }

    .portfolio-images .row > div {
      margin-bottom: 9.4rem;
    }

    .footer-navigation {
        margin-bottom: 0;
    }

    body.page-template-page_what .expertise-container {
      padding-top: 20rem;
    }

    body.page-template-page_what .expertise-container .expertises h2 {
      font-size: 70px;
    }

    body.page-template-page_what .expertise-container .expertises h2.offset-left {
      position: relative;
      right: -15rem;
    }

    body.page-template-page_what .expertise-container .expertises h2.offset-right {
      margin-left: -10rem;
    }

	.page-template-page_marketeer .page {
	  margin-top: 97vh;
	}
}

@media (min-width: 1600px) { 

    .single-post .site-main {
      background: url(img/SpikkelsLinksPortfolioVervolg.png), linear-gradient(#1D1D1B 0% 60%, #fff 60% 100%);
      background-attachment: fixed;
      background-position-y: 80.7%;
      background-repeat: no-repeat;
      background-size: 10%, auto;
    }

    .home #textSlider .active .card-body {
      padding-right: 13rem;  
    }

    .home .rent-a-marketeer .rent-label {
      left: 78%;
    }
}

.site-footer .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin, .site-footer .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #FFF;
  color: #1D1D1B;
}

.site-footer .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1D1D1B;
}

.site-footer .wp-block-social-links .wp-social-link svg.bi-facebook {
  height: 2.1rem;
  width: 2.1rem;
}

.is-layout-flex.wp-block-social-links {
  list-style: none;
}

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

@keyframes slide {
  0% { transform: translate(0, 0); }
  /*10% { transform: translateX(-5%); }
  50% { transform: translate(-100%, -25%); }*/
  100% { transform: translate(-50%, 0); }
}

@keyframes flip {
  0% { transform: translate(0, 0); }
  /*10% { transform: translateX(-5%); }
  50% { transform: translate(-100%, -25%); }*/
  100% { transform: translate(-100%, 0); }
}

@keyframes flop {
  0% { transform: translate(30%, 30%); }
  /*10% { transform: translateX(-5%); }*/
  50% { transform: translate(-80%, -20%); }
  100% { transform: translate(-200%, -100%); }
}

.header-flip {
  animation-delay: 3s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: flip;
  /*animation-play-state: paused;*/
  animation-timing-function: ease-in-out;
}

.slidertrack {
  animation-delay: 7s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-name: slide;
  animation-timing-function: ease-in-out;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}


/**
 * User: Alessandro Battaglia
 * Date: 17/05/2022
 * Time: 15:24
 */
.vertical.carousel .carousel-item {
    overflow: hidden;
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.vertical.carousel .carousel-item {
	background: transparent;
}

@media (min-width: 1200px) {
	.vertical.carousel .carousel-item {
		padding: 0;
	}
}

:root {
--typing-speed: 90ms; /* per character while typing */
--deleting-speed: 55ms; /* per character while deleting */
--hold-time: 1100ms; /* pause after a word is fully typed */
--between-time: 350ms; /* pause after a word is fully deleted */
--caret-width: 2px;
}

.intro-block h1 { font-size: clamp(2.125rem, 3vw, 2.5rem); }

/* The rotating/typed word lives in this span */
.intro-block h1 strong {
  display: inline-block;
  position: relative;
  /* Keep layout stable as words change length: JS will set a min-width, but this is a safe default */
  min-width: 1ch;
  white-space: nowrap; /* avoid wrapping during typing */
}


/* caret */
.intro-block h1 strong::after {
  content: "";
  position: absolute;
  right: -0.15ch; /* hug the text */
  top: 0.6rem;
  height: 1em;
  border-right: var(--caret-width) solid currentColor;
  animation: caretBlink 1s steps(1, end) infinite;
}


@keyframes caretBlink {
0%, 49% { opacity: 1; }
50%, 100% { opacity: 0; }
}


/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
.intro-block h1 strong::after { animation: none; }
}
