@import url('https://fonts.googleapis.com/css2?family=Anton&family=Teko:wght@300&display=swap');

@font-face {
    font-family: 'motel_kingmedium';
    src: url('motel-king_copyfonts.com-webfont.woff2') format('woff2'),
         url('motel-king_copyfonts.com-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
 /* font-size: 12px;*/
}

body {
  background-color: #435165;
  margin: 0;
}

.login, .register {
  width: 400px;
  background-color: #ffffff;
  margin: 10px auto;
	margin-top: -30px;
	margin-bottom: 75px;
}

.login h1, .register h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

.login .links, .register .links {
  display: flex;
  padding: 0 15px;
}

.login .links a, .register .links a {
  color: #9da3ac;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: 500;
}

.login .links a:hover, .register .links a:hover {
  color: #9da3ac;
}

.login .links a.active, .register .links a.active {
  border-bottom: 3px solid #404055;
  border-bottom: 3px solid #404055;
  color: #404055;
}

.login form, .register form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login form label, .register form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 50px;
  background-color: #404055;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.login form input[type="password"], .login form input[type="text"], .login form input[type="email"], .register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  width: 80%;
  height: 50px;
  border: 1px solid #dee0e4;
  border-left: 0;
  margin-bottom: 20px;
  padding: 0 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: 0;
}

.login form input[type="password"]::placeholder, .login form input[type="text"]::placeholder, .login form input[type="email"]::placeholder, .register form input[type="password"]::placeholder, .register form input[type="text"]::placeholder, .register form input[type="email"]::placeholder {
  color: #8e97a3;
}

.login form input[type="password"]:focus, .login form input[type="text"]:focus, .login form input[type="email"]:focus, .register form input[type="password"]:focus, .register form input[type="text"]:focus, .register form input[type="email"]:focus {
  border: 1px solid #c2c6cd;
  border-left: 0;
}

.login form input[type="submit"], .register form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #404055;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  color: #ffffff;
  transition: background-color 0.2s;
  border-radius: 0;
  appearance: none;
}

.login form input[type="submit"]:hover, .register form input[type="submit"]:hover {
  background-color: #2868c7;
background-color: #404061;
  transition: background-color 0.2s;
}

.login form #rememberme, .register form #rememberme {
  width: 100%;
  height: auto;
  padding: 5px 20px;
  background-color: transparent;
  color: #000;
  justify-content: flex-start;
}

.login form #rememberme input, .register form #rememberme input {
  transform: scale(1.3);
  margin-right: 7px;
}

.login form .msg, .register form .msg {
  padding: 0 20px;
  width: 100%;
}

.login form .captcha, .register form .captcha {
  display: flex;
}

.login form .fb-btn, .login form .gl-btn, .register form .fb-btn, .register form .gl-btn {
  display: flex;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 92%;
  margin: 15px 0 5px 0;
  padding: 15px;
  transition: background-color 0.2s;
}

.login form .fb-btn i, .login form .gl-btn i, .register form .fb-btn i, .register form .gl-btn i {
  position: absolute;
  left: 15px;
}

.login form .fb-btn:hover, .login form .gl-btn:hover, .register form .fb-btn:hover, .register form .gl-btn:hover {
  color: #fff;
  transition: background-color 0.2s;
}

.login form .fb-btn, .register form .fb-btn {
  background-color: #507CBF;
}

.login form .fb-btn:hover, .register form .fb-btn:hover {
  background-color: #426fb4;
}

.login form .gl-btn, .register form .gl-btn {
  background-color: #d6523e;
}

.login form .gl-btn:hover, .register form .gl-btn:hover {
  background-color: #cf412c;
}

.login form > a, .register form > a {
  text-decoration: none;
  color: #5b6574;
  width: 100%;
  padding: 5px 20px;
}

.login form > a:hover, .register form > a:hover {
  color: #394049;
}

.header {
  background-color: #2f3947;
  background: url('onderstreep.png');
background-repeat: repeat-x;
  height: 89px;
  width: 100%;
border-width: 0px 0px 0px 0px;
border-style: solid;
/*border-color: #7fc9ff;*/
}

.header .wrapper {
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 100%;
}

