body {
	background-color: #F6F6F6;
	padding: 0px;
	margin: 0px;
}


.page {
	margin-top: 30px;
	width: 58.3%;
	margin-left: 12.5%;
	position: relative;
}

.menu {
	position: fixed;
	top: 40px;
	right: 4.1%;
	width: 20%;
}

.menuitem {
	line-height: 1.4em;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
}

.menuitem.links {
	margin-top: 1em;
}

a {
	text-decoration: underline;
	margin-right: 10px;
	color: #000;
}

.menuitem.mailinglist{
	margin-top: 1em;
}
.menuitem.mailinglist input{
	border: 1px solid #000;
	width: 100%;
}

.mobilemenu {
	display: none;
}

.popup {
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	position: fixed;

	width: 600px;
	top: 50px;
	bottom: 50px;
	left: 50%;
	margin-left: -300px;
	padding: 0px;

	box-shadow: 0px 0px 50px #FCED00;
	background: #F6F6F6;
	z-index: 4000;
}

.popup > .content {
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 100px;
	padding-right: 100px;
	box-sizing: border-box;
}

.popup > .close {
	position: absolute;
	left: 15px;
	top: 10px;
}

.popupback {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	/*background-color: #ff0000;*/
	z-index: 900;
}

.menuitem.more {
	text-decoration: underline;
	cursor: pointer;
}

.right{
	float: right;
}

.section {
	position: relative;
	margin-bottom: 30px;
}

.eventdetail {
	font-family: 'Inknut Antiqua', serif;
	line-height: 1.4em;
	font-size: 20pt !important;
	padding-left: 0px !important;
}

.eventdetail.upcoming {
	text-shadow:
	-1px  0px 0 #000,
	 1px  0px 0 #000,
	 0px  1px 0 #000,
	 0px -1px 0 #000;
	color: #F6F6F6;
}

img {
	width: 100%;
	margin-top: 30px;
}

.eventline {
	font-family: 'Inknut Antiqua', serif;
	font-size: 28pt;
	margin-bottom: 70px;
	cursor: pointer;
	line-height: 1.4em;
}

.eventline:hover {
	text-shadow: 0px 0px 40px #FCED00;
	opacity: 1 !important;
}

.eventline.upcoming {
	text-shadow:
	-1px  0px 0 #000,
	 1px  0px 0 #000,
	 0px  1px 0 #000,
	 0px -1px 0 #000;
	color: #F6F6F6;
	/*-webkit-animation: blink 4s ease-in-out infinite;
	-moz-animation: blink 4s ease-in-out infinite;
	animation: blink 4s ease-in-out infinite;*/
}

.eventline.upcoming:hover {
	text-shadow:
	-1px  0px 0 #000,
	 1px  0px 0 #000,
	 0px  1px 0 #000,
	 0px -1px 0 #000,
	 0px 0px 40px #FCED00;
}

.separator {
	border-bottom: 3px #FCED00 solid;
	-ms-transform: rotate(-6deg); /* IE 9 */
	-webkit-transform: rotate(-6deg); /* Chrome, Safari, Opera */
	transform: rotate(-6deg);
	margin-bottom: 60px;
}

.sidenote{
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	position: absolute;
	left: -15.3%;
	top: 15px;
}

.currentlabel {
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	position: fixed;
	left: 3.6%;
	top: 45px;
}

.highlight {
	background-color: #FCED00;
	line-height: 4px;
	display: inline-block;
	text-decoration: none;
}

.button {
	cursor: pointer;
	text-decoration: underline;
}

.previewimage {
	padding: 0px;
	margin: 0px;
	position: fixed;
	bottom: 40px;
	right: 4.1%;

	width: 38%;
}

.previewimage img {
	box-shadow: 0px 0px 50px #FCED00;
}

.hidden {
	opacity: 0;
}

.infoline {
	margin-top: 1em;
}

.credits {
	font-family: 'Roboto', sans-serif;
	font-size: 6pt;
	position: fixed;
	left: 4.1%;
	bottom: 45px;
}

@media only screen and (max-width: 960px) {
	#content {
		width: 100%;
		padding: 0px;
		margin: 0px;
		left: 0px;
		top: 0px;
	}

	.page {
		box-sizing: border-box;
		width: 100%;
		margin: 0px;
		padding: 20px;
		left: 0px;
		top: 150px;
	}

	.page.event {
		top: 50px;
	}

	.eventline {
		font-size: 20pt;
	}

	.eventdetail {
		font-size: 16pt !important;
	}

	.section {
		margin: 0px;
	}

	.sidenote {
		position: absolute;
		left: 0px;
		top: -20px;
		opacity: 0;
	}

	.menu {
		box-sizing: border-box;
		background-color: #F6F6F6;
		z-index: 1000;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 160px;
		padding: 20px;
	}

	.menu.event {
		height: 80px;
	}

	.currentlabel {
		font-family: 'Roboto', sans-serif;
		font-size: 12pt;
		position: fixed;
		left: 20px;
		top: 131px;
		z-index: 2000;
	}

	.currentlabel.event {
		top: 50px;
	}

	.previewimage {
		display: none;
	}

	.popup {
		box-sizing: border-box;
		width: 100%;
		top: 0px;
		left: 0px;
		bottom: 0px;
		padding: 0px;
		margin-left: 0px;
	}

	.popup > .content {
		padding: 40px;
	}

	.menuitem.about {
		display: none;
	}

	.menuitem.event {
		display: none;
	}

	.mobilemenu {
		display: inline-block;
		text-decoration: underline;
		margin-right: 10px;
		cursor: pointer;
	}

	.menuitem.more{
		display: none;
	}

	.menuitem.mailinglist{
		display: none;
	}

	.credits {
		display: none;
	}
}

@media only screen and (min-width: 1440px) {

}
