/* START CSS RESET */

/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Cabin:400,500,600,700);

html, body, div, span, applet, object, iframe,
h1, h2, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
}

/* END CSS RESET */
html, body{
	min-height: 100%;
}
a{
	color: #FFF;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
	clear: both;
		color: #151a3c;
}
h1{
	font-size: 18px;
line-height: 20px;
	font-weight: 600;
	color: #151a3c;
margin-bottom: 20px;
}
h2{
	font-size: 16px;
 line-height: 20px;
	color: #ec203b;
	font-weight: 600;
}
h3{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
h4,h5,h6{
	font-size: 15px;
	margin-bottom: 8px;
}
p{
	font-size: 16px;
	line-height: 20px;
	color: #6b6b6b;
}

button, input[type=submit]{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 90%;
	cursor: pointer;
	background-color: #e11133;
	border: none;
	color: #FFF;
	padding: 4px 15px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
hr {
	border: none;
	border-top: 2px solid #15193c;
	margin: 30px 0;
}
u {
	text-decoration: underline;
}
em {
	font-style: italic;
}
strong{
	font-weight: bold;
}
section a{
	color: #151a3c;
}
section.default{
	color: #6b6b6b;
}
section.default > img:nth-child(2n-1),
section.default p > img:nth-child(2n-1),
section.default a >img{
	float:left;
	margin-bottom: 15px;
}
section.default > img:nth-child(2n),
section.default p > img:nth-child(2n){
	float:right;
	width: 45.72%;
	max-width: 320px;
	margin-bottom: 15px;
}
section.default > p{
	clear: both;
}
section.default > ol,
section.default > p > ol{
	list-style-type: decimal; 
	list-style-position: inside;
	line-height: 125%; 
	margin-bottom: 15px;
}
section.default > ul,
section.default > p > ul{
	list-style-type: disc; 
	font-size: 16px;
 line-height: 16px;
 margin-left: 16px;
}
a img{
	border:0px;
}
.h1-titel{
	width: 100%;
	margin-top: 23px;
	margin-bottom: 23px;
}
.h1-titel::after{
	content: "";
	border-top: 2px solid #e11133;
	width: 100%;
	display: block;
	margin-top: -11px;
}
.h1-titel span{
	background-color: #FFF;
	padding: 0 8px;
	margin-left: 36px;
	font-weight: 600;
}
.h1-titel span::before{
	content: "";
	background-image: url(/gfx/h1-before.jpg);
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
	margin: -5px 8px 0 0px;
	padding: 0 0 3px 22px;
}

.clear {
	clear: both;
}
body{
	background: rgb(225,17,51); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(225,17,51,1) 0%, rgba(234,91,12,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,17,51,1)), color-stop(100%,rgba(234,91,12,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(225,17,51,1) 0%,rgba(234,91,12,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(225,17,51,1) 0%,rgba(234,91,12,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(225,17,51,1) 0%,rgba(234,91,12,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(225,17,51,1) 0%,rgba(234,91,12,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11133', endColorstr='#ea5b0c',GradientType=0 ); /* IE6-9 */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 100%;
}
#wrapper{
	width: 100%;
	max-width: 1056px;
	padding: 0 48px 48px 48px;
	box-sizing: border-box;
	background-color: #FFF;
	margin: 0 auto 10px auto;
}
header{
	margin-bottom: 41px;
	padding-top: 16px;
}
.header-social{
	margin-bottom: 10px;
	overflow: hidden;
}
.header-social a{
	float: right;
	padding: 4px;
}
.header-social img{
	display: block;
	width: 26px;
	height: 26px;
}
.logo{
	width: 100%;
}
nav{
	width: 100%;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	font-size: 85%;
}
nav::after{
	content: "";
	display: block;
	height: 7px;
	width: 100%;
	background-color: #ea5b0c;
	font-weight: 600;
}

nav li{
	list-style: none;
	background-color: #15193c;
	display: block;
	float: left;
	margin-right: 3px;

	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
}
nav li a{
	padding: 13px 14px;
	display: block;
}
.nav-active{
	background-color: #ea5b0c;
}
#teaser{
	position: relative;
}
#teaser h1{
	font-family: 'cabin', sans-serif;
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
}
#teaser p{
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
}
section{
	float: left;
	max-width: 580px;
	margin-right: 3%;
	width: 60.4%;
}
aside{
	float:right;
	max-width: 350px;
	width: 36.5%;
	min-height: 100px;
}
section.default{
	margin-right: 0;
	float:right;
	max-width: 700px;
	width: 72.9%;
	padding-top: 30px;
	position: relative;
}

aside.default{
	margin-right: 3%;
	float:left;
	max-width: 230px;
	width: 24%;
}
section img{
	max-width: 100%;
}
#tekst h1{
	margin-bottom: 10px;
}
.tekstblok{
	background-color: #f1f1f1;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
}

#nieuws-table{
	width: 100%;
}
#nieuws-table, #nieuws-table a{
	color: #6b6b6b;
	padding: 5px 0;
}
#nieuws-table td{
	padding: 8px 0;
}
#nieuws-table tr:not(:last-child){
	border-bottom: 1px solid #6b6b6b;
}
.nieuwstitel{
	float: left;
}
.nieuwsdatum{
	float: right;
}
.pagin{
	float: right;
}
.pagin li{
	float: left;
	background-color: #6b6b6b;
	margin-right: 3px;
}
.pagin li.active{
	background-color: #ea5b0c;
}
.pagin a{
	padding: 3px 0 5px 0;
	width: 22px;
	display: block;
	text-align: center;
	font-size:14px;
	color: #FFF;
}
.pagin ul, .pagin span {
	float: left;
}
.pagin span{
	margin: 0 6px 0 3px;
}
.nieuws-date{
	color: #6b6b6b;
	font-weight: 600;
	font-family: 'Cabin', sans-serif;
}
li.pagin-arrow{
	background-color: #151a3c;
	text-indent: -999em;
	position: relative;
	background-image: url(/gfx/pagin-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px 10px;
	overflow: hidden;
}
li.pagin-arrow.prev{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#subnav{
	padding: 20px 15px;
	background-color: #ea5b0c;
	box-sizing: border-box;
}
#subnav h1{
	margin-bottom: 15px;
}
#subnav li{
	text-transform: uppercase;
	line-height: 33px;
}
.subnav-active a{
	text-decoration: underline;
}
#zijbars{
	margin-top: 40px;
	float: left;
}
.zijbar{
	border: 2px solid #f1f1f1;
	box-sizing: border-box;
	margin-bottom: 25px;
	line-height: 0;
}
.zijbar img{
	width: 100%;
	max-width: 100%;
}
.zijbar-text{
	text-transform: uppercase;
	font-size: 14px;
	color: #dcddde;
	display: block;
	text-align: center;
	margin: 4px 0px;
	line-height: 1;
}
.nieuwsbericht-div img{
	max-width: 32%;
	max-height: 135px;
	float: left;
}
.nieuwsbericht-tekst{
	width: 65%;
	float: right;
	position: relative;
}
.nieuwsbericht-datum{
	color: #ea5b0c;
	margin-bottom: 3px;
	display: block;
}
.nieuwsbericht-div h1{
	margin-bottom: 10px;
}
.nieuwsbericht-div p{
	margin-bottom: 0;
	max-width: 91%;
}
.nieuwsbericht-div{
	background-color: #f1f1f1;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

.nieuwsbericht-div a.fotobericht {
	max-width: 32%;
	height: 140px;
	overflow: hidden;	
	float: left;
}

.nieuwsbericht-div a img {
	width: 100%;
	max-width: 100%;
	max-height: inherit;
}

.nieuwsbericht-button{
	height: 30px;
	width: 30px;
	background-image: url(/gfx/nieuws-button.png);
	background-size: 30px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.teamcategorie,
.teamcategorie-title,
.teamcategorie-teams{
	float: left;
}
.teamcategorie{

	width: 33.333%;
	width: calc(100% / 3);
	font-family: 'Cabin', sans-serif;
}
.teamcategorie a{
	color: #000;
}
.teamcategorie-title{
	height: 120px;
	width: 120px;
	background-color: #f1f1f1;
	color: #eb203b;
	font-weight: 600;
	font-family: 'Cabin', sans-serif;
	margin-bottom: 30px;
}
.teamcategorie-title span{
	font-size: 90px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	line-height: 120px;
}
.teamcategorie-teams ul{
	float: left;
	line-height: 24px;
	margin-left: 15px;
}
.teamcategorie-teams a{
	color: #1b1f41;
	text-decoration: underline;
	font-weight: 600;
	text-transform: uppercase;
}
.teamcategorie-title .smalltext{
	font-size: 26px;
}
.teamcategorie-title .textsize3{
	font-size: 64px;
}
.terug-overzicht{
	float: right;
}
.personeel-item{
	width: 33%;
	width: calc(100% / 3);
	float: left;
}
.personeel{
	clear:both;
	margin-top: 20px;
	margin-bottom: 30px;
}
.personeel-item h3{
	margin-bottom: 6px;
}
.personeel-item ul{
	margin-bottom: 15px;
}
.team-tekst{
	clear: both;
}
.home-advertentie{
	border: 2px solid #f1f1f1;
	box-sizing: border-box;
	margin: 0 7px 7px 0;
	max-width: 188px;
	width: 32.42%;
	width: calc( (100% / 3) - (14px / 3));
	float: left;
	line-height: 0;
}
.home-advertentie:nth-child(3n){
	margin-right: 0;
}

table, table p{
	font-size: 16px;
 	line-height: 20px
}
table p{
	margin: 0;
}
table{
	margin-bottom: 20px;
}
.contact-table{
	line-height: 2.6;
}
.contact-table td{
	vertical-align: top;
}
.contact-table input{
	border: 2px solid #e11133;
	padding: 5px;
}
.contact-table textarea{
	/*resize: vertical;*/
	border: 2px solid #e11133;
	min-height: 160px;
	margin-top: 5px;
}
.contact-table input[type=text],
.contact-table input[type=email],
.contact-table textarea{
	box-sizing: border-box;
	width: 100%;
	min-width: 270px;
}
input.false,
textarea.false{
	border: 2px solid rgba(255,0,0,0.7);
	box-shadow: 0px 0px 2px rgba(255,0,0,0.7);
}

.aside-media{
	background-color: #f1f1f1;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	margin-top: 40px;
}
.tab-fotos, .tab-videos{
	width: 50%;
	float: left;
	text-align: center;
	cursor: pointer;
	background-color: #151a3c;
}
.tab-fotos h1, .tab-videos h1{
	padding: 10px 0;
	display: block;
	margin-bottom: 0;
	font-size: 20px;
	color: #FFF;
}
.tab-fotos.active, .tab-videos.active{
	background-color: #f1f1f1;
	cursor: auto;
}
.tab-fotos.active h1, .tab-videos.active h1{
	color: #151a3c;
}
.tab-fotos{
	-moz-border-radius: 7px 7px 7px 0px;
	-webkit-border-radius: 7px 7px 7px 0px;
	border-radius: 7px 7px 7px 0px;
}
.tab-videos{
	-moz-border-radius: 7px 7px 0px 7px;
	-webkit-border-radius: 7px 7px 0px 7px;
	border-radius: 7px 7px 0px 7px;
}
.media-items{
	padding: 0 15px;
	box-sizing: border-box;
	display: none;
}
.media-items hr{
	border-top: 2px solid #d2d2d2;
	margin: 0;
}
.media-item{
	margin: 17px 0;
}
.media-item.last {
	margin-bottom: 0;
}
.media-item .img-div{
	float: left;
	max-width: 43.8%;
	margin-right: 10px;
}
.media-item .img-div img{
	max-width: 120px;
	max-height: 64px;
}
.media-item .tekst-div{
	float: left;
	max-width: 56.2%;
}
.media-item .tekst-div h3{
	margin-bottom: 0;
}
.media-datum,
.aside-media.kalender .date{
	color: #6b6b6b;
	font-size: 14px;
}
.media-meer{
	padding: 10px 0;
	display: block;
	text-align: center;
}
.media-meer a{
	color: #e11133;
}
.media-videos{
	display: none;
}
.media-items.active{
	display: block;
}
.album-div{
	width: 45.72%;
	float: left;
	margin-bottom: 20px;
}
.album-div a{
	max-width: 320px;
	display: block;
}
.album-div:nth-child(2n -1) a{
	width: 84.2%;
}
.album-div:nth-child(2n -1),
.video-div:nth-child(2n -1){
	width: 54.28%;
}
.video-div:nth-child(2n -1) .img {
	width: 84.2%;
	max-width: 320px;
}
.album-div .album-foto{
	margin-bottom: 0px;
	float: none;
	width: auto;
	max-width: 100%;
}
.album-div span,
.video-div span{
	clear: left;
	display: block;
	text-align: center;
	max-width: 320px;
	text-transform: uppercase;
	color: #e11133;
	padding-top: 6px;
}

.album-fotos{
	float:left;
	width: calc(26.14% - 10px);
	margin-right: 10px;
	overflow: hidden;
	max-width: 183px;
	height: 100px;
	margin-bottom: 10px;
}
.album-fotos:nth-child(4n){

}
.album-fotos img{
	display: block;
	max-width: 100%;
	cursor: pointer;
}
.album-fotos:nth-child(4n) img{
	max-width: 100%;
}
.overlay-white{
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	display: none;
	z-index: 2;
}
.album-single{
	position: absolute;
	top: 76px;
	z-index: 4;
}
.arrows{
	margin: 0 auto;
	width: 84px;
	margin-top: -58px;
	z-index: 5;
	position: relative;
}
.pa{
	display: block;
	float:left;
	height: 32px;
	width: 32px;
	padding: 5px;
	cursor: pointer;
	-webkit-filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.5));
	filter:			drop-shadow(1px 2px 1px rgba(0,0,0,0.5)); 
}
.a-close{
	display: block;
	height: 28px;
	width: 28px;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px;
	cursor: pointer;
	-webkit-filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.5));
	filter:			drop-shadow(1px 2px 1px rgba(0,0,0,0.5)); 
}
section iframe{
	max-width: 100%;
}
.wedstrijd-table,
.barrooster-table{
	width: 100%;
	text-align: left;
}
.barrooster-table tr{
	margin-bottom: 20px;
}
.wedstrijd-table th,
.barrooster-table th{
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Cabin', sans-serif;
}
.wedstrijd-table th,.wedstrijd-table td,
.barrooster-table th, .barrooster-table td{
	padding-right: 15px;
}
.barrooster-table tr td:not(:first-child){
	padding-left: 0px;
}

