/*!
Theme Name: Enschede Fietsstad
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: enschede-fietsstad
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.

Enschede Fietsstad 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/
*/

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

/* Grouping content
	 ========================================================================== */

/**F
 * 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: urw-din, sans-serif;
	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,
.dik {
	font-weight: 700;
}

.licht {
	font-weight: 500;
}

/**
 * 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: urw-din, sans-serif;
	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: #171716;
	font-family: urw-din, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: bc-sklonar, sans-serif;
/* 	letter-spacing: 4.8px; */
    text-transform: uppercase;
/* 	font-style: italic; */
}


h1 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #D90016;
	margin-bottom: 1.25rem;
	line-height: 1.3;
}

h2 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #D90016;
/* 	margin-bottom: 1.25rem; */
	margin-bottom: 0rem;
	line-height: 1.3;
}

h3 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #D90016;
	margin-bottom: 1.25rem;
}

h1 span, h2 span {
	font-weight: bold;
	color: #171716;
}

@media screen and (min-width: 768px) { 
	h1 {
		font-size: 2.75rem;
	}

	h2 {
		font-size: 2.25rem;
	}

	h3 {
		font-size: 1.95rem;
	}
}



h4 {
	font-size: 1.7rem;
	color: #D90016;
	margin-bottom: 1.25rem;
}


p {
	margin-bottom: 1.5em;
	margin-top: .5rem;
}

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

blockquote {
	margin: 2.5rem 0 1rem 0;
	font-size: 1.75rem;
	font-family: bc-sklonar, sans-serif;
/* 	letter-spacing: 4.8px; */
    text-transform: uppercase;
	border: .2rem solid #2F7E2F;
/* 	border-radius: 1rem; */
	padding: 2rem;
	position: relative;
	font-weight: bold;
}

blockquote.wit {
	border: .2rem solid #FFF;
}

blockquote:before {
	content: "";
	display: block;
	background: #2F7E2F;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: -1.5rem;
	border-radius: 4rem;
	border: .2rem solid white;
	box-shadow: 0 0 1rem rgba(0,0,0,.1);
	background-image: url('https://enschedefietsstad.nl/wp-content/uploads/comma2.svg');
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}

blockquote.wit:before {
	background-color: #171716;
}

