
body{
	background-color: #f0f8f7;
	font-family: 'Exo';
	overflow-x: hidden;
}
main{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1300px;
	color: black;
	padding-top: 90px;
}
header{
	text-align: center;
}
section{
	position:relative;
}
a, a:active, a:visited{
	color: #486877;
}
.logo{
	/*background-image: url('/application/themes/pumptrack/img/logo.png');*/
	max-width: 70%;
	margin-bottom: 30px;
	cursor:pointer;
}
.nl{
	margin-top:30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-left: 50px;
	padding-right: 50px;
	grid-gap:30px; 
}
.nl button{
	appearance: none; -moz-appearance: none; -webkit-appearance: none;
	border: 2px solid #486877 !important;
	text-transform: uppercase;
	font-size: 30px;
	color: white;
	background-color: #20B3AA;
	padding: 16px;
	font-family: 'Exo';
	font-weight: bold;
	cursor:pointer;
}
.nl input{
	appearance: none; -moz-appearance: none; -webkit-appearance: none;
	border: 2px solid #486877 !important;
	font-size: 16px;
	padding: 16px;
	border-radius:0px !important;
	color: #486877;
}
.nl input:focus {
	outline: none;
	border: 2px solid #486877 !important;
	border-radius:0px !important;
	font-size: 30px;
	color: #486877;
}
.pumpcontent{
	padding-left:50px;
	padding-right:50px;
}
.text{
	color: #486877;
	font-size: 30px;
	line-height: 150%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;	
}
.text strong{
	font-weight: 800;
}
.nl-pa{
	padding-left: 50px;
	padding-right: 50px;
}
.titel{
	text-transform: uppercase;
	color: #008CAF;
	line-height: 125%;
	font-size: 40px;
	font-weight: 800;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.path-title, .path-text{
	fill: none;
	stroke-width: 30;
	stroke:  #486877;
	width:100%;
}
.path-title{
	display: block;
	width: 100%;
	height: 100px;
}
.path-text{
	stroke-width: 1;
	stroke: black;
	margin-top: 30px;
	margin-bottom: 30px;
}
.bike{
	position: absolute;
	left: -73px;
	top: 710px;
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	z-index: -500;
}
.kickboard{
	position: absolute;
	right: -120px;
	top: 150px;
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	z-index: -500;
}
#footer{
	text-align: center;
	color: color: #486877;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ZKoverlay, .ZKDSoverlay{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #008CAF;
	z-index: 5000;
	overflow: hidden;
}
.ZKDSoverlay{
	z-index: 6000;
}
.ZKcontainer, .ZKDScontainer  {
	position: fixed;
	opacity: 1;
	filter: alpha(opacity=0);
	width: 45%;
	height: 195px;
	background-color: white; /* #43575a;*/
	z-index: 5100;
	margin-top: 200px;
	font-size: 55px;
	text-transform: uppercase;
	padding: 5px;
	padding-top: 15px;
	color: #43575a;
}
.ZKDScontainer  {
	font-family: Arial;
	font-size: 20px;
	text-transform: none;
	color: white;
	background-color: black;
	line-height: 130%;
	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	z-index: 6100;
	height: auto;
	left: 0;
	text-align: center;
	width: 100%;
	bottom: 0;
	padding: 0;
	margin: 0;
	padding: 15px;
	margin-left: 0;
	box-sizing: border-box;
}
.dsask{
	display: grid;
	padding-left: 30%;
	padding-right: 30%;
	padding-top: 30px;
	grid-template-columns: 1fr 1fr;
}
.dsask div{
	display: block;
}
.dsask div:hover{
	cursor: pointer;
}
.ZKDScontainer a{
	color: #008CAF;
}


.wavy-line{
	--s: 6px; /* size of the wave */
	--b: 1px; /* thickness of the line */
	--m: 1.8; /* curvature of the wave [0 2] */

	background: black;
	--R: calc(var(--s)*sqrt(var(--m)*var(--m) + 1) + var(--b)/2);
	height: calc(2*var(--R));
	width: 100%;
	--_g: #0000 calc(99% - var(--b)), #000 calc(101% - var(--b)) 99%, #0000 101%;
	mask: radial-gradient(var(--R) at left 50% bottom calc(-1*var(--m)*var(--s)), var(--_g))
	calc(50% - 2*var(--s)) calc(50% - var(--s)/2 - var(--b)/2)/calc(4*var(--s)) calc(var(--s) + var(--b)) repeat-x,
	radial-gradient(var(--R) at left 50% top calc(-1*var(--m)*var(--s)),var(--_g))
	50% calc(50% + var(--s)/2 + var(--b)/2)/calc(4*var(--s)) calc(var(--s) + var(--b)) repeat-x;
}
.wavy-title{
	--s: 6px; /* size of the wave */
	--b: 1px; /* thickness of the line */
	--m: 1.8; /* curvature of the wave [0 2] */

	background: black;
	--R: calc(var(--s)*sqrt(var(--m)*var(--m) + 1) + var(--b)/2);
	height: calc(2*var(--R));
	width: 100%;
	--_g: #0000 calc(99% - var(--b)), #000 calc(101% - var(--b)) 99%, #0000 101%;
	mask: radial-gradient(var(--R) at left 50% bottom calc(-1*var(--m)*var(--s)), var(--_g))
	calc(50% - 2*var(--s)) calc(50% - var(--s)/2 - var(--b)/2)/calc(4*var(--s)) calc(var(--s) + var(--b)) repeat-x,
	radial-gradient(var(--R) at left 50% top calc(-1*var(--m)*var(--s)),var(--_g))
	50% calc(50% + var(--s)/2 + var(--b)/2)/calc(4*var(--s)) calc(var(--s) + var(--b)) repeat-x;
}
@media screen and (max-width: 1280px) {
section{
	overflow-x: hidden;
}
}
@media screen and (max-width: 1024px) {
	.nl button{
		font-size: 20px;
	}
}
@media screen and (max-width: 850px) {
	.titel{
		font-size: 30px;
	}
	.text{
		font-size: 24px;
	}
}
@media screen and (max-width: 750px) {
	.nl{
		grid-template-columns: 1fr;
	}
	.titel{
		font-size: 25px;
	}
	.text{
		font-size: 20px;
	}
}
@media screen and (max-width: 700px) {
	.path-title{
		height: 70px;
	}
	main{
		padding-top: 50px;
	}
	.pumpcontent, .nl, .nl-pa{
		padding-left: 30px;
		padding-right: 30px;
	}
	.bike{
		top: 650px;
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.kickboard{
		top: 50px;
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
	.dsask{
		padding-left: 10%;
		padding-right: 10%;
	}
}
@media screen and (max-width: 500px) {
	.nl input:focus {
		font-size: 20px;
	}
}



