a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var {background:transparent;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top}
blockquote, q {quotes:none}
table, table td {padding:0;border:none;border-collapse:collapse}
article, aside, audio, canvas, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}
.wrapper {width:100%;overflow:hidden}
body {background:#f2e8e6;border:0;font:18px aptos, Arial,Helvetica,sans-serif;color:#000000;line-height:18px; height:100%;}
a {color:#748a5b;text-decoration:underline;}
ul {padding-left:15px}
.main {margin:0 auto;width:500px;background-color:#fff}

button {
	background: none;
	border: none;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	padding: 5px 28px;

	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-transform: uppercase;	
	font-size: 13px;
	font-weight: 700;
	line-height: 3.1;  

	background-color: #393b3f;
	color:#fff;
	padding-top: 0;
	padding-bottom: 0;	  
}
h1 {font-size:65px;
	line-height:65px;
	margin-bottom:10px; 
	text-align: center; 
	font-family: goodheadlinepro-header, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

.headertext{
	font-family: goodheadlinepro-subheader, sans-serif;
	text-align: center; 
	font-size: 24px;
	line-height: 24px;
}

.bodytext{
	font-family: aptos, sans-serif;
	text-align: left; 
	font-size: 20px;
	line-height: 1.4;
}

.productIntro{
	font-size:20px;
	line-height: 23px;
	margin-bottom:15px;
	margin-top:37px;
}
.btlist{
	font-size:0;
}
.btlist .btbox{
	display:inline-block;
	width:100%;
	margin-bottom:20px;
	padding-right:20px;
	box-sizing: border-box;		
	text-transform: uppercase;
	line-height: 1.4;	
	font-size: 14px;
	font-weight: 400;
}
/*0024383 reserveeerknop altijd zichtbaar*/
.btbox-inner .btinfo{
  -webkit-transform: translateY(-57px);
  transform: translateY(-57px);  		
}

.btbox-inner{
	border:1px solid #dbdbdb;
	position:relative;
	border-radius:2px;
	overflow:hidden;
}
.btbox-inner:hover .btinfo{
  -webkit-transform: translateY(-57px);
  transform: translateY(-57px);
}	

.btbox-inner img{
	width:100%;
}

.imgContainer{
	height:346px;
	overflow:hidden;
	cursor:pointer;
	background:none center no-repeat;
	background-size:cover;
}

.btinfo{
	background:#fff;
	position:relative;
	z-index:20;
	padding:20px;

	-webkit-transition: background-color .3s cubic-bezier(.78,.13,.15,.86),-webkit-transform .3s cubic-bezier(.78,.13,.15,.86);
	transition: background-color .3s cubic-bezier(.78,.13,.15,.86),-webkit-transform .3s cubic-bezier(.78,.13,.15,.86);
	transition: transform .3s cubic-bezier(.78,.13,.15,.86),background-color .3s cubic-bezier(.78,.13,.15,.86);
	transition: transform .3s cubic-bezier(.78,.13,.15,.86),background-color .3s cubic-bezier(.78,.13,.15,.86),-webkit-transform .3s cubic-bezier(.78,.13,.15,.86);	
}

.btinfo .price {
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  color: inherit;
  margin-top:0.5em;  
}

.btButton button{
  position: absolute;
  z-index: 15;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;	
}

.overlay{
	background: rgba(51, 51, 51, 0.8);
	opacity: 0;
	-webkit-transition: opacity .5s,visibility .5s;
	transition: opacity .5s,visibility .5s;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;  
	z-index: 9999;
	z-index: 16777271;
	visibility: hidden;
}

.overlay.open{
	opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;	
}
.overlay-content{
	width:65%;
  max-width: 400px;
  max-width: 100%;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  z-index: 99;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background:#fff;
  border:1px solid #333;  
  max-height:70%;
  padding:20px;
  overflow: auto;
}
.overlay .closeOverlay{
	position:absolute;
	background:url(../img/cross.png) center no-repeat;
	width:80px;
	height:80px;
	top:50px;
	right:50px;
	cursor:pointer;
}
.overlay-content iframe{
	width:100%;
	height:100%;
}
h3{
	font-family: goodheadlinepro-subheader, sans-serif;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.4;
	text-align:center;	
}

.textinput,input,select{
	font-size:20px;
}

.box.bookerData select{
	margin-bottom:6px;
}


.inputdiv {vertical-align:middle}
.inputdiv input {width:50px}
.box {margin-top:20px; padding:5px 0}
.box.bookerData{
	max-width:900px;
	margin: 0 auto;
}

.box.bookerData .inputContainer{
	margin-bottom:8px;
}

.box.bookerData input{
	width:100%;
}

.box.participants{
	max-width:900px;
	margin:0 auto;
}
.box select,
.box input {
	border:none;
	padding:10px 14px 10px 14px;
	box-sizing: border-box;
	border-radius:25px;
	background:white;
}

body.incasso .box select{
	margin-right:4px;
}

body.incasso #company-header{
	background:transparent;
}

body.incasso #company-header .flags{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

body.incasso #company-header .flag{
	border:1px solid #eee;
	border-radius:30px;
	width:40px;
	height:40px;
	background-size: cover;
	position:relative;
}

body.incasso #company-header .flag.active{
	border:1px solid #eee;
}

body.incasso #company-header .flag.active::after {
	content: "";
	position: absolute;
	top: -5px;  /* afstand vanaf de div */
	left: -5px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border: 1px solid black; /* jouw border */
	border-radius: 50%;
}


