@import url('https://fonts.googleapis.com/css2?family=Lekton:ital,wght@0,400;0,700;1,400&family=Noto+Sans+Mono:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

* {
	margin: 0;
}

html, body {
	height: auto;
	scroll-behavior: smooth;
	color: #333333;
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4 {
	margin:0px 0px 10px;	
}

h1 {
	font-size:22pt;
}

.resultaat h1 {
	text-align:center;
	font-size:20pt;
	margin-top:15px;
}

h2 {
	font-size:18pt;
}

.disclaimer h2, .privacybeleid h2, .disclaimer h3, .privacybeleid h3 {
	margin:10px 0px 10px !important;	
}

h3 {
	font-size:18pt;
}

h4 {
	font-size:16pt;	
	padding:5px 0px;

}

h5 {
	font-size:14pt;
	font-weight:500;
	margin:0px auto;
	display:block;
	padding:5px 0px;
	text-align:left;

}

p {
//	display:inline-block;
	margin:8px 0px 8px 0px;
	font-size:11pt;
	line-height:22px;
}

li {
	font-size:11pt;
	line-height:22px;
	padding:5px 0px;
}

a {
	color:#365991;
	text-decoration:none;
}

a:hover {
	color:#285db3;
}

footer a {
	color:#bd7070;
}

footer a:hover {
	color:#cfd6e1;
}

input[type="text"], textarea, input[type="time"] {
	border-radius: 2px;
	border: 1px solid #b1b3b5;
	padding: 4px 8px;
	font-size: 20pt;
	box-sizing: border-box;
	width:100%;
}	

select {
	border-radius: 2px;
	border: 1px solid #b1b3b5;
	padding: 6px;
	font-size: 10pt;
	height: 37px;
}

label {
	margin-right:10px;
	font-size:11pt;
}	
	
.date_day, .date_month {
	width:40px;
	text-align:center
}

.date_year {
	width:80px;
	text-align:center
}

td.first_date_cel:before {
	content: 'Datum 1  \00a0';
	font-weight:500;
}

td.second_date_cel:before {
	content: 'Datum 2  \00a0';
	font-weight:500;
}




td.cel_title {
	font-weight:500;
	padding-right:10px !important;
}

td.cel_input {
	width:100%;
	
}


tr.title_row {
	display:none;			
}

tr.title_row td {
	padding-top:15px;		
	font-weight:500;
}

.result td {
	padding:4px 0px 4px 15px;
	font-size:12pt;
}

.result input[type=checkbox] {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
}

table.result-datum-week {
	margin:10px auto 30px auto !important;
}

.result-datum-week td {
	padding:5px 10px;
	font-size:14pt;	
}

table.calendar {
	float:left;
	width:calc(100% + 10px);
	background:#eee;
	border-spacing:5px;
	border-radius:8px;		
	margin:0px 0px 0px -5px;	
	max-width:420px;	
}

.calendar td {
	padding:8px;
	background: linear-gradient(180deg, #222 50%, #393939 50%);
	background: linear-gradient(180deg, #535353 50%, #1e1e1e 50%);	
	color:#fff;
	font-weight:700;
	text-align:center;
	vertical-align:middle;
	font-size:12pt;	
	border-radius:5px;	
	border-radius:0.15em;			
	border:1px solid #222;
}


table.result_zwanger td {
	padding: 8px 10px;
	vertical-align:top;
}


.rij {
	position:relative;
	display:block;
	width:100%
	overflow:hidden;
	margin:0px;
	padding:0px;
}	

.cel {
	position:relative;
	display:block;
	overflow:hidden;
	float:left;
}

.cw100 {
	width:100%;
}

.cw60 {
	width:60%;
}

.cw40 {
	width:40%;
}

.main {
	width:calc(100% - 340px);
	padding: 15px 10px;
}	

.sidebar {
	width:340px;
	padding: 15px 10px;
}

.ads {
	width:100%;		
	background:#e6e9ee;
	height:268px;
	display:block;	
	margin:10px auto 10px;
	padding:8px;
	border:1px solid #e6e9ee;
	border-radius:8px;		
	overflow:hidden;
	text-align:center;
}

.sidebar-container {
	width:100%;
	display:block;	
	background:#f1f1f1;
	border-radius:8px;
	padding:15px;
	overflow:hidden;
}	

	
@media screen and (max-width: 880px) {
	.main {
		width:100%;
	}	
	
	.sidebar {
		width:100%;
		padding: 0px 15px 20px 15px;;

	}

	.sidebar-container {
		padding-left:calc((100% - 300px)/2);
		padding-right:calc((100% - 300px)/2);
		
	}		

}	

.pd10 {
	padding:10px;
}

.pd0500 td {
	padding:5px 0px;
}

.pd1000 td {
	padding:10px 0px;
}

.pd200010 td {
	padding:20px 0px 10px;
}

.pd20 {
	padding:20px;
}

.pdb20 { 
	padding-bottom:20px !important;
 }

.pdr20 { 
	padding-right:20px !important;
 }
 
.mt30 {	
	margin-top:30px !important;
}


.mt20 {
	margin-top:20px !important;
}

.mt15 {
	margin-top:15px !important;
}

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

	
.tcenter {
	text-align:center;	
}

.tleft {
	text-align:left !important;	
}

.fw500 {
	font-weight:500;	
}

.fw700 {
	font-weight:700;
}

.fs10 {
	font-size:10pt;
}

.fs15 {
	font-size:15pt;
}

.flex {
	display:flex;
	align-items: top;
}

.container {
	position:relative;
	display:block;
	width:100%;
	max-width:1200px;
	overflow:hidden;
	margin: 0px auto;
}
	
header, footer, div {
	box-sizing:border-box;
}

header, footer {
	width:100%;
	clear:both;
	display:block;
	padding:0px;
	margin:0px;	
	z-index: 9;
}

header {
	position:sticky;
	top:0px;
	left:0px;	
	height:80px;
	z-index:100;
	transition: all 1.5s ease;
	display:flex;
	align-items: center;
	border-bottom:1px solid #b5bdca;
	background:#e6e9ee;
	border-bottom: 1px solid #e5dbdb;
	background: #ebe8e8;
}

.logo {
	position:relative;
	float:left;
	width:200px;
	padding:20px 10px;
	transition: all .4s ease-in-out;
}

.logo img {
	width:100%;
}

.logo a {
	margin:0px;
	padding:0px;
	overflow:hidden;
	display:block;
	line-height:0px;
}

.navigation {
	float:left;
	width:calc(100% - 320px);	
}

ul.menu {
	position:absolute;
	right:20px;
	top: calc(50% - 10px);	
	padding:0px;	
}

ul.menu li {
	float:left;
	display:inline-block;
	margin-right:10px;
	margin-bottom:0px;
	line-height:18px;	
}

ul.menu li a {
	color:#333;
	text-decoration:none;
	font-size:14px;
	padding:8px 5px;	
}

ul.menu li a:hover, ul.menu li a.active, ul.menu li.current_page_item > a{
	color:#a02c2c;
}

ul.menu li.button a {
	position:relative;
	color:#ffffff;	
	background:#a02c2c;
	border: 1px solid #a02c2c;
	border-radius:50px;
	padding:10px 25px;
	font-size:18px;
	text-decoration:none;
	cursor:pointer;	
	font-family: 'Montserrat', sans-serif;
	font-weight:500;	
	transition: font-size 1.5s ease, padding 1.5s ease;
}	

ul.menu li.button a:hover {
	color:#a02c2c;
	background:#ffffff;
	border: 1px solid #a02c2c;	
}	

ul.menu li .sub-menu {
	display: none;
	background-color: #333;	
	display: none;
	position: absolute;
	z-index: 999999;
	margin-top: 8px;
	padding: 5px;
	box-shadow: 3px 3px 5px #999;	
	transition: all 2.4s ease-in-out;
}

ul.menu li:hover .sub-menu, .sub-menu:hover {
	display: block;
}

ul.menu li ul.sub-menu li {
	display: block;
	box-sizing: border-box;
	float: none;
	text-align: left;
	padding: 0px;
}

ul.menu li ul.sub-menu li a {
	display: block;
	box-sizing: border-box;
	width: auto;
	min-width: 100%;
	padding: 12px 10px 12p 12px;
	color:#fff;
}

ul.menu li ul.sub-menu li a:hover {
	color:#a02c2c;
}	

a.menu-button-open, a.menu-button-close {
	position:absolute;
	right:15px;
	top: 18px;
	display:none;
	width:20px; 
	height:20px; 
	padding:7px; 
	border-radius:5px;
}

a.menu-button-open {
	background:#a02c2c;	
}

a.menu-button-close {
	z-index:999;
}

a.menu-button-open img, a.menu-button-close img, a.menu-button-open svg, a.menu-button-close svg {		
	width:100%;	
	height:100%;	
}

#content {
	background:#fff;		
	position: relative;
	display:block;
	width:100%;
//		min-height: calc(100vh - 140px);
	z-index: 8;
	transition: all 1.5s ease;
}

footer {
	position: relative;
	z-index: 9;
	background: #333;
	color:#fff;
	overflow:hidden;
}

footer p {
	display:block;
	font-size:10pt;
	width:auto;
	margin:5px auto;
}

.form-container {
	background:#fff;		
	box-shadow: 0px 0px 5px #cccccc;
	border-radius: 8px;
	margin: 5px 0px;
	padding: 20px 15px;
}	

a.tag {
	color:#ffffff;
	background:#a02c2c;
	float: left;
	display: inline-block;
	border-radius: 5px;
	padding: 5px 7px;
	font-size: 10pt;
	margin-right: 7px;
	margin-bottom: 7px;
	text-decoration: none;
}	

.ad_button {
	color:#ffffff;
	background:#a02c2c;
	float: left;
	display: inline-block;
	border:1px solid #c11010;
	border-radius: 8px;
	padding: 8px 15px;
	font-size: 14pt;
	margin-right: 7px;
	margin-bottom: 7px;
	text-decoration: none;	
}

.ad_button:hover {
	background:#c11010;
	border:1px solid #a02c2c;
	color:#ffffff;
}

.ad_textlink {
	padding:20px 10px;
}

.button {
	position: relative;
	color: #333;
	background: #ececec;
	/*
	background-image: url('/button-image.png') !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-size: 50px !important;	
	*/		
	border: 1px solid #b5bdca;
	border-radius: 10px;
	margin: 0px;
	padding: 8px 25px 8px 25px;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
}	

.button:hover {
	color: #364764;
	background: #e6e9ee;	
	box-shadow: 0px 3px 5px #ececec;			
}

.form-container h2 {
	text-align:center;
}

/*
.form-container table {
	margin:30px auto;
	width:400px;
}

.home .form-container table {
	margin: 15px auto 10px;
}

*/	

.form-container table.result {
	margin:10px auto;
}

.form-container table.nom {
	margin:0px auto;
}

table.inner {
	width:100%;
	margin:0px !important;
}

/*
table.inner td {
	padding:0px 4px !important;
}
*/

.padplus img {
	width:24px;
	cursor: pointer;
}	

ul.special-day {
	margin:10px 15px; ;
	padding:0px;				
}

.special-day li {
	padding:3px 0px;
	font-size:11pt;
}

/* Share buttons */

div.share-buttons {
	display:block; margin:0px 0px 0px; border-top:0px; font-size:10pt; padding:5px 0px;
}



.share-buttons img {
	width:32px;
	margin-right:5px;	
	cursor:pointer;
}

/* Cookie melding */

.cc-revoke, .cc-window {
	font-family: 'Roboto', sans-serif !important;
	font-size: 10pt !important;
}


/* jQuery UI styles override */	

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #a00;
	background: #a02c2c;
	color: #fff;
}	

.ui-widget {
	font-size: 1.1em;
}

.ui-datepicker td span, .ui-datepicker td a {
	padding: .4em .3em;
}

/* Checkboxes */



#day1, #day2, #day3, #day4, #day5, #week1, #week3, #month2 {
	display:none;
}


/* Responsive style */

.resp header  {
	height: 54px !important;
	z-index: 999999999;
	background: #e6e9ee;
//	box-shadow: 0px 5px 15px #333333;	
//	box-shadow: 0px 3px 10px #666;
	box-shadow: 0px 0px 5px #c7c7c7;
} 

.resp #content {
	min-height: calc(100vh - 130px);
}	

