@charset "utf-8";
/* CSS Document */
@font-face {
   font-family: myFirstFont;
   src: url(SchoolKX_new.ttf);
}
* {
	font-family: myFirstFont;
	box-sizing: border-box;
	}
body {
	background-color: antiquewhite;
	overflow: auto;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
	.col-2 		{padding-bottom: 20px; padding-right: 20px;}
	.header 	{float:none; display: block; margin-top: 3vh; margin-left: auto; text-align: left; font-size: 8vw; z-index: 3;}
	.paw 		{color:saddlebrown;}
	.banner 	{display: block; margin: auto; padding-top: 1.5vh; height: 200px; width: auto; z-index: 2; position: relative;}
	.tab		{height: 50px;  border-top: 20px solid saddlebrown;}
	.tablinks  	{height: auto; font-size: 0%;}
	.pic 		{border-radius: 5px; width: 95%;}
	.tat 		{width: 20px;}
	footer 		{text-align: center; margin-top: -25px;}

.sticky {
  	position: fixed;
	background-color: antiquewhite;
  	top: 0;
	
}
 /* Style the tab */
tabs {
	position: relative;
	top: -44px;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: inline-block;
}
.tab {
  	overflow: hidden;
  	border: 2px solid saddlebrown;
 	background-color: sandybrown;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.icon1 {		/*icoon in tabs */
	height: 20px;
	vertical-align:inherit;
}

/* Style the buttons that are used to open the tab content */
.tab button {
 	background-color: inherit;
	font-family: SchoolKX_New;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	padding: 14px 16px;
  	transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
  	background-color: antiquewhite;
}
/* Create an active/current tablink class */
.tab button.active {
  	background-color: saddlebrown;
	color: white;
}
/* Style the tab content */
.tabcontent {
	overflow: scroll;
  	padding: 0px 0px 2px 2px;
	background-color: white;
  	border: 2px solid saddlebrown;
 	border-top: none;
  	animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
article {
	padding: 2px;
	margin: 2px;
  	border: 1px solid saddlebrown;
	background: antiquewhite;
	border-radius: 5px;
}
.pic1 {
	border-radius: 5px;
	float: right;
}
.ul.a {
  list-style-type: circle;
}


/* Go from zero to full opacity */

@keyframes fadeEffect {
  	from {opacity: 0;}
  	to {opacity: 1;}
}
.link{
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}
.modal {
	display: none;
}
.modal2 {
	display: none;
}
.voorwaarden {
	display: none;
}
.accordion {
  background-color: antiquewhite;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: sandybrown;
}

.accordion:after {
  content: '\002B';
  color: saddlebrown;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active, .accoridon:after {
  content: "\2212";
	
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion2 {
  background-color: antiquewhite;
  cursor: pointer;
  padding: 18px;
	margin-top: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion2:hover {
  background-color: sandybrown;
}

.accordion2:after {
  content: '\002B';
  color: saddlebrown;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active, .accordion2:after {
  content: "\2212";
}

.panel2 {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.contact {
  	display: inline-block;
 	border-radius: 5px;
  	background-color: white;
  	border: none;
  	color: black;
  	text-align: center;
  	width: 120px;
  	transition: all 0.5s;
  	cursor: pointer;
}
.contact span {
  	cursor: pointer;
  	display: inline-block;
  	position: relative;
  	transition: 0.5s;
}
.contact span:after {
  	content: '\00bb';
  	position: absolute;
  	opacity: 0;
  	top: 0;
  	right: -20px;
  	transition: 0.5s;
}
.contact:hover span {
  	padding-right: 25px;
}
.contact:hover span:after {
  	opacity: 1;
  	right: 0;
}
.map {
	padding-bottom: 20px;
	width: 100%;
}

.fa {
  	padding: 10px;
  	font-size: 20px;
  	width: 40px;
	height: 40px;
  	text-align: center;
  	text-decoration: none;
  	margin: 5px 2px;
  	border-radius: 20%;
	margin-right: 20px;
	margin-top: 20px;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  	background: #3B5998;
  	color: white;	
}
.fa-instagram {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20%;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

@media only screen and (min-width: 768px) {
	.row::after {
  	content: "";
  	clear: both;
	display: table;}
	
[class*="col-"] {
  	float: left;
	border: none;
	width: 100%;
}
  /* For desktop: */
	.col-1 {width: 2%;}
	.col-2 {width: 68%; padding-right: 20px;}
	.col-3 {width: 30%;}
	.header{font-size:4vw; float: left; white-space: nowrap;}
	.paw {font-size:4vw; color:saddlebrown;}
	.tablinks {height: auto; font-size: 1vw;}
	.tabcontent {overflow: auto; padding: 0px 0px 20px 20px;}
	.banner {
	height: 200px;
	position: relative;
    width: auto;
	z-index: 2;
	float: right;
}
	.voorwaarden {
		display: inline;
	}
	
	article {
	padding: 1px 12px 30px 50px;
	margin: 1px 50px 20px 50px;
  	border: 1px solid saddlebrown;
	background: antiquewhite;
	border-radius: 20px;
}
.adress {
	float: left;
	display: block;
	padding-left: 50px;
}
.map {
	float: left;
	display: block;
	width: 400px;
}
.algemene {
		display: none;
	}
	/* The Modal (background) */
.modal {
  	display: none; /* Hidden by default */
  	position: fixed; /* Stay in place */
  	z-index: 3; /* Sit on top */
  	padding-top: 300px; /* Location of the box */
  	left: 0;
  	top: 0;
 	width: 100%; /* Full width */
  	height: 100%; /* Full height */
  	overflow: auto; /* Enable scroll if needed */
  	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.accordion {
	display: none;
	}
.accordion2 {
		display: none;
	}
/* Modal Content */
.modal-content {
  	background-color: antiquewhite;
  	margin: auto;
  	padding: 10px 20px;
  	border: 2px solid saddlebrown;
	border-radius: 5px;
  	width: 45%;
}
/* The Close Button */
.close {
  	color: #aaaaaa;
  	float: right;
  	font-size: 28px;
  	font-weight: bold;
}
.close:hover,
.close:focus {
  	color: #000;
  	text-decoration: none;
	
	}
.modal2 {
  	display: none; /* Hidden by default */
  	position: fixed; /* Stay in place */
  	z-index: 3; /* Sit on top */
  	padding-top: 200px; /* Location of the box */
  	left: 0;
  	top: 0;
 	width: 100%; /* Full width */
  	height: 100%; /* Full height */
  	overflow: auto; /* Enable scroll if needed */
  	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	
}
/* Modal Content */
.modal-content2 {
  	background-color: antiquewhite;
	text-align: justify;
  	margin: auto;
	height: 480px;
  	padding: 10px 20px;
  	border: 2px solid saddlebrown;
	border-radius: 5px;
  	width: 55%;
	overflow: auto;
	
}
/* The Close Button */
.close2 {
  	color: #aaaaaa;
  	float: right;
  	font-size: 28px;
  	font-weight: bold;
}
.close2:hover,
.close2:focus {
  	color: #000;
  	text-decoration: none;
  	cursor: pointer;
}
footer {
	position: fixed;
  	left: 0;
  	bottom: 0;
	height: 30px;
	width: 100%;
	padding-top: 5px;
	background-color: antiquewhite;}
} /*media close brace */

