/* ==========================================================================
regionhovedstaden - HOMEPAGE
========================================================================== */

#region-howdoesitwork {
    width: 1024px;
    align-items: center;
}

.navigation-buttons,
.slide_counter {
	display: none !important;
	visibility: hidden !important;
}

#footer a {
    text-decoration: underline;
}

.wrapper-numbers i {
    font-size: 80px;
    color: #002555;
}

.wrapper-overall-toright.items-block h2 {
    text-align: center;
}

.wrapper-overall-toleft.landkaart-parksharing .text-wrapper {
    width: 100%;
}

.transport-block .container-wrapper {
    text-align: center;
    display: block;
}

.wrapper-overall.transport-block {
    /* border-top: 10px solid #ebebeb; */
    background: #ebebeb;
}

.slider_container {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-height: 400px;
	width: 100%;
  }
  
  .slides {
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
  background: #ebebeb;}
  
  .inright {
	-webkit-animation: goInL 0.5s cubic-bezier(1, 0.59, 0.61, 0.74);
			animation: goInL 0.5s cubic-bezier(1, 0.59, 0.61, 0.74);
	position: relative;
	z-index: 300 !important;
  }
  
  @-webkit-keyframes goInL {
	0% {
	  left: -100%;
	}
	100% {
	  left: 0;
	}
  }
  
  @keyframes goInL {
	0% {
	  left: -100%;
	}
	100% {
	  left: 0;
	}
  }
  .outright {
	-webkit-animation: goOutL 0.5s cubic-bezier(1, 0.59, 0.61, 0.74);
			animation: goOutL 0.5s cubic-bezier(1, 0.59, 0.61, 0.74);
	position: relative;
	z-index: 200;
  }
  
  @-webkit-keyframes goOutL {
	0% {
	  left: 0;
	}
	100% {
	  left: 100%;
	}
  }
  
  @keyframes goOutL {
	0% {
	  left: 0;
	}
	100% {
	  left: 100%;
	}
  }
  .inleft {
	-webkit-animation: goInR 0.5s cubic-bezier(1, 0.59, 0.61, 0.74);
			animation: goInR 0.5s cubic-bezier(1, 0.59, 0.61, 0.74);
	position: relative;
	z-index: 300 !important;
  }
  
  @-webkit-keyframes goInR {
	0% {
	  left: 100%;
	}
	100% {
	  left: 0;
	}
  }
  
  @keyframes goInR {
	0% {
	  left: 100%;
	}
	100% {
	  left: 0;
	}
  }
  .outleft {
	-webkit-animation: goOutR 0.5s cubic-bezier(1, 0.59, 0.61, 0.74);
			animation: goOutR 0.5s cubic-bezier(1, 0.59, 0.61, 0.74);
	position: relative;
	z-index: 200;
  }
  
  @-webkit-keyframes goOutR {
	0% {
	  left: 0;
	}
	100% {
	  left: -100%;
	}
  }
  
  @keyframes goOutR {
	0% {
	  left: 0;
	}
	100% {
	  left: -100%;
	}
  }
  
  .pic {
	left: 0;
	/* min-height: 100%; */
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
  }
  
  .pic:first-child {
	z-index: 100;
  }
  
  .slider_navigation{
	  display: none;
  }




.intrakoop-header-wrapper {
    padding: 30px 20px;
    background: #f8f8f8;
}

.intrakoop-header-img {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 18px;
}

.intrakoop-header-img img {
    height: 40px;
    max-width: 175px;
}

.intrakoop-header-menu-items {
    width: auto;
    text-align: right;
}

.intrakoop-header-menu-item a {
    color: #303030;
    text-decoration: none;
    font-size: 18px;
}

.intrakoop-header-menu-item {
    display: inline-block;
    margin: 0px 0px 0px 20px;
}















.button-inloggen,
.top-wrapper img,
.btn-aanmelden {
	display: none !important;
	visibility: hidden !important;
}

.btn-calltoaction {
    text-align: center;
}

.btn-calltoaction a {
    background: #002555;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    display: inline-block;
    font-size: 22px;
    margin: 40px 10px 0px 10px;
}

.row-steps a,
.items-counter .btn-calltoaction a {
    background: #002555;
}

.items-block h1 {
    text-align: center;
    padding-bottom: 40px;
}

.btn-view-all-wrapper a,
.landkaart-parksharing a.btn-meer-info {
    background: #525252 !important;
}

.row-steps h1 {
    text-align: center;
    padding-bottom: 40px;
}

.filters.left,
.filters.right,
#header {
	display: none !important;
	visibility: hidden !important;
}