body.incasso #company-header {
	padding: 10px 0px 20px 0px;
}

.box input.inline{width:auto; display:inline-block;}
.box input.bijprod {width:25%; min-width:3em;}
.box input[type="checkbox"] {width:20px}


.box .textinput {margin: 15px 0px 7px 15px}
.box .textinput span, .box .textsm.formheader span {padding:2px}
.box .textright {width:440px;text-align:right}
.box .hr {width:100%;height:1px;border-top:solid 1px #748a5b;margin:5px 0}
.box .highlight {font-weight:bold;}
.navbuttons {width:100%;text-align:center;margin:10px 0;vertical-align:middle}
.txtcenter {text-align:center}

.navbuttons.nextprevweekbtns button{width:41px;height:41px;padding:0;border-radius:30px; background:#748a5b;line-height:41px; font-size:28px;}
.navbtnr.navbtnnext{border-radius:40px; background:#748a5b; font-size: 28px; line-height: 28px; font-style:italic;
	white-space: wrap;
	padding: 15px 28px 15px 28px;

}

.navbuttons .navbtnr{border-radius:40px; background:#748a5b; font-size: 28px; line-height: 28px; font-style:italic;
	white-space: wrap;
	padding: 15px 28px 15px 28px;
}

.navbuttons.nextprevweekbtns button.navbtnl{padding-right:3px;}
.navbuttons.nextprevweekbtns button.navbtnr{padding-left:3px;}

.navbuttons.nextprevweekbtns button span {
	position: relative;
	top: -1px;
	font-style:normal;
}

.buttonwrap.incassoActionButton{
	max-width: 425px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 7px;
}

.buttonswrap.confirmcancelwrapper{
	display: flex;
	justify-content: center;
  	gap: 12px;
}

#clearbutton{margin-left: auto;margin-right: auto;display: block;margin-top: 5px;border-radius: 20px; padding: 5px 14px;}
.confirmcancelwrapper button{width:174px;}


#signaturecanvas {width:350px;margin:40px 0px 60px 0px;}

#signaturecanvas canvas{
	border: 1px solid black;
	width: 100%;
	height: 200px;
	background-color: white;
	border-radius: 15px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
}

select{
	border-radius: 20px;
  	padding: 5px 14px;
}

.error {height:15px;background-color:#FFFE36;border:1px solid #E1E16D;font-size:11px;color:#000;padding:3px 10px;margin-left:-2px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-box-shadow:0 0 6px #ddd;-webkit-box-shadow:0 0 6px #ddd}
.errinput {background-color:#FF9535}
#formerror {width:400px;display:none;float:left;text-align:left;font-weight:bold}
.errormsg {margin-top:20px;margin-left:20px;color:#FF2F2F}
.box .errormsg{top:4px; position:relative; display:block;}

.box.voucherCodes input{margin-top:2px;}

#leftgradient,
#rightgradient {width:250px;height:100%;display:inline-block;zoom:1;}

#company-header{
	margin-bottom:5px;
	min-height:50px;
	padding:70px 10px 66px 10px;
	font-size:16px; 
	font-weight:bold;
	text-align: center;  
	background: white;
}

.company-header-inner{display:inline-block; margin-bottom:10px;}
.cancelbuttonwrapper{display:inline-block;float:right; margin-bottom:10px;}


#mainwrap {width:100%;min-height:100%;position:relative;}
#main { 
	padding:0px 0px 30px 0px; 
	margin:0 auto;
}
#footerwrap{text-align:center;margin:0 auto; width:900px;font-size:20px;font-family:verdana, sans-serif;font-weight:bold;}
#footer{padding-top:20px;padding-bottom:10px;position:absolute;bottom:0; width:100%;height:40px;}


#navbar{margin-bottom:30px; margin-top: -34px; max-width: 1000px; margin-left: auto; margin-right: auto;}
#navbar-tbl{width:100%; display: flex; justify-content: center; gap: 20px;}

#navbar-tbl div {text-align:center;font-size:14px; white-space:nowrap; font-size: 36px; line-height: 24px; font-weight:normal; flex: 1; font-family:goodheadlinepro-header,sans-serif;letter-spacing: 1px;}

#navbar-tbl .navbar-link a, #navbar-tbl .navbar-link a:link, #navbar-tbl .navbar-link a:visited {background:#202020; border-radius:40px; color:#fff; text-transform:uppercase; display:block;padding:16px 16px 16px 16px;text-decoration:none;}
#navbar-tbl .navbar-link a span {font-size:11px;}

a.navbar-arrow,a.navbar-arrow:link,a.navbar-arrow:visited, a.navbar-arrow-notable,a.navbar-arrow-notable:link,a.navbar-arrow-notable:visited{line-height:36px; font-weight:bold;font-size:28px; cursor:pointer;}
#navbar-tbl .navbar-link a.navbar-arrow:hover{background:#748a5b;cursor:pointer;}

#navbar-tbl .navbar-link a.active{background:#748a5b;}
#navbar-tbl .navbar-link a.notable, #navbar-tbl .navbar-link a.navbar-arrow-notable{color:#999;}
#navbar-tbl .navbar-link a.notable:hover, #navbar-tbl .navbar-link a.navbar-arrow-notable:hover{background:none;}

.navbuttons.nextprevweekbtns{
	white-space: nowrap;
}

.gekozenvoor{
	text-align:center;
	text-transform: uppercase; 
	line-height:1.1; 
	color:#dbcdcc; 
	margin:60px 0px 30px 0px; 
	font-family:goodheadlinepro-header,sans-serif;  
	letter-spacing: 2px;
	white-space:nowrap;
	font-size: clamp(42px, 10vw, 90px);
}

.cursusBookingLessen{white-space:nowrap; line-height: 1.2;}
.cursusBookingDate{white-space:nowrap; line-height: 1.2;}
.cursusBookingStatus{white-space:nowrap; line-height: 1.2;}



.bookingtypetitle{
	text-align:center; 
	font-weight:bold; 
	font-size:42px; 
	line-height:42px; 
	margin-bottom:40px;
	font-family:goodheadlinepro-subheader,sans-serif;
}

.extraopt input {width:50px;margin-right:10px}
.extraopt label {line-height:26px}

.box input.errorIncomplete, .box select.errorIncomplete{
	background-color: #ffdede;
}

.cursusBooking{text-align:center;}
.cursusBooking a, .cursusBooking a:link, .cursusBooking a:visited {cursor:pointer;text-decoration:none}
.cursusBooking a:hover {color:#FF8635}
#mouseOverPopup{pointer-events: none;}

.choosedatetitle{
	text-align: center;
	font-weight:bold;
	font-size:36px;
	line-height:36px;
	font-family:goodheadlinepro-subheader,sans-serif;
}

.box.overview{
	width:900px;
}

.textCol{	
	display:inline-block;
}


.box.middelBox {
    width: 650px;
    margin: 10px auto;
}


.acceptLink {
    margin-top: 2em;
}

.pageTemplate{
    max-width: 1000px;
    margin: 0 auto;	
}

.calendarContainer{
	max-width: 100vw;
	overflow-x: auto;
	overflow-y: hidden;	
	margin-bottom:25px;
}

.fromuntildate{
	display: inline-block;
	border-radius: 30px;
	background: white;
	height: 41px;
	line-height: 41px;
	padding: 0px 24px 0px 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 5px 0px 5px;
	font-family:goodheadlinepro-subheader,sans-serif;
	letter-spacing: 1px;
	font-size: clamp(16px, 4vw, 23px);
}

.fromuntildate span{
	font-size: clamp(12px, 3vw, 15px);
	line-height: 36px;
}

.calTimeRow .calTimeRowTime, .calTimeRowOff .calTimeRowTime{
	position: sticky;
	left: 0px;
	width: 50px;
	z-index: 40;
	border-left:1px solid white;
	margin-left: -1px;
	
}
.calTimeRowOff .calTimeRowTime{
	background: #ffffff;
}
.calTimeRow .calTimeRowTime{
	background: #c8cfbd;
}

.calGridHeader div{
	background:white;
	position: sticky;
	left: 0;
	width: 50px;
	z-index: 40;
	height:16px;
}


.confirmpage .col1, .confirmpage .col2{
	display:inline-block;
	text-align: left;
}
.confirmpage .col1{
	margin-right:5%;
	width:44%;
}
.confirmpage .col2{
	width:49%;
}

.box.middelBox {
    width: 100%;
}

.textsm.display{
	margin:0px 0px 8px 0px;
	color:black;
	word-break: break-all;
}

.participantRows{
	margin-top:20px;
}


@media (max-width: 800px){
	.overlay .closeOverlay{
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
  
  .confirmpage > .col1,
  .confirmpage > .col2{
  	width:100%;
  }
}

@media (max-width: 501px){
	.btlist .btbox{
    padding:0;
  }
}

@media (max-width: 800px) and (min-width: 501px){
	.btlist .btbox{
    width: 50%;
  }
  .btlist .btbox:nth-of-type(2){
  	padding-right:0;
  }      
}

@media (max-width: 1000px) and (min-width: 801px){
	.btlist .btbox{
    width: 33.333%;
  }
  .btlist .btbox:nth-of-type(3){
  	padding-right:0;
  }    
}
@media (min-width: 1001px){
	.btlist .btbox{
    width: 25%;
  }
  .btlist .btbox:nth-of-type(4){
  	padding-right:0;
  }
}
@media (min-width: 1281px){
	.btlist .btbox{
    width: 16.66%;
  }
  .btlist .btbox:nth-of-type(6){
  	padding-right:0;
  }  
}

.participants .message{
	font-size:18px;
	margin: 15px 0px 0px 0px;
	color: red;
}

.cursusBooking a{
	color:#1e91bf;
}

.timeColumn{
	text-align:right;
	padding-left:30px;
	white-space:nowrap;
}

.linkColumn{
	text-align:left;
}
.linkColumn .cursusBooking{
	text-align:left;
	padding-left:30px;
}

.groupedPerDayViewTable{
	width:100%;
}

.groupedPerDayViewTable td{
	font-size:16px;
}

.dateColumn{
	text-align:right;
	padding-left:12px;
	width:1%;
	white-space:nowrap;
}

.dayColumn{
	text-align:right;
	padding-left:30px;
	white-space:nowrap;
}

.privacyverklaringLink{
	margin: 15px 0px 15px 24px;
}

.acceptLink label{
	display: inline-block;
	width: calc(100% - 35px);
}

#company-header-name{
	font-size:42px;
	line-height: 42px;
	font-weight:bold;
	margin-bottom: 7px;
	font-family:goodheadlinepro-subheader,sans-serif;
	letter-spacing: 0.5px;
}
#company-header-phone{
	font-size:26px;
	line-height: 1;
	font-weight:normal;
	font-family:goodheadlinepro-subheader,sans-serif;
	letter-spacing: 0.5px;
	white-space:nowrap;
	font-size: clamp(16px, 4vw, 26px);
}

.participantRows .extendedParticipants .participantLabel .showWhenFirst{display:none}
.participantRows .extendedParticipants:nth-child(2) .participantLabel .showWhenFirst{display:block}
.participantRows .extendedParticipants:nth-child(2) .participantLabel .showWhenNotFirst{display:none}

.participantRows .extendedParticipants .col1 .showWhenFirst{display:none}
.participantRows .extendedParticipants:nth-child(2) .col1 .showWhenFirst{display:block}
.participantRows .extendedParticipants:nth-child(2) .col1 .showWhenNotFirst{display:none}

.participantRows .extendedParticipants .col2 .showWhenFirst{display:none}
.participantRows .extendedParticipants:nth-child(2) .col2 .showWhenFirst{display:block}
.participantRows .extendedParticipants:nth-child(2) .col2 .showWhenNotFirst{display:none}

.hidden{display:none;}

.selectOptionalExtras{
	font-size:20px;
	line-height:20px;
}
.totalPrice{
	font-size:20px;
	line-height:20px;
}
.acceptLink, .privacyverklaringLink{
	font-size:20px;
	line-height:20px;
}

input[type=checkbox]{
	width: 18px;
	height: 18px;
	accent-color: #758b5b;
}

.navbar-link a, .navbuttons .navbtnr{
	transition: 0.3s;
	transform: translateZ(0);
	will-change: transform, opacity;
	&:hover{
		opacity:0.85;
		transform:translateY(-1px);
	}
}

input[type=date], input[type=text], input[type=email], input[type=tel], input[type=number], .box select{
	transition: 0.3s;
	border: 3px solid transparent;
	transform: translateZ(0);
	will-change: border-color, border-width,box-shadow;
}

input[type=date]:focus, input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=number].bijprod:focus, .box select:focus{
	outline: none;
	border-color: #758b5b;
	border-width: 3px;
	box-shadow: 0 0 0 3px rgba(117, 139, 91, 0.2);
}

input[type=number].bijprod{
	border-color:#f2e8e6;
}


body.incasso .whiteblock{
	margin: 20px auto 20px auto;
	text-align: left;
	padding: 10px 20px 10px 20px;
}

body.incasso .whiteblock .row .cell:first-child{
	color: rgba(0,0,0,0.3);
	width:50%;
	padding-left:30%;
}
body.incasso .whiteblock .row .cell:last-child{
	width:50%;
}
body.incasso .whiteblock .tableData{
	width:100%;
	margin-top:0;
}

body.incasso .navbuttonouterwrapper{
	text-align: right;
}

body.incasso .company-header-inner{
	margin-bottom:50px;
}

body.incasso #company-header {
	max-width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

body.incasso .flagsandlogoffwrapper{
	margin-bottom:25px;
	margin-top:20px;
	margin-left: 10px;
	margin-right: 10px;
}

body.incasso .flagsandlogoffwrapper.loginpage{
	justify-content: center;
	margin-top:35px;
	margin-bottom: 0;
}

input[type="date"] {
	-webkit-appearance: none;
	appearance: none;
	font-size: 18px;
	padding: 10px 14px;
	height: 48px;
	line-height: 1.2;
	color:#000;
}

input[type="text"].showasdate{
	background-image:url('../img/calendar-icon.png');
	background-repeat:no-repeat;
	background-size: 16px 16px;
	background-position: center right 18px;
}


@media only screen and (max-width: 800px) {
	body.incasso .company-header-inner{
		margin-bottom:40px;
	}
	body.incasso .flagsandlogoffwrapper{
		display:flex;
		margin-bottom:20px;
		margin-top:0px;
		justify-content: space-between;
		margin-left: 10px;
		margin-right: 10px;
	}

	body.incasso .flagsandlogoffwrapper.loginpage{
		justify-content: center;
		margin-top:35px;
		margin-bottom: 0;
	}

	body.incasso .company-header-inner.loginpage{
		margin-bottom:0px;
	}

	body.incasso .flagsandlogoffwrapper .flags, body.incasso .flagsandlogoffwrapper .logoffbuttonwrapper{
		margin-bottom:0px;
	}

	body.incasso .navbuttonouterwrapper{
		text-align: center;
	}

	body.incasso .whiteblock .row .cell:first-child{
		width:50%;
		padding-left:0%;
	}
	body.incasso .whiteblock .row .cell:last-child{
		width:50%;
	}

	body.incasso .whiteblock {
		max-width: 100%;
		width: unset;
	}

	.box .textinput.birthdatelabel, .box .textinput.howmanylabel{
		height: 36px;
		display: flex;
		align-items: end;
	}

	#navbar-tbl {
		gap: 10px;
	}

  .dayColumn{
  	text-align: left;
  	display: table-row;
  }
  .dateColumn{
  	text-align: left;
  	display: table-row;
  }
  .timeColumn{
  	text-align: left;
  	float: left;
  }
  .linkColumn{
  	text-align: left;
  	float: left;
  }
  
  .cancelbuttonwrapper{float:none; display: block; text-align: center; margin: 10px 0px 20px 0px;}

  	.logoffbuttonwrapper{
		position: relative;
		top: unset;
		right: unset;
		margin-bottom:20px;
	}
	.navbtnr.navbtnnext {
		border-radius: 40px;
		background: #748a5b;
		font-size: 24px;
		line-height: 24px;
		font-style: italic;
		padding:12px 22px;
	}

	#navbar-tbl div {
		font-size: 24px;
  		line-height: 16px;
		letter-spacing: 0px;
	}

	#navbar-tbl .navbar-link a, #navbar-tbl .navbar-link a:link, #navbar-tbl .navbar-link a:visited{
		padding: 16px 12px 16px 12px;
	}

	.navbuttonwrapper .navbuttons button {
		white-space: wrap;
		line-height: 24px;
		padding: 12px 22px;
		border-radius: 50px;
	}

	h1 {
		font-size: 50px;
		line-height: 50px;
	}

	#navbar {
		margin-top: -30px;
		margin-left: 10px;
    	margin-right: 10px;
	}

	.gekozenvoor {
		margin: 40px 0px 25px 0px;
		letter-spacing: 1px;
	}

	.pageTemplate{
		padding-left:10px;
		padding-right:10px;
	}

	
	.groupedPerDayViewTable .cursusBooking a{
		min-width: unset;
		width:100%;
	}

	.textinput, input, select {
		font-size: 18px;
	}

	.bookingtypetitle {
		font-size: 36px;
		line-height: 36px;
	}
	.choosedatetitle {
		font-size: 30px;
		line-height: 30px;
	}

	.bodytext {
		font-size: 18px;
	}
	#company-header-name {
		font-size: 36px;
		line-height: 36px;
	}
	#company-header-phone {
	}
	.textsm.descr, .textsm.textCol{
		font-size:18px;
	}
	.textsm.display, .textwide.textCol{
		font-size:18px;
	}
	
	.finishConfirmCheck{
		font-size:18px;
	}

	.selectOptionalExtras{
		font-size:18px;
		line-height:18px;
	}

	
	.textCol.textsmx{
		font-size:18px;
		width: 20%;
	}

	.textCol.text{
		font-size:18px;
		width: 60%;
	}
	.totalPrice{
		font-size:18px;
		line-height:18px;
	}
	.acceptLink, .privacyverklaringLink{
		font-size:18px;
		line-height:18px;
	}
	.confirmpage {
		width: unset;
		max-width: 100%;
	}
	.confirmpage .whiteblock {
		max-width: 100%;
		width: unset;
	}
	.confirmpage .optionalExtras {
		max-width: 100%;
		width: unset;
		padding: 10px 10px 5px 10px;
	}
	.totalPriceWrapper {
		max-width: 100%;
		width: unset;
	}
	.voucherwrapper {
		max-width: 100%;
		width: unset;
	}
	.textsm.descr, .textsm.textCol {
		padding-left: 12%;
	}
	.finishConfirmCheck {
		max-width: 98%;
	}
	.totalPrice {
		padding: 10px 10px 10px 10px;
	}
	.box.voucherCodes.middelBox{
		margin-bottom:0px;
	}
	.acceptLink {
		margin-top: 1em;
	}

	.extendedParticipants .col1, .box.bookerData .col1 {
		padding-right: 0px;
	}

	.extendedParticipants .col1, .extendedParticipants .col2, .box.bookerData .col1, .box.bookerData .col2{
		width:100%;
	}


}