.resp .logo  {
	width:150px; 
}	

.resp .navigation, {
	width:calc(100% - 150px);	
}	

.resp a.menu-button-open {
	display:block;
}

.resp ul.menu {
	position:fixed;
	width:calc(100% + 20px);
	max-width:600px;
	top:0px;
	right:-20px;
	display:none;
	background: rgba(0, 0, 0, 0.95);
	margin:0px;
	padding:30px 80px 20px 15px;
	z-index:99;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 100%;
	box-sizing: border-box;	
	box-shadow: 1px 0px 10px #333333;
	}

.resp ul.menu li {
	float:none;
	display:block;
	padding:5px 0px;	
	line-height:18px!important;	
}

.resp ul.menu li.last {
	 margin-bottom:20px;
}

.resp ul.menu li a {
	display:block;
	font-size:16px !important;
	padding:10px 20px !important;
	color:#fff !important;
}

.resp ul.menu li a:hover {
	color:#bd7070 !important;
}

.resp ul.menu li.button a {  
	padding:10px 15px !important;
	font-size:16px !important;
	color:#ffffff;	
	background:#a02c2c;
	border: 1px solid #a02c2c;	
	display: inline-block;
	margin-left:10px;
}	
	
.resp ul.menu li.button a:hover {  
	color:#a02c2c;
	background:#ffffff;
	box-shadow: 0px 0px 5px #666666;	
}