.vimeo-wrapper img {
    position: absolute;
    left: 0px;
    
    bottom: 10% !important;width: 100% !important;
top: unset;margin-top: 0px !important;height: auto;}

.titel p,
.titel span,
.btn-calltoaction h1 {
    font-size: 50px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 10px #000000;
}

.sidebar-personal-info-section {
	position: relative;
}

.changing-keyword {
	font-weight: bold;
	opacity: 0;
	transition: opacity 1s, visibility 1s;
	visibility: collapse;
	position: absolute;
	display: block;
	width: 100%;
}

.shown {
	opacity: 1;
	visibility: visible;
}

body {
	margin: 0px;
	background: white;
}

.vimeo-wrapper {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.top-wrapper {
    height: 330px;
    background-image: linear-gradient(to top, rgba(255,0,0,0), #244c66);
}

.header {
	height: 100vh;
	width: 100%;
	text-align: center;
	/* background-image: url(/tl_files/files/parksharing/parksharing/images/Header-Parksharing.jpg); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	position: relative;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro-block .text-wrapper {
    float: right;
    vertical-align: top;
}

.intro-block .video-wrapper {
    float: left;
    vertical-align: middle;
}

.topnav_wrap_mobile_footer,
.social_icons {
	display: none !important;
	visibility: hidden !important;
}

.wrapper-overall.partners-all {
    background: white;
}

.button-inloggen {
	position: absolute;
	top: 20px;
	right: 20px;
}

.button-inloggen:hover i {
	padding-right: 10px;
}

.button-inloggen a {
	padding: 10px 20px;
	text-align: center;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	background: #002555;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
}

.button-inloggen i {
	margin-right: 10px;
	transition: all 500ms ease 0s;
}

.header img {
	width: 400px;
	margin-top: 50px;
background: grey;}

.header-text {
    width: 1024px;
    margin: 0 auto;
    margin-top: -160px !important;
    transition: all 1000ms ease;
}

.header-text h2 {
	font-size: 50px;
	font-weight: bold;
	color: white;
}

.items-block iframe {
    border: 0px;
}

.header-buttons a {
	/* display: inline-block; */
	/* padding: 16px 20px; */
	/* font-size: 18px; */
	/* text-align: center; */
	/* -webkit-user-select: none; */
	-moz-user-select: none;
	-ms-user-select: none;
	/* user-select: none; */
	/* background-image: none; */
	/* border: 1px solid transparent; */
	/* border-radius: 4px; */
	/* color: white; */
	/* text-decoration: none; */
	/* text-transform: uppercase; */
	/* margin: 0px 6px; */
}

.header-buttons {
    margin-top: 100px;
}

.header-buttons a:nth-of-type(1) {
	/* background-color: #002555; */
}

.header-buttons a:nth-of-type(2) {
	background-color: #244c66;
}

.items-block .container-wrapper {
	display: block !important;
}

.items-block .container-wrapper {
	padding: 100px 150px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
}

.container-wrapper {
	padding: 100px 0px;
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
}

.partners-wrapper {
	width: 1024px;
	margin: 0 auto;
}

.wrapper-overall-toright {
	margin-left: -200px;
	transition: all 1000ms ease;
	background: #ebebeb;
}

.wrapper-overall-toleft {
	margin-left: 200px;
	transition: all 1000ms ease;
	background: #ebebeb;
}

.partners a {
	display: inline-block;
	margin: 0px 34px;
	vertical-align: middle;
}

.partners img {
	filter: grayscale(100%);
	max-width: 135px;
	width: 135px;
	transition: all 1000ms ease;
}

.partners img:hover {
	filter: grayscale(0%);
}

.partners {
	text-align: center;
	margin: 50px 0px;
}

.partners-wrapper h2 {
	font-weight: bold;
	text-align: center;
	padding-bottom: 50px;
	font-size: 30px;
}

.video-wrapper img {
	width: 100%;
	float: right;
	cursor: pointer;
	border-radius: 10px;
	transition: all 500ms ease 0s;
}

.text-wrapper {
	width: calc(50% - 20px);
	display: inline-block;
	vertical-align: middle;
}

.video-wrapper {
	width: calc(50% - 20px);
	display: inline-block;
	vertical-align: middle;
}

.video-iframe-wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background: #00000078;
	z-index: 999;
	transition: all 500ms ease 0s;
	display: none;
	cursor: pointer;
}

.video-wrapper img:hover {
	opacity: 0.6;
}

.video-container {
	width: 1024px;
	margin: 0 auto;
	height: 100vh;
}

iframe.video-iframe {
	width: 100% !important;
	height: 100% !important;
}

.text-container {
	padding: 0px 20px;
}

.text-container p {
	font-size: 22px;
}

.app-intro .video-wrapper img {
	cursor: default;
}

.app-intro img:hover {
	opacity: 1;
}

.app_icons img {
	margin: 0px 10px 0px 0px;
}

.blijft-gratis h2 {
	font-size: 50px;
	font-weight: bold;
	color: white;
	width: 100%;
}

.blijft-gratis .container-wrapper {
	display: block;
}

.blijft-gratis {
	height: auto;
	width: 100%;
	text-align: center;
	background-image: url(/tl_files/files/denmark/regionhovedstaden/images/region-hovedstaden-header.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 100%;
}

.blijft-gratis p {
	color: white;
	font-size: 22px;
}

.blijft-gratis a {
	color: white;
}



/* ==== footer ====*/

p.social_icons span i {
	color: #395b8e;
	margin: 0px 10px 0px 0px;
	font-size: 24px;
}

.row-five {
	text-align: center;
}

.row-six {
	background: #395b8e;
	display: -webkit-box;
	width: 100%;
}

.flag_country img {
    height: 40px;
    width: auto;
    vertical-align: middle;
    border: 2px solid #ebebeb;
    border-radius: 150px;
}

.selected {
    border-bottom: 0px solid white;
    padding-bottom: 8px;
}

.search {
    position: relative;
}

.search input {
    width: 90%;
    border: 0px;
    border-radius: 10px;
    padding: 18px;
    font-size: 16px;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f8f8f8;
    border: 1px solid #b8b8b8;
}

a.button_inline.event_Search {
    position: absolute;
    top: 5px;
    right: 58px;
    background: #525252;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: transparent;
    border-radius: 10px;
}

.add-ons-wrapper {
    overflow-x: scroll;
    margin-block-start: 1em;
    white-space: nowrap;
    width: 100%;
}

.add-ons-wrapper .add-ons-item {
    display: inline-block;
}

.example-product {
    border: 1px solid #cecece;
    -webkit-box-shadow: rgb(58 51 46 / 20%) 0px 0px 5px 0px;
    -moz-box-shadow: rgba(58, 51, 46, 0.2) 0px 0px 5px 0px;
    box-shadow: rgb(58 51 46 / 20%) 0px 0px 5px 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: all 500ms ease 0s;
}

.example-products-wrapper-product {
    float: left;
    color: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: calc(100% / 3);
    padding: 20px 10px 10px 10px;
    position: relative;
}

.example-product img {
    max-height: 200px;
    display: block !important;
    width: 100%;
    object-fit: cover;
}

.example-products-wrapper h1 {
    margin: 10px;
}

.example-product h2, .example-product p {
    width: 100%;
    padding: 0px 12px;
    margin: 4px 0px;
}

.example-product h2 {
    font-size: 22px;
}

.wrapper-overall-toright.items-block {
    background: white;
}

.example-product a {
    text-decoration: none;
    color: black;
}

.counter-image {
    width: 125px;
}

div#clients1 img {
    cursor: pointer;
}

a.button_inline.event_Search span {
    background: url(/tl_files/files/parksharing/parksharing/images/loupe.svg) no-repeat center center;
    width: 70px;
    height: 50px;
    position: absolute;
    color: transparent;
    border-radius: 0px 4px 4px 0px;
    top: -4px;
    right: -12px;
    background-size: 22px;
}

.wrapper-numbers {
    color: #788487;
    width: 980px;
    margin: 30px auto;
    position: relative;
text-align: center;}

.wrapper-numbers div {
    display: inline-block;
    text-align: center;
    width: 24%;
padding: 20px;box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;vertical-align: top;}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: black;
}

