html {
	height: 100%;
}
body {
	font-family: "Open Sans", Calibri, Helvetica, sans-serif;
	font-weight: 300;
	background-image: url(/img/cartographer.png);
	padding: 0;
	margin: 0;
	height: 100%;
}

a{
	color: inherit;
	text-decoration: none;
}

#flex_parent {
	display: flex;
	min-height: 100%;
}

#logo{
	display: block;
	padding-top: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	margin-bottom: 5em;
}

#nav_bar {
	position: relative;
	background-image: url(/img/cartographer.png);
	float: left;
	margin: 0;
	min-width: 300px;
}

#gallery {
	margin: 0;
	padding: 0;
}

#gallery a {
	opacity: 0.6;
	width: 300px;
	height: 300px;
	float: left;
}

#movies iframe{
	float: left;
	padding-top: 5em;
	padding-left: 5em;
}

#showcase {
	height: 990px;
}

#showcase img{
	max-height: 100%;
	float: left
	
}

#gallery a:hover {
	opacity: 1.0;
}

#nav_gradient {
	top: 0;
	bottom: 0;
	position: absolute;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.2+0,0+15,0+85,0.2+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.2)), color-stop(15%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.2) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.2) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */
}

#content_wrapper {
	float: left;
	margin: 0;
	width: 85%;
	min-height: 100%;
}

.content {
	margin: 0;
	padding: 0;
}

#nav_bar li:hover {
	background-color: rgba(200,200,200,1.0);
	color: rgb(30,30,30);
}

#nav_bar li {
	font-size: 1.3em;
	color: rgb(230,230,230);
	border-bottom-style: solid;
	border-bottom-color: rgb(30,30,30);
	border-bottom-width: 2.5px;
	padding: 0.8em;
	list-style-type: none;
}

#filter li {
	font-size: 0.8em;
	font-style: italic;
	color: rgb(210,210,210);
}

#nav_bar ul {
	margin: 0;
	padding: 0;
}

#nav_bar nav {
	text-align: center;
}

#nav_bar label {
	color: rgb(230,230,230);
	padding-left: 4em;
	float: left;
	padding-right: 3em;
	
}

#filter_options {
	border: none;
	border-style: none;
}

fieldset {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-style: solid;
	border-bottom-color: rgb(30,30,30);
	border-bottom-width: 2.5px;
}

/*LEBENSLAUF*/
#foto {
	padding-bottom: 2em;
}

th,td{
	font-family: "Open Sans", Calibri, Helvetica, sans-serif;
	font-weight: 300;
	color: rgb(230,230,230);
	text-align: left;
	padding-right: 3em;
	padding-bottom: 1.5em;
}

#vita {
	padding-top: 5em;
	padding-bottom: 10em;
	padding-left: 10em;
	padding-right: 10em;
}

#vita li{
	padding: 0.8em;
	color: rgb(230,230,230);
}

#vita h1, h2 {
	padding-bottom: 1em;
	color: rgb(230,230,230);
}