.header .wrapper h1, .header .wrapper a, .header .wrapper label {
  display: inline-flex;
  align-items: center;
}

.header .wrapper h1, .wrapper h1 a:link, .wrapper h1 a:hover, .wrapper h1 a:visited{
  flex: 1;
  font-size: 39px;
  padding: 0;
  margin: 0;
  color: #85a1c6;
  color: #FFFFFF;
color: #7fc9ff;
  font-family: 'Anton', sans-serif;
    font-family: 'motel_kingmedium';
  font-weight: normal;
  font-style: oblique;
  text-decoration: none;
}



.header .wrapper label, .header .wrapper input[type="checkbox"] {
  display: none;
}

.header .wrapper label {
  justify-content: center;
  width: 60px;
  border-left: 1px solid #272f3b;
  cursor: pointer;
}

.header .wrapper label i {
  color: #fff;
}

.header .wrapper label:hover i, .header .wrapper label:active i {
  color: #eaebed;
}

.header .wrapper .menu {
  display: flex;
  align-items: center;
}

.header .wrapper .menu a {
  padding: 0 15px;
  text-decoration: none;
  color: #c1c4c8;
  font-weight: 500;
  font-size: 16px;
}

.header .wrapper .menu a i {
  font-size: 14px;
  padding: 2px 8px 0 0;
}

.header .wrapper .menu a:hover {
  color: #eaebed;
}


.header .blauw{
color: #0094ff;
}

body.loggedin {
  background-color: #f3f4f7;
}


#menubalk, #menubalk a:link, #menubalk a:hover, #menubalk a:visited{
  width: 1000px;
padding: 8px;
  margin: 0 auto;
  color: #2f3947;
  text-decoration: none;
  font-weight: bold;
  text-align: right;
}

.content {
  width: 1000px;
  margin: 0 auto;
}

.content h2 {
  margin: 0;
line-height: 77px;
  padding: 10px 0px 1px 0px;
  font-size: 65px;
  border-bottom: 1px solid #e0e0e3;
  color: #2f3947;
  font-family: 'Teko', sans-serif;
}

.content .block {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  padding: 25px;
  background-color: #fff;
}

.content .block p {
  padding: 5px;
  margin: 0 0 10px 0;
}

.content.profile form label {
  display: block;
  padding: 15px 0 10px 0;
  font-weight: 500;
  font-size: 14px;
  color: #4d4d4d;
}

.content.profile form input[type="text"], .content.profile form input[type="password"], .content.profile form input[type="email"] {
  padding: 10px;
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.content.profile .profile-detail {
  padding: 5px;
}

.content.profile .profile-detail strong {
  display: inline-block;
  color: #777;
  min-width: 120px;
  font-size: 16px;
}

.content.profile .profile-detail i {
  width: 28px;
  color: #aaabad;
}

.content.profile .profile-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #404055;
  margin: 20px 5px 0 0;
  padding: 10px 15px;
  border-radius: 4px;
  appearance: none;
  font-size: 14px;
  font-weight: 500;
}

.content.profile .profile-btn:hover {
  background-color: #2868c7;
background-color: #404061;
}



/* MARCEL-KADERTJE */

.overbodigeinfo {
	display: table;
	width: 550px;
	position: relative;
	padding-left: 10px;
}


.overbodigeinfob {
	display: table;
	width: 98%;
	position: relative;
	margin-top: 20px;
	padding-left: 10px;
}

.overbodigeinfoe {
	display: table;
	position: relative;
	padding-left: 10px;
	/*width: 90%;*/
	width: 500px;
	max-width: 500px;
}



.overbodigeinfoei {
	display: table;
	position: relative;
	padding-left: 10px;
	/*width: 90%;*/
	width: 680px;
	max-width: 680px;
}
.oir {
	display: table-row;
}

.sknatz {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
}


.sknatz2 {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
	
}

.oic {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
}

.oic2 {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 15px;
	width: 98%;
}

.oic3 {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 15px;
	width: 670px;
background: #444444;
color: #ffffff;
}

.oit {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
}