.counter-omzet .count-number::before {
    content: "â‚¬";
    margin-right: 10px;
}

.count-text {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: black;
}

.wrapper-numbers p {
    text-align: center !important;
}

.blijft-gratis a {
    background: #002555;
    padding: 16px 24px;
    border-radius: 10px;
    text-decoration: none;
}

.wrapper-overall-toleft.landkaart-parksharing {
    background: white;
}

.wrapper-overall-toleft.app-intro .video-wrapper img {
    max-width: 350px;
}

a.btn-more-info,
a.btn-view-all,
a.btn-meer-info {
    background: #002555;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
	display: inline-block;
	font-size: 22px;
}

.example-product:hover {
    transform: scale(1.06);
}

.wrapper-overall-toright.items-block .btn-view-all-wrapper {
    padding-bottom: 100px;
    text-align: center;
}

.wrapper-overall-toright.intro-block.video-block {
    background: white;
}

.md-stepper-horizontal {
    display: table;
    width: 100%;
    /* margin: 0 auto; */
    /* background-color: #FFFFFF; */
    /* box-shadow: 0 3px 8px -6px rgba(0,0,0,.50); */
    margin-bottom: 20px;
    border-bottom: 0px solid #dddddd;
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding: 10px 0px;
	width: 33.3333%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:50px;
	height:50px;
	margin:0 auto;
	background-color: #00ae4d;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color: transparent;
}
.md-stepper-horizontal.orange .md-step.past .md-step-circle {
    background-color: orange;
}
.md-step.even.step.step_equipment_equipment-general.active.lead.step_1 .md-step-circle {
    background: orange;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color:#00AE4D;
	animation: blinker 2s linear infinite;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.past .md-step-circle:before {
	font-family:'Font Awesome 5 Free';
	font-weight:100;
	content: "\f00c";
	display: none;
}
.md-stepper-horizontal .md-step.past .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	/* display:none; */
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'Font Awesome 5 Free';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
    margin-top: 16px;
    font-weight: 600;
    font-size: 1.5em;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color: black;
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.past .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:35px;
	height:1px;
    border-top: 1px solid #909090;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
}