.resp ul.menu li .sub-menu  {
	display:block;
	margin-left:0px;
	background-color: transparent ;
	position: relative;
	margin-top: 8px;
	padding:0px 0px 0px 10px;
	box-shadow: none;	
	
}

.resp ul.menu li .sub-menu li a {
	 margin-left:0px;
}

.resp ul.menu li .sub-menu li a:before {
	content: "-\00a0\00a0"; 
}	
	
.resp .cw60, .resp .cw40 {
	width:100%;
}


@media screen and (max-width: 880px) {
	
	h1 { font-size:18pt; }
	h2 { font-size:15pt; }		
	
	tr.title_row {
		display:table-row;
	}
	
	td.first_date_cel:before, td.second_date_cel:before {
		content: '';
	}	

	td.cel_title {
	//	display:none;
	}	
	
	td.resp-center {
		text-align:center;		
	}	
	
	table.result_zwanger td {
		font-size:10pt;
		padding:5px 5px;
	}
	
	.fs15 {
		font-size:12pt !important;
	}
	
}	
	
@media screen and (max-width: 700px) {
	
	h1 { font-size:20pt; }
	h2 { font-size:18pt; }		
	
	td.first_date_cel:before {
		content: 'Datum 1  \00a0';
		font-weight:500;
	}
	
	td.second_date_cel:before {
		content: 'Datum 2  \00a0';
		font-weight:500;
	}

	tr.title_row {
		// display:none;			
	}	
	
	td.cel_title {
		display:table-cell;
	}	
	
	td.resp-center {
		text-align:left;		
	}	
	
	table.result_zwanger td {
		font-size:12pt;
		padding:10px;
	}
	
	.fs15 {
		font-size:15pt !important;
	}	

}
	