.wedstrijd-table tr .td-center, .th-center{
	text-align: center;
}

.wedstrijd-table tr .td-type{
	width: 10%;
}
.wedstrijd-table tr .td-wedstrijd{
	width: 30%;
}
.wedstrijd-table tr .td-aanvang, 
.wedstrijd-table tr .td-uitslag, 
.wedstrijd-table tr .td-opmerking{
	width: 20%;
}

.wedstrijd-table tr .td-klasse,
.wedstrijd-table tr .td-veld{
	width: 10%;
}
.wedstrijd-table tr .td-wedstrijdnr{
	width: 14%;
}

.wedstrijdschema-div{
	background-image: url(/gfx/wedstrijdschema-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 238px;
	padding: 24px 0;
	box-sizing: border-box;
}
.wedstrijdschema-table{
	width: 99%;
	margin: 0 auto;
	border: 1px solid #c7c7c7;
}
.wedstrijdschema-table tr{
	height: 30px;
	background: #FFF;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(231,231,231,1) 51%, rgba(231,231,231,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(51%, rgba(231,231,231,1)), color-stop(100%, rgba(231,231,231,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(231,231,231,1) 51%, rgba(231,231,231,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(231,231,231,1) 51%, rgba(231,231,231,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(231,231,231,1) 51%, rgba(231,231,231,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(231,231,231,1) 51%, rgba(231,231,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0 );
}
.wedstrijdschema-table tr:not(last-child){
	border-bottom: 1px solid #c9c9c9;
}
.wedstrijdschema-table tr td{
	padding: 0 10px;
	vertical-align: middle;
	font-size: 15px;
	color: #646464;
}
.wedstrijdschema-table tr .wedstrijd{
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}

.a-programma{
	display: block;
	color: #e11133;
	float: right;
	margin-top: 10px;
}

.wedstrijdschema-div .titel{
	min-height: 36px;
	width: 40%;
	background-color: #b3a16e;
	margin: 0 auto;
}
.wedstrijdschema-div .titel span{
	display: block;
	color: #FFF;
	padding: 10px 0 9px 0;
	width: 100%;
	text-align: center;
	font-size: 17px;
}
.wedstrijdschema-div .after{
	width: 40%;
	background-color: #b3a16e;
	height: 12px;
	margin: 0 auto;
}

.video-div{
	max-width: 320px;
	width: 45.72%;
	float: left;
	margin-bottom: 20px;
}
.video-div .img{
	position: relative;
}
.video-thumb{
	width: 100%;
}
.video-overlay{
	max-width: 99px;
	width: 60%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 40%;
	top: calc(50% - 30px);
	display: block;
	margin: 0 auto;
	-webkit-filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.3));
	filter:			drop-shadow(1px 2px 1px rgba(0,0,0,0.3)); 
}

