* { margin: 0; padding: 0; }
body { 
	background: url(../images/background.png);
	background-size: auto;
	background-attachment: fixed;
}




@font-face {
	font-family: 'Myriad Pro';
	src: url('MyriadPro-Bold.eot');
	src: url('MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('MyriadPro-Bold.woff') format('woff'),
		url('MyriadPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-color: #fff;
	
}
		.fontnormal {
			font-family: 'Myriad Pro';
			TEXT-DECORATION: none
			font-style: normal;
			color: #fff;
			padding: 20px
		}

			
A:link
{
COLOR: white;
TEXT-DECORATION: none

}
A:visited
{
COLOR: white;
TEXT-DECORATION: none

}
A:active
{
COLOR: white;
TEXT-DECORATION: none

}
A:hover
{
COLOR: white;
TEXT-DECORATION: none

}

#wrapper {
	width: 100%;	
	max-width: 1100px;
	margin: auto;
	padding: 0%;
	margin-top: 0px; 
	} 

	#main {
		width: 33%;
		margin-right: 0%;
		float: left;
		}		
		
	aside {
		width: 33%;

		float: right;
		}

/* Logo H1 */

		
/* Nav */
header nav {
	float: center;
	margin-top: 0px;
	font-size: 220%	
	}
	
	header nav li {
		display: inline;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 0px; 
		}



/* Banner */			
#banner {
	float: center;
	margin-bottom: 0px;

	width: 100%;
	}

	#banner img {
		width: 27%;
		}
		
		#banner2 {
	float: right;
	margin-bottom: 0px;
	 
	width: 100%;
	}

	#banner2 img {
		width: 60%;
		}
		
#ding {
	background-color: rgba(0, 0, 0, 0.96);
	padding: 30px 30px;
	float: right;
	margin-bottom: 50px;
	margin-top: 5px; 
	margin-right: ;
	width: 100%;
	}

	#ding img {
		width: 500px;
   
    margin-bottom: 10px;
    margin-right: 25px;
    margin-left: 0px;
    float:left;
		}
		
#titel {
	float: left;
	margin-bottom: 20px;
	margin-top: 50px; 
	width: 100%;
	}

	#titel img {
		
		height: 70px;

		}
		
		#logo {
	float: left;
	width: 100%;
	}

	#logo img {
		width: 250px;
		}


/* MOBIELE WEERGAVE */
@media screen and (max-width: 480px) {
	
body {

    background-attachment: fixed;

}



	
	header nav, #main, aside {
	width: 100%;
	float: center;
	text-align: center;
		}

		
		header nav li {
			margin: 1px;
			border-style: solid;
			border-width: 1.5px;
			display: block;
			float: center;
			text-align: center;
			margin-bottom: 9px;
			width: 98%;
			}
			
			
			header nav a {
				display: block;
				float: center;
				padding: 0px;
				text-align: center;
				width: 98%;
				}	


	
#ding {
	background-color: rgba(12, 12, 12, 0.96);

	padding: 70px 30px;
	float: center;
	margin-bottom: 10px;
	margin-top: 10px; 
	width: 85%;
	font-size: 80%	
	}

	#ding img {
		width: 100%;
		}	
}



ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 347px;

  position: relative;
  width: 347px;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 347px;
  left: 0;
  position: absolute;
  top: 0;
  width: 347px;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


span.text-content {
  background: rgba(0,0,0,0.8);
  color: white;
  cursor: pointer;
  display: table;
  height: 347px;
  left: 0;
  position: absolute;
  top: 0;
  width: 347px;
  opacity: 0;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}

span.text-content {
  background: rgba(0,0,0,0.8);
  color: white;
  cursor: pointer;
  display: table;
  height: 347px;
  left: 0;
  position: absolute;
  top: 0;
  width: 347px;
  opacity: 0;
  -webkit-transition: opacity 000ms;
  -moz-transition: opacity 000ms;
  -o-transition: opacity 000ms;
  transition: opacity 000ms;
}


