html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Coda, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	line-height: 1.5em;
	color: #fff;
	background-color: #000;
}
a img {
	border: 0 none;
}
h1 {
	position: relative;
	font-size: 24pt;
	font-weight: bold;
	margin: 26px 0 52px 0px;
	text-transform: uppercase;
	line-height: 1em;
}
h2 {
	font-size: 16pt;
	line-height: 1em;
	font-weight: bold;
	margin: 26px 0 26px 0px;
}
h3 {
	font-size: 16pt;
	font-weight: bold;
	margin: 20px 0 20px 0px;
}
h4 {
	font-size: 14pt;
	font-weight: bold;
	margin: -45px 0 40px 0;
}
p {
	margin: 1em 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
#content p:first-child,
#content h1:first-child,
#content h2:first-child,
#content h3:first-child,
#content h4:first-child {
	margin-top: 0;
}
#content p:last-child,
#content h1:last-child,
#content h2:last-child,
#content h3:last-child,
#content h4:last-child {
	margin-bottom: 0;
}
hr {
	border: 0 none;
	background-color: transparent;
	margin: 1em 0;
	padding: 0;
	border-top: 1px solid #000;
}
a {
	color: #fff;
	text-decoration: underline;
	transition: color .25s ease-in-out;
}
a:hover {
	color: #999;
	text-decoration: none;
}

img {
	max-width: 100%;
}


.contentblock {
	margin: 0 auto;
	max-width: 920px;
	padding: 0 30px;
	position: relative;
}


#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	background-color: rgba(0,0,0,0.0);
	transition: background-color 500ms ease-out;
}
	#header .contentblock {
		text-align: right;
	}
	#header .menu {
		position: relative;
	}
	#header .menu .menuitem {
		display: inline-block;
		position: relative;
	}
	#header .menu .menuitem a {
		display: inline-block;
		color: #fff;
		text-decoration: none;
		padding: 20px 10px;
		transition: color 250ms ease-in-out, background-color 500ms ease-out;
		background-color: rgba(255,255,255,0.0);
	}
		#header .menu .menuitem a:hover,
		#header .menu .menuitem a.active {
			color: #999;
		}
	#header.expanded {
		background-color: rgba(0,0,0,1.0);
	}
	#header.expanded .menuitem a:hover,
	#header.expanded .menu .menuitem a.active {
		background-color: rgba(255,255,255,0.1);
	}


#main {
	position: relative;
}




#content {
}
	#content .contentblock {
		padding: 1px 0;
	}
	#content .text {
		width: 100%;
	}
		/*body.onepage #content .text {
			padding-bottom: 204px;
		}*/
		#content .text .fullscreenimage {
			height: 600px;
			background-size: auto 100%;
			background-position: 50% 50%;
			background-repeat: no-repeat;
			text-align: center;
			position: relative;
		}
			#content .text .fullscreenimage p.bottom {
				color: #fff;
				font-size: 16pt;
				line-height: 1.75em;
				margin: 0;
				padding: 0;
				position: absolute;
				bottom: 15%;
				width: 100%;
				z-index: 10;
			}
			#content .text a.scrollicon {
				display: block;
				position: absolute;
				color: #fff;
				background-color: rgba(0,0,0,0.0);
				margin: 0;
				padding: 0;
				z-index: 5;
				border: 2px solid #fff;
				font-size: 30px;
				line-height: 40px;
				width: 40px;
				height: 40px;
				bottom: 5%;
				left: 50%;
				margin-left: -20px;
				border-radius: 40px;
				transition: background-color 250ms ease-in-out;
			}
				#content .text a.scrollicon:hover {
					background-color: rgba(0,0,0,0.25);
				}
			#content .text a.videobutton {
				display: inline-block;
				position: relative;
				color: #999;
				background-color: rgba(0,0,0,0.0);
				margin: 0;
				padding: 6px 22px;
				z-index: 5;
				border: 2px solid #999;
				font-size: 14px;
				line-height: 30px;
				white-space: nowrap;
				height: 30px;
				top: 50%;
				border-radius: 2px;
				transition: all .25s ease-in-out;
				text-decoration: none;
			}
				#content .text a.videobutton:hover {
					color: #fff;
					border-color: #fff;
					background-color: rgba(0,0,0,0.25);
				}
			#content .vertcenter {
				position:relative;
				top:0;
				width:920px;
				max-width:90%;
				margin:0 auto;
			}
		body.onepage #content .text .inlinecontent {
			padding: 52px 0;
		}
		body.onepage #content .text .inlinecontent.fullheight {
			padding: 0;
			/* background-size: cover;
			background-position: 50% 50%;
			background-repeat: no-repeat; */
		}
			#content a.anchor {
				position: relative;
				top: -114px;
				display: block;
				visibility: hidden;
			}
			#content a.anchor.exactpos {
				top: -54px;
			}
	#content .blackback {
		background-color: #000;
	}
	#content .darkgreyback {
		background-color: #222;
	}
	#content .greyback {
		background-color: #444;
	}
	#content .redback {
		background-color: #571e23;
	}

