@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);
body {
	background: white;
}
body, textarea, input, select {
	font-family: 'Quicksand', 'sans-serif', Arial;
	font-size: 14px;
	color: #5985b5;
}
textarea, input, select {
	border-width: 1px;
	border-style: solid;
}

h1, h2, h3 {
	color: #bd7257;
	font-weight: normal;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
	color: inherit;
}
h1 {
	font-size: 30px;
	margin: 0;
}
h2 {
	font-size: 22px;
	margin: 0 0 10px;
}
h3 {
	font-size: 18px;
}
p {
	margin: 10px 0;
}
a {
	color: #bd7257;
	text-decoration: underline;
}
p a /* Pa = pascal */ {
	color: #bd7257;
}

#login {
	text-align: center;
}
#login h1 {
	margin: 40px 0 20px;
}
#login input {
	width: 50%;
	border: 1px solid #78ada7;
	border-radius: 15px;
	text-align: center;
	font-size: 60px;
	padding: 10px;
}
#wrapper {
	width: 730px;
	margin: 0 auto 60px;
}
#kop {
	margin: 30px 0;
	padding: 0 0 30px;
	text-align: center;
	position: relative;
}
#logo {
	margin-bottom: 15px;
	display: block;
	width: 60%;
	margin: 0 auto;
}
#kop p {
	line-height: 1.5em;
}
@media (min-width: 1000px) {
	#kop p {
		position: absolute;
		top: 200px;
		right: 130px;
		font-size: 16px;
	}
}
@media (max-width: 999px) {
	#kop p {
		position: relative;
		display: inline-block;
		margin: 30px 0 0;
	}
}
#kop p:before, #kop p:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
    transition: background-size 400ms;
}
#kop p:hover:before, #kop p:hover:after {
	background-size: 126%;
}
#kop p:before {
	top: -20px;
	left: -25px;
	background-image: url('/static/img/note1.svg');
}
#kop p:after {
	bottom: -20px;
	right: -30px;
	background-image: url('/static/img/note2.svg');
}
#kop p a {
	color: inherit;
	text-decoration: none;
	display: block;
}

#logo img {
	width: 100%;
}
#content h1 {
	margin-bottom: 20px;
}
#terug {
	display: block;
	margin: 30px 0;
}
#kop, #kaart {
	background: url(/static/img/randje.png) left bottom repeat-x;
	background-size: 45px;
}

.homeblok {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0px 4%;
	text-align: center;
}
.homeblok h2 {
	padding: 0px 4% 55px;
	text-align: center;
	background: url(/static/img/bel1.png) bottom center no-repeat;
	background-size: 45px;
}
.homeblok + .homeblok h2 {
	background-image: url(/static/img/bel2.png);
}
.homeblok + .homeblok + .homeblok h2 {
	background-image: url(/static/img/bel3.png);
}
.blaadje {
	display: block;
	margin: 0 auto 10px;
}
#kaart {
	display: block;
	margin: 30px 0 0;
	padding: 30px 0 0;
	background-position: left top;
}

.checkbox input[name="dag[]"]~label {
	width: 132px !important;
	display: inline-block;
}

.foto {
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #78ada7;
	overflow: auto;
	display: inline-block;
	vertical-align: top;
}
.foto img {
	vertical-align: top;
}
