@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/*paars #6b2d87*/
/*blauw #59c6f2 */
body, html {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	overflow-x: hidden; 
}
nav ul {
		padding-top:30px;
		padding-bottom:30px;
		list-style: none;
}
nav ul, nav li {
	display: inline-block;
	list-style: none;
} 
nav li a {
		font-size:1em;
		text-transform: uppercase;
		padding-top:20px;
		padding-bottom:20px;  
		padding-left:10px;
}
nav li a:hover {
		text-decoration: none;
		color:#59c6f2;
}

h1	{
	color:#6b2d87;	
	font-weight: 700;
	text-transform:uppercase
}
h2,
h3,
h4 {
	color:#6b2d87;	
	text-transform: uppercase;
}
.page h2,
.page h3,
.page h4 {
	color: #59c6f2;
}
ul {
	list-style-type: square;
	 list-style: none;
}
li {
	color:#6b2d87;
	font-weight: bold;
	text-transform: uppercase;
}
section li:before {
    content: "■ ";
    color: #59c6f2; /* or whatever color you prefer */
}

.page li,
.purple li {
	color:#fff	;
}
a {
		color: #6b2d87;
}
.purple {
	background-color: #6b2d87;
	color:#fff;
}
#service  {
	padding-top: 80px;
}
#cv  {
	padding-bottom: 80px;
}
#service  .mask,
#loodgieterswerk  .mask{
	background-image: url(./imgs/diagonal.svg);
	background-position: center top;
	background-repeat: no-repeat; 
	background-size: fit;
	width:100%;
	height:102px;
	display:block;
	position: absolute;
	top:0;
	pointer-events: none;	
	background-size:100%;
}
#loodgieterswerk  .mask{
	background-position: center bottom;
	background-image: url(./imgs/diagonal2.svg);
	top:-100px;
	
}
.lineright {
	display:inline-block;
	width:1px;
	content:" ";
	height:100%;
	position: absolute;
	background-color: #6b2d87;
	right:-40px;
	top:0;
}
.purple .lineright {
	background-color: #fff;
}
.black {
	background-color: black;
	color:#fff;
}
.purple h1, .purple a,
.black h1, .black a {
	color:#fff;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width:145px;
	height:auto;
	z-index:400;
}
.man {
		background-image: url(./imgs/bg_man.jpg);
		background-position: right bottom;
		background-repeat: no-repeat; 
		min-height:510px;
}
.thermostaat {
		background-image: url(./imgs/bg_thermostaat.png);
		background-position: right 0px;
		background-repeat: no-repeat; 
		min-height:510px;
}
.loodgieter {
		background-image: url(./imgs/bg_loodgieter.png);
		background-position: right 0px;
		background-repeat: no-repeat; 
		min-height:510px;
}
.container-fluid {
		position: relative;
}
.slider .mask {
	background-image: url(./imgs/triangle.svg);
	background-position: center bottom;
	background-repeat: no-repeat; 
	width:100%;
	height:400px;
	display:block;
	position: absolute;
	bottom:-1px;
	pointer-events: none;	
}
.slider .easingslider-pagination {
 bottom: 30px !important	;	
}
.container-fluid, .container {
	position: relative;
}
.page .container-fluid{
	padding-top:100px
}
.btn1 { 
	display:inline-block;
	width:120px;
	height: 200px;
	background-image: url(./imgs/outline.svg);
	background-position: 0 30px;
	background-repeat: no-repeat;
}
.btn1 .price {
		font-size:2.4em;
}
.btn1 p:nth-child(3) {
	font-size:1em;
	color:#59c6f2;
}
section {
	padding-top:40px;
	padding-bottom:40px;
	}

#merken {
	border-top:1px solid #000
}
.wpcf7 p {
	line-height:5px;
	}
.wpcf7 .short {
	width:47%;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
}	
.wpcf7 label {
	margin-bottom:10px;
	margin-top:10px;
}	
.form-control {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.easingslider-slide .title {
	z-index:5000;
	display:block;
	position:absolute;
	left:50%;
	top:150px;
	width:500px;
	margin-left:-250px;
	text-align:left;
}
.easingslider-slide .title span {
	display:inline;
	color:#fff;
	font-size:2.4em;
	line-height:1.1em;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:500;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #6b2d87;
	box-shadow: 15px 0 0 #6b2d87, 
				-15px 0 0 #6b2d87;
	box-decoration-break: clone;
}	
footer {
	padding-top:40px;
	padding-bottom:60px;
	text-transform: uppercase;
	font-size:12px;
}
@media screen and (max-width: 767px) {
	.slider { display: none;}
	nav ul, nav li {
		display: block;
	} 
	h1, .h1 {
		font-size: 28px;
	}
	.paral {
		background-image: none;
	}
	.logo {
		width:100px;
	}
}	