@media screen and (max-width: 480px) {
	h1 { font-size:18pt; }
	h2 { font-size:15pt; }		
	
	.form-container table {
		// width:320px;
	}	
	
	.resp tr.title_row {
		display:table-row;
	}
	
	td.first_date_cel:before, td.second_date_cel:before {
		content: '';
	}		
	
	td.cel_title {
		display:none;
	}

	
	td.resp-center {
		text-align:center;		
	}
	
	table.result_zwanger td {
		font-size:10pt;
		padding:5px;
	}	

	.fs15 {
		font-size:12pt !important;
	}
	

	
}

@media screen and (min-width: 480px) {
	input[name=afstand]::placeholder {
		  color: transparent;
	}	
}	


/*
table.example {
	margin:30px 0px;
	border-collapse: collapse;
}

.example td {
	padding:5px 10px;
}	

.example td:nth-child(3) {
	text-align:right;
}	
.bt td {
	border-top: 2px solid #333;
}
*/

.resultaat p {
	font-size:12pt;	
	line-height:20pt;
}

span.bold {
	font-size:16pt;	
	font-weight:500;
}

span.small {
	font-size:12pt;
	color:#5a5a5a;
	font-weight:300;
}
	
.pace-result {
	width:100%;
	max-width:400px;
	margin: 0px auto 30px;
	display:block;
	overflow:hidden;
}	

