/* CSS Document */
body{
	background-color:black;
	font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
}

#wrapper {
	position:absolute;
	width:100%;
	height:100vh;
	z-index: 1;
	 background: url('../bgimages/mobile/bgfrontpagemobile.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

#topbanner{

	height:130px; 
	z-index: 2;
	position: relative;
	background-color:rgba(0,0,0,0.6);
	
 
  	
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  #topbanner {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
  }
  
}

#topbanner img{
	display:block; padding:5px 10px;
	height:120px;
}

.nav {
    background: #FFFFFF;
    position: absolute;
    overflow: hidden;
    z-index: 3;
    background-clip: padding-box;
    
    right: 25px;
    top: 65px;
    border-radius: 5px;
   
}

.nav .nav__item .nav__label {
    padding: 0 25px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 0.975em;
    color: #17181A;
}

.nav .nav__label {
    
    line-height: 2.375rem;
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: auto;
}

.nav .nav__item {
  
    border-right: 1px solid #D4D7D9;
    display: block;
	float:left;
}
.nav__label:hover, .nav__item:hover {
	
}

.navbar {
	padding-top:5px;
	height:20px;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
    position: fixed; /* Set the navbar to fixed position */
    bottom: 0; /* Position the navbar at the bottom of the page */
    width: 100%; /* Full width */
	z-index:200;
}

.navbar a{
	text-decoration: none;
	font-size: 0.8em;
	color:#fff;
   
}

/* Main content */
.main {
    margin-bottom: 30px; /* Add a bottom margin to avoid content overlay */
}
/*login gedeelte*/
#loginpart{
	position:relative;
	
	z-index:200;
	margin:40px;
	width:280px;
	height:340px;
	background-color:rgba(255,255,255,1);	border-radius: 15px;
	padding:35px 15px 15px 15px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1), 0 10px 30px 0 rgba(0,0,0,0.2);
	
}


td{
	vertical-align: top;
}
tr{
	height:80px;
}

input[type="text"]
	{
		display:inline;
		margin:10px 0;
		font-family: 'Raleway', sans-serif;
		font-size: 1em;
		background-color:#EFEFEF;
		border:1px #ccc solid;
		padding:6px 6px 5px 40px;
		line-height: 1;
		outline:none;
		    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		border-radius:4px;
		width:100%;
		background-repeat: no-repeat;
		background-position: 12px 8px;
}
input[type="password"]
	{
		display:inline;
		margin:10px 0;
		font-family: 'Raleway', sans-serif;
		font-size: 1em;
		background-color:#EFEFEF;
		border:1px #ccc solid;
		padding:6px 6px 5px 40px;
		line-height: 1;
		outline:none;
		    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		border-radius:4px;
		width:100%;
		background-repeat: no-repeat;
		background-position: 12px 8px;
}
.formpicto{
	padding: 7px 10px;    
	border-right: 0;
    font-size: 14px;
    
    line-height: 1;
    color: #666;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px; margin-right:0;
}	
	
	#user[type="text"]{
		background-image:url("bgimages/gbn.svg");
		background-size: 14px;
		}
	
	#pass[type="password"] {
		background-image:url("bgimages/lock.svg");
		background-size: 12px;
	}


	
	

input[type="checkbox"]{
	width:20px;
	background-color: aqua;
}

.btn{
	color:#fff;
	text-align:center;
	font-size:1.2em;
	background-color:rgba(0,44,120,0.8);
	padding:10px;
	margin:auto;
	margin-bottom:15px;
	margin-top:10px;
	width:85%;
	border-radius:5px;
	cursor:pointer;
	
	
}
.btn_grey{
	display:none;
	color:#333;
	text-align:center;
	font-size:1.2em;
	background-color:white;
	padding:9px;
	margin:auto;
	margin-bottom:10px;
	margin-top:20px;
	width:85%;
	border-radius:5px;
	cursor:pointer;
	border:1px #666 solid;
	
	
}

.btn a{
		color:#fff;
		text-decoration: none;
		
	}
.inlog{
	margin:20px;
	width:85%;
	outline: none;
}
#rememberbox{
	font-size:1em;	
	margin:auto;
	width:92%;
	padding:10px;
	height:1.5em;
	}
#r_inlogtxt{
	float:right;
	line-height:23px;
	text-align:right;
	
	
}
#r_inlog{
	float:right;
	height:20px;
	
	margin-left:5px;

}

.respas{
	font-size:.8em; outline: none;   padding:5px 0; float:right; margin-right:10px; color:rgba(0,44,120,0.8);
	
}
#respas:hover{
	color:rgba(0,44,120,1);
}

#errorfeed{
	color:#c00;
	height:25px;
}
#welkom{
	
	font-family: 'Raleway', sans-serif;
	font-size:1.3em;
}

#welkom:after, 
#welkom:before {
    background-color: #777;
    content: "";
    height: 3px;
    position: absolute;
    top: 42px;
    width: 25%;   
}

#welkom:after {      
    right: 25px;
	background: linear-gradient(to right, #999, #fff);
}

#welkom:before {
	background: linear-gradient(to left, #999, #fff);
	
    
    left: 25px;
}
#welkom, #errorfeed{
	
	margin:0 auto;
	width:85%;
	
	
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	
}

.about{
	
	
	
	
    position:fixed;
	z-index:201;
    right:0;
    top: 130px;
    width: 500px;
    height: calc(100vh - 120px);
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.7s ease-in-out;

}
.about-view{
	
    transform: translateX(0);
}


.correct {
	 font-family: "Roboto", sans-serif;
	padding:15px;
	margin-bottom:10px;
    line-height: 40px;
    font-size: 2em;
	background-color: #333;
    color: #fff;
    
	
}

ul[role="tablist"] {
    display: none;
}
.msg{
	line-height: 1.3em;
	padding-right:25px;
	margin-bottom:20px;
}
.vbpict{
	margin-left:50px;
	margin-top:20px;
	display:inline-block;
		width:150px;
}
.binder{
	background-color: aliceblue;
	vertical-align:middle;
	text-align: center;
	display:inline-block;
	margin:0 20px 40px 20px;
}
.groenaccent{
	color:#5acc00;
}
.fp_kop{
	
	
	font-size:1.3em;
	font-weight: bold;
	
}
.afstandtop{
	overflow:hidden;
	margin-top:25px;
	
	
}
.tc{
	float:right;  width:85%;
}

.label{
	 color:#5acc00; float:left; 
}
.vvtekst{
	padding-top:6px;
	padding-bottom:2px;
	line-height:1.2em;
	
}
.bgsmall{
width:150px;
	height:110px;
	display:inline-block;
	margin:10px 10px 0 0;
	
	
}
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  
  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal h1,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  
  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h1,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h1 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}

/*@media (orientation: landscape) {
  html {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
*/