/* lijstje met dagfeiten */
.wmdondisday {
	display: table;
	width: 100%;
}
.wmdondisday_r1 {
	display: table-row;
	background: #D8EFFF;
}
.wmdondisday_r2 {
	display: table-row;
	background: #EDF7FF;
}
.wmdondisday_c {	
	display: table-cell;
	text-align: left;
	color: #000000;
	text-decoration: none;
}
.wmdondisday_c a:link, .wmdondisday_c a:hover, .wmdondisday_c a:visited, {
	color: #000000;
	text-decoration: none;
}



.ticker {
	height: 18px;
	text-align: right;
	font-family: Arial;
	font-size: 8px;	
}


#stretch {
	height: auto;
  height: max-content;
height: 4000px;
}


#hector {
  width: 100%;
  display: block;
  background-color: #fff;
border-width: 1px solid;
border-color: #393939;
border:1px dashed black;
  height: max-content;
}

#placide { 
	display: inline-block;
  padding: 10px;
min-width: 600px;
  height: length;
}


#azere {  
position: relative;
left: 725px;
top: 0px;
  width: 250px;
  padding: 10px;
font-size: 10px;
background: #742111;
}

#canvas {
  width: 100%;
  display: table;
  background-color: #fff;
border-width: 1px solid;
border-color: #393939;
border:1px dashed black;
  height: max-content;
}

#canvas_links {
  display: table-cell;
  padding: 15px;
min-width: 600px;
height: auto;
height: inherit;
}

#canvas_links a:visited {
	color: #7fc9ff;;
}

#canvas_rechts {
  display: table-cell;
  width: 270px;
  padding: 10px;
font-size: 11px;
}


#nietmetmij {
  width: 100%;
  background-color: #fff;
border-width: 1px solid;
border-color: #393939;
border:1px dashed black;
  height: max-content;
}

#nmm_links {
  padding: 15px;
  height: max-content;
}

#nmm_rechts {
  padding: 15px;
  width: 270px;
font-size: 10px;
}




.ktabel {
	display: table;
	font-size: 13px;

	outline: medium none;
}

.ktabelcel {
	display: table-cell;
	padding: 1px 5px 14px 5px;
	vertical-align: top;
}



@media screen and (max-width: 400px) {
  .login, .register {
    width: 95%;
  }
}

@media screen and (max-width: 1000px) {
  .header .wrapper {
    width: 100%;
  }
  .header .wrapper h1 {
    font-size: 18px;
    padding: 10px;
  }
  .header .wrapper label {
    display: inline-flex;
  }
  .header .wrapper .menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    flex-flow: column;
    background-color: #252d38;
    justify-items: flex-start;
    align-items: flex-start;
  }
  .header .wrapper input[type="checkbox"]:checked ~ .menu {
    display: flex;
  }
  .header .wrapper input[type="checkbox"]:checked ~ .menu a {
    width: 100%;
    padding: 15px 17px;
    border-bottom: 1px solid #1f252e;
  }



  .content {
    padding: 5px 10px;
    width: 100%;
  }
  .content form input[type="text"], .content form input[type="password"], .content form input[type="email"] {
    width: 100%;
    max-width: 100%;
  }
  .profile-detail strong {
    width: 100%;
  }
}




.rij1, .rij1 a:link, .rij1 a:hover, .rij1 a:visited {
background: #D8EFFF;
color: #2f3947;
text-decoration: none;
padding: 1px 2px;
}
.rij2, .rij2 a:link, .rij2 a:hover, .rij2 a:visited {
background: #EDF7FF;
color: #2f3947;
text-decoration: none;
padding: 1px 2px;
}


#nmm_links h3 {
	background: #eeeeee;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	padding-left: 3px;
	border-color: #00A1FF;
}





/* BULLETIN */

.bulletin {
	display: table;
	width: 100%;
}
.bulr {
	display: table-row;
}
.bulc {
	display: table-cell;
	text-align: left;
	width: 50%;
	padding: 2px;
}

#wistje {
	background: #D9F1F7;
	padding: 5px;
	border-radius: 12px;
}






.wistjeh {
	background: #D9F1F7;
	padding: 5px;
	border-radius: 12px;
}





/* RECHTERKOLOM */
.toptabelr {
	display: table;
	font-size: 12px;
}