#content .folder-title {
	font-weight: bold;
	padding: 6px 12px;
	margin-top: 0.5em;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid rgba(255,255,255,0.5);
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: background-color 150ms ease-in-out;
	letter-spacing: 0.02em;
}
	#content .folder-title:hover {
		background-color: rgba(0,0,0,0.75);
	}
	#content .folder-title.closed {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
#content .folder-content {
	padding: 6px 12px;
	background-color: rgba(127,127,127,0.25);
	border: 1px solid rgba(255,255,255,0.5);
	border-top-style: none;
	margin-bottom: 0.5em;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#content .gallery {
    position: relative;

}
#content .owlcarousel {
	width: 960px;
	margin-left: -20px;
}
	#content .owlcarousel .item {
		text-align: center;
	}
		/*#content .owlcarousel .item img {
			width: 280px;
		}*/

#videotrailercontent {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	cursor: pointer;
	z-index: 800;
	display: none;
}
	#videotrailercontent .close {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 30px;
		color: #fff;
		background-color: rgba(0,0,0,0.75);
		text-align: center;
    	line-height: 30px;
	}

a.videolink {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 2em;
	position: relative;
}
	a.videolink:after {
		content: "\f144";
		font: normal normal normal 14px/1 FontAwesome;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 80px;
		margin: -60px 0 0 -40px;
		opacity: 0;
		transition: opacity .25s ease-in-out;
	}
	a.videolink:hover:after {
		opacity: 1;
	}

#content .text a.button {
	display: inline-block;
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
	#content .text a.button .button {
		display: inline-block;
		position: relative;
		/* color: #fff; */
		margin: 0 20px .5em 0;
		padding: 0 0 0 44px;
		text-align: center;
		border: 1px solid #fff;
		line-height: 44px;
		white-space: nowrap;
		height: 44px;
		min-width: 96px;
		border-radius: 4px;
		background-color: #000;
		transition: all .25s ease-in-out;
	}
		#content .text a.button .button i.fa {
			position: absolute;
			left: 12px;
			top: 12px;
		}
		#content .text a.button:hover .button {
			border-color: #999;
		}

table.collapsable {
	width: 100%;
	margin-top: 26px;
	border-spacing: 0;
}
	table.collapsable td h1:first-child {
		margin-top: 0;
	}
	table.collapsable>tr>td,
	table.collapsable>tr>th,
	table.collapsable>tbody>tr>td,
	table.collapsable>tbody>tr>th {
		width: 50%;
		padding: 0;
		margin: 0;
	}
	table.collapsable>tr>td:first-child,
	table.collapsable>tr>th:first-child,
	table.collapsable>tbody>tr>td:first-child,
	table.collapsable>tbody>tr>th:first-child {
		padding-right: 20px;
	}

.iframecontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
	.iframecontainer iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/** Clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/** Projekktor Overwrites **/

.projekktor {
    font-family: inherit;
    text-transform: inherit;
    display: inline-block;
    max-width: 100%;
}
.videocontainer {
	position: relative;
    width: 100%;
    padding-bottom: 56.25%;	/* 16:9 */
}
	.videocontainer .projekktor,
	.videocontainer .projekktor-hidden {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}



/** Responsive **/
@media all and (min-width: 1280px) {
	#videotrailercontent .videocontainer {
		position: relative;
	    padding-bottom: 0;
		width: 1280px;
		height: 720px;
		margin: 0 auto;
	}
}
@media all and (max-width: 960px) {
	#content .owlcarousel {
		width: 90%;
		margin: 0 5%;
	}
	#content h1,
	#content h2,
	#content p,
	#content .folder-title,
	#content .folder-content {
		margin-left: 5%;
		margin-right: 5%;
	}
}
@media all and (max-width: 640px) {
	#header .contentblock {
		padding-left: 6px; 
		padding-right: 6px;
		font-size: 11pt;
	}
	#header .menu .menuitem a {
		padding: 6px;
	}
	#content .text .fullscreenimage {
		max-height: 420px;
	}
}
@media all and (max-width: 400px) {
	/*#content .owlcarousel .item img {
		width: 140px;
	}*/
	#header {
		position: relative;
	}
		#header .contentblock {
			text-align: left;
		}
		#header .menu .menuitem {
			display: inline-block;
			margin: 5px;
			width: 40%;
		}
			#header .menu .menuitem a {
				display: block;
				padding: 0;
			}
			#header .menu .menuitem.alt {
				text-align: right;
				float: right;
			}
	#content a.anchor.exactpos {
		top: 0;
	}
	#content .text .fullscreenimage {
		max-height: 320px;
	}
	#content .text .fullscreenimage p.bottom {
		bottom: 25%;
	}
}
