body {
	background-color	: #000;
	margin				: 0px;
	font:300 15px/20px "Roboto",Arial;
	color:#fff;
}

#wrapper {
	margin				: auto;
	width				: 1000px;
	background			: #000;
}
#kop {
	width				: 1000px;
	height				: 70px;
}
#intro {
	margin: 0;
	width				: 1000px;
	height: 497px;
position: absolute;
}

.fishes { position:absolute; top: 0px; left: 0px; z-index: 1; } 
.fish { position:absolute; top: 0px; left: 0px; z-index: 2; }

.titel { 
position:absolute;
top: 0px;
left: 0px;
z-index: 3;
font: 700 80px "Roboto",Arial;
width: 500px;
letter-spacing:-5px;
text-indent:-4px;
line-height: 70px;
}
.cluburl { 
position:absolute;
color: #ec2121;
top: 0px;
left: 0px;
z-index: 10;
font: 300 26px "Roboto",Arial;
width: 500px;
text-transform:uppercase;
text-indent:-4px;
}
.bekijk { position:absolute; top: 0px; left: 0px; z-index: 50; }
.watch { position:absolute; top: 0px; left: 0px; z-index: 3; }
.new { 
position:absolute;
top: 0px;
left: 0px;
z-index: 3;
font: 400 16px "Roboto",Arial;
width: 500px;
text-transform:uppercase;
text-indent:-4px;
}
.settitle{ 
font: 400 18px "Roboto",Arial;
color: #ec2121;
text-indent:-4px;
}
.setname { 
font: 400 18px "Roboto",Arial;
text-indent:-4px;
}
.settext { 
font: 300 16px "Roboto",Arial;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
line-height: 20px;
}
.subslogan { 
font: 400 22px "Roboto",Arial;
text-indent:-4px;
font-style:italic;
color: #ec2121;
text-align:center;
}
p {
	font: 300 16px "Roboto",Arial;
padding-left: 10px;
padding-right: 10px;
line-height: 20px;
}
a:link {
    color: #ec2121;
	text-decoration:none;
}

a:visited {
    color: #ec2121;
	text-decoration:none;
}

a:hover {
    color: #ec2121;
	text-decoration: underline;
}

a:active {
    color: #ec2121;
	text-decoration:none;
}

.column {
	margin: 0px 0px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 0px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 176px;
	height: 264px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 176px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}

figure {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
	
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.columnbig {
	margin: 0px 0px 0;
	padding: 0;
}
.columnbig:last-child {
	padding-bottom: 0px;
}
.columnbig::after {
	content: '';
	clear: both;
	display: block;
}
.columnbig div {
	position: relative;
	float: left;
	width: 568px;
	height: 378px;
	margin: 0 0 0 25px;
	padding: 0;
}
.columnbig div:first-child {
	margin-left: 0;
}
.columnbig div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 568px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}