/* General Style */ 

body {
	max-width: 100%;
	font-size:100%;
	margin:0em;
	padding:0em;
	
	background-color: #000000;
}

titel {
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#878686;
	margin:0em;
}


p {
	line-height:1.25em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	color:#878686;
	text-align:justify;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	color:#878686;
	line-height:1.25em;
	margin:0em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em;
	list-style-type: none;
}

img {
	width:90%;
	height:auto;
	max-width:100%;
}

a {
	text-decoration: none;
}
bold {
	font-weight: bold;
}
underline {
	text-decoration: underline;
	color: #878686;
}

underlinebold {
	text-decoration: underline;
	font-weight: bold;
	color:#878686;
	font-size: 1.2em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
	line-height: 4em;
	letter-spacing: 0.15em;
	padding-top: 0.563em;
	padding-bottom: 0.375em;
}

.formtext {
	display: block;
	float: left;
	width: 40%;
}

/* On Top Bar */
#menubar {
	display:block;
	background-color:#000000;
} 
#menubar ul {
	display:block;
	width:2em;
	padding-top:2em;
	padding-bottom:3em;
	padding-left:1em;
}
#menubar ul li {
	display:inline;
	
}
#menubar ul li a.menubutton {
	display:none;
}
/* Header */ 
header {
	max-height:90px;
	display:block;
	text-align:left;
	img-align:left;
	background-color:#000000;
	padding-top: 3em;
	padding-bottom: 2em;
	padding-left: 2em;
}
header ul img{
	max-width:500px;
}


/* Navigation */ 
nav {
	width:20%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.875em;
	color:#878686;
	vertical-align: top;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 4em;
	float: left;
	display: block;
}

nav black {
	width:20%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color:#000000;
	
}

nav ul {
	display:list-item;
	list-style: none;
}
nav ul li {
	display:list-item;
	list-style: none;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a {
	color:#878686;
	font-size: 1.2em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
	line-height: 4em;
	letter-spacing: 0.15em;
	padding-top: 0.563em;
	padding-bottom: 0.375em;
}

nav ul li a:hover {
	border-bottom-width: 0.3em;
	border-bottom-style: solid;
	border-bottom-color: #878686;
}
nav ul li a.active {
	border-bottom-width: 0.3em;
	border-bottom-style: solid;
	border-bottom-color: #878686;
}


	/* Content Area */ 
	
#main {
	display:inline-block;
	width: 65%;
	padding:0em;
	margin-top: 1.25em;
	margin-right: 1em;
	margin-bottom: 1.25em;
	margin-left: 1em;
		
	
}



	


#main articlet {
	display:inline-block;
	width:90%;
	vertical-align: top;
	text-align:left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	
}
#main articlet p {
	display:inline-block;
	text-align: left;
	font-size: 1em;
	max-width:100%;
	
}
	
#main articlet p a {
	color:#878686;
	text-decoration: underline;
}

#main articlet img {
	
	width:100%;
	
}
#main articlet video {
	
	width:100%;
	box-shadow:0px 0px 10px -5px #FFFFFF;
	
}



 

#main articlex {
	display:inline-block;
	width:60%;
	vertical-align: top;

	
	
}
#main articlex p {
	display:inline-block;
	text-align: left;
	
}
#main articlex a {	
	color:#878686;
	
}
#main articlex img {
	
	width:80%;
	
}
#main articlex a.active {
	border-bottom-width: 0.3em;
	border-bottom-style: solid;
	border-bottom-color: #878686;
	
	
	
}

video {
	width:100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container-wrapper {
	max-width: 80%;
	width: 620px;
	left: 0;
	right:0;
	margin:auto;
}
	
	
adress {
	display: block;
	text-align:center;
	width: 100%;
	vertical-align: top;
	padding-left: 4em;
	
}

adress p {
	display:block;
	width: 100%;
	color: #878686;
	text-align: center;	
	

}


adress p a {
	color:#878686;
	text-decoration: underline;
	
}

/* Footer */ 
footer {
	display: none;
	text-align:center;
	clear:both;
	width: 100%;
	background-color:#000000;
	
}

footer p {
	display:inline-block;
	width: 100%;
	color: #878686;
	text-align: center;	

}


footer p a {
	color:#878686;
	text-decoration: underline;
}

/* Mobile Style */
@media screen and (max-width:900px) {
	body {
		font-size:90%;
	}
	@media screen and (max-width:800px) {
	body {
		font-size:80%;
	}
	@media screen and (max-width:700px) {
	body {
		font-size:70%;
	}
}
@media screen and (max-width:640px) {
	#main, #main aside, #main articlet, #main articlet video, #adresse, #adresse img, video, nav, footer 
	
	{
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
	
	#main articlet video 
	{
		box-shadow:0px 0px 10px -5px #FFFFFF;
		width:100%;
		 
	}
	
	
	#main articlex 
	{
		display:inline-block;
		width:80%;
		 
	}
	
}
@media screen and (min-width:641px) {
	nav.nav {
		display:block !important;
	}
}
@media screen and (max-width:640px) {
	body {
		font-size:86%;
	}
	#adresse {
		display:none;
	}
	header {
	display:block;
	}
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
		line-height: 2em;
		border-bottom-width: 0.188em;
	border-bottom-style: solid;
	border-bottom-color: #878686;
		}
	nav ul li {
		display:block;
		margin:0.3em 0.3em 0.3em 1em;
	}
	
	
	
	adress {
	display: none;
	}
	footer {
	display:block;
	}
	
}