blockquote:after {
	content: "";
	display: block;
	width: 2rem;
	height: 3rem;
	position: absolute;
	bottom: -2.6rem;
	background-image: url(https://enschedefietsstad.nl/wp-content/uploads/quote-onder-groen-1.svg);
	background-size: 110%;
	right: 2rem;
	background-repeat: no-repeat;
/* 	filter: invert(31%) sepia(100%) saturate(394%) hue-rotate(72deg) brightness(100%) contrast(80%); */
}

blockquote.wit:after {
	background-image: url(../../../img/quote-onder-rood.svg);
}

blockquote > p {
	margin-bottom: 0;
}

.quote-blok blockquote {
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	position: unset;
}

.quote-blok blockquote:after, .quote-blok blockquote:before {
	content: none;
}

.quote-naam {
		padding-right: 6rem;
}

address {
	margin: 0 0 1.5em;
}

p + h2, p + h3, p + h3 {
	margin-top: 2.5rem;
}

/* Kleuren
--------------------------------------------- */
	.grijs-bg {
		background-color: #EFEFEF;
	}

	.donker-grijs-bg {
		background-color: #767676;
	}

	.rood-bg {
		background-color: #D90016;
	}

	.zwart-bg {
		background-color: #000;
	}

	.wit-bg {
		background-color: #FFF;
	}

	.donker-wit-bg {
		background-color: #f5f5f5;
	}

	.groen-bg {
		background-color: #2F7E2F;
	}

	.licht-rood-bg {
		background-color: #DD2F35;
	}

	.licht-rood-bg p, .licht-rood-bg p a {
		color: #FFF;
	}

	.rood-streep-bg {
		background-image: url('../../../img/rood-streep.svg');
		background-size: 8rem;
	}

	.grijs-streep-bg {
		background-image: url('../../../img/grijs-streep.svg');
		background-size: 8rem;
	}

	.roze-streep-bg {
		background-color: #D90016;
		background-image: url('../../../img/grijs-streep.svg');
		background-size: 8rem;
		background-blend-mode: multiply;
	}

	.zwart {
		color: #171716;
	}

	.rood {
		color: #D90016;
	}

	.wit {
		color: #FFF;
	}


/* Buttons
--------------------------------------------- */
	.button {
		font-family: bc-sklonar, sans-serif;
        text-transform: uppercase;
		font-weight: 500;
/* 		color: #2F7E2F; */
/* 		padding: .5rem 3rem .5rem 1.5rem; */
/* 		border-radius: 2rem; */
		position: relative;
		display: inline-block;
	}
/* 
	.button.rood {
		background: #D90016;
        display: inline-flex;
        align-items: center;
	} */

	.button:hover, 
	.button:focus {
		color: #000;
		text-decoration: none;
	}

	.button:hover span:after, 
	.button:focus span:after,
	.button-basic:hover span:after, 
	.button-basic:focus span:after,
	button.wpcf7-submit:hover span:after, 
	button.wpcf7-submit:focus span:after, 
	button.nieuwsbrief:hover span:after,
	button.nieuwsbrief:hover span:after {
		margin-left: .5rem;
	}

	.button span,
	.button-basic span,
	.wpcf7-submit span,
	button.nieuwsbrief span {
		width: 1.5rem;
		height: 100%;
		top: 0;
		display: inline-block;
		position: absolute;
		margin-left: .5rem;
		right: 1rem;
	}

/* BUTTON */
/* 
	.button span:after,
	.button-basic span:after, 
	.wpcf7-submit span:after, 
	button.nieuwsbrief span:after {
		content: "";
		background-image: url('https://enschedefietsstad.nl/wp-content/uploads/Chevron.svg');
		background-size: 1rem;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		display: inline-block;

		-webkit-transition: margin-left .25s ease;
		-moz-transition: margin-left .25s ease;
		-ms-transition: margin-left .25s ease;
		-o-transition: margin-left .25s ease;
		transition: margin-left .25s ease;
	} */

	.button.plus span:after {
		background-image: url(../../../img/plus-wit.svg);
		background-size: .8rem;
	}

	.button.plus.active span:after {
		background-image: url(../../../img/min-wit.svg);
		background-size: .8rem;
	}

	.button-basic span:after {
/* 		background-image: url(../../../img/pijl-rechts-rood.svg); */
		content:"";
		background-image: url('https://enschedefietsstad.nl/wp-content/uploads/Chevron.svg');
    	background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
		display: inline-block;
		width: .5rem;
		height: .5rem;
		position: relative;
	}

	.button-basic {
		font-family: bc-sklonar, sans-serif;
        text-transform: uppercase;
		font-weight: 700;
		padding-right: 3rem;
		position: relative;
		display: inline-block;
	}

	.button-basic:hover,
	.button-basic:focus {
		display: inline-block;
		color: #D90016;
	}

	@media screen and (max-width: 768px) {
		.button,
		button.nieuwsbrief {
			width: 100%;
			    border-radius: 0;
    height: 100%;
    width: 11rem;
    padding: 1.15rem 1rem 1.15rem 1.5rem;
    background-color: #000;
		}
	}




/* Hoeken
--------------------------------------------- */

@media screen and (min-width: 568px) {
	.rond {
		border-radius: 1rem;
		overflow: hidden;
	}

	.rond-boven {
		border-radius: 1rem 1rem 0 0;
	}
}

@media screen and (max-width: 768px) {
	.rond-boven-sm {
		border-radius: 1rem 1rem 0 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 991.5px) {
	.rond-md {
		border-radius: 0 0 1rem 1rem;
		overflow: hidden;
	}
}

.afbeelding-rond {
	border-radius: 1rem;
	overflow: hidden;
}

.rond-overal {
	border-radius: 1rem;
}

/* Schaduw
--------------------------------------------- */
	.schaduw {
		box-shadow: 0 0 2rem rgba(0,0,0,.1);
	}

	.o-hidden {
		overflow: hidden;
	}


/* Elements
--------------------------------------------- */
body:before, body:after {
	content: "";
	position: fixed;
	background: #FFF;
	left: 0;
	right: 0;
	height: 1rem;
}

body:before {
	top: 0;
}

/* Footer
--------------------------------------------- */
	.mc4wp-form-fields .formulier-label input {
		margin-bottom: 2rem;
	}

	@media screen and (min-width: 992px) {
		.mc4wp-form-fields .formulier-label input {
			width: calc(100% - 11rem);
    		display: inline-block;
		}

/* 		.mc4wp-form-fields .formulier-label input {
			border-radius: 1rem 0 0 1rem;
		} */

		button.nieuwsbrief {
			border-radius: 0;
		    float: right;
		    height: 100%;
		    width: 11rem;
		    padding: 1.15rem 1rem 1.15rem 1.5rem;
			background-color: #000;
			letter-spacing: .1rem;
            display: inline-flex;
            align-items: center;
		}
		button.nieuwsbrief:after {
			content: "";
			background-image: url('https://enschedefietsstad.nl/wp-content/uploads/Chevron.svg');
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			width: .5rem;
			height: .5rem;
			margin-left: .5rem;
			display: inline-block;
			filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(103%) contrast(101%);

			-webkit-transition: margin-left .25s ease;
			-moz-transition: margin-left .25s ease;
			-ms-transition: margin-left .25s ease;
			-o-transition: margin-left .25s ease;
			transition: margin-left .25s ease;
		}
	}

	.mc4wp-form-success {
		border-color: #008B00;
		background: #008B00;
		color: #FFFF;
		border-radius: 1rem;
		margin: 0 0 2rem;
		padding: 1rem 1.5rem 1rem 4rem;
		position: relative;
	}

	.mc4wp-form-success:before {
		content: "";
		background-image: url(../../../img/check.svg);
		background-size: 2.5rem;
		background-position: center;
		background-repeat: no-repeat;
		width: 4rem;
		height: 100%;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 0;
	}

	.mc4wp-form-success p {
		margin-bottom: 0;
	}

	.mc4wp-error {
		border-color: #D90016;
		background: #D90016;
		color: #FFFF;
		border-radius: 1rem;
		margin: 0 0 2rem;
		padding: 1rem 1.5rem 1rem 4rem;
		position: relative;
	}

	.mc4wp-error:before {
		content: "";
		background-image: url(../../../img/error.svg);
		background-size: 2.5rem;
		background-position: center;
		background-repeat: no-repeat;
		width: 4rem;
		height: 100%;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 0;
	}

	.mc4wp-error p {
		margin-bottom: 0;
	}

	.mc4wp-error a:hover {
		color: #FFF;
		text-decoration: underline;
	}



	ul.sociaal li {
		display: inline;
		text-indent: -999999rem;
		text-align: left;
	}

	ul.sociaal li:not(:last-child) {
		margin-right: .5rem;
	}

	ul.sociaal li a {
		width: 2.5rem;
		height: 2.5rem;
		border-radius: 2rem;
		display: inline-block;
			
		background-color: #171716;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 1.5rem;
		
		-webkit-transition: background-color .25s ease;
		-moz-transition: background-color .25s ease;
		-ms-transition: background-color .25s ease;
		-o-transition: background-color .25s ease;
		transition: background-color .25s ease;
	}

	ul.sociaal li a:hover, ul.sociaal li a:focus {
		background-color: #D90016;
	}

	ul.sociaal li a.facebook { background-image: url(../../../img/facebook.svg); }
	ul.sociaal li a.twitter { background-image: url(../../../img/twitter.svg); }
	ul.sociaal li a.instagram { background-image: url(../../../img/instagram.svg); }

/* Lists
--------------------------------------------- */
ul,
ol {
	margin: 0 0 2rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

ul.inline, ol.inline {
	list-style: none;
	padding: 0;
}

ul.inline li, ol.inline {
	padding: .5rem 0;
}

@media screen and (min-width: 768px) {
	ul.inline li, ol.inline li {
		display: inline;
	}

	ul.inline li:not(:last-child), ol.inline li {
		padding-right: 2rem;
	}
}

p + ul, p + ol {
	margin-top: -1rem;
}

/* Breadcrumbs
--------------------------------------------- */
	ul#breadcrumbs {
		list-style: none;
		padding: 0;
		margin-bottom: 1rem;
		font-size: .8rem;
	}

	ul#breadcrumbs li {
		display: inline;
	}

	ul#breadcrumbs a {
		text-transform: uppercase;
	}

	span.breadcrumbs-pijl {
/* 		width: 2rem; */
		height: .6rem;
		display: inline-block;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	span.breadcrumbs-pijl:after {
		content:"";
		background-image: url('https://enschedefietsstad.nl/wp-content/uploads/Chevron.svg');
    	background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
		display: inline-block;
		width: .5rem;
		height: .5rem;
		position: relative;
	}

/* 	@media (min-width: 991.5px) {
		span.breadcrumbs-pijl {
			width: 3.5rem;
		}
	} */




/* 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 2.5rem;
	width: 100%;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table td, table th {
	border: .1rem solid #767676;
	padding: .5rem;
}

table tr:nth-child(even){
	background-color: #EFEFEF;
}


table th {
	border: 0;
	border-bottom: .2rem solid #171716;
}

/* Links
--------------------------------------------- */
a {
	color: #D90016;
	font-weight: 700;
}

a.zwart {
	color: #171716;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	-ms-transition: .25s ease;
	transition: .25s ease;
}

a.zwart:hover,
a.zwart:focus {
	color: #D90016;
}

a:hover,
a:focus {
	color: #D90016;
}


a:focus {
	outline: .15rem dotted;
}

a:hover,
a:active {
	outline: 0;
	color: #D90016;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
/* 	border-radius: 2rem; */
/* 	background: #D90016; */
	color: #FFF;
	padding: .75rem 3rem .75rem 1.5rem;
	font-family: bc-sklonar, sans-serif;
    text-transform: uppercase;
	font-weight: 700;
	position: relative;
	text-align: left;
}

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus
{
	outline: .15rem dotted #D90016 !important;
}

button:focus,
.button:focus {
	outline: .15rem dotted #D90016 !important;
}

input[type="submit"]:active,
input[type="submit"]:focus {
	outline: .15rem dotted #D90016;
}

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: #171716;
	border: .15rem solid #171716;
/* 	border-radius: 1rem; */
	padding: 1rem;
	width: 100%;
}

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: #171716;
	border-color: #D90016;
	outline: 0;

}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

::placeholder {
	color: #767676;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #767676;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #767676;
}

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

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

/* Hoofdnavigatie
--------------------------------------------- */
.header {
	background-color: #D90016;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
}

.header:before {
		content: "";
		height: 2rem;
/* 		position: absolute; */
		bottom: -2rem;
		display: block;
		width: calc(100% - 2rem);
		left: 1rem;
		background: -moz-linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 80%);
		background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 80%);
		background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 80%);
}

.header img {
	transition: width .25s ease;
}

.header.scroll img {
	width: 7rem;
	transition: width .25s ease;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}


#hoofdnavigatie a {
	font-family: bc-sklonar, sans-serif;
    text-transform: uppercase;
	font-weight: 400;
	color: #ffffff;
	display: block;
	padding: .25rem;
}

#hoofdnavigatie a:not(#hoofdnavigatie .sub-menu a):hover, #hoofdnavigatie a:not(#hoofdnavigatie .sub-menu a):focus {
	color: #ffffff;
	-webkit-transition: color .25s ease;
	-moz-transition: color .25s ease;
	-ms-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease;
	text-decoration: none;
/* 	background-color:  rgba(90, 90, 90, 0.9); */
	background-color: #000;
	padding: .25rem;
	color: #ffffff;
}

/* #hoofdnavigatie .sub-menu li a {
	color: #000;
} */

#hoofdnavigatie .sub-menu li{
	padding: .5rem;
/* 	background-color: #D90016; */
	color: #ffffff;
}


