/*
//============================================================+
// File name   : default.css
// Begin       : 2014-28-04
// Last Update : 2023-10-20
//
// Description : CSS file for casus.e-Linc.nl
//
// Author: Linvo
//
// (c) Copyright:
//               Linvo
//               Sagittahof 2-hs
//               1033XC Amsterdam
//               The Netherlands
//               www.linvo.nl
//               info@linvo.nl
// 
// License: strictly commercial
//============================================================+

/**
 * CSS file
 * @author Linvo
 * @copyright Copyright &copy; 2020,  Linvo, Sagittahof 2-hs, 1033XC Amsterdam  The Netherlands  www.linvo.nl info@linvo.nl
 * @package website casus.e-Linc.nl
 * @version 1.0
 * @licence strictly commercial
 * @since 2000-01-01
 */

* {
  box-sizing: border-box;
}

body 
{
  font-family: 'Mallanna';
  font-size: 20px;
	color: #000;
	height: 100%;
	margin:0;
/*
  background-image:url('../images/logo.jpg');
  background-repeat: no-repeat;
  background-size: 45% 45%;
	background-position: 50% 50%;
  background-blend-mode: screen;
*/
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 1em;
}

/* For mobile phones: */
[class*="col-"] 
{
  width: 100%;
}
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-1b {width: 13%;}
  .col-s-1a {width: 15.5%;}
  .col-s-2 {width: 16.66%;}
  .col-s-2a {width: 17.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-5a {width: 46%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) 
{
  /* For desktop: */
.col-1 {width: 8.33%;}
.col-1b {width: 13%;}
.col-1a {width: 15.5%;}
.col-2 {width: 16.66%;}
.col-2a {width: 17.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-5a {width: 46%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
}

/*vertical tabs*/
/* Style the tab */
.tab {
  float: left;
/*  border: 1px solid #ccc;*/
  border: none;
  background-color: #f1f1f1;
  width: 16%;
  height: 650px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
/*  border: 1px solid #ccc;*/
  border: none;
  width: 84%;
  border-left: none;
  height: 650px;
  overflow:auto
}
/*end vertical tabs*/

.panel
{
  font-size:11px !important;
  font-family:'Hind', sans-serif;
}
	
.panel2
{
  font-size:12px !important;
  font-family:'Hind', sans-serif;
}

.panel panel2:hover
{
  font-size:14px !important;
  background-color: #f8f8f8 !important;
}

textarea.onderwerp
{
  font-size:16px;
  width: 100%;
  height: 490px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

div#div1 {
  width: 75%;
  height: 80px;
  padding: 10px;
  border: 1px solid #aaaaaa;
}
div#resultaat {
  width: 65%;
  height: 100px;
  padding: 10px;
  border: 1px solid #aaaaaa;
	display: none;
}

div#melding
{
  display:block;
  font-size:16px;
	border:1px solid black;
  z-index: 2;
  position: fixed;
  background-color: #ffffcc;
  width:40%;
	top:25%;
	margin-left:13%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

div.succes
{
  display:block;
  font-size:16px;
	border:1px solid black;
  z-index: 2;
  position: absolute;
  background-color: #ffffcc;
  width:20%;
	top:30%;
	margin-left:15%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

div#overlay {
  position: fixed;
  display: none;
  width: 90%;
  height: 94%;
  top: 1.5em;
  left: 5%;
  right: 0;
  bottom: 0;
  background-color: rgba(240,240,240,0.95);
  z-index: 2;
	overflow:auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.75);
	border: 2px solid black;
}

div#overlayText{
  position: absolute;
	width:100%;
  font-family:'Hind', sans-serif;
  color: #000;
	display:inline-block;
}

div#overlayWijzig {
  position: fixed;
  display: none;
  width: 90%;
  height: 94%;
  top: 1.5em;
  left: 5%;
  right: 0;
  bottom: 0;
  background-color: rgba(240,240,240,0.95);
  z-index: 2;
	overflow:auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.75);
	border: 2px solid black;
}

