html{
	font-family: 'Montserrat', light;
	padding:0;
	margin:0;
}
body{
	display:block;
	margin:0;
	padding:0;
	font-size:16pt;
	width:100%;
	min-height:100vh;
	overflow-x: hidden;
	background-color:white;
}
body.noScroll {
  overflow: hidden;
}
header{
	background-color:white;
	
}
content{
	background-color:white;
}
p{
	padding:5px 0px;
	margin:0px;
}
.clear{
	clear:both;
}

a{
	display:inline-block;
}
h1{
	font-family: 'Abel', sans-serif;
	font-size:32pt;
	text-align:center;
	}
h2{
	font-family: 'Abel', sans-serif;
	font-size:26pt;}
h3{
	font-family: 'Abel', sans-serif;
	font-size:20pt;
}

ul{
	padding-top:0;
	margin:0;
}
@media only screen and (min-width:800px){
	/* Cookie consent */
	/* The view (background) */
	.cookie-view {
		display: none; /* visible by default */
		position: fixed; /* Stay in place */
		z-index: 10000; /* Sit on top */
		left: 0;
		bottom: 0;
		font-size:10pt;
		width: 100%; /* Full width */
		overflow:hidden;*/
	}

	/* view Content/Box */
	#cookie-container {
		display:block;
		width:100%;
		bottom:0;
		background:color:black;
		background-color: rgba(3, 194, 252,.95);
		color:white;
		overflow:hidden;
	}

	/** header with logo **/
	header{
		width:100%;
		min-width:800px;
		max-width:1200px;
		height:150px;
		background-color:#fff;
		border-bottom:solid 1px;
		top:0;
		right:0;
		padding:0;
		margin:auto;
		position:relative;
		z-index: 2;
	}
	#header-top{
		display:block;
		width:900px;
		margin:auto;
		clear:both;
	}

	#menu-button-mobile{
		display:block;
		width:80px;
		height:80px;
		background-color:green;
		display:none;
		
		
	}
	#logo{

	}
	#logo img{
		display:block;
		width:300px;
		height:100px;
		margin:auto;
		margin-left:300px;
		
	}

	#padi-logo{
		display:block;
		position:relative;
		height:100px;
		float:right;
		margin-left:200px;
	}
	/** top menu bar **/
	#primary_nav_wrap
	{
		display:block;
		height:30px;
		width:670px;
		margin:auto;
		margin-top:15px;
		background-color:#fff;
	}
	#mobile-nav{
		display:none;
	}
	#primary_nav_wrap ul
	{
		list-style:none;
		padding-right:5px;
		line-height:25px;
	}

	#primary_nav_wrap ul a
	{
		display:block;
		color:#333;
		font-weight:bold;
		font-size:14pt;
		/*line-height:.95em;*/
		padding:0 10px;
		/*padding-right:10px;
		max-width:120px;
		/*height:80px;*/
		text-align:center;
		text-decoration:none;
	}

	#primary_nav_wrap ul a:hover
	{
		color:blue;
		border-bottom: 1px solid blue;
	}
	#primary_nav_wrap ul li
	{
		position:relative;
		float:right;
		margin:0;
		padding:0;
		/*padding-top:45px;*/
	}

	.quote{
		font-family: 'Abel', sans-serif;
		display:block;
		position:relative;
		top:130px;
		overflow:hidden;
		z-index:1;	
	}

	.indexarticle{
		display:block;
		width:90%;
		max-width: 1200px;
		min-width:700px;
		min-height:40vh;
		margin:auto;
		padding-bottom:30px;
		overflow:hidden;
		text-align:center;
		
	}
	.indexarticle h1, h2, h3{
		padding:0px;
		padding-top:15px;
		margin:0px;
		margin-top:15px;
		clear:both;
	}

	.indexdiv{
		display:block;
		margin-bottom:0px;
		overflow:hidden;
		clear:both;
	}

	.indexdiv h1{
		display:block;
		text-align:center;
		padding-top:15px;
		font-size:2em;
		padding:0;
		margin:0;
		margin-top:20px;
	}

	.indexdiv h2{
		display:block;
		text-align:center;
		font-size:1.5em;
		padding:0;
		margin:0;
		margin-bottom:20px;
	}

	.halfpage{
		margin:0;
		/*padding-top:10px;*/
		width:55%;
		text-align:justify;
	}
	.indexmain{
		display:block;
		max-width:1500px;
		margin:auto;
		text-align:center;

	}

	/** FOOTER **/
	footer{
		display:block;
		width:80%;
		margin:auto;
		padding-bottom:30px;
		overflow:hidden;
		text-align:center;
		min-height:15vh;
	}
	footer div{
		display:block;
		width:48%;
	}
	footer h2{
		display:block;
		width:100%;
		text-align:center;
		border-bottom:solid 2px gray;
		padding-bottom:20px;
		margin-bottom:20px;
	}
	footer h4{
		margin:0;
		padding:0;
		margin-top:0px;
		margin-bottom:15px;
	}
	footer .left{
		display:block;
		width:48%;
		float:left;
		padding-right:15px;
	}
	footer .right{
		display:block;
		width:48%;
		float:right;
		
	}
	footer img{
		width:40px;
		display:block;
		float:left;
	}

	footer section{
		width:auto;
		margin:auto;
		text-align:center;
		margin-bottom:30px;
	}
	input[type=text]{
	  width: 65%;
	  padding: 5px;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	  resize: vertical;
	  margin-right:10px;
	  font-size:1em;
	}
	footer input[type=submit] {
	  background-color: #4CAF50;
	  color: white;
	  padding: 6px 15px;
	  border: none;
	  border-radius: 4px;
	  cursor: pointer;
	  font-size:1em;

	}
	footer p{
		margin:0;
		padding:0;
	}

	footer label{
		display:block;
		float:left;
		width:250px;
		margin:0;
		margin-left:10px;
	}

	.footerbottom{
		display:block;
		width:100%;
		float:left;
		margin-top:5px;
		margin-bottom:5px;
	}
	.footerbottom img{
		margin-top:-5px;
		margin-left:40px;
	}
	.bottom{
		display:block;
		width:635px;
		height:20px;
		margin:0 auto;
		clear:both;
	}
	.bottom a{
		display:inline-block;
		padding:0px 20px;
		float:left;
		text-align:center;
		font-size:12pt;
	}

	/* Cookie Dialog */
	#gdpr-cookie-message {
		position: fixed;
		right: 30px;
		bottom: 30px;
		max-width: 375px;
		background-color: rgba(47, 114, 156, 0.85); /*var(--purple);*/
		padding: 20px;
		border-radius: 5px;
		box-shadow: 0 6px 6px rgba(0,0,0,0.25);
		margin-left: 30px;
		font-family: system-ui;
	}
	#gdpr-cookie-message h4 {
		color: var(--red);
		font-family: 'Quicksand', sans-serif;
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#gdpr-cookie-message h5 {
		color: var(--red);
		font-family: 'Quicksand', sans-serif;
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#gdpr-cookie-message p, #gdpr-cookie-message ul {
		color: white;
		font-size: 15px;
		line-height: 1.5em;
	}
	#gdpr-cookie-message p:last-child {
		margin-bottom: 0;
		text-align: right;
	}
	#gdpr-cookie-message li {
		width: 49%;
		display: inline-block;
	}
	#gdpr-cookie-message a {
		color: var(--red);
		text-decoration: none;
		font-size: 15px;
		padding-bottom: 2px;
		border-bottom: 1px dotted rgba(255,255,255,0.75);
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message a:hover {
		color: white;
		border-bottom-color: var(--red);
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message button,
	button#ihavecookiesBtn {
		border: none;
		background: green;
		color: white;
		font-family: 'Quicksand', sans-serif;
		font-size: 15px;
		padding: 7px;
		border-radius: 3px;
		margin-left: 15px;
		cursor: pointer;
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message button:hover {
		background: white;
		color: var(--red);
		transition: all 0.3s ease-in;
	}
	button#gdpr-cookie-advanced {
		background: rgb(200, 200, 200);
		color: var(--red);
	}
	#gdpr-cookie-message button:disabled {
		opacity: 0.3;
	}
	#gdpr-cookie-message input[type="checkbox"] {
		float: none;
		margin-top: 0;
		margin-right: 5px;
	}

	.img-center{
		display:block;
		width:99%;
		margin:auto auto;
	}
	div.index_article_values{
		display:block;
		width:850px;
		margin:auto;
		padding-top:30px;
		clear:both;
	}
	.keyvalues h6{
		display:block;
		width:195px;
		font-weight:bold;
		font-size:18pt;
		text-align:center;
		margin:auto;
		margin-top:30px;
	}

	.keyvalues-center h6{
		display:block;
		font-weight:bold;
		font-size:18pt;
		text-align:center;
		margin:auto;
		margin-top:30px;
	}

	.keyvalues{
		display:block;
		width:200px;
		height:220px;
		float:left;
		background-color:rgba(34, 143, 245, 0.05);
		padding:20px;
		margin:20px;
		border-radius:20px;
		border:0px black;
	}

	.keyvalues-center{
		display:block;
		width:200px;
		height:220px;
		background-color:rgba(34, 143, 245, 0.05);
		padding:20px;
		margin:auto;
		border-radius:20px;
		border:0px black;
	}
	.keyvalues-center img{
		display:block;
		height:150px;
		margin:auto;
	}
	.keyvalues img{
		display:block;
		height:150px;
		margin:auto;	
	}

	div.container-big{
		display:block;
		width:900px;
		margin:0;
		padding:0;
		margin:auto;
		padding-top:30px;
		clear:both;
		font-size: 80%;
		text-align:center;
	}

	.container-item-big-l{
		display:block;
		float:left;
		width:430px;
		height:650px;
		background-color:rgba(34, 143, 245, 0.05);
		border-radius:20px;
		border:0px black;
	}
	.container-item-big-r{
		display:block;
		float:right;
		width:430px;
		height:650px;
		background-color:rgba(34, 143, 245, 0.05);
		border-radius:20px;
		border:0px black;
	}
	.container-big h6{
		display:block;
		width:300px;
		font-weight:bold;
		font-size:18pt;
		text-align:center;
		margin:auto;
		margin-top:30px;
		margin-bottom:30px;
	}
	.container-big img{
		display:block;
		width:430px;
		margin:auto;
		border-radius:20px 20px 0 0;	
	}
	.container-big p{
		padding:5px 20px;
	}

	.container-big a{
		text-decoration:none;
		color:black;
	}
	.no-decoration{
		text-decoration:none;
		color:black;
	}
	/** kennismakingsgesprek**/
	.contact-now{
		display:block;
		width: 75%;
		border: 1px solid black;
		margin: auto;
		margin-top: 80px;
		padding: 0px;
		text-align: center;
	}

	.contact-now h5{
		font-size: 1.3em;
		padding-top:10px;
		padding-bottom:10px;
		margin:0;
	}

	.contact-now button{
		display:block;
		width: 250px;
		height:50px;
		margin:auto;
		margin-top:20px;
		margin-bottom: 20px;
		background-color: green;
		border-radius: 5px;
		font-size: 1em;
		font-weight: bold;
		color: white;
	}

	.contact-now a{
		text-decoration:none;
	}
	div.video-gesprek{
		display:block;
		width:900px;
		margin:0;
		padding:0;
		margin:auto;
		clear:both;
		text-align:center;
		border: 1px solid black;
		background-color:rgba(180, 223, 247, 0.9);
		border-radius:10px;
	}
	.video-gesprek p{
		font-size:80%
	}
	.video-gesprek h5{
		font-size: 24px;
		margin:10px;
		margin-top: 20px;
	}
	.video-gesprek button{
		display: block;
		width: 450px;
		height: 70px;
		margin: auto;
		font-size:110%;
		margin-top:20px;
		margin-bottom:20px;
		/*background-color:rgba(84, 201,88, 1);*/
		background-color:green;
		color:white;
		border-radius:10px;
		border:none;
	}
	div#boeking{
		display:block;
		position:fixed;
		Z-INDEX:2;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color:RGBA(255,255,255,0.8);
		margin: auto;

	}
	#boeking h3{
		display:block;
		width:100%;
		text-align:center;
		
		
	}
	#boeking form{
		display:block;
		width:800px;
		margin:auto;
		margin-top:30px;
		padding:20px;
		padding-top:0;
		background-color:rgba(180, 223, 247, 0.9);
		border-radius:20px;
		font-family: 'Montserrat', light;
	}
	#boeking-form p{

		font-family: 'Montserrat', light;
	}
	#boeking-form input[type=text], input[type=email]{
		display:block;
		width:100%;
		font-family: 'Montserrat', light;
			font-size:80%;
	}
	#boeking-form textarea{
		display:block;
		width:100%;
		font-family: 'Montserrat', light;
	}
	#boeking-form select{
		display:block;
		width:100%;
		padding:10px;
		font-size:16px;
		font-family: 'Montserrat', light;
		
	}
	span.sub-label{
		display:block;
		font-size:65%;
	}
	#boeking-form label{
		display:block;
		margin-top:10px;
	}
	#boeking-form button{
		display:block;
		width:300px;
		margin:auto;
		margin-top:20px;
		font-size:100%;
		background-color:green;
		color:white;
		border-radius:10px;
		/*background-color:rgba(84, 201,88, 1);*/
	}
	button.close{
		position:fixed;
		width: 100px;
		right:20px;
		top:20px;
		border: 1px dashed red;
		border-radius:5px;
		background-color: rgba(255, 100,100,0.3);
	}

	#dialog-box{
		display:none;
		width: 100%;
		height: 100%;
		position:fixed;
		Z-INDEX:2;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color:rgba(255,255,255,0.6);
		margin: auto;
		text-align:center;
	}

	#dialog-box span{
		display:block;
		width:600px;
		height:250px;
		position:fixed;
		z-index:3;
		top:0;
		bottom:0;
		right:0;
		left:0;
		margin:200px auto;
		padding:15px;
		background-color:white;
		overflow:hidden;
		border-radius: 20px;
		border: blue 2px solid;
	}
	#dialog-box p{
		font-size:16pt;
		padding:10px;
	}

	#dialog-box h5{
		display:block;
		width:500px;
		text-align:center;
		font-size:20pt;
		margin:auto;
		margin-bottom:10px;
		margin-top:20px;
		
	}
	#dialog-box button{
		display:block;
		font-size:1em;
		width:200px;
		height:50px;
		margin:auto;
		margin-top:35px;
		background-color:rgba(255,0,0,0.4);
		color:white;
		border-radius:10px;
		padding:10px		
	}

	#dialog-box-succes{
		display:none;
		width: 100%;
		height: 100%;
		position:fixed;
		Z-INDEX:2;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color:rgba(255,255,255,0.6);
		margin:auto;
		text-align:center;
	}
	#dialog-box-succes span{
		display:block;
		width:600px;
		height:250px;
		position:fixed;
		z-index:3;
		top:0;
		bottom:0;
		right:0;
		left:0;
		margin:200px auto;
		padding:15px;
		background-color:white;
		overflow:hidden;
		border-radius: 20px;
		border: blue 2px solid;
	}
	#dialog-box-succes p{
		font-size:16pt;
		padding:10px;
	}

	#dialog-box-succes h5{
		display:block;
		width:500px;
		text-align:center;
		font-size:20pt;
		margin:auto;
		margin-bottom:10px;
		margin-top:20px;
		
	}
	#dialog-box-succes button{
		display:block;
		font-size:1em;
		width:200px;
		height:50px;
		margin:auto;
		margin-top:35px;
		background-color:green;
		color:white;
		border-radius:10px;
		padding:10px	
	}
	.no-block{
		display:inline-block;
		margin-top:20px;
	}
	.comment-span{
		display:block;
		width:80%;
		padding:20px;
		margin: auto;
		margin-top:20px;
		margin-bottom:20px;
		border: 1px solid black;
		font-style: italic;
		font-size:80%;
		text-align:center;
	}



	.contact{
		display:block;
		width:80%;
		max-width:1000px;
		margin:auto;
		min-height:70vh;
	}
	.contact h1{
		display:block;
		text-align:center;
		margin:auto;
		margin-top:20px;
		padding-bottom:10px;
		width:100%;
	}

	#contact-form{
		display:block;
		width:70%;
		min-width:400px;
		max-width:800px;
		margin:auto;
		margin-top:20px;
		padding:10px;
		padding-top:20px;
		border-radius:20px;
		background-color:rgba(180, 223, 247, 0.9);
		border: rgba(180, 223, 247, 0.8) 2px solid;
	}
	#contact-form h2{
		display:block;
		width:100%;
		text-align:center;
		margin:0;
		padding:0;
		padding-bottom:10px;
		font-size:2em;
	}
	#contact-form h4{
		padding-left:10px;
		padding-top:10px;
		/**text-align:center;**/
		margin:0;
	}
	input[type=text]{
	  width: 100%;
	  padding: 5px;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	  resize: vertical;
	  margin-right:10px;
	  font-size:1em;
	}
	input[type=email]{
	  width: 100%;
	  padding: 5px;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	  resize: vertical;
	  margin-right:10px;
	  font-size:1em;
	}
	textarea{
	  width: 100%;
	  padding: 5px;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	  resize: vertical;
	  margin-right:10px;
	  font-size:1em;
	}
	button.btn-btn-lg{
		display:block;
		margin: auto auto;
		font-size:1.2em;
		padding:10px;
		background-color:green;
		color:white;
		border-radius:10px;
		border:none;
	}
	small{
		font-size:0.75em;
	}
}
@media only screen and (max-width:800px){
	header{
		width:100%;
		max-width:800px;
		height:80px;
		background-color:#fff;
		border-bottom:solid 1px;
		top:0;
		right:0;
		padding:0;
		margin:auto;
		position:relative;
		z-index: 2;
	}
	#header-top{
		display:block;
		width:360px;
		margin:auto;
		clear:both;
	}

	#menu-button-mobile{
		display:block;
		position:absolute;
		width:60px;
		height:50px;
		background-color:white;
		background-image:url("/graphics/amp/hamburger-icon.jpg");
		background-size: 60px;
		background-repeat: no-repeat;
		top:20px;
		left:10px;
	}
	#logo{
		display:block;
		width:200px;
		margin:auto;
		padding-top:5px;
	}
	#logo img{
		width:200px;
	}

	#padi-logo{
		height:60px;
		position:absolute;
		top:10px;
		right:10px;
	}
		
	#primary_nav_wrap{
		display:none;
		background-color:white;
		
	}
	
	#desktop-nav{
		display:none;
	}
	#mobile-nav{
		list-style:none;
		text-decoration:none;
	}
	#mobile-nav a{
			text-decoration:none;
			color:black;
			padding:10px;
		
	}
	
	article{
		display:block;
		width:90%;
		min-width:300px;
		margin:auto;
		font-size:10pt;
		text-align:center;
	}
	
	h1{
		font-size: 26pt;
		text-align:center;
	}

	/** FOOTER **/
	footer{
		display:block;
		width:80%;
		margin:auto;
		padding-bottom:30px;
		overflow:hidden;
		text-align:center;
		min-height:15vh;
		font-size:10pt;
	}

	footer h2{
		display:block;
		width:100%;
		text-align:center;
		border-bottom:solid 2px gray;
		margin-bottom:20px;
		font-size:20pt;
	}
	h4{
		display:block;
		margin:0;
		padding:0;
		padding-top:10px;
		margin-bottom:15px;
		margin-top:20px;
		font-size:14pt;
	}

	footer img{
		width:20px;
		display:block;
		float:left;
	}

	footer p{
		margin:0;
		padding:0;
		font-size:14pt;
	}
	footer a{
		padding:5px 5px;
	}
	/* Cookie Dialog */
	#gdpr-cookie-message {
		position: fixed;
		right: 30px;
		bottom: 30px;
		max-width: 375px;
		background-color: rgba(47, 114, 156, 0.85); /*var(--purple);*/
		padding: 20px;
		border-radius: 5px;
		box-shadow: 0 6px 6px rgba(0,0,0,0.25);
		margin-left: 30px;
		font-family: system-ui;
	}
	#gdpr-cookie-message h4 {
		color: var(--red);
		font-family: 'Quicksand', sans-serif;
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#gdpr-cookie-message h5 {
		color: var(--red);
		font-family: 'Quicksand', sans-serif;
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#gdpr-cookie-message p, #gdpr-cookie-message ul {
		color: white;
		font-size: 15px;
		line-height: 1.5em;
	}
	#gdpr-cookie-message p:last-child {
		margin-bottom: 0;
		text-align: right;
	}
	#gdpr-cookie-message li {
		width: 49%;
		display: inline-block;
	}
	#gdpr-cookie-message a {
		color: var(--red);
		text-decoration: none;
		font-size: 15px;
		padding-bottom: 2px;
		border-bottom: 1px dotted rgba(255,255,255,0.75);
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message a:hover {
		color: white;
		border-bottom-color: var(--red);
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message button,
	button#ihavecookiesBtn {
		border: none;
		background: green;
		color: white;
		font-family: 'Quicksand', sans-serif;
		font-size: 15px;
		padding: 7px;
		border-radius: 3px;
		margin-left: 15px;
		cursor: pointer;
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message button:hover {
		background: white;
		color: var(--red);
		transition: all 0.3s ease-in;
	}
	button#gdpr-cookie-advanced {
		background: rgb(200, 200, 200);
		color: var(--red);
	}
	#gdpr-cookie-message button:disabled {
		opacity: 0.3;
	}
	#gdpr-cookie-message input[type="checkbox"] {
		float: none;
		margin-top: 0;
		margin-right: 5px;
	}
	
	.contact{
		display:block;
		width:80%;
		margin:auto;
		min-height:70vh;
	}
	.contact h1{
		display:block;
		text-align:center;
		margin:auto;
		margin-top:20px;
		padding-bottom:10px;
		width:100%;
	}

	#contact-form{
		display:block;
		width:70%;
		min-width:300px;
		margin:auto;
		margin-top:20px;
		padding:10px;
		padding-top:20px;
		border-radius:20px;
		background-color:rgba(180, 223, 247, 0.9);
		border: rgba(180, 223, 247, 0.8) 2px solid;
	}
	#contact-form h2{
		display:block;
		width:100%;
		text-align:center;
		margin:0;
		padding:0;
		padding-bottom:10px;
		font-size:26pt;
	}
	#contact-form h4{
		padding-left:10px;
		padding-top:10px;
		/**text-align:center;**/
		margin:0;
	}
	input[type=text]{
	  width: 100%;
	  padding: 5px;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	  resize: vertical;
	  margin-right:10px;
	  font-size:12pt;
	}
	input[type=email]{
	  width: 100%;
	  padding: 5px;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	  resize: vertical;
	  margin-right:10px;
	  font-size:12pt;
	}
	textarea{
	  width: 100%;
	  padding: 5px;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	  resize: vertical;
	  margin-right:10px;
	  font-size:12pt;
	}
	button.btn-btn-lg{
		display:block;
		margin: auto auto;
		margin-top:20px;
		font-size:16pt;
		padding:10px;
		background-color:green;
		color:white;
		border-radius:10px;
		border:none;
	
	}
	/** kennismakingsgesprek**/
	.contact-now{
		display:block;
		width: 75%;
		border: 1px solid black;
		margin: auto;
		margin-top: 80px;
		padding: 0px;
		text-align: center;
	}

	.contact-now h5{
		font-size: 1.3em;
		padding-top:10px;
		padding-bottom:10px;
		margin:0;
	}

	.contact-now button{
		display:block;
		width: 250px;
		height:50px;
		margin:auto;
		margin-top:20px;
		margin-bottom: 20px;
		background-color: green;
		border-radius: 5px;
		font-size: 1em;
		font-weight: bold;
		color: white;
	}
	
	#dialog-box{
		display:none;
		width: 100%;
		height: 100%;
		position:fixed;
		Z-INDEX:2;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color:rgba(255,255,255,0.6);
		margin: auto;
		text-align:center;
	}

	#dialog-box span{
		display:block;
		width:80%;
		min-width:300px;
		height:250px;
		position:fixed;
		z-index:3;
		top:0;
		bottom:0;
		right:0;
		left:0;
		margin:200px auto;
		padding:15px;
		background-color:white;
		overflow:hidden;
		border-radius: 20px;
		border: blue 2px solid;
	}
	#dialog-box p{
		font-size:12pt;
		padding:10px;
	}

	#dialog-box h5{
		display:block;
		width:90%;
		text-align:center;
		font-size:14pt;
		margin:auto;
		margin-bottom:10px;
		margin-top:20px;
		
	}
	#dialog-box button{
		display:block;
		font-size:20pt;
		width:200px;
		height:40px;
		margin:auto;
		margin-top:20px;
		background-color:rgba(255,0,0,0.4);
		color:white;
		border-radius:10px;
		padding:5px		
	}

	#dialog-box-succes{
		display:none;
		width: 100%;
		height: 100%;
		position:fixed;
		Z-INDEX:2;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color:rgba(255,255,255,0.6);
		margin:auto;
		text-align:center;
	}
	#dialog-box-succes span{
		display:block;
		width:80%;
		height:270px;
		position:fixed;
		z-index:3;
		top:0;
		bottom:0;
		right:0;
		left:0;
		margin:10% auto;
		padding:15px;
		background-color:white;
		overflow:hidden;
		border-radius: 20px;
		border: blue 2px solid;
		font-size:12pt;
	}
	#dialog-box-succes p{
		font-size:12pt;
		padding:10px;
	}

	#dialog-box-succes h5{
		display:block;
		width:90%;
		text-align:center;
		font-size:16pt;
		margin:auto;
		margin-bottom:10px;
		margin-top:20px;
		
	}
	#dialog-box-succes button{
		display:block;
		font-size:1em;
		width:200px;
		height:50px;
		margin:auto;
		margin-top:5px;
		background-color:green;
		color:white;
		border-radius:10px;
		padding:10px	
	}

	#boeking-form p{
		font-family: 'Montserrat', light;
	}
	#boeking-form input[type=text], input[type=email]{
		display:block;
		width:90%;
		max-width:400px;
		margin:auto;
		font-family: 'Montserrat', light;
		font-size:80%;
	}
	#boeking-form textarea{
		display:block;
		width:90%;
		max-width:400px;
		margin:auto;
		font-family: 'Montserrat', light;
	}
	#boeking-form select{
		display:block;
		width:90%;
		max-width:400px;
		margin:auto;
		padding:10px;
		font-size:16px;
		font-family: 'Montserrat', light;
		
	}
	span.sub-label{
		display:none;
		font-size:10pt;
		
	}
	#boeking-form label{
		display:block;
		margin-top:10px;
	}
	#boeking-form button{
		display:block;
		width:200px;
		margin:auto;
		margin-top:20px;
		font-size:100%;
		background-color:green;
		color:white;
		border-radius:10px;
		/*background-color:rgba(84, 201,88, 1);*/
	}
}