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:3em;}
h2{
	font-family: 'Abel', sans-serif;
	font-size:1.3em;}
h3{
	font-family: 'Abel', sans-serif;
	font-size:1.1em;
}

ul{
	padding-top:0;
	margin:0;
}
/* 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%;
	max-width:1500px;
	height:90px;
	background-color:#fff;
	border-bottom:solid 1px;
	/*position:fixed;*/
	top:0;
	right:0;
	padding:0;
	margin:auto;
	position:relative;
	z-index: 2;
}
#logo{
	height:80px;
	padding:right;
	padding-left:20px;
	padding-top:5px;
}

#padi-logo{
	height:80px;
	position:absolute;
	top:5px;
	right:5px;
}
/** top menu bar **/
#primary_nav_wrap
{
	float:right;
	height:80px;
	position:relative;
	background-color:#fff;

}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	padding-right:5px;
	margin-right:70px;
}

#primary_nav_wrap ul a
{
	display:block;
	position:relative;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:13pt;
	line-height:25pt;
	padding:0 10px;
	padding-right:10px;
	max-width:120px;
	/*height:80px;*/
	text-align:center;
	text-decoration:none;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:right;
	margin:0;
	padding:0;
	padding-top:45px;
}
#primary_nav_wrap .centeralign{
	padding-top:10px;
}

#primary_nav_wrap .languagechange{
	padding-top:59px;
	text-align:rigth;
}
/** language **/
li.languagechange{
	width:60px;
}
.languagechange p{
	width:45px;
	padding:0;
	padding-left:0px;
	margin:0;
	
}
.languagechange img{
	height:20px;
	width:20px;
	float:left;
	margin-top:-5px;
}
/***************************/

.quote{
	font-family: 'Abel', sans-serif;
	display:block;
	position:relative;
	padding:20px;
	top:130px;
	overflow:hidden;
	z-index:1;	
}

.indexarticle{
	display:block;
	width:90%;
	max-width: 1200px;
	min-height:40vh;
	margin:auto;
	padding-bottom:30px;
	overflow:hidden;
	text-align:left;
	
}
.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;

}

/** 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:none;
	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;
}