.toptabelrr3 { 
	display: table-row;
	background: #DEFF8C;
	font-size: 12px;
	text-decoration: none;
}

.toptabelrr3 a:link, .toptabelrr3 a:hover, .toptabelrr3 a:visited { 
	text-decoration: none;
}
.toptabelrr4 {
	display: table-row;
	background: #C4FFAA;
	font-size: 12px;
	text-decoration: none;
}

.toptabelrr4 a:link, .toptabelrr4 a:hover, .toptabelrr4 a:visited { 
	text-decoration: none;
}

.toptabelrr5 { 
	display: table-row;
	background: #e2e2e2;
	font-size: 12px;
	text-decoration: none;
}

.toptabelrr5 a:link, .toptabelrr5 a:hover, .toptabelrr5 a:visited { 
	text-decoration: none;
}
.toptabelrr6 {
	display: table-row;
	background: #C0c0c0;
	font-size: 12px;
	text-decoration: none;
}

.toptabelrr6 a:link, .toptabelrr6 a:hover, .toptabelrr6 a:visited { 
	text-decoration: none;
}

.toptabelc {
	display: table-cell;
	font-size: 17px;
}

.toptabelch {
	display: table-cell;
	font-size: 14px;
	text-align: left;
}

.toptabelch a:link, .toptabel a:hover, .toptabel a:visited {
	text-decoration: none;
}


.zoom { 
	font-size: 13px;
	color: #42BAC6;
	transition: all .2s ease-in-out;
}

.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}



.tellingclass {
	background: #eeeeee;
	padding: 5px 5px 10px 5px;
	color: #353535;
	text-style: italic;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 12px;
	overflow-y: auto;
	max-height: 200px; 
	border-style: solid;
	border-width: 4px;
	border-color: #eeeeee;
	border-radius: 12px;
}




.tellingclass::-webkit-scrollbar {
    width: 1em;
}
 
.tellingclass::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}
 
.tellingclass::-webkit-scrollbar-thumb {
  background-color: #999999;
  outline: 1px solid slategrey;
}


#cuntent
        {
            width: 200px;
            height: 100px;
            margin: 20px auto;
            padding: 20px;
            border: 1px dotted #999999;
            overflow: hidden;
            text-align: justify;
        }

#part {
height: 300px;
}



















.rij11 {
	padding: 0px 4px 0px 4px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #dddddd;
}

.ts1 {
	min-width: 18px;
	width: 18px;
	padding: 0px 2px;
	height: 12px;
	background: #000000;
	background: #C2DEB6;
	color: #000000;
	text-align: center;
	display: inline-block;
}


.ts2 {
	min-width: 18px;
	width: 18px;
	padding: 0px 2px;
	height: 12px;
	background: #5a6572;
	color: #eeeeee;
	text-align: center;
	display: inline-block;
}

.ts11 {
	min-width: 18px;
	width: 18px;
	padding: 0px 2px;
	height: 12px;
	background: #000000;
	background: #BED8E4;
	color: #000000;
	text-align: center;
	display: inline-block;
}


.ts12 {
	min-width: 18px;
	width: 18px;
	padding: 0px 2px;
	height: 12px;
	background: #E2CEC0;
	color: #000000;
	text-align: center;
	display: inline-block;
}





.magisch {
	background: #eeeeee;
	width: 85px;
	padding: 5px;
	text-align: center;
	-webkit-box-shadow: 10px 14px 12px 0px rgba(173,166,173,1);
	-moz-box-shadow: 10px 14px 12px 0px rgba(173,166,173,1);
	box-shadow: 10px 14px 12px 0px rgba(173,166,173,1);
	border-radius: 12px;
}

.magisch .bloktitelm {
	background: #e2e2e2;
	/*background: #EDF5E9;*/
	background: #8092A0;
	background: #303030;
	padding: 2px 0px 2px 4px;
	margin-bottom: 12px;
	font-family: 'Sunflower';
	font-size: 13px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #42BAC6;
	border-color: #959595;
	color: #FFFFFF;
	-webkit-border-radius: 0px 8px 8px 8px;
	border-radius: 0px 8px 8px 8px;
}



/* MARCEL EN BRIGITTE */


/* BRIGITTE -------------*/


