html, body, div, span, applet, object, iframe,
 h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u,  center,
dl, dt, dd, ol,
/* ul, li,*/
fieldset,  label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: normal 15px   Verdana, "Arial New", Arial, Helvetica;
 -webkit-touch-callout: none;
/*
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
*/
color: rgb(92, 7, 7);
}

body {
    overflow-y: scroll;
    overflow-x:hidden;
}

div{
box-sizing: border-box;
}


.boldright{
 text-align:right;
 font-weight:bold;
}

h3, .h3 {
    font-size: 1.1rem;
}

em
{
 color:red;
}
#signupresult1,#signupresult2,#signupresult3,#signupresult4,#signupresult5,#signupresult6
{
 display:none;
 color: blue;
 margin:10px;
 text-align:center;
}

.tbutton{
 border : 1px solid black;
 margin : 2%;

 font-size:1.1em;
 background: linear-gradient(to bottom, rgb(240,240,250) 0%,#12b3e4 60%, rgb(63,163,206) 100%);

 color:black;
 border-radius: 16px;
 cursor:pointer;
 box-shadow: 5px 5px 5px #888888;
 height:10%;
 max-height:40px; 
 min-height:30px;
 min-width : 40%;
  text-align:center;
  max-width:90%;

}

.screenshot{
display:block; 
margin-left:auto; 
margin-right:auto; 
width:300px;  
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.foto{
 width:100%;
}
smaller{
 font-size:0.8em;
}

#kopconfirm{
 background-color:rgb(63, 163, 206);
 color:white;
 width:100%;
 height:66px;
 text-align:center;
 }


.userinput{
 width:70%; 
 margin-top:10px;
 margin-bottom:10px; 
/* margin-left:10%;*/
 font-size:1.1em;
  box-shadow: 5px 5px 5px #888888;
  border-radius: 5px;
 padding:5px; 
}




h2{
 margin:5px;
 margin-top:8px;
 font-size:20px;
 font-weight:normal;
}


body{

}

.desc
{
 font-style : italic;
 padding : 3px;
 font-size : 0.7em;
 color:grey;
}


#kop {
width:100%;
padding:20px;
background-color:rgb(20,85,113);
color:white;
font-size:calc(0.7em + 2vw)
}

#logo {
height:2em;
margin-right:20px;
}
#logonew {
height:3em;
/*margin-right:5px;*/
}
.laag{
 /*background-color:rgb(200,200,200);*/
 
 /*width:95%;*/
 margin:auto;
 /*min-height:50px;*/
 margin-top:10px;
 
}

#setlannew{

 z-index:10;
}

#setlan{
 position:absolute;
 top:5px;
 right:5px;
 z-index:10;
}
.faqmain{

 cursor:pointer;
 width:100%;
}

.faqmaintext{
 color:rgb(20,85,113);
 font-size: 1.1em;
 margin-left:42px;
 display:inline;
 vertical-align:top;
 

/*   width:88%;*/
 
}

.ffdiv{
 text-align:center;
 display:inline;

 height:100%;

/* float:left;
 clear:left;*/
 width:42px;
}

.ff{
float:left;
clear:left;
transition-duration: 0.6s;
    transition-property: all;
 margin-right:10px;
/* margin-top:5px;*/
}



.qatable{
 width:80%;
 margin:auto;
}
.qatableleft{
 width:5%;
 font-weight:bold;
}

.qatablequestion{
color:rgb(20,85,113);
padding-top:5px;
font-weight:bold;
}

.qatableanswer{
padding:5px;
background-color:#eee;
border-bottom:1px solid silver;

}

.tipheader
{
 background-color: rgb(20,85,113);
 font-weight:bold;
 text-align:left;
  padding:5px;
  color:white;
}


#koppen{
 display:none;
 margin-top:15px;
}

.kop1{
 width:100%;
 padding-left:5px;
 font-size : 1.3rem;
 min-height:36px;
 cursor:pointer;
}
.textkop1{

 float:left; 
 margin-left:10px;
 color:rgb(20,85,113);
 font-size: 1.1em;
 display:block;
 
}