#hoofdnavigatie #primair-menu > li.current-menu-item > a,
#hoofdnavigatie #primair-menu > li.current-menu-parent > a,
#hoofdnavigatie #primair-menu > li.current-menu-parent > a + .sub-menu > li.current-menu-item > a {
	color: #ffffff;
/* 	background-color: #000; */
}

.sub-menu .current-menu-item {
	background-color: #000;
}

.sub-menu .current-menu-item a:hover {
	background-color: unset;
}

/* MOBIEL MENU BUTTON */
#hoofdnavigatie button {
	float:right;
	background: transparent;
	font-size: .9rem;
	color: #D90016;
	font-family: bc-sklonar, sans-serif;
    text-transform: uppercase;
	font-weight: 700;
/* 	font-style: italic; */
	padding: 0;
	height: 2.4rem;
	width: 3rem;
	text-align: center;
}

#hoofdnavigatie button:focus {
	outline: .15rem dotted;
}

.header .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
}

.header .menu-icon {
	cursor: pointer;
	display: block;
	position: relative;
	user-select: none;
}

.header .menu-icon .navicon {
	background: #D90016;
	display: block;
	height: .1rem;
	position: relative;
	transition: background .2s ease-out;
	width: 50%;
	margin: 0 auto .5rem;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
	background: #D90016;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.header .menu-icon .navicon:before {
	top: 5px;
}

.header .menu-icon .navicon:after {
	top: -5px;
}

/* menu btn */

.header .menu-btn {
	display: none;
}

.header #hoofdnavigatie.toggled .menu {
	max-height: 30rem;
}

.header #hoofdnavigatie.toggled .menu-icon .navicon {
	background: transparent;
}

.header #hoofdnavigatie.toggled .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.header #hoofdnavigatie.toggled .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.header #hoofdnavigatie.toggled .menu-icon:not(.steps) .navicon:before,
.header #hoofdnavigatie.toggled .menu-icon:not(.steps) .navicon:after {
	top: 0;
}

ul.sub-menu:before {
	content: "";
	width: 1rem;
	height: 1rem;
	left: 2rem;
	background: #FFF;
	position: absolute;
	transform: rotate(45deg);
	top: 3.5rem;
}

@media (max-width: 1220px) {
	/* MOBIEL MENU OPMAAK */
	.header ul li {
		position: relative;
		padding: 1rem;
	}

	#primair-menu > li:not(:last-child):after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: .4rem;
		background-image: url('../../../img/grijs-lijn.svg');
		background-size: 8rem;
	}

	#hoofdnavigatie #primair-menu > li:first-child {
		margin-top: 1rem;
	}

	#hoofdnavigatie a > span {
		background-image: url(/../../img/plus.svg);
		background-size: .8rem;
		background-repeat: no-repeat;
		background-position: center;
		width: 2.5rem;
		height: 2.5rem;
		right: 0;
		top: .3rem;
		position: absolute;
	}

	#hoofdnavigatie .pijl.focus span {
		background-image: url(/../../img/min.svg);
	}

	.header ul.sub-menu {
		opacity: 0;
		background: #ffffff;
		visibility: hidden;
		max-height: 0;
		overflow: hidden;
		width: 100%;
		-webkit-transition: margin-top 0s, .25s ease-out, visibility .25s ease-out, opacity .25s ease-out, max-height .7s ease;
		-moz-transition: margin-top 0s, .25s ease-out, visibility .25s ease-out, opacity .25s ease-out, max-height .7s ease;
		-ms-transition: margin-top 0s, .25s ease-out, visibility .25s ease-out, opacity .25s ease-out, max-height .7s ease;
		-o-transition: margin-top 0s, .25s ease-out, visibility .25s ease-out, opacity .25s ease-out, max-height .7s ease;
		transition: margin-top 0s, .25s ease-out, visibility .25s ease-out, opacity .25s ease-out, max-height .7s ease;
	}

	.pijl.focus + .sub-menu {
		max-height: 7rem;
		margin-top: 1rem;
		opacity: 1;
		visibility: visible;
		overflow: visible;
	}

	.header ul.sub-menu a {
		color: #171716;
		font-weight: 500;
	}

	ul.sub-menu:before {
		opacity: 0;
		top: 0;
		transition: opacity .5s ease, top .25s ease;
	}

	a.focus + ul.sub-menu:before {
		opacity: 1;
		top: 3.5rem;
		transition: opacity .5s ease, top .25s ease;
	}
}

@media (min-width: 991.5px) and (max-width: 1220px) {
	#hoofdnavigatie {
		width:100%;
		margin-top: 1rem!important;
	}

	.d-lg-flex {
		display: unset!important;
		display: unset!important;
	}

	.header .mt-auto {
		margin-top: auto!important}

	.header .menu-btn {
		display: none;
	}
	
	.header #hoofdnavigatie.toggled .menu {
		max-height: none!important;
	}
	
	.header #hoofdnavigatie.toggled .menu-icon .navicon {
		background: transparent;
	}
	
	.header #hoofdnavigatie.toggled .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}
	
	.header #hoofdnavigatie.toggled .menu-icon .navicon:after {
		transform: rotate(45deg);
	}
	
	.header #hoofdnavigatie.toggled .menu-icon:not(.steps) .navicon:before,
	.header #hoofdnavigatie.toggled .menu-icon:not(.steps) .navicon:after {
		top: 0;
	}
}
@media (min-width: 1220px) {
	.logo, #hoofdnavigatie ul#primair-menu > li:not(:last-child) {
		padding-right: 1.5rem;
	}

	.header li {
		float: left;
	}
	.header .menu {
		clear: none;
		float: right;
		max-height: none;
	}
	.header button {
		display: none;
	}

	#hoofdnavigatie #primair-menu > li.current-menu-item > a,
	#hoofdnavigatie #primair-menu > li.current-menu-parent > a {
		padding: .25rem;
		background-color: #000;
		text-decoration: none;
		font-weight: 700;
		color: #FFF;
	}

	.header ul.sub-menu {
		background-color: #D90016;
		transition: all 250ms ease-in;
		opacity: 0;
		position: absolute;
		max-height: inherit;
		display: flex;
		flex-direction: column;
		visibility: hidden;
		text-align: left;
		border-radius: 0 0 1rem 1rem;
		padding-top: 1rem;
	}
	
	ul.sub-menu:before {all:unset}

	.menu-item-has-children:hover .sub-menu, 
	.menu-item-has-children.focus + .sub-menu, 
	.menu-item-has-children a:focus + .sub-menu, 
	.menu-item-has-children.focus a:hover + .sub-menu {
		max-height: 40rem;
		opacity: 1;
		visibility: visible;
		text-align: left;
	}

	#hoofdnavigatie .current-menu-parent ul.sub-menu .current-menu-item a {
		background: transparent;
		border-radius: 0;
		font-weight: 700;
	}
}

.header .logo {
	width: 25%;
	float: left;
}

@media (min-width: 48em) {
	.header .logo {
		width: 20%;
	}
}







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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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;
}


/*--------------------------------------------------------------
# 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: #171716;
	border-radius: 0 2rem 2rem 0;
	box-shadow: 0;
	clip: auto !important;
	clip-path: none;
	color: #FFF;
	font-family: bc-sklonar, sans-serif;
    text-transform: uppercase;
	font-weight: 500;
	display: block;
	font-size: 1rem;
	height: auto;
	left: .5rem;
	line-height: normal;
	padding: .5rem 1.5rem;
	text-decoration: none;
	top: .5rem;
	width: auto;
	z-index: 100000;
}

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


/*--------------------------------------------------------------
# Pagina's
--------------------------------------------------------------*/

/* Homepagina
--------------------------------------------- */
.home .header-wrapper {
	max-height: 30vh;
	height: 40rem;
	min-height: 20rem;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}

.header-wrapper {
	margin-right: 1rem;
}

@media screen and (min-width: 768px) {
	.border-streep-links:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		background-image: url(../../../img/grijs-lijn.svg);
		background-size: 8rem;
		width: 1rem;
	}

	.grijs-vlak-rechts {
		position: absolute;
		right: 0;
		height: 3rem;
		background-image: url(../../../img/grijs-lijn.svg);
		background-size: 8rem;
		width: 15%;
		bottom: -1.5rem;
		z-index: 0;
	}