.md-step-circle span {
    font-size: 22px;
    color: white;
    line-height: 50px;
}

.row-steps {
    width: 100%;
}

.last .md-step-title {
    color: green !important;
}

.last .md-step-subtitle {
    color: green;
}

.example-product-info span {
    width: 100%;
    margin-left: 10px;
    font-size: 14px;
}

.wrapper-overall-toleft.landkaart-parksharing img:hover {
    opacity: 1;
    cursor: default;
}

.example-product-info {
    /* position: absolute; */
    width: 100%;
    color: white;
    text-shadow: 0px 0px 6px #000;
    margin-top: -62px;
}

.items-steps .container-wrapper {
    max-width: 1200px;
}

.md-step-subtitle {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 22px;
}

.video-iframe-wrapper i {
	font-size: 40px;
	color: white;
	position: absolute;
	top: 10px;
	right: 10px;
	background: #002555;
	padding: 16px 22px;
	border-radius: 10px 10px 10px 10px;
}

.transport .video-wrapper img {
    cursor: default !important;
}

.parksharing-blijfopdehoogte-wrapper {
    display: none;
}

#footer {
    background: white;
    width: 100%;
    padding: 100px 0px;
    display: inline-block;
}

.floow2_footer_wrapper .floow2_footer {
    width: 33.33333%;
    float: left;
    vertical-align: top;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.PS_social_media i {
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #002555;
    line-height: 40px;
    border-radius: 8px;
    font-size: 26px;
    margin: 0px 10px 0px 0px;
}

p.blijfopdehoogte-aanmelden strong {
    background: #002555;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    cursor: pointer;
}

.parksharing-blijfopdehoogte-wrapper {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100vh;
    background: #686868ab;
    z-index: 9999;
}

.parksharing-blijfopdehoogte {
    padding-top: 200px;
}

.blijfopdehoogte-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #326e7a;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    line-height: 40px;
    border-radius: 6px;
    font-size: 22px;
    cursor: pointer;
}

.floow2_footer_wrapper {
    max-width: 1024px;
    margin: 0 auto;
}

.floow2_footer_wrapper img {
    width: 250px;
}

.floow2_footer_wrapper a {
    text-decoration: none;
    color: black;
}

.video-block h2 {
    margin: 0px;
    padding: 0px;
}
  
/* ==========================================================================
END
========================================================================== */


/* ==========================================================================
regionhovedstaden - HOMEPAGE - 1023px
========================================================================== */

