@font-face {
    font-family: 'ClearSans';
    src: url('./fonts/ClearSans-Regular-webfont.eot');
    src: url('./fonts/ClearSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/ClearSans-Regular-webfont.woff') format('woff'),
         url('./fonts/ClearSans-Regular-webfont.ttf') format('truetype'),
         url('./fonts/ClearSans-Regular-webfont.svg#clear_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
}

html {
	background: url('../images/osb.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/osb.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/osb.jpg', sizingMethod='scale')";
}

body {
	font-family: "ClearSans", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	color: black;
}

body > header {
	position: fixed;
	z-index: 70;
	width: 80vw;
	height: 118px;
	padding: 20px 10vw 0 10vw;
}

h1 {
	margin: 0;
	font-size: 1.6em;
	float: left;
}

h1 img {
	vertical-align: middle;
	margin-right: 15px;
	width: auto;
	height: auto;
	max-width: 10vw;
	max-height: 10vh;
}

.underscore:after {
	content: '_';
}

#menu, #lang {
	font-size: 1.1em;
	line-height: 78px;
	float: right;
}

#menu li, #lang li {
	display: inline;
}

#menu a, #lang a {
	display: inline-block;
	color: black;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	line-height: 1;
}

#menu li:not(:first-of-type) a {
	margin-left: 20px;
}

#lang li:not(:first-of-type) a {
	margin-left: 10px;
}

#menu a:hover, #menu li.active a, #lang a:hover, #lang li.active a {
	border-bottom: 3px solid black;
}

#menu li.icon {
	display: none;
}



h2 {
	margin: 0 0 30px 0;
	font-size: 1.1em;
	padding: 0;
	font-weight: normal;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.section {
	position: relative;
}

.exposition {
	position: relative;
	width: 960px;
	max-width: 80vw;
	margin: 98px auto 0;
}

.exposition .images {
	max-width: 600px;
	width: 80vw;
	float: left;
	position: relative;
	margin: 0 52px 40px 0;
}

.images img {
	width: 100%;
	vertical-align: middle;
	outline: 4px solid black;
}

.exposition .content {
	max-width: 260px;
	height: 410px;
	background: rgba(255, 255, 255, 0.5);
	padding: 20px 16px;
	font-size: 80%;
	overflow: auto;
	float: left;
	outline: 4px solid rgba(255, 255, 255, 0.5);
}

.preziti, .bunkerkauf {
	width: 60%;
	background: rgba(255, 255, 255, 0.5);
	padding: 20px 16px;
	margin: 0 auto;
}

.bunkerkauf .images {
	text-align: center;
	margin-bottom: 10px;
}

.bunkerkauf .images img {
	margin: 0 5px;
	width: auto;
}

h3 {
	margin: 10px 0 0 0;
}

h4 {
	margin: 0;
}

h5 {
	margin: 20px 0 0;
	font-size: 100%;
}

h5 + p {
	margin-top: 5px;
}

.about {
	margin-top: 20px;
}

.about p {
	margin: 20px 0 6px;
}


.content a {
	color: blue;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}


#contact-section .content {
	text-align: center;
	font-size: 120%;
}

#contact-section h2 {
	margin: 0 0 6px 0;
	font-weight: bold;
}

.cafe {
	margin-top: 20px;
}

#contact-section a {
	color: black;
	text-decoration: underline;
}

#contact-section a:hover {
}



.timeline li {
	text-indent: -50px;
	margin-left: 50px;
}

.timeline time {
	display: block;
	float: left;
	width: 50px;
}


@media screen and (max-width:1000px) {
	#menu, #lang, h2 {
		font-size: 1em;
	}
	
	body {
		font-size: 0.9em;
	}

	h1 {
		font-size: 0;
	}
	
	#menu li:not(.right) { display: none; }
	
	#menu li.icon {
		display: inline-block;
	}
	
	#menu.responsive {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		_width: 200px;
		background: rgba(255, 255, 255, 0.9);
		text-align: right;
		padding: 20px 10vw 0 0;
	}
	
	#menu.responsive li {
		float: none;
		display: block;
	}

	#menu.responsive li a {
		text-align: left;
	}
}