#teckst {
	width: 100%;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	text-align: left;
	padding: 5px;
	text-align: justify;
	text-justify: inter-word;
	font-size: 13px;
	font-family: Play;
}




#brigidt {
	width: 98%;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	text-align: left;
	padding: 5px;
	text-align: justify;
	text-justify: inter-word;
	font-size: 13px;
	font-family: Play;
-webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column; 
}

.bsknatz {	
	display: table-cell;
	width: 200px;
	text-align: left;
	vertical-align: top;
}

.breeknie {
	display:inline-block;
	border-radius: 12px;
	border-width: 1px;
	max-width: 960px;
	padding: 3px 6px 6px 6px;
	margin-bottom: 10px;
	border-style: solid;
	background: #fcfcfc;
	font-size: 14px;
	border-color: #eaeaea;
}



.breeknie1 {
	display:inline-block;
	background: #D9F1F7;
	border-radius: 12px;
	border-width: 1px;
	max-width: 940px;
	padding: 3px 6px 6px 6px;
	margin-bottom: 10px;
	border-style: solid;
	font-size: 14px;
	border-color: #eaeaea;
}



.breeknie2 {
	display:inline-block;
	background: #C7E2E2;
	border-radius: 12px;
	border-width: 1px;
	max-width: 940px;
	padding: 3px 6px 6px 6px;
	margin-bottom: 10px;
	border-style: solid;
	font-size: 14px;
	border-color: #eaeaea;
}


.breeknie h3 {
	font-family: 'Ubuntu';
	color: #353535;
	margin-top: 6px;
	padding: 2px;
	line-height: 12px;
	font-size: 15px;
	background: #ededed;
              border-bottom: 1px solid rgb(200, 200, 200);
}


.brantwoord {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
	background: #eeeeee;
	padding: 5px 3px 5px 3px;
	border-radius: 8px;
	font-family: Play;
}


 
.brantwoord1 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	padding-top: 8px;
	font-size: 14px;
	line-height: 13px;
	border-radius: 0px 0px 12px 12px;
	font-family: Play;
	background: #D8F1F7;
}


.brantwoord1 h3 {
	font-family: 'Ubuntu';
	color: #353535;
	margin-top: 1px;
	padding: 2px;
	line-height: 14px;
	font-size: 16px;
	background: #ededed;
              border-bottom: 1px solid rgb(200, 200, 200);
}


.brantwoord2 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	padding-top: 8px;
	font-size: 14px;
	line-height: 13px;
	border-radius: 0px 0px 12px 12px;
	font-family: Play;
	background: #FFCBAF;
}


.brantwoord3 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	padding-top: 8px;
	font-size: 14px;
	line-height: 13px;
	border-radius: 0px 0px 12px 12px;
	font-family: Play;
	background: #ffea84;
}


.brantwoord4 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	padding-top: 8px;
	font-size: 14px;
	line-height: 13px;
	border-radius: 0px 0px 12px 12px;
	font-family: Play;
	background: #D9F1e2;
}
 


.overbodigeinfo {
	display: table;
	width: 550px;
	position: relative;
	padding-left: 10px;
}


.overbodigeinfob {
	display: table;
	width: 98%;
	position: relative;
	padding-left: 10px;
}

.overbodigeinfoe {
	display: table;
	position: relative;
	padding-left: 10px;
	/*width: 90%;*/
	width: 500px;
	max-width: 500px;
}



.overbodigeinfoei {
	display: table;
	position: relative;
	padding-left: 10px;
	/*width: 90%;*/
	width: 680px;
	max-width: 680px;
}
.oir {
	display: table-row;
}

.sknatz {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
}


.sknatz2 {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
	
}

.oic {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
}

.oic2 {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 15px;
}

.oic3 {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 15px;
	width: 670px;
background: #444444;
color: #ffffff;
}

.oit {	
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 150px;
}





.columns {
  column-count: 3;
  column-gap: 25px;
  column-rule: 2px solid #3366FF;;

}



/* TEKSTBALLONNEN ============= */


p.bubble {
	position: relative;
	width: auto;
	text-align: center;
	/*margin: 40px auto;*/
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 8px;
	font-family: sans-serif;
	padding: 5px;
	font-size: large;
}