.video-div .img,
.video-div .video-titel{
	cursor: pointer;
}

.video-single{
	display: none;
	position: relative;
	z-index: 4;
	position: absolute;
	top: 76px;
}
.a-close.vid{
	top: -40px;
	right: 0px;
}



.burger-box{
	float: right;
	display: none;
	position: relative;
	height: 34px;
	width: 36px;
	margin-right: 7px;
}
.burger,
.burger:before,
.burger:after {
	position: absolute;
	top: 16px;
	right: 8px;
	width: 20px;
	height: 2px;
	background: #FFF;
	-webkit-transition: background 0.3s, -webkit-transform 0.3s, top 0.3s;
	transition: background 0.3s, -webkit-transform 0.3s, top 0.3s;
}

.burger:before {
	top: -8px;
	left: 0;
	content: "";
}

.burger:after {
	top: 8px;
	left: 0;
	content: "";
}

.open .burger {
	background: transparent;
}

.open .burger:before {
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.open .burger:after {
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-nav{
	background-color: #15193c;
	display: none;
}
.mobile-nav-bar{
	width: 100%;
	background-color: #15193c;
	height: 34px;
	box-sizing: border-box;
	display: none;
}

.mobile-nav ul li{
	border-bottom: 1px solid #e11133;
	position: relative;
}
.mobile-nav ul li:first-child{
	border-top: 1px solid #e11133;;
}
.mobile-nav ul li ul{
	display: none;
	background-color: #ea5b0c;
}
.mobile-nav ul li ul li{
	border: none;
}
.mobile-nav li a{
	height: 32px;
	display: block;
	line-height: 32px;
	padding-left: 15px;
	width: 100%;
	box-sizing:border-box;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
}
.mobile-nav li ul li a{
	padding-left: 30px;
}

.nav-arrow{
	height: 32px;
	width: 32px;
	position: absolute;
	top: 0px;
	right: 9px;
	display: block;
	cursor: pointer;

	-webkit-transition: all 0.3s, -webkit-transform 0.3s, top 0.3s;
	transition: all 0.3s, -webkit-transform 0.3s, top 0.3s;

	background-image: url(/gfx/mobile-nav-arrow.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

.nav-arrow.open{
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobiel-logo{
	width: 84px;
	display: none;
}

.top{
	display: none;
	height: 34px;
	width: 34px;
	background-image: url(/gfx/top-arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: -999em;
	margin: 20px auto 0 auto;
}
td{
	padding-right: 10px;
}
.album-single .container{
	text-align: center;
}
.mobiele-table{
	display: none;
}
.mobiele-table table{
	width: 100%;
	max-width: 260px;
}
.mobiele-table td{
	max-width: 130px;
	width: 45%;
}
.mobiele-table td:first-child{
	font-weight: bold;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
}
#footer{
    box-sizing: border-box;
    margin: 0 auto 20px;
    max-width: 1056px;
    padding: 0 48px;
    width: 100%;
	overflow: hidden;
}
#footer img{
	float: right;
}

#mailagent{
	margin: 20px 0;
}
#mailagent label{
	float: left;
	margin-right: 100px;
	line-height: 25px;
	margin-bottom: 20px;
}
#mailagent input{
	float: left;
	height: 25px;
	border: 2px solid #ec203b;
}
#mailagent input.btn{
	    float: left;
    background-color: #ec203b;
    border-radius: 5px;
    color: #fff;
    display: list-item;
    line-height: 25px;
    padding: 0px 14px;
    height: 31px;
    width: 100px;
    margin-left: 20px;
    margin-top: 0px;
}

.archief{
	padding: 50px 0 0 0;
}
.archief h2{
	padding: 0 0 0;
}
.archief .archief-item p{
	text-decoration: underline;
}
.archief .archief-item .media-datum{
	float: left;
	line-height: 20px;
	width: 200px;
}
.archief-item{
	padding: 10px 0;
}

.archief-item .readmore,
.aside-media.kalender .readmore{
	text-decoration: underline;
}
.readmore.archief{
	text-decoration: underline;
	color: #ec203b;
	padding: 25px 0;
	display: block;
}
.kalenderdate{
	padding: 0 0 10px 0;
	display: block;
	color: #ec203b;
}
.aside-media.kalender h2{
	padding: 10px 15px;
    font-size: 20px;
    margin-bottom: 0;
	color: #151a3c;
	text-align: center;
}
.aside-media.kalender .media-item{
	padding: 8px 0;
	margin: 8px 15px;
	border-bottom: 2px solid #d2d2d2;
}
.aside-media.kalender .media-item:nth-child(5){
	border-bottom: 0;
}