@font-face {
  font-family: 'simple-line-icons';
  src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0');
  src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*===============================================
START OVERIGE CSS
===============================================*/
html, body {
    height: 100%;
}
body{
	background-color: #E6EEF9;
background-image: url('img/achtergrond.jpg');
    background-size: cover;
    background-position: right;
}
img{
  	max-width: 100%;
  	max-height: 100%;
}
.cf{
	clear: both;
}
*{
font-family: 'Raleway', sans-serif;
}
p {
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}

h1 {
    text-align: center;
    font-size: 4em;
letter-spacing: 2px;
}
a{
color: #000;
}
video#myVideo {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
}
/*================================================
CHAT
==================================================*/
.mylivechat_prechat_submit_button, .mylivechat_offline_submit_button
{
    border-radius: 50px !important;
    font-family: "open sans", sans-serif !important;
    height: auto !important;
    /* padding: 1.5em!important; */
    line-height: 3em!important;
}
/*================================================
MENU
==================================================*/
#menu{
    position: absolute;
    right: 0;
z-index: 20;
background-color: #fff;
height: 70px;
border-radius: 35px 0 0 35px!important;
}
#menu ul{
  list-style-type: none;
  margin: 0;
  line-height: 70px;
padding: 0 2em;
}

#menu ul li.item{
  display: inline-block;
  float: right;
  padding: 0 1em;
font-size: 16px;
}
#menu ul li a{
text-decoration: none
}
.mobNav{
display: none;
padding: 0;
}