/* 	.zwart-vlak-rechts {
		position: absolute;
		right: 0;
		height: 3rem;
		background-image: url(../../../img/zwart-lijn.svg);
		background-size: 8rem;
		width: 15%;
		bottom: -1.5rem;
		z-index: 0;
	} */

/* 	.rood-vlak-links {
		position: absolute;
		left: 0;
		height: 15rem;
		background-image: url(../../../img/rood-streep.svg);
		background-size: 8rem;
		width: 2rem;
		bottom: -2rem;
		z-index: 0;
	} */

	.rood-vlak-rechts {
		position: absolute;
		right: 0;
		height: 15rem;
		background-image: url(../../../img/rood-streep.svg);
		background-size: 8rem;
		width: 2rem;
		bottom: -2rem;
		z-index: 0;
	}

/* 	.rood-vlak-rechts-groot {
		position: absolute;
		right: 0;
		height: 4rem;
		background-image: url(../../../img/rood-streep.svg);
		background-size: 8rem;
		width: 20rem;
		bottom: -2rem;
		z-index: 0;
	} */

/* 	.zwart-vlak-rechts-groot {
		position: absolute;
		right: 0;
		height: 4rem;
		background-image: url(../../../img/zwart-lijn.svg);
		background-size: 8rem;
		width: 20rem;
		bottom: -2rem;
		z-index: 0;
	} */
}

@media screen and (min-width: 991.5px) {
	.home .header-wrapper {
		max-height: 40vh;
		min-height: 30rem;
	}

	.app-image img {
		position: absolute;
		top: 1rem;
		left: 0;
	}
}

.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-link:focus .eapps-instagram-feed-posts-item-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	padding-top: 0;
}

.eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-inner {
	width: 100% !important;
}

.weetje p {
	font-family: urw-din, sans-serif;
/* 	letter-spacing: 4.8px; */
/*     text-transform: uppercase; */
/* 	font-style: italic; */
	font-size: 1.75rem;
}

.weetje p > strong {
	color: #2F7E2F;
}

.quote-inner {
	height: 13rem;
}

@media screen and (min-width: 768px) { 
	.quote-container {
		position: absolute;
		bottom: -1.5rem;
	}

	.quote, .quote-inner {
		z-index: 0;
		width: 100%;
		height: 100%;
		position: relative;
		min-height: 27rem;
		overflow: visible;
	}

	.quote-blok {
		position: relative;
		overflow: visible;
		z-index: 0;
	}

/* 	.quote-blok:after {
		content: "";
		width: 10rem;
		height: 10rem;
		background-image: url('../../../img/wit-streep.svg');
		background-size: 13rem;
		position: absolute;
		top: -2rem;
		z-index: -1;
		right: -2rem;
	} */
}


p.naam {
	background: #2F7E2F;
	padding: .25rem 1rem;
	display: inline-block;
	color: #FFF;
	margin-bottom: 0;
	margin-top: 1rem;
}


/* Fietsnieuws
--------------------------------------------- */
p.datum {
	font-size: .9rem;
	margin-bottom: .25rem;
}

.uitgelicht-tag {
	position: absolute;
	top: 0;
	background: #000;
	padding: .25rem 0.5rem;
	font-family: bc-sklonar, sans-serif;
/* 	letter-spacing: 4.8px; */
    text-transform: uppercase;
	color: #FFF;
}

.fietsnieuws-titel h3, 
.fietsnieuws-titel {
	font-family: bc-sklonar, sans-serif;
/* 	letter-spacing: 4.8px; */
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
	color: #171716;
	margin-bottom: .5rem;
}

.fietsnieuws-titel:hover,
.fietsnieuws-titel:hover h3 {
	color: #D90016;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	-ms-transition: .25s ease;
	transition: .25s ease;
}

.uitgelicht-inner {
	height: 13rem;
}

.fietsnieuws-info {
	position: relative;
}

.fietsnieuws-info:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: .5rem;
	background-image: url(../../../img/grijs-lijn.svg);
	background-size: 8rem;
}

@media screen and (min-width: 768px) { 
	.fietsnieuws-container {
		position: absolute;
		bottom: 0;
	}

	.uitgelicht, .uitgelicht-inner {
		z-index: 0;
		width: 100%;
		height: 100%;
		position: relative;
		min-height: 20rem;
	}
}

/* Fietsnieuws - detail
--------------------------------------------- */

	.recent .binnen {
		overflow: hidden;
/* 		border-radius: 1rem 1rem 0 0; */
		height: 10rem;
		margin-bottom: 1rem; 
		display: block;
	}

	.fietsnieuws-content h1, 
	.fietsnieuws-content h2,
	.verhaal h1,
	.verhaal h2
	 {
		font-size: 1.5rem;
		margin-bottom: .25rem;
	}

	.fietsnieuws-content h3,
	.verhaal h3 {
		font-size: 1.3rem;
		margin-bottom: .25rem;
	}

	.fietsnieuws-content h4,
	.verhaal h4 {
		font-size: 1.2rem;
		margin-bottom: .25rem;
	}

	.fietsnieuws-content h5,
	.verhaal h5 {
		font-size: 1.15rem;
		margin-bottom: .25rem;
		font-weight: 600;
	}

	.fietsnieuws-content h6,
	.verhaal h6 {
		font-size: 1.15rem;
		margin-bottom: .25rem;
	}

	.fietsnieuws-afbeelding {
		overflow: hidden;
	}

	.fit-container-medium {
		overflow: hidden;
		border-radius: 1rem;
	}

	.fit { 
		object-fit: cover;
		width: 100%;
		height: 100%;
	}


	@media (min-width: 768px) {
		.fietsnieuws-afbeelding, 
		.fit-container-medium {
	   		height: 18rem;
		}
	}



/* App
--------------------------------------------- */
.uitdagingen .slick-track {
       display: flex !important;
}

.uitdagingen .slick-slide {
    height: inherit !important;
}

.uitdaging {
	padding: 0 1rem;
}

.uitdaging-afbeelding {
	width: 100%;
	height: 10rem;
	background-size: cover !important;
	background-position: center !important;
}

@media (min-width: 768px){
	.uitdaging-afbeelding {
		width: 30%;
		height: unset;
		background-size: cover !important;
		background-position: center !important;
	}

	.uitdaging-informatie {
		width: 70%;
	}
}

.uitdaging-inner {
	background: #EFEFEF;
	overflow: hidden;
/* 	border-radius: 1rem; */
	height: 100%;
}

.uitdaging-informatie h3 {
	font-size: 1.25rem;
}

.filterop {
	color: #D90016;
/* 	font-style: italic; */
	font-family: bc-sklonar, sans-serif;
/* 	letter-spacing: 4.8px; */
    text-transform: uppercase;
}

#filterUitdagingen {
	list-style: none;
	padding: 0;
}

#filterUitdagingen li {
	margin-bottom: 1rem;
}

@media (min-width: 768px){
	#filterUitdagingen li {
		display: inline;
	}

	#filterUitdagingen li:not(:last-child) {
		margin-right: 2rem;
	}
}

ul#filterUitdagingen li button {
	background: transparent;
	color: #D90016;
	padding: 0;
	font-family: urw-din, sans-serif;
	font-style: normal;
}

#filterUitdagingen li button.actief span {
	width: 1.5rem;
	height: 100%;
	top: 0;
	display: inline-block;
	position: absolute;
	right: 1rem;
}

#filterUitdagingen li button.actief span:after {
	content: "";
	background-image: url(../../../img/check-wit.svg);
	background-size: 1rem;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: inline-block;
}

ul#filterUitdagingen li button:hover {
	text-decoration: underline;
}

ul#filterUitdagingen li button.actief {
	background: #D90016;
	color: #FFF;
	padding: .75rem 3rem .75rem 1.5rem;
	font-weight: 700;
}

#uitdagingen .slick-arrow {
	text-indent: -99999px;
	width: 2rem;
	height: 4rem;
	z-index: 2;
	position: absolute;
}