div#overlayWijzigText{
  position: absolute;
	width:100%;
  font-family:'Hind', sans-serif;
  color: #000;
	display:inline-block;
}

div.overlayBeoordelingUitleg {
  position: fixed;
  display: none;
  width: 50%;
  height: 25%;
  top: 25em;
  left: 25%;
  right: 0;
  bottom: 0;
  background-color: rgba(240,240,240,0.95);
  z-index: 2;
	overflow:auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.75);
	border: 2px solid black;
}


div#stapuitleg
{
  position: fixed;
  display: none;
  width: 70%;
  height: 84%;
  top: 1.5em;
  left: 5%;
  right: 0;
  bottom: 0;
  background-color: rgba(240,240,240,0.95);
  z-index: 2;
	overflow:auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.75);
	border: 2px solid black;
}

.overzichtKlein
{
  font-size:70%;
  max-height:18em;
  overflow:auto;
}


h3
{
  padding-left:1em;
	font-variant:small-caps;
}
h4
{
  background-image:url('../images/bluefading.jpg');
  background-repeat: repeat-y;
	color:#fff;
	font-variant:small-caps;
	padding-left: 0.2em;
	cursor:pointer;
}

.h4alike
{
  background-color:#555;
	color:#fff;
	font-variant:small-caps;
	padding-left: 0.2em;
	cursor:pointer;
	width:100%;
}

tr:nth-child(even)
{
  background-color: #cfd0d0;
}
tr:hover
{
  background-color: #cc9999;
}


table.references1
{
  border-collapse: collapse;
	color:#fff;	
}
th.references
{
  padding:0.15em;
}
th.references1
{
  text-align:left;
}
td.references1
{
  padding-left:0.15em;
}
td.references2
{
  text-align:center;
}
a.references
{
  color:#fff;
}

ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 13%;
  position: fixed;
  height: 100%;
  overflow: auto;
}

li.nav a {
  display: block;
  color: #000;
  padding: 4px 8px;
  text-decoration: none;
}

li.nav a.active {
  background-color: #CC9999;
  color: white;
}

li.nav a:hover:not(.active) {
  background-color: #555;
  color: white;
}

ul.navbar {
  list-style-type: none;
  margin-top: 0.75em;
/*  margin: 0;*/
  padding: 0;
  overflow: hidden;
  background-image: url("../images/header background4 red.jpg");
  background-repeat: repeat-x;
}

li.navbar {
  float: left;
}
li.navbar2
{
  display: inline;
}

li.navbar2 a {
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	font-weight: bold;
}

li.navbar a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	font-weight: bold;
}

li.navbar a:hover, li.navbar2 a:hover, .dropdown:hover .dropbtn {
  background-color: #fff;
	color: black;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  /*background-color: #003366;*/
  background-color: #ff0000;
	color: white;
}

li.dropdown:hover .dropdown-content {
  display: block;
}

ul.dropright
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li.dropright a, .droprightbtn{
  display: inline-block;
  color: black;
	min-width: 160px;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  background-color: #f9f9f9;
}

li.dropright {
  display: inline-block;
}

.dropright-content 
{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
	margin-left:160px;
	margin-top:-56px;
}