p.bubble:before,
p.bubble:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

p.speech:before {
	left: 116px;
	bottom: -12px;
	border: 6px solid;
	border-color: #333 transparent transparent #333;
}

p.speech:after {
	left: 117px;
	bottom: -10px;
	border: 6px solid;
	border-color: #fff transparent transparent #fff;
}



.bubble
{
   position: relative;
   /*width: 450px;*/
   height: auto;
   padding: 10px;
   background: #ffffff;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
    border: #8e8e8e solid 1px;
	background: #eaeaea;
}

.bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 9px 40px 9px 0;
    border-color: transparent #eaeaea;
    display: block;
    width: 0;
    z-index: 1;
    left: -40px;
    top: 51px;
}

.bubble:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 9px 40px 9px 0;
    border-color: transparent #8e8e8e;
    display: block;
    width: 0;
    z-index: 0;
    left: -41px;
    top: 51px;
}


/* onderkwoot - kwootje onderaan rechts */

#onderkwoot,  #onderkwoot a:link { 
	color: #353535;
	text-style: italic;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 12px;
	text-decoration: none;
}



a.tip {
    text-decoration: none
}
a.tip:hover {
    cursor: help;
    position: relative
}
a.tip span {
    display: none
}
a.tip:hover span {
    border: #c0c0c0 1px dotted;
    padding: 14px 9px 9px 9px;
    display: block;
    z-index: 100;
background: #F7F7F7;
    left: 0px;
    margin: 7px 7px;
    min-width: 275px;
    position: absolute;
    top: 10px;
	left: 5px;
    text-decoration: none;
-webkit-box-shadow: 10px 14px 12px 0px rgba(173,166,173,1);
-moz-box-shadow: 10px 14px 12px 0px rgba(173,166,173,1);
box-shadow: 10px 14px 12px 0px rgba(173,166,173,1);
	border-radius: 12px;
	-webkit-box-shadow: 13px 14px 25px -6px rgba(0,0,0,0.94); 
	box-shadow: 13px 14px 25px -6px rgba(0,0,0,0.94);
}

.kfoto {
	padding: 10px;
	vspace: 10px;
}

// tooltip
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  border:3px solid black;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  background-color:white;
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}





.zweeft {
	position: relative;
	z-index: 999;
}


a.tippel {
    text-decoration: none
}
a.tippel:hover {
    cursor: help;
    position: relative
}
a.tippel span {
    display: none;
z-index: 2000;
}
a.tippel:hover span {
    border: #c0c0c0 1px dotted;
    padding: 14px 9px 9px 9px;
    display: block;
position: relative;
    z-index: 2000;
background: #F7F7F7;
    left: 0px;
    margin: -7px 7px;
    min-width: 275px;
    position: absolute;
    top: 10px;
    text-decoration: none;
-webkit-box-shadow: 10px 14px 12px 0px rgba(173,166,173,1);
-moz-box-shadow: 10px 14px 12px 0px rgba(173,166,173,1);
box-shadow: 10px 14px 12px 0px rgba(173,166,173,1);
	border-radius: 12px;
	-webkit-box-shadow: 13px 14px 25px -6px rgba(0,0,0,0.94); 
	box-shadow: 13px 14px 25px -6px rgba(0,0,0,0.94);
}



.bobble {
  position: relative;
  font-family: sans-serif;
  width: auto;
  background: #eee;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  color: #000;
}

.bobble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #eee;
  border-right: 4px solid transparent;
  border-top: 4px solid #eee;
  border-bottom: 6px solid transparent;
  left: 75px;
  bottom: -10px;
}




.laatstecheck {
	font-size: 12px;
}




.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
 /* width: 100%;*/
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.ccontent {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}


@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.knipper {
    -moz-animation: blink normal 1s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1s infinite ease-in-out; /* IE */
    animation: blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
}






/* VOETBLOK */


.voetblok {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	background: #2f3947;
}

.voetblokcel {
	display: table-cell;	
	width: 25%;
	color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	padding: 8px;
}

.voetblokcel a:link, .voetblokcel a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.voetblokcel a:hover, {
	text-decoration: underline;
}