@media (min-width: 576px){
	#uitdagingen .slick-list {
		max-width: 540px;
		margin: auto;
	}
}

@media (min-width: 768px){
	#uitdagingen .slick-list {
		max-width: 720px;
	}
}

@media (min-width: 991.5px) {
	#uitdagingen .slick-list {
		max-width: 960px;
	}
}

@media (min-width: 1200px){
	#uitdagingen .slick-list {
		max-width: 1140px;
	}
}

#uitdagingen .slick-arrow.slick-prev,
#uitdagingen .slick-arrow.slick-next {
	top: 50%;
    padding: 0;
    background: #D90016;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: transparent;
    border: none;
    font-size: 0;
}


#uitdagingen .slick-arrow.slick-prev {
	left: 0;
	border-radius: 0 2rem 2rem 0;
	background-image: url(../../../img/pijl-links.svg);
    background-size: 1rem;
    background-position: center;
    background-repeat: no-repeat;
}

#uitdagingen .slick-arrow.slick-next {
	right: 0;
    border-radius: 2rem 0 0 2rem;
    display: block;
    background-image: url(../../../img/pijl-rechts.svg);
    background-size: 1rem;
    background-position: center;
    background-repeat: no-repeat;
}

#veelgesteldevragen > div, #helpdesk > div {
	position: relative;
	overflow: hidden;
}


#veelgesteldevragen:after, #helpdesk:after {
	content: "";
	display: block;
	background: #D90016;
	width: 5rem;
	height: 5rem;
	position: absolute;
	top: -2.5rem;
	border-radius: 4rem;
/* 	border: .3rem solid white; */
	box-shadow: 0 0 1rem rgba(0,0,0,.1);
	background-image: url(https://enschedefietsstad.nl/wp-content/uploads/Vraagteken-los.svg);
	background-size: 3rem;
	background-repeat: no-repeat;
	background-position: center;
	right: 3rem;
}

#helpdesk:after {
	background: #D90016;
	background-image: url(../../../img/informatie.svg);
	background-size: 1rem;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (min-width: 768px) { 
	#veelgesteldevragen > div:before, #helpdesk > div:before {
		content: "";
		width: 1rem;
		height: 100%;
		position: absolute;
		bottom: 0;
		z-index: 0;
		background-image: url(https://enschedefietsstad.nl/wp-content/uploads/Helpdesk-lijn.svg);
		background-size: cover;
		left: 0;
	}

/* 	#helpdesk > div:before {
		background-image: url(../../../img/rood-streep.svg);
	} */
}

#veelgesteldevragen p {
		color: #ffffff;
	}


@media screen and (min-width: 768px) { 
	#veelgesteldevragen > div:before{
		content: "";
		width: 1rem;
		height: 100%;
		position: absolute;
		bottom: 0;
		z-index: 0;
		background-image: url(https://enschedefietsstad.nl/wp-content/uploads/grijs-lijn.svg);
		background-size: cover;
		left: 0;
	}
}

#helpdesk p.info > span {
	font-weight: 700;
	color: #D90016;
	width: 1.5rem;
	display: inline-block;
}



/* App - Veelgestelde vragen
--------------------------------------------- */
	.vraagtitel {
		background: #D90016;
		color: #FFF;
		padding: 1rem 1.5rem;
		position: relative;
		display: block;
		margin: .5rem 0;
/* 		border-radius: 1rem; */
		box-shadow: 0 0 2rem rgba(0,0,0,.1);
		-webkit-transition: background .25s ease, color .25s ease;
		-moz-transition: background .25s ease, color .25s ease;
		-ms-transition: background .25s ease, color .25s ease;
		-o-transition: background .25s ease, color .25s ease;
		transition: background .25s ease, color .25s ease;
	}

	.vraagtitel:focus, .vraagtitel.collapsed:focus {
		outline: .15rem dotted #D90016;
	}

	.vraagtitel.collapsed:hover h3, .vraagtitel.collapsed:focus h3 {
		color: #D90016;
		text-decoration: underline;
		-webkit-transition: color .25s ease;
		-moz-transition: color .25s ease;
		-ms-transition: color .25s ease;
		-o-transition: color .25s ease;
		transition: color .25s ease;
	}

	.vraagtitel h3 {
		display: inline-block;
		font-size: 1.15rem;
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 700;
		color: #FFF;
		margin-bottom: 0;
		padding-right: 5rem;
	}

	.vraagtitel span {
		width: 1.5rem;
		height: 3.5rem;
		top: 0;
		display: inline-block;
		position: absolute;
		right: 1.5rem;
	}

	.vraagtitel span:after {
		content: "";
		background-image: url(../../../img/min-wit.svg);
		background-size: 1rem;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		display: inline-block;
	}

	.vraagtitel.collapsed span:after {
		background-image: url(../../../img/plus.svg);
	}

	.vraagtitel.collapsed {
		background: #FFF;
	}

	.vraagtitel.collapsed h3 {
		color: #171716;
	}

/* 	@media screen and (min-width: 768px) {
		.vraagtitel {
			border-radius: 2rem;
		}
	} */


/* Fietsverhalen
--------------------------------------------- */
.modal-wrapper.show {
	background: #2F7E2F;
	width: 100vw;
	height: 100vh;
	border: 1rem solid #FFF;
}

.wp-post-modal.show {
	height: 100%;
}

.close-modal {
	margin: 0;
    text-indent: -999999px;
    border-radius: 0;
    padding: 0;
    width: 3rem;
    height: 3rem;
    margin-bottom: 2rem;
    position: relative;
    background-image: url(../../../img/sluiten.svg);
    background-size: 1rem;
    background-position: center;
    background-repeat: no-repeat;
}

button.close-modal {
	background-color: #D90016;
}

.close-modal:focus {
	border-radius: 0;
    outline: .2rem dotted #FFF !important;
}



.wp-post-modal.show h3, .wp-post-modal.show p {
	color: #FFF;
}

.fietsverhaal {
	height: 20rem;
}

.verhaal h1, .verhaal h2, .verhaal h3,
.verhaal h4, .verhaal h5, .verhaal h6, 
.verhaal a, .verhaal p {
	color: #FFF;
}

.verhaal h1.verhaal-titel {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

.fietsverhaal-inner,
.fietsverhaal-detail-inner {
	position: relative;
	background-size: cover !important;
	background-position: center !important;
}

.fietsverhaal-detail-inner {
	height: 50vh;
	overflow: hidden;
}

.fietsverhaal-trigger {
	color: #FFF;
	height: 100%;
	border-radius: 1rem 1rem 0 0;
	opacity: 0;
	visibility: hidden
}

.fietsverhaal-trigger {
	background: #D90016;
}

.fietsverhaal:nth-child(odd) .fietsverhaal-trigger {
	background: #171716;
}

.fietsverhaal-trigger h3 {
	font-size: 1.15rem;
	margin-bottom: .5rem;
}

.fietsverhaal-trigger p {
	font-size: .95rem;
}

.zichtbaar .fietsverhaal-trigger {
	visibility: visible;
	opacity: 1;
}

.fietsverhaalbutton {
	position: absolute;
	bottom: 0;
	background: #FFF;
	padding: .5rem 3rem .5rem 1.5rem;
	border-radius: 2rem;
	width: calc(100% - 3rem);
	bottom: -1rem;
	border: .15rem solid;
}

.fietsverhaalbutton span {
	background-image: url(/../../img/plus.svg);
	background-size: .8rem;
	background-repeat: no-repeat;
	background-position: center;
	width: 2.5rem;
	height: 2.5rem;
	right: 0;
	top: 0;
	position: absolute;
	filter: invert(29%) sepia(14%) saturate(7115%) hue-rotate(91deg) brightness(105%) contrast(63%);
}

.zichtbaar .fietsverhaalbutton span {
	background-image: url(/../../img/min.svg);
}


.fietsverhaal .fietsverhaalbutton {
/* 	color: #D90016; */
	color: #000;
	border-radius: unset;
	width: fit-content;
}

.fietsverhaal .fietsverhaalbutton h2 {
	color: #000;
/* 	text-transform: unset; */
	font-size: 1.15rem;
	margin-bottom: 0;
	letter-spacing: .1rem;
}

.call-to-action-onder {
	position: relative;
}

.call-to-action-onder:after {
	content: "";
	width: 100%;
	height: 1.5rem;
	position: absolute;
	bottom: 0;
	z-index: 0;
/* 	background-image: url(../../../img/grijs-streep.svg); */
	background-image: url('../../../img/grijs-streep.svg');
	background-size: 8rem;
	left: 0;
	opacity: .2;
}

.call-to-action-onder-2:after {
	content: "";
	width: 100%;
	height: 1.5rem;
	position: absolute;
	bottom: 0;
	z-index: 0;
/* 	background-image: url(../../../img/grijs-streep.svg); */
	background-image: url(https://enschedefietsstad.nl/wp-content/uploads/rood-streep.svg);
	background-size: 8rem;
	left: 0;
	opacity: .2;
}

/* E-bike Probeerweken 
--------------------------------------------- */

.waarom-inner-e-bike {
	position: relative;
	min-height: 24rem;
	overflow: visible;
	background-position: center 43%!important;
	background-size: cover !important;
}

#e-bakfiets > div {
	position: relative;
	overflow: hidden;
}

#e-bakfiets {
	padding: 2.5rem 15px 2.5rem 15px;
}