@media screen and (max-width: 1600px) {
	.titel {
		padding-top: 0px;
	}
	.header-text {
		margin-top: -300px !important;
	}
	.items-block .container-wrapper {
		padding: 100px 0px;
	}
}

@media screen and (max-width: 1270px) {
.header-text {
    margin-top: -360px !important;
}
}

@media screen and (max-width: 1024px) {
	.wrapper-overall-toleft {
		margin-left: 0px;
	}
}

@media screen and (max-width: 1023px) {
	#region-howdoesitwork {
		width: 100%;
		align-items: center;
	}
	.intrakoop-header-menu-item {
		display: block;
	}
	.menu-item-hide-mobile {
		display: none !important;
		visibility: hidden !important;
	}
	.titel {
		padding-top: 100px;
	}
	.items-block .container-wrapper {
		padding: 0px;
	}
	.vimeo-wrapper img {
		max-width: 100% !important;
		height: 100vh;
		object-fit: cover;
		margin: 0px !important;
		top: 0px !important;
	}
	.header-text {
		width: 100%;
		margin-top: 0px !important;
	}

	.header img {
		width: 100%;
		margin-top: 80px;
		max-width: 250px;
	}
	.header-text h2 {
		padding: 0px 20px;
	}
	.video-wrapper {
		padding: 20px 0px;
	}
	.header-buttons a {
		margin: 0px 6px;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 6px 0px;
	}
	.header-buttons {
		padding: 0px 20px;
	}
	.container-wrapper {
		padding: 100px 20px;
	}
	.video-container,
	.video-wrapper,
	.partners-wrapper,
	.text-wrapper {
		width: 100%;
	}
	h2 {
		font-size: 22px !important;
	}
	.text-container {
		padding: 50px 0px;
	}
	.app_icons img {
		max-width: 150px !important;
		margin: 6px 0px;
	}
	.partners img {
		max-width: 120px !important;
	}
	.partners {
		margin: 0px;
	}
	.partners a {
		margin: 30px 15px;
		width: 40%;
	}
	.header,
	.blijft-gratis {
		background-attachment: unset;
	}
	.wrapper-overall-toright,
	.wrapper-overall-toleft {
		margin-left: 0px;
	}
	.floow2_footer_wrapper.app-hidden {
		display: inline-block;
		padding: 100px 0px;
		margin: 0px;
	}
	.floow2_footer,
	.floow2_footer.part2,
	.floow2_footer.part3,
	.floow2_footer_wrapper {
		width: 100%;
		padding: 0px;
		text-align: center;
	}
	.smartercommunity_footer p {
		display: inline-block;
		margin: 8px 0px;
		width: 100%;
	}
	.smartercommunity_footer.app-hidden {
		padding: 50px 0px;
	}
	.top-wrapper {
		height: auto;
	}
	.titel p, .titel span {
		font-size: 30px;
		margin:0px
	}
	.search input {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	a.button_inline.event_Search {
		top: 19px;
		right: 6px;
	}
	.wrapper-numbers {
		width: auto;
	}
	.wrapper-numbers div {
		width: 100%;
		padding: 0px 0px 100px 0px;
	}
	.example-products-wrapper-product {
		width: 100%;
	}
	.blijft-gratis h2 {
		padding-bottom: 20px;
	}
	.container-wrapper {
		display: block;
	}
	.btn-view-all-wrapper a {
		margin-top: 100px;
	}
	.md-stepper-horizontal .md-step {
		display: block;
		width: 100%;
	}
	.md-step-bar-left, .md-step-bar-right {
		display: none !important;
	}
	.md-stepper-horizontal .md-step {
		padding: 40px 0px;
	}
	.wrapper-overall-toright.intro-block.video-block {
		display: flex !important;
	}
	.parksharing-blijfopdehoogte-wrapper {
		background: rgb(252, 252, 252);
	}
	.floow2_footer_wrapper .floow2_footer {
		width: 100%;
		padding: 0px 20px 0px 20px;
		margin-bottom: 50px;
	}
	#footer {
		background: white;
		padding: 0px;
	}
	.btn-calltoaction a {
		padding: 12px 24px;
		margin: 6px 0px;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.btn-calltoaction {
		padding: 20px;
	}
	.search input {
		width: 100%;
	}
}


/* ==========================================================================
END
========================================================================== */