@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;
}

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;
}

.odd {
	background-color: #2480b3;
}

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: none;
	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;
}

.header .logo {
	max-height: 100px;
}

.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);
}

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: none;
	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 {
	display: block;
	position: absolute;
}

div.social a.facebook {
	width: 38px;
	height: 34px;
	top: 40px;
	left: 30px;
	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 {
	width: 34px;
	height: 31px;
	top: 50px;
	left: 135px;
	background-image: url('/images/social_twitter.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;
}

img.module-photo {
	max-width: 100%;
}

.pure-g div.bottom-spacing {
	padding-bottom: 15px;
}

@media screen and (max-width: 480px) {
	.pure-menu-list .pure-menu-item {
		display: block;
	}

	.menu .pure-menu-link {
		line-height: 20px;
	}

	.menu.right .pure-menu {
		text-align: left;
	}
}

@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;
	}
}