@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;
}
.tetrisContainer {
   position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 0;
}
.tetris {
    position: absolute;
    bottom: 100vh;
}
.kolom2{
left: 180px;
}
.kolom3{
left: 360px;
}

.kolom3half{
left:450px;
}

.kolom4{
left:540px;
}
.kolom5{
left:720px;
}
.kolom6{
left:900px;
}
.kolom7{
left:1080px;
}
.kolom8{
left:1260px;
}
.kolom9{
left:1440px;
}
.kolom9half{
left:1530px;
}
.kolom10{
left:1620px;
}
.kolom11{
left:1800px;
}
.kolom12{
left:1980px;
}
.kolom13{
left:2160px;
}
.kolom14{
left:2340px;
}
.kolom15{
left:2520px;
}
body{
overflow: hidden;
}
.tetris {
  transition: transform 1.5s ease-in-out;
}

.flip {
  transform: rotateY(180deg);
}
/*===============================================
START OVERIGE CSS
===============================================*/
html, body {
    height: 100%;
}
#particles-js{
background-size: cover;
    background-position: right center;
}
img{
  	max-width: 100%;
  	max-height: 100%;
}
.cf{
	clear: both;
}
*{
font-family: 'Inter', 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;
}
/*==================================
 TICKER TAPE 
===============================*/

.ticker-container {
    height: 54px;
    overflow: hidden;
    position: absolute;
    bottom: 2em;
}

@keyframes ticker-kf {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-108rem, 0, 0);
  }
}

.img-ticker {
  animation: ticker-kf 18s linear infinite;
display: flex;
}

/*================================================
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
==================================================*/
.mobielItem{
visibility: hidden;
}

#menu{
    position: absolute;
    right: 0;
z-index: 20;
height: 60px;
    width: 100%;
    border-radius: 0 0 65px 65px !important;
}
#menu ul{
  list-style-type: none;
  margin: 0;
  line-height: 60px;
padding: 0 2em;
text-align: center;
}

#menu ul li.item{
  display: inline-block;
  padding: 0 1em;
font-size: 15px;
}
#menu ul li a{
text-decoration: none;
letter-spacing: 1px;
    text-transform: uppercase;
}
#menu ul li a.mail{
letter-spacing: 0px;
text-transform: 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%;
    position: absolute;
    top: 0;
bottom: 0;
    right: 0;
	left:0;
    height: 600px;
    box-shadow: 1px 5px 20px rgb(0,0,0,1);
    margin: auto;
border-radius: 5em 0 !important;
}
.pagina>div{
box-shadow: 1px 5px 20px rgb(0,0,0,1);
}
.logo{
position: relative;
    background-color: #fff;
    padding: 2em;
text-align: center;
height: 5em;
border-radius: 5em 0 !important;
}
.loginWrapper{
    padding: 5em 5em 0;
}
.cf{
clear:both;
}
/*.flexcontainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}*/
.login form input {
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    border: none;
    margin: 0 0 1.5em;
}
.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
==============================================*/
.btn {
	font-family: 'open sans'!important;
	background: none;
	cursor: pointer;
	padding: 1em 0;
	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: 1.25em;
    width: 100%;
    text-align: center;
text-transform: uppercase;
}
.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;
}

/* Button 4 */
.btn-4 {
	overflow: hidden;
}

.hert {
    text-align: center;
    filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.5));
margin-top: 10px; 
}
/*.hert img{
    max-height: 275px;
}*/
/*================================================
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.98);
    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;
}
.textWrapper.geenKolom {
    column-count: 1 !important;
}

.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){
.pagina>div{
padding: 5em;
}

/*.login {
    padding-top: 5em;
}*/
.textWrapper {
    height: 45vh;
}
}
@media screen and (max-width: 1536px) {
.inhoud.home {
    height: 550px;
    top: 0px;
}
.btn{
margin-top: 0;
}
h1{
font-size: 3em;
}
p{
font-size:1em;
}
.textWrapper {
    margin: 5em 0;
}
.login form input{
font-size: 1.2em
}
#menu ul li.item {
    font-size: 14px;
}
.hert{
height: 150px;
}
.ticker-container, .img-ticker{
height: 40px;
}
}
@media screen and (max-width: 1366px) {
.loginWrapper {
    padding: 3em 4em 0;
}
.login form input {
    padding: 0.8em;
}
.btn {
    padding: 0.8em 0;
}
.logo {
    height: 3em;
padding: 1.5em;
}
.hert{
height: 125px;
}
h1{
margin: 0;
}
.textWrapper {
    column-gap: 5em;
}
p{
font-size: 1em;
}
#menu ul li {
    font-size: 14px;
}
.inhoud.home {
    height: 500px;
}
}
@media screen and (max-width: 1280px) {
#menu, #menu ul{
height: 60px;
}
.inhoud.home {
    height: 450px;
}
.hert {
    height: 95px;
}
}
@media screen and (max-width: 1024px) {
.mobielItem{
visibility: initial;
}
#menu ul {
    height: auto;
}
.loginWrapper {
    padding: 3em 4em 4em;
}
.hert {
    height: 170px;
    position: absolute;
    left: 0;
    right: 0;
}
.inhoud {
    width: 50% !important;
float:none;
    margin: auto;
    z-index: 10;
height: auto;
margin-bottom: 50px;
}
.inhoud.home {
    width: 45% !important;
float:none;
    margin: auto;
    z-index: 10;
height: 500px;
}

#particles-js {
    background-color: rgba(0,0,0,0);
}
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;
}
.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: 536px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
padding-bottom: 2em;
}
.mobNav{
display: block;
text-align: right;
}
.privacy{
display: none;
}
}
@media screen and (max-width: 853px) {
.ticker-container {
    bottom: -1em !important;
}
}
@media screen and (max-width: 800px) {
.inhoud.home {
    left: 0;
    right: 0;
}
body {
    background-position: center;
}
.ticker-container {
    bottom: 0!important;
}

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

.inhoud.home, .inhoud {
    width: 550px !important;
}
}
@media screen and (max-width: 740px) {
.inhoud.home {
    top: 375px;
}
.ticker-container {
    display: none;
}
}
@media screen and (max-width: 567px) {
.ticker-container {
    display: block;
}
}
@media screen and (max-width: 520px) {
.inhoud.home {
    top: 0;
}
.kerstbalContainer {
    display: none;
}
.privacy {
    bottom: 0;
    right: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    padding-bottom: 1.5em;
}
}
@media screen and (max-width: 480px) {
.ticker-container, .img-ticker {
    height: auto;
}
video{
display: none;
}
.inhoud.home{
    height: 450px;
}

.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) {
.nietMobiel3{
display: none;
}
.inhoud.home, .inhoud {
    width: 300px !important;
}
.login form input {
    font-size: 1.2em;
}
#name, #email{
display: none;
}
}
@media screen and (max-width: 320px) {

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