.pace-result p, .pace-result h3 {
	text-align: center;
	width: fit-content;
	margin: 10px auto;
}	

table.formula, div.formula  {
	margin: 25px auto;
	width: fit-content;
	background: #fafafa;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #f1f1f1;
	font-size:16pt;
	line-height:20pt;
}

.formules table.formula, .formules  div.formula {
	margin: 25px 0px;
}


.formula td {padding:5px; font-size:16pt;}	


div.example { margin: 20px 0px; overflow: hidden; border-bottom:1px solid #f1f1f1; padding-bottom:20px;} 

tr.pace { display:none; }
	
tr.nopad td {
	padding:0px !important;
}	

th {text-align:left; }

table.meter {
	border-collapse:collapse;
}

table.meter th, table.meter td {
	padding:8px 10px 8px 8px;	
	font-size: 12pt;
}

table.meter tr:nth-child(even) {background: #f1f1f1;}
table.meter tr:nth-child(odd) {background: #fff; }

td.strong {font-weight:600; font-size: 12pt !important; }




	
.staartdeling {	
	margin: 0px auto;
	display: inline-block;
}	

table {}
td input {padding:0px;margin:0px;}
table.solution {border-collapse:collapse; margin-top: -5px;  margin-left: 14px; width:auto; }
table.solution td {
	// width:15px; 
	// height:25px; 
	// font-family:courier; 
	font-size:20pt; 
	text-align:center; 
	// vertical-align:middle; 
	padding:0px; 
	letter-spacing:4px; 
	line-height: normal;  
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.formula table.solution td {
	border:2px solid #fafafa;
	width:19px; 
	height:35px; 
	font-family: "Roboto+Mono", monospace;
}

input { 
	// font-family:courier; 
	font-size:14pt; 
	padding:0px; 
	margin:0px; 
	letter-spacing:4px; 
	text-align:left; 
	border:1px solid #CCCCCC; 
}
		
input.right {text-align:right;}
input.radio {width:25px; font-size:11pt; border:0px; }
table.table_dec, table.table_dec td {margin: 0px; padding:0px; border-collapse:collapse;}
button#bereken { font-size:20pt; margin-top:10px;}
.right, .calculate { padding:5px; font-size:20pt; }

button {
  position: relative;
  color: #333;
  background: #ececec;
  background-image: url('/button-image.png') !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 50px !important;
  border: 1px solid #b5bdca;
  border-radius: 10px;
  margin: 0px;
  margin-top: 0px;
  padding: 8px 25px 8px 25px;
  font-size: 22px;
  font-family: 'Roboto';
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

button:hover {
  color: #364764;
  background: #e6e9ee;
  box-shadow: 0px 3px 5px #ececec;
}


.table_dec button {	
	padding: 2px 2px;
	border-radius: 5px;
	font-size: 11pt;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 11pt;
	
}

.table_dec button#plus {
	border-radius: 5px 5px 0px 0px;
	border-bottom:0px;

}	

.table_dec button#min {
	border-radius: 0px 0px 5px 5px;
	border-top:0px;
}	

input#var1 {
	min-width:80px;
	width:fit-content;
	max-width:120px;	
	font-size: 20pt;
	letter-spacing:4px;
}


div.editable {
	border-radius: 2px;
	border: 1px solid #b1b3b5;
	padding: 4px 8px;
	margin-left:-2px;
	font-size: 20pt;
	box-sizing: border-box;	
//	font-family:courier; 
	letter-spacing: 4px;
	font-weight:500;	
	min-width:150px;
}

div#var1_div.editable {
	min-width:80px;
	text-align:right;
}



/*

div.editable:focus span.achter-komma:before {
	content: '.';
}

*/

.editable span {
	color:#666;
	font-weight:300;		
}

.editable span.nullen {
	color:#a02c2c;
}


span.uitkomst {
	font-size: 20pt;
	//  font-family:courier; 
	letter-spacing:4px;

}

@media screen and (max-width: 480px) {

	input#var1 {
		min-width:40px;
		max-width:120px;	
		font-size: 16pt;
		letter-spacing:3px;

	}

	div.editable {
		font-size: 16pt;
		letter-spacing: 3px;
		min-width:100px;
	}
	
	div#var1_div.editable {
		min-width:70px;
	}	
	
	span.uitkomst {
		font-size: 16pt;
		letter-spacing:3px;

	}	
	
	table.solution td {
		font-size:16pt; 
		letter-spacing: 3px;

	}
	

}

