@font-face {
	font-family: 'yikesregular';
	src: url('/css/yikes-webfont.eot');
	src: url('/css/yikes-webfont.eot?#iefix') format('embedded-opentype'),
		url('/css/yikes-webfont.woff') format('woff'),
		url('/css/yikes-webfont.ttf') format('truetype'),
		url('/css/yikes-webfont.svg#yikesregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	background-color: #2480b3;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}

h1,
h2,
h3 {
	font-family: yikesregular;
	text-shadow: 2px 2px #000000, 2px 2px 10px #e80f0f;
}

button,
input,
optgroup,
select,
textarea {
	color: #000000;
}

table {
	border: 0;
}

table td,
table th {
	border: 0;
}

.table {
	width: 100%;
}

.table>div {
	display: block;
	line-height: 40px;
}

.table>div.header {
	font-weight: bold;
	background-color: #3e9dd0;
	border-bottom: 1px solid #000000;
}

.table>div:nth-child(2n+1) {
	background-color: #3e9dd0;
}

.table div.actions {
	text-align: right;
}

div.actions form,
div.edit-buttons form {
	display: inline-block;
}

div.actions button,
div.edit-buttons button {
	background: inherit;
	border: 0;
	margin: 0;
	padding: 0;
}

div.actions a,
.edit-buttons a {
	display: inline-block;
	text-decoration: none;
	height: 32px;
}

.button-icon {
	position: relative;
	padding: 0 16px 0 48px;
	line-height: 36px;
}

div.actions svg,
.edit-buttons svg,
.button-icon svg {
	width: 32px;
	height: 32px;
	fill: #FFFFFF;
}

.button-icon svg {
	position: absolute;
	top: 2px;
	left: 2px;
}

.container {
	position: relative;
	width: 100%;
	margin: 0 auto;

	margin-bottom: 30px;
	padding: 20px;
	box-sizing: border-box;
}

.container.title {
	margin-bottom: 0;
}

.subheader {
	display: block;
	position: relative;
	width: 100%;
	height: 330px;
	margin: 0 auto;
	z-index: 2;
}

.negative-spacing {
	margin: 0 -10px;
}

.spacing {
	margin: 10px;
	padding: 20px;
}

.box {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.box.blue {
	background-color: #2992cb;
}

.container .negative-margin {
	margin: 0 -10px;
}

.button {
	line-height: 35px;
	padding: 8px 14px;
	border: 1px solid #FFC20E;
	border-radius: 5px;
	color: #2480b3;
	background-color: #FFC20E;
	text-decoration: none;
}

.header .logo {
	max-height: 100px;
}

.hamburger {
	display: none;
	padding: 10px 20px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.hamburger span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;

	background: #FFC20E;
	border-radius: 3px;

	z-index: 1;

	transform-origin: 4px 0px;

	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		opacity 0.55s ease;
}

.hamburger span:first-child {
	transform-origin: 0% 0%;
}

.hamburger span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

.menu {
	position: relative;
	background-color: #FFFFFF;
	padding: 0 20px;
	z-index: 1;
}

.menu.right .pure-menu {
	text-align: right;
}

.menu .pure-menu-link {
	line-height: 40px;
	color: #2992cb;
}

.menu .pure-menu-link:hover {
	background-color: rgba(41, 146, 203, 0.2);
}

.footer {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}
.footer a {
	text-decoration: none;
	padding: 8px 16px;
}
.footer a:hover {
	background-color: rgba(41, 146, 203, 0.2);
}

div.serpentine {
	display: none;
	width: 100%;
	max-width: 611px;
	height: 568px;
	margin-left: 0;
	position: absolute;
	top: 15px;
	left: auto;
	right: 0;
	background-image: url('/images/serpentine.png');
}

a#logo {
	display: block;
	width: 302px;
	height: 316px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -151px;
	background-image: url('/images/logo.png');
	background-size: contain;
}

div.social {
	display: none;
	width: 223px;
	height: 126px;
	position: absolute;
	top: 0px;
	left: 500px;
	background-image: url('/images/social_media_background.png');
}

div.social span {
	position: absolute;
	top: 5px;
	left: 15px;
	font-family: yikesregular;
	font-size: 22px;
	text-shadow: 2px 2px #000000, 2px 2px 10px #e80f0f;
	color: #FFFFFF;
}

div.social a.facebook,
div.social a.rss,
div.social a.youtube,
div.social a.twitter,
div.social a.instagram {
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat; 
}

div.social a.facebook {
	width: 38px;
	height: 34px;
	top: 40px;
	left: 38px;
	background-image: url('/images/social_facebook.png');
}

div.social a.rss {
	display: none;
	width: 34px;
	height: 32px;
	top: 37px;
	left: 64px;
	background-image: url('/images/social_rss.png');
}

div.social a.youtube {
	width: 33px;
	height: 30px;
	top: 58px;
	/*left:97px;*/
	left: 87px;
	background-image: url('/images/social_youtube.png');
}

div.social a.twitter,
div.social a.instagram {
	width: 34px;
	height: 31px;
	top: 50px;
	left: 135px;
	background-image: url('/images/social_twitter.png');
}

div.social a.instagram {
	left: 130px;
	background-image: url('/images/social_instagram.png');	
}

div.slogan {
	display: none;
	width: 305px;
	height: 125px;
	position: absolute;
	top: 150px;
	left: 600px;
	background-image: url('/images/carnavalsvraagbaak.png');
}

.pure-form legend {
	color: #FFFFFF;
}

.edit-block {
	position: relative;
	border: 1px dotted #000000;
	padding: 5px;
	margin: 5px;
	min-height: 50px;
}

.edit-block .edit-buttons,
.container .edit-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
}

#editor {
	border: 1px dotted #000000;
}