#menu ul li:hover img{
-webkit-transform: rotate(360deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(360deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(360deg);  /* IE 9 */
    -o-transform: rotate(360deg);  /* Opera 10.50-12.00 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
    -webkit-transition: 1s; /* Safari */
      transition: 1s;
}

/*================================================
INLOGGEN
==================================================*/
.inhoud.home{
width: 25%;
float: left;
margin-left: 5%;
display: none;
position: relative;
height: auto;
box-shadow: 1px 5px 20px rgb(0,0,0,0.5);
}
.pagina>div{
box-shadow: 1px 5px 20px rgb(0,0,0,0.5);
}
.logo{
position: relative;
padding: 0 0 3em;
}
.loginWrapper{
    background-color: rgba(256,256,256,0.9);
    padding: 5em;
}
.cf{
clear:both;
}
.login form input{
	width: 100%;
	box-sizing: border-box;
	background-color: #f3f3f3;
	padding: 1.3em;
	margin-bottom: 2em;
	text-align: center;
	font-size: 1.5em;
border: none;
}
.btn-wrapper{
    text-align: right;
}
.button{
    	padding: 1.3em;
    	border-radius: 50px!important;
    	width: 100%;
    	display: block;
    	box-sizing: border-box;
    	text-align: center;
    	font-size: 1.5em;
    	text-transform: uppercase;
    	text-decoration: none;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
  	transition: 0.5s;
}

.privacy {
    position: fixed;
    bottom: 50%;
    right: -67px;
    margin: auto;
    text-align: center;
    padding-bottom: 1em;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.privacy a{
    background-color: rgba(256,256,256,0.7);
    padding: 2em 3em;
    border-radius: 50px 50px 0 0 !important;
}
/* =============================================
Knoppen
==============================================*/
.icon-arrow-right:before {
	content: "\e606";
  font-family: 'simple-line-icons';
}
.btn {
	font-family: 'open sans'!important;
	font-size: inherit;
	background: none;
	cursor: pointer;
	padding: 1em 4em;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top: 0;
    text-decoration: none;
    font-size: 16px;
}
.icon-arrow-right{
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
      font-family: 'simple-line-icons';
}


/* Button 4 */
.btn-4 {
	border-radius: 50px !important;
	overflow: hidden;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 2.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 4c */
.btn-4c:before {
	left: 70%;
	opacity: 0;
	top: 0;
}

.btn-4c:hover:before {
	left: 80%;
	opacity: 1;
}

/*================================================
PAGINA'S
==================================================*/
.pagina{
width: 50%;
position: relative;
float: left;
height: 100vh;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.open{
width: 90%!important;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.pagina>div{
    position: absolute;
    margin: auto 100px auto 200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75vh;
    background-color: rgba(256,256,256,0.9);
    padding: 8em;
    box-sizing: border-box;
}

.pagina{
display:none;
}
.textWrapper{
column-count: 2;
    column-gap: 8em;
    margin: 8em 0;
    max-width: 100%;
    height: 50vh;
}
.faq .textWrapper{
overflow-x: scroll;
    padding-bottom: 1em;
}
.textWrapper::-webkit-scrollbar { 
 
} 

.textWrapper p:first-of-type {
    margin-top: 0;
}

.item-faq{
  cursor: pointer;
}

.item-faq p, .item-faq h3{
margin-top: 0;
margin-bottom: 0;
}

.item-faq h3{
padding: 0.6em 0;
line-height: 1.5em;
}

.tekst-faq{
    margin-bottom: 2em;
}
.werkwijze p {
	opacity: 0;
}

@media screen and (max-width: 1920px){
.textWrapper {
    height: 45vh;
}

@media screen and (max-width: 1600px){
.loginWrapper{
padding: 5em 3em;
}
.pagina>div{
padding: 5em;
}

/*.login {
    padding-top: 5em;
}*/
.textWrapper {
    height: 45vh;
}
}
@media screen and (max-width: 1536px) {
.btn{
margin-top: 0;
}
h1{
font-size: 3em;
}
p{
font-size:1em;
}
.textWrapper {
    margin: 5em 0;
}
.logo {
    height: 6em;
}
.login form input{
font-size: 1.2em
}
#menu ul li.item {
    font-size: 14px;
}
/*.login {
    padding-top: 4.5em;
}*/
}
@media screen and (max-width: 1366px) {
.login form input{
    padding: 1em 1.3em;
}
.logo {
    height: 5em;
}
h1{
margin: 0;
}
.textWrapper {
    column-gap: 5em;
}
p{
font-size: 1em;
}
#menu ul li {
    font-size: 14px;
}
}

@media screen and (max-width: 1024px) {
.inhoud.home, .inhoud {
    width: 750px !important;
float:none;
    margin: auto;
    z-index: 10;
height: auto;
margin-bottom: 50px;
}
#particles-js {
    background-color: rgba(0,0,0,0);
background-image: none;
}
body {
    background-image: url(../img/achtergrond.jpg);
background-size: cover;
background-position: right;
}
.loginWrapper, .pagina>div{
    position: relative;
    margin: auto;
    top: auto;
    left: auto;
    bottom: auto;
    height: auto;
}
.pagina>div{
    margin-top: 50px;
}
.home.inhoud{
margin-top: 50px;
}
.textWrapper {
    column-count: auto;
height: auto;
}
.faq .textWrapper {
    overflow-x: auto;
}
p {
    font-size: 1.2em;
}
.inhoud iframe {
    padding-bottom: 3em;
}
/* ================
Mobiel menu 
================*/
#menu{
height: 60px;
    width: 100%;
    right: 0;
    background-color: #ffffff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
position: relative;
border-radius: 0!important;
}
#menu ul {
    line-height: 60px;
}
#menu:after {
    border-top: none;
    border-bottom: none;
}
#menu:before {
    border-top: none;
    border-bottom: none;
}
#menu ul li.item{
display: none;
}
#menu.openNav ul li.item{
display: block;
width: 100%;
opacity: 0;
}
#menu ul {
    display: flex;
    flex-direction: column-reverse;
}
#menu.openNav {
    height: 480px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
padding-bottom: 2em;
}
.mobNav{
display: block;
text-align: right;
}

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

.inhoud.home, .inhoud {
    width: 550px !important;
}
}
@media screen and (max-width: 600px) {
.privacy a {
    padding: 2em 3em 3em;
}
.privacy {
    padding-bottom: 3em;
}
}
@media screen and (max-width: 480px) {
video{
display: none;
}

.inhoud.home, .inhoud {
    width: 350px !important;
}
.loginWrapper, .pagina>div {
    padding: 4em;
}
.btn{
    width: 100%;
    box-sizing: border-box;
text-align: center;
}
}
@media screen and (max-width: 375px) {

.inhoud.home, .inhoud {
    width: 300px !important;
}
.login form input {
    font-size: 1.2em;
}
}
@media screen and (max-width: 320px) {

.inhoud.home, .inhoud {
    width: 250px !important;
}
.loginWrapper, .pagina>div {
    padding: 3em;
}
.btn{
font-size: 12px;
}
#menu ul li a {
    font-size: 0.9em;
}
}