.body0{
 display:none;
 /*max-height:0px;*/
 width:93%;
 margin-left:5%;
/* max-height:400px;*/
 /*background-color: rgba(20, 85, 113, 0.13);*/
 /*min-height:2em;*/
 transition-duration: 0.6s;
 transition-timing-function:ease-in-out;
 transition-property: max-height;
 overflow-y:auto;
/* overflow-y: scroll;*/
 margin-bottom:5px;
 padding:5px;
 border:1px solid silver;
 background-color: #fdc539;

}

.body1{
 display:none;
 /*max-height:0px;*/
 width:93%;
 margin-left:5%;
 
 /*background-color: rgba(20, 85, 113, 0.13);*/
 /*min-height:2em;*/
 transition-duration: 0.6s;
 transition-timing-function:ease-in-out;
 transition-property: max-height;
 overflow:hidden;

 margin-bottom:5px;
}










* { box-sizing: border-box; }

body { 
  font-family: 'Open Sans', sans-serif;
  color: rgb(20,85,113);
}

/* STRUCTURE */

.wrapper {
	padding: 5px;
	max-width: 96%;
/*	width: 95%;*/
	margin: 1px auto;
}
header {
	padding: 0 15px;
}

.columns {
	display: flex;
     
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}       

.column {
text-align: left;
	flex: 1;
/*	border: 1px solid gray; */
	margin: 5px;
	padding: 1px;
/*	max-height:60vh;*/ 
        min-height:1vh;
        
        overflow:auto;
    /*    background-color:rgb(230,230,230);*/
 
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
}

footer {
	padding: 0 15px;
}


.kop1:hover
{
/* background-color:rgb(230,230,230);*/

}


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




#foto1, #foto2, #foto3
{
 display:block;
}
 
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 32%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}


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

#foto1, #foto2
{
 display:block;
}
#foto3
{
 display:none;
}

  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
#foto1
{
 display:block;
}
#foto3, #foto2
{
 display:none;
}

	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}

.hiddenfields{
display:none;
}




 html,
body {
position:absolute;
left:0px;
right:0px;

}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #fdcc52;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: bold;
  letter-spacing: 1px;
}
p {
/*  font-size: 18px;*/
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
  padding-top:30px;
  padding-bottom:10px;
}

section h2 {
  font-size: 30px;
  font-weight:bold;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  opacity:0.9;
  line-height: 1;
}

#mainNav .navbar-brand {
  color: rgb(255, 199, 0);
  font-size: 1.6em;
  font-style : italic;
  font-weight:bold;
}
#mainNav .navbar-brand:hover , #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #fdcc52 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #fdcc52;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(yellow, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: black;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(127, 127, 127, 0.7);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: black;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
    
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
  }
}

.taalsetting{
 cursor:pointer;
}

header.masthead {
  position: relative;
  width: 100%;
  margin-top:60px;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
 /* background: url(../img/hero-image.jpg);*/
 background: url(../img/20220305_153100.jpg);
 
  background-size : cover;
/*  box-shadow: inset 0 0 0 2000px rgba(0,0,0,.2);*/
  background-position : center;
  /*
  background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
  */
}
#taxi
{
 position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align:center;
  background: url(../img/taxi.jpg);
  background-size : cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,.2);
  background-position : center;
  margin-top:0px;
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 40px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
  width:80%;
  transform: rotate(9deg);
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 90vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
  /*  font-size: 32px;*/
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.download {
  position: relative;
 /* padding: 10vh 0;*/
}

section.download h2 {
  font-size: 30px;
  font-weight:bold;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

.badge-link {
  height: 60px;
  margin:auto;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
/*    font-size: 70px;*/
  }
}

section.features .section-heading {
 /* margin-bottom: 100px;*/
}

section.features .section-heading h2 {
  margin-top: 50px;
}

section.features .section-heading p {
  margin-bottom: 0;
  margin-right: 10px;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
/*  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  background-size: cover;*/
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
/*  font-size: 50px;*/
/*  max-width: 450px;*/
  margin-top: 0;
  margin-bottom: 25px;
/*  color: white;*/
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 30px;
    font-weight:bold;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background-color: rgba(0, 0, 0, 0.5);*/
  background: linear-gradient(#fdcc52, #fdc539);
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
 /* padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222; */
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #fdcc52;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdcc52), to(#fdc539));
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

/*
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
*/

.btn-outline {
 /* color: white;*/
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.downloadapp{
font-size: 16px;
color: blue;
}


.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

.w3-animate-fading {
animation:fading 7s infinite
}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}