.licht-rood-bg .wit-bg p {
	color:unset
}

.center {
	text-align:center;
}

.e-bakfiets-image {
	position: relative;
	min-height: 15rem;
	overflow: visible;
	padding: 2.5rem 15px 2.5rem 15px;
	z-index: 1;
}

.e-bakfiets-image div {
	background-position: right bottom!important;
	background-size: cover;
    background-repeat: no-repeat;
}

.e-bakfiets-image:before {
		content: "";
		width: 30%;
		height: 90%;
		background: url('../../../img/rood-streep.svg');
		position: absolute;
		bottom: 1.7rem;
		right: -1rem;
		border-radius: .5rem;
		z-index:-1;
}

.good-to-know :is(h2, h3, p) {
	color:white
}

.aanmelden a {
	margin-right: 2rem; 
	margin-top: 2rem
}

.aanmelden a div {
	border: 1pt solid #EFEFEF; 
	border-radius: 1rem; 
	height: 140px; 
	width: 255px;
	text-align:center;
	vertical-align: middle;
    display: table-cell;
}

.aanmelden a:first-child img {
	height: 100%;
}

.aanmelden a:nth-child(2) img {
	width: 80%;
}

@media screen and (min-width: 768px) { 
	#e-bakfiets > div:before {
		content: "";
		width: 1rem;
		height: 100%;
		position: absolute;
		bottom: 0;
		z-index: 0;
		background-image: url(../../../img/roze-lijn.svg);
		background-size: 8rem;
		left: 0;
	}

	#e-bakfiets > div:before {
		background-image: url(../../../img/rood-streep.svg);
	}
}

#e-bakfiets p.info > span {
	font-weight: 700;
	color: #D90016;
	width: 1.5rem;
	display: inline-block;
}

#leftquoteoutline:after {
    content: "";
    display: block;
    width: 2rem;
    height: 3rem;
    position: absolute;
    bottom: -2.6rem;
    background-image: url(../../../img/quote-onder.svg);
    background-size: 110%;
    left: 4.3rem;
    background-repeat: no-repeat;
}


.page-id-1110 h3:not(.page-id-1110 .good-to-know h3) {
	margin-top: 3rem;
}

.resp-image {
	min-height: 19rem;
}

.pnomargin div p {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
.page-id-1110 .rood-vlak-rechts-groot {
    position: absolute;
    right: 0;
    height: 6rem;
    background-image: url(../../../img/rood-streep.svg);
    background-size: 8rem;
    width: 15rem;
    bottom: -3rem;
    z-index: 0;
    opacity: 0.5;
}

.page-id-1110 blockquote {
	font-size: 2.2rem;
    line-height: 2.7rem;
}

}	

@media screen and (max-width: 768px) {
	
	.page-id-1110 blockquote {
		font-size: 1.1rem;
	}

	.e-bakfiets-image {
		padding-top: unset;
		padding-bottom: 6rem;
	}

	.e-bakfiets-image:before {
		content: "";
		width: 60%;
		height: 60%;
		background: url(../../../img/rood-streep.svg);
		position: absolute;
		bottom: 2.3rem;
		right: -0.3rem;
		border-radius: .5rem;
		z-index: -1;
	}

	#e-bakfiets {
		padding-bottom: 0rem;
	}

	.resp-image {
		margin-top: 2.5rem;
	}

	.page-id-1110 h3 {
		margin-top: unset;
	}

	.page-id-1110 .button {
		margin-bottom: 2rem;
	}
	
	.aanmelden {
		display: flex;
    	flex-wrap: wrap;
	}

	.aanmelden a {
		margin-right: unset;
		margin-top: unset;
		width: calc(50% - 0.5rem);
	}

	.aanmelden a img {  
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}

	.aanmelden a:first-child {
		margin-right: 1rem;
	}

	.aanmelden a:first-child img {
		height: 60%;
	}

	.quote-naam {
		margin-left:1rem;
	}

	.aanmelden a div {
		height: 81px;
	}

}