.example-number {
	font-weight:600;
}

.example ol {
	padding-left: 15px;
}

.example ol li {
	padding-left: 15px;
}

.example li td {
	line-height: normal;
}

table.settings {
	 margin:20px auto;
	 width:320px;
}

.settings label {
	font-size:11pt;
}

.settings input:checked + td label  {
	font-weight:500;
}

.settings td {
	font-size:11pt;
}	


.cw100 { width:100%; clear:both; }
.cw75  { width:75%; }
.cw66  { width:66.6667%; }
.cw60  { width:60%; }
.cw50  { width:50%; }
.cw40  { width:40%; }
.cw33  { width:33.3333%; }
.cw25  { width:25%; }
.cw20 { width:20%; }


table.tafel {
	border: 1px solid #f1f1f1;
	border-collapse:collapse
}

table.tafel tr:nth-child(even) {
    background-color: #fff; /* Lichtgrijze achtergrond voor even rijen */
}

table.tafel tr:nth-child(odd) {
    background-color: #fff; /* Witte achtergrond voor oneven rijen */
}

table.tafel td {
	padding:8px 12px;
}

table.kolomdelen {
	border-collapse:collapse;
}

table.kolomdelen td {
	border-top: 1px solid #ccc;	
	border-left: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;	
	border-right: 1px solid #ccc;	
	width:25px;
	height:25px;
	text-align:center;
}


table.kolomdelen td.bt {
	border-top: 1px solid #000 !important;	
}

table.kolomdelen td.bb {
	border-bottom: 1px solid #000 !important;	
}

table.kolomdelen td.bl {
	border-left: 1px solid #000 !important;	
}

table.kolomdelen td.br {
	border-right: 1px solid #000 !important;	
}

table.ld-table {
	margin:10px auto;
}

.ld-table td {
	font-family: "Roboto+Mono", monospace;
}	