.dropright-content a {
  color: black;
  padding: 12px 16px;
	min-width: 160px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropright:hover .dropright-content
{
  display: block;
}

i
{
  margin-right:10px;
}
i:hover
{
  cursor:pointer;
}

div.panelHrefHeader
{ width:10.75em;
  height:3.25em;
}
p.panelHrefHeader
{ margin-top:1.75em;
	font-variant:small-caps;
}
div.panelHref
{ padding:0.175em 0.175em 0.175em 0.175em;
}
a.panelNav:link,a.panelNav:visited,a.panelNav:hover,a.panelNav:active
{ text-decoration:none;
	cursor: pointer;
	color:#fff;
	font-weight:bold;
	padding-left:0.75em;
}
a.panelNav:hover,a.panelNav:active
{ color:#a90000;
}
a.panelNav:active
{ text-decoration:underline;
}

div#antwoord
{
	display: none;
	border:1px solid black;
	margin-left: 2em;
  background-image: url("../images/bluefading.jpg");
  background-repeat: repeat-y;
}

div#mychecklist_1
{
	height:6em;
	width:14.65em;
	border:0.5px solid grey;
	background-color:#fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
  position:absolute;
	z-index:1;
	overflow-y:auto;
	display:none;
}
div#mychecklist_2
{
	height:6em;
	width:14.65em;
	margin-left:14.65em;
	border:0.5px solid grey;
	background-color:#fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
  position:absolute;
	z-index:1;
	overflow-y:auto;
	display:none;
}
div#mychecklist_3
{
	height:15em;
	width:14.65em;
	border:0.5px solid grey;
	background-color:#fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
  position:absolute;
	z-index:1;
	overflow-y:auto;
	display:none;
}
div#mychecklist_4
{
	height:6em;
	width:14.65em;
	border:0.5px solid grey;
	background-color:#fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
  position:absolute;
	z-index:1;
	overflow-y:auto;
	display:none;
}

.button {
  background-color: #003366;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button1 {
  background-color: #003366;
  border: none;
  color: black;
  padding: 2px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}


.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button3 {
  display: inline-block;
  background-color: #555;
  border: 1px solid #000;
	border-radius:1em;
  box-shadow: 0 6px #999;
  color: white;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  margin-right: 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button3:hover {
  background-color: #d3d3d3;
	color: black;
}

.button3:active {
  background-color: #272727;
	color:white;
/*  box-shadow: 0 5px #666;*/
  transform: translateY(4px);
	border:none;
	border-radius:1em;
}

.button4
{
  background-color: #fff;
  border: none;
  color: gray;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 2px 1px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
  


span.spanLabel_1
{
  display:inline-block;
	width:13.55em;
	background-color:#aaa;
	border-bottom:1.5px solid black;
}
span.spanLabel_2
{
  display:block;
	width:13.55em;
} 
span.spanLabel_1:hover
{
  color:#fff;
	background-color:#007DFF;
}
span.spanLabel_2:hover
{
  color:#fff;
	background-color:#007DFF;
}

/* radio button--*/
/* The container */
.rbcontainer {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.rbcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.rbcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #e0e0e0;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rbcontainer:hover input ~ .rbcheckmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rbcontainer input:checked ~ .rbcheckmark {
  background-color: #003366;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rbcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.rbcontainer input:checked ~ .rbcheckmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.rbcontainer .rbcheckmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/*--checkbox--*/

/* usage */

/*
<label class="cbcontainer">One
  <input type="checkbox" checked="checked">
  <span class="cbcheckmark"></span>
</label>
*/


/* The container */
.cbcontainer {
  display: inline-block;
  position: relative;
  padding-left: 80px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cbcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cbcheckmark {
  position: absolute;
  top: 0;
  left: 0;
	margin-left:40px;
  height: 25px;
  width: 25px;
  background-color: #e0e0e0;
}

/* On mouse-over, add a grey background color */
.cbcontainer:hover input ~ .cbcheckmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cbcontainer input:checked ~ .cbcheckmark {
  background-color: #003366;
}

/* When the checkbox is disabled, add a dark grey background */
.cbcontainer input:disabled ~ .cbcheckmark {
  background-color: #898989;
	cursor:none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cbcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cbcontainer input:checked ~ .cbcheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cbcontainer .cbcheckmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer
{
	width:97.5%;
	margin-left:1em;
	padding:0em;
  overflow: hidden;
	background-color: #f1f1f1;
	max-height:6.5em;
}

.footer
{
  font-family:'Hind', sans-serif;
  font-size:14px;
	color:#000;
}
	
.pers
{
  font-family: 'Indie Flower', cursive;
  font-size:20px;
	color:#000;
}

.overlayTekst
{
  font-size:15px;
}
	
.groter
{
  width:128px;
	height:128px;
}
.groter:hover
{
  width:1024px;
	height:512px;
}
	
/*span#more1 span#more2 span#more3 span#more4*/ 
span.more
{
  display: none;
}