/* Over Enschede Fietsstad
--------------------------------------------- */
	.waarom-inner {
		position: relative;
		min-height: 15rem;
		overflow: visible;
		background-position: center !important;
	}

	.waarom-inner:before {
		content: "";
		width: 70%;
		height: 90%;
		background-image: url(../../../img/rood-streep.svg);
		background-size: 13rem;
		position: absolute;
		bottom: -1rem;
		z-index: -1;
		right: -1rem;
		border-radius: .5rem;
	}

	.button.plus {
		position: absolute;
		bottom: -2.5rem;
		width: auto;
	}

	#filter.filterList {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	#filter { 
		list-style: none;
		padding: 0;
	}

	#filter li { 
		display: inline;
	}

	.slick-slider {
	  -webkit-user-select: text;
	  -khtml-user-select: text;
	  -moz-user-select: text;
	  -ms-user-select: text;
	  user-select: text;
	  padding: 0;
	}

	.slick-list.draggable {
	  -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}

	.project {
		padding: 0 1rem;
		vertical-align: top;
	}

	.project-afbeelding {
		height: 10rem;
		display: block;
/* 		border-radius: 1rem 1rem 0 0; */
		position: relative;
		background-size: cover !important;
		background-position: center !important;
	}

	.projecten .slick-slide > div {
		display: flex;
	}

	.project-info {
		height: 100%;
	}

	.project h3 {
		font-size: 1.1rem;
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 700;
		color: #171716;
	}

	.project .project-link:hover h3 {
		color: #D90016;

		-webkit-transition: color .25s ease;
		-moz-transition: color .25s ease;
		-ms-transition: color .25s ease;
		-o-transition: color .25s ease;
		transition: color .25s ease;
	}

	.project .icoon {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7rem 7rem 0 0;
		border-color: #FFF transparent transparent transparent;
		-moz-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		transform: matrix(1, 0, 0, 1, 0, 0);
	}

	.project .icoon-afbeelding{
		filter: invert(29%) sepia(14%) saturate(7115%) hue-rotate(91deg) brightness(105%) contrast(63%);		
		position: absolute;
		top: 0;
		left: 0rem;
	}

	ul.slick-dots {
		list-style: none;
		padding: 0;
		text-align: center;
		position: relative;
	}

	ul.slick-dots li {
		display: inline;
	}

	ul.slick-dots li:not(:last-child) {
		margin-right: 1rem;
	}

	.projecten ul.slick-dots:before {
		content: "";
		position: absolute;
		left: 0;
		height: .5rem;
		background-image: url(../../../img/grijs-lijn.svg);
		background-size: 8rem;
		width: 100%;
		top: 0;
	}

	.projecten ul.slick-dots  {
		padding-top: 2rem;
		margin-top: 2rem;
	}

	ul.slick-dots li button {
		background: none;
		padding: 0;
		color: #171716;
		text-align: center;
		width: 2rem;
		height: 2rem;
	}

	ul.slick-dots li:not(.slick-active) button:hover {
		color: #D90016;
		text-decoration: underline;
	}

	ul.slick-dots li.slick-active button {
		background: #D90016;
		color: #FFF;
/* 		border-radius: 1rem; */
	}

	a.partner_logo {
		height: 10rem;
		padding: 1rem;
		border: .05rem solid #EFEFEF;
/* 		border-radius: 1rem; */
	}

	a.partner_logo img {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		filter: gray;
		-webkit-filter: grayscale(100%);
		-webkit-transition: all .25s ease;
		-webkit-backface-visibility: hidden;
	}

	a.partner_logo:hover img {
		filter: none;
		-webkit-filter: grayscale(0%);
	}

	a.partner_logo svg {
		background: url(http://4.bp.blogspot.com/-IzPWLqY4gJ0/T01CPzNb1KI/AAAAAAAACgA/_8uyj68QhFE/s400/a2cf7051-5952-4b39-aca3-4481976cb242.jpg);
	}

	a.partner_logo svg image {
		transition: all .25s ease;
	}

	a.partner_logo:hover svg image {
		opacity: 0;
	}


/* CONTACT
--------------------------------------------- */
label {
	font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #D90016;
	background: #D90016;
	color: #FFFF;
	border-radius: 1rem;
	margin: 0 0 2rem;
	padding: 1rem 1.5rem 1rem 4rem;
	position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #008B00;
	background: #008B00;
	color: #FFFF;
	border-radius: 1rem;
	margin: 0 0 2rem;
	padding: 1rem 1.5rem 1rem 4rem;
	position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output:before, 
.wpcf7 form.unaccepted .wpcf7-response-output:before, 
.wpcf7 form.sent .wpcf7-response-output:before {
	content: "";
	background-image: url(../../../img/error.svg);
	background-size: 2.5rem;
	background-position: center;
	background-repeat: no-repeat;
	width: 4rem;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.wpcf7 form.sent .wpcf7-response-output:before {
	background-image: url(../../../img/check.svg);
}

.wpcf7-not-valid-tip {
	color: #D90016;
	font-size: 1rem;
	font-weight: 700;
	display: block;
/* 	font-style: italic; */
	margin-top: .5rem;
}

.formulier-label {
	margin-bottom: 2rem;
}

.border-streep-onder {
	position: relative;
}

.border-streep-onder:before {
	content: "";
	position: absolute;
	left: 0;
	height: .75rem;
	background-image: url(../../../img/grijs-lijn.svg);
	background-size: 8rem;
	width: 100%;
	bottom: -3rem;
}

.app-vragen p.info > span {
	font-weight: 700;
	color: #D90016;
	width: 1.5rem;
	display: inline-block;
}

.checkbox-container span.wpcf7-list-item {
	margin: 0 0 1rem 0;
}

.checkbox-container span.wpcf7-list-item .wpcf7-list-item-label {
	padding-left: .5rem;
}


/* SITEMAP
--------------------------------------------- */

.pagina-lijst, .fietsnieuws-lijst {
	list-style: none;
	margin-bottom:2rem;
	padding: 0;
}

.pagina-lijst li, .fietsnieuws-lijst li {
	position: relative;
	padding: 1rem 1.5rem;
}

.pagina-lijst li h3, .fietsnieuws-lijst li h3 {
	font-size: 1.15rem;
	font-family: urw-din, sans-serif;
	font-style: normal;
	font-weight: 500;
	margin-bottom:0;
}

ul.pagina-lijst li:before,
ul.fietsnieuws-lijst li:before {
		content: "";
		position: absolute;
		left: 0;
		height: .3rem;
		background-image: url(../../../img/grijs-lijn.svg);
		background-size: 6rem;
		width: 100%;
		bottom: 0rem;
}


/* 404
--------------------------------------------- */
.error404 h1 {
		font-size: 6rem;
		font-style: normal;
		margin-bottom: 0;
}

/* COOKIE
--------------------------------------------- */

.cookie-notice-container {
	padding: 1rem 2rem;
	text-align: center;
}

#cn-notice-text,
#cn-notice-buttons {
	padding: 0 2.5rem 0 3rem;
	text-align: left;
}

#cookie-notice .cn-button {
	margin: 0;
}

.cookie-notice-container .button {
	width: auto;
}

#cn-notice-text:before {
	content: "";
    background-image: url(../../../img/cookie.svg);
    background-size: 2.5rem;
    background-position: center;
    background-repeat: no-repeat;	
    width: 5rem;
    height: 4rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}


/* Styling headers sub pages */

 .container-fluid h1{
	 margin-bottom: unset;
} 

.container-fluid h1 span {
	background-color: #000;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: #fff;
    display: inline;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: .25rem 1rem;
	letter-spacing: 4.8px;

}

/* Styling classes */

.efs_instagram {
	background-color: #D90016;
	color: #ffffff;
	width: fit-content;
	padding: 0 1rem;	
	margin-top: .5rem;
	letter-spacing: .1rem
}

#fietsnieuws h2 {
	color: #2F7E2F;
}

.secondary_button {
	background-color: #2F7E2F;
	color: #ffffff;
	padding: .25rem .5rem;
}

.secondary_button:hover {
	color: #ffffff;
	cursor: pointer;
}

.hashtag_instagram {
	background-color: #000;
	color: #ffffff;
	cursor: pointer;
	padding: .25rem 1rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	font-size: 14px;
	font-family: bc-sklonar, sans-serif;
}

.hashtag_instagram:hover {
	color: #ffffff;
}

.latest-news h2{
	color: #2F7E2F;
}

.latest-news a.button-basic {
	color: #2F7E2F;
}

#jouw_fietsverhaal p {
	color: #ffffff;
}

#jouw_fietsverhaal h3 {
	margin-bottom: .5rem;
}

.color-text-groen strong {
	color: #2F7E2F;
}

#wistjedat h3 {
	color: #2F7E2F;
	margin-bottom: 0;
}

#wistjedat h2 {
	color: #000;
}

.fietsnieuws-zijkant {
	padding-bottom: .5rem;
}

.button-zwart {
	background-color: #000;
	color: #ffffff;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	font-family: bc-sklonar, sans-serif;
	letter-spacing: .1rem;
    display: inline-flex;
        align-items: center;
}

