/* TABLET */
@media (max-width: 1000px){
	/* geweldig veel dynamische veranderingen */
}

/* PHONE */
@media (max-width: 670px){

	.banner-image-title{
		font-size:40px
	}
	#wrapper{
		width:100%;
		margin:0
	}

	.footer_wrap{
		width:100%;
		padding: 20px 10px;
		height:auto;
	}

	.clock{
		width:260px
	}
	.clock_hours{
		margin-right: 0;
	}
	.clock_seconds{
		height: 151px;
		margin-bottom: 0;
		padding-bottom: 70px;
	}
	.persons table td {
		width: 100% !important;
		box-sizing: border-box;
		display: block;
		padding: 0;
	}
	.charity table td {
		padding: 0;
		display: block;
		width: 100% !important;
	}
	.charity table input[type="text"], .persons table input[type="text"] {
		margin-top: 14px;
	}
	.charity table td:first-child input[type="text"], .persons table td:first-child input[type="text"] {
		margin-top:0;
	}
	#footer ul li {
		/* width: 100%; */
	}
	table{
		margin-top: 15px;
	}

	.logo-table {
		padding: 0 20px;
		margin: 20px 30px 0 30px;
		width: auto;
	}

}
/* CLOCK REPSONSIVE FIX */
@media (max-width: 276px){ /* clock's 260px width plus 17px scrollbar */
	.clock{
		width: 122px;
	}
	.clock_days,.clock_hours,.clock_minutes,.clock_seconds{
		margin-right: 0;
	}
}