.news-item {
	text-decoration: none;
}
.news-item--title {
	text-decoration: none;
	text-shadow: 2px 2px #000000, 2px 2px 10px #e80f0f;
}
.news-item--date {
	text-align: right;
}

.agenda-overview--item {
	padding: 4px;
}

.agenda-overview--title {
	font-family: yikesregular !important;
	font-size: 22px;
	text-shadow: 2px 2px #000000, 2px 2px 10px #e80f0f;
}
.agenda-overview--image {
	text-align: center;
}
.agenda-overview--image img {
	max-width: 100%;
	width: 150px;
	max-height: 150px;
	padding-right: 20px;
	box-sizing: border-box;
}

img.module-photo {
	max-width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 480px) {

	h1 {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.table>div {
		line-height: 28px;
	}

	.container {
		margin-bottom: 20px;
		padding: 10px;
	}

	.pure-menu-list .pure-menu-item {
		display: block;
	}

	.subheader {
		position: absolute;
		top: 3px;
		right: 10px;
		width: 42.2px;
		height: 40.3px;
	}

	.hamburger {
		display: block;
		padding: 10px;
	}

	a#logo {
		top: 0;
		left: 0;
		margin-left: 0;
		width: 42.2px;
		height: 40.3px;
		background-repeat: no-repeat;
	}

	.menu {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.4s;
	}
	.menu .container {
		margin-bottom: 0;
	}
	.show-menu .menu {
		max-height: 600px;
	}

	.menu .pure-menu-link {
		line-height: 20px;
	}

	.menu.right .pure-menu {
		text-align: left;
	}

	.agenda-overview--title {
		font-size: 18px;
	}

	.agenda-overview--image img {
		width: 100px;
		max-height: 100px;
		padding-right: 5px;
	}
}

@media screen and (min-width: 480px) {

	.subheader,
	a#logo,
	div.serpentine {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	a#logo {
		width: 403px;
		height: 422px;
		top: -110px;
		left: 30px;
		margin-left: 0;
	}

	div.social {
		display: block;
	}
}

@media screen and (min-width: 1024px) {

	.container,
	.subheader {
		width: 1300px;
	}

	div.slogan {
		display: block;
	}

	body.site .container,
	body.site .subheader {
		width: 1100px;
	}

	div.serpentine {
		width: 611px;
		height: 568px;
		margin-left: -170px;
		top: 15px;
		left: 50%;
		right: auto;
	}
}

@media screen and (min-width: 1300px) {

	.container,
	.subheader {
		width: 1300px;
	}

	body.site .container,
	body.site .subheader {
		width: 1100px;
	}
}