.button-zwart:after {
	content: "";
		background-image: url('https://enschedefietsstad.nl/wp-content/uploads/Chevron.svg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: .5rem;
		height: .5rem;
		margin-left: .5rem;
		display: inline-block;
		filter: invert(81%) sepia(100%) saturate(2%) hue-rotate(34deg) brightness(114%) contrast(101%);

		-webkit-transition: margin-left .25s ease;
		-moz-transition: margin-left .25s ease;
		-ms-transition: margin-left .25s ease;
		-o-transition: margin-left .25s ease;
		transition: margin-left .25s ease;
}

.button-zwart:hover, .banner-button:hover {
	color: #ffffff;
}

.button-groen {
	background-color:  #2F7E2F;
	color: #ffffff;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	font-family: bc-sklonar, sans-serif;
	letter-spacing: .1rem;
    display: inline-flex;
        align-items: center;
}

.button-groen:hover, .button-groen:focus {
	color: #ffffff;
}

.button-groen:after {
		content: "";
		background-image: url('https://enschedefietsstad.nl/wp-content/uploads/Chevron.svg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: .5rem;
		height: .5rem;
		margin-left: .5rem;
		display: inline-block;
		filter: brightness(0) saturate(100%) invert(81%) sepia(100%) saturate(2%) hue-rotate(34deg) brightness(114%) contrast(101%);

		-webkit-transition: margin-left .25s ease;
		-moz-transition: margin-left .25s ease;
		-ms-transition: margin-left .25s ease;
		-o-transition: margin-left .25s ease;
		transition: margin-left .25s ease;
}

.button-wit-zwart {
	background-color: #ffffff;
	color: #000;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	font-family: bc-sklonar, sans-serif;
	letter-spacing: .1rem;
    display: inline-flex;
        align-items: center;
}

.button-wit-zwart:hover {
	color: #000;
}

.button-wit-zwart:after {
	content: "";
		background-image: url('https://enschedefietsstad.nl/wp-content/uploads/Chevron.svg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: .5rem;
		height: .5rem;
		margin-left: .5rem;
		display: inline-block;
		filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(15%) hue-rotate(331deg) brightness(89%) contrast(100%);

		-webkit-transition: margin-left .25s ease;
		-moz-transition: margin-left .25s ease;
		-ms-transition: margin-left .25s ease;
		-o-transition: margin-left .25s ease;
		transition: margin-left .25s ease;
}

.button-wit-rood {
	background-color: #ffffff;
	color: #D90016;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	font-family: bc-sklonar, sans-serif;
	letter-spacing: .1rem;
    display: inline-flex;
        align-items: center;
}

.button-wit-rood:after {
		content: "";
		background-image: url('https://enschedefietsstad.nl/wp-content/uploads/Chevron.svg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: .5rem;
		height: .5rem;
		margin-left: .5rem;
		display: inline-block;
		filter: brightness(0) saturate(100%) invert(18%) sepia(55%) saturate(6401%) hue-rotate(345deg) brightness(80%) contrast(118%);

		-webkit-transition: margin-left .25s ease;
		-moz-transition: margin-left .25s ease;
		-ms-transition: margin-left .25s ease;
		-o-transition: margin-left .25s ease;
		transition: margin-left .25s ease;
}

.button-rood {
	background-color: #D90016;
	color: #000;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	font-family: bc-sklonar, sans-serif;
	letter-spacing: .1rem;
    display: inline-flex;
        align-items: center;
}

.button-rood-wit {
	background-color: #D90016;
	color: #ffffff;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	font-family: bc-sklonar, sans-serif;
	letter-spacing: .1rem;
    display: inline-flex;
    align-items: center;
}

.button-rood-wit:hover {
	color: #ffffff;
}

.button-rood-wit:after {
		content: "";
		background-image: url('https://enschedefietsstad.nl/wp-content/uploads/Chevron.svg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: .5rem;
		height: .5rem;
		margin-left: .5rem;
		display: inline-block;
		filter: brightness(0) saturate(100%) invert(81%) sepia(100%) saturate(2%) hue-rotate(34deg) brightness(114%) contrast(101%);

		-webkit-transition: margin-left .25s ease;
		-moz-transition: margin-left .25s ease;
		-ms-transition: margin-left .25s ease;
		-o-transition: margin-left .25s ease;
		transition: margin-left .25s ease;
}

.button-link-groen {
	color: #2F7E2F;
	font-family: urw-din, sans-serif;
/* 	text-transform: uppercase; */
}

.button-link-groen:hover {
	color: #2F7E2F;
}

.button-link-groen:after {
		content: "";
		background-image: url('https://enschedefietsstad.nl/wp-content/uploads/Chevron.svg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: .5rem;
		height: .5rem;
		margin-left: .5rem;
		display: inline-block;
		filter: brightness(0) saturate(100%) invert(29%) sepia(14%) saturate(7115%) hue-rotate(91deg) brightness(105%) contrast(63%);

		-webkit-transition: margin-left .25s ease;
		-moz-transition: margin-left .25s ease;
		-ms-transition: margin-left .25s ease;
		-o-transition: margin-left .25s ease;
		transition: margin-left .25s ease;
}

.button-link-rood {
	color: #D90016;
/* 	text-transform: uppercase; */
	font-family: urw-din, sans-serif;
}

.button-link-rood:hover {
	color: #D90016;
	text-decoration: underline;
}

.button-link-rood:after {
		content: "";
		background-image: url('https://enschedefietsstad.nl/wp-content/uploads/Chevron.svg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: .5rem;
		height: .5rem;
		margin-left: .5rem;
		display: inline-block;
		filter: brightness(0) saturate(100%) invert(13%) sepia(71%) saturate(4972%) hue-rotate(345deg) brightness(97%) contrast(116%);

		-webkit-transition: margin-left .25s ease;
		-moz-transition: margin-left .25s ease;
		-ms-transition: margin-left .25s ease;
		-o-transition: margin-left .25s ease;
		transition: margin-left .25s ease;
}

/* .p-4 {
	padding: unset !important;
	padding-bottom: 1.5rem !important;
} */

.formulier-label label {
	font-family: bc-sklonar, sans-serif;
	text-transform: uppercase;
}

.melding.pt-4 {
    padding-bottom: 1rem;
}

#partners h3.wit.mr-lg-3.d-lg-inline {
	font-size: 30px;
}

.text-bg-zwart h2,
.text-bg-zwart h1 {
	background-color: #000;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: #fff;
    display: inline;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0 .5rem;
	letter-spacing: 4.8px;
}

#uitdagingen p strong a{
	color: #2F7E2F;
}

.container-fluid .latest-news h2 {
	margin-bottom: .5rem 1rem;
}

.home .home-title span:first-child {
	padding: .25rem 1rem;
}

#introductie .button-link-groen {
	text-transform: uppercase;
}

@media (min-width: 769px) {#introductie h1 {
	line-height: 1.6;
}
}

@media (max-width: 768px) {
	#introductie h1 {
		line-height: 1.8;
	}
}

#fietsnieuws .fietsnieuws-zijkant .fietsnieuws-info.wit-bg.p-4.px-lg-0 {
	padding-top: 0 !important;
}

#nieuwsbrief h3 {
	margin-bottom: .25rem;
}

#footer li a {
	font-weight: normal;
}

.inline {
	display: inline;
}

button#versturen {
	background-color: #D90016;
	color: #ffffff;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	font-family: bc-sklonar, sans-serif;
    display: inline-flex;
            align-items: center;
}

button#versturen:after {
		content: "";
		background-image: url('https://enschedefietsstad.nl/wp-content/uploads/Chevron.svg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: .5rem;
		height: .5rem;
		margin-left: .5rem;
		display: inline-block;
		filter: brightness(0) saturate(100%) invert(81%) sepia(100%) saturate(2%) hue-rotate(34deg) brightness(114%) contrast(101%);

		-webkit-transiation: margin-left .25s ease;
		-moz-transition: margin-left .25s ease;
		-ms-transition: margin-left .25s ease;
		-o-transition: margin-left .25s ease;
		transition: margin-left .25s ease;
}


.home .home-title span:first-child {
	font-size: 1.3rem;
	letter-spacing: .1rem;
}

.home .home-title span:last-child {
	padding: .25rem 1rem;
	font-weight: bold;
	letter-spacing: 4.8px;
}

.home .home-title span:first-child {
	font-weight: 600;
	letter-spacing: .2rem
}


/* BOLD */

h4.zwart {
	font-weight: bold;
}

.groen {
	color: #2F7E2F;
}

#wistjedat h2.groen {
	color: #2F7E2F;
}

#wistjedat h2.groen.remove-margin {
	margin: unset;
}

#footer .flex h4 {
	font-weight: 600;
}

.custom-insta-button {
	background-color: #ffffff;
    color: #000;
    cursor: pointer;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 14px;
    font-family: bc-sklonar, sans-serif;
}

#aanmelden h2 span {
	background-color: #000;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: #fff;
    display: inline;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0.25rem 1rem;
    letter-spacing: 4.8px;
}

#instagram .wit {
	letter-spacing: 4.8px;
}

div#aanmelden.remove-margin.row{
	margin-right: unset;
	margin-left: unset;
}

h1.line-height {
	line-height: 1.6;
}

.letter-spacing h2 {
	letter-spacing: .1rem;
}

@media (max-width: 768px) {
	.home #instagram .col-12.text-md-center, .page-template-over #partners .col-12 {
		display: inline !important;
	}
	.home #instagram .col-12.text-md-center h3, .page-template-over #partners .col-12 h3 {
		padding-bottom: 1rem !important;
	}
}

.remove-margin-top-banner-small {
	margin-top: unset !important;
}

.remove-margin-bottom {
	margin-bottom: unset !important;
}

.add-padding {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}