/* INITIAL */
header{
	padding-top: 30px!important;

}

a{
		text-decoration:none;
		color: #A61419;
}
a:hover{
		color: #D81C1C;
		text-decoration: none;
}

.units-container{
	max-width: 1200px;
}

#logo{}
#slogan{
visibility:hidden;
}
#lang{
	visibility:hidden;
}
#search{
text-align:center;
padding: 20px 0;
}

#info{
	background-color: #242424;
	max-height: 500px;
}

#photoslides{

	max-width: 1200px;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	max-height: 500px !important;

}
	.flex-viewport{
		max-height: 500px !important;
	}

.nav-v ul li {
	border: 0 !important;
	font-weight: bold;
	padding-top: 10px !important;

}
.nav-v ul li a{
	color: #393939 !important;
	text-decoration: none !important;
}
.nav-v ul li a:hover{
	color: #D51D1B !important;
	text-decoration: none !important;
}

.nav-v ul li.sdoc a{
	color: #D51D1B !important;
	text-decoration: none !important;

}

#navigator{
	padding-bottom: 20px;
	font-size: 120%;
}


#content{
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

#placeholder{
	padding-top: 40px;
}
#printlink{
	text-align:right;
}





/* MENU */

div #Menu ul li > a:after { content: ' »'; } /* Change this in order to change the Dropdown symbol */
div #Menu ul li > a:only-child:after { content: ''; } 
div #Menu {
	height:53px;
	margin: 0px auto; 
	text-align: center;
	background-color: #0D0D0D;
	background-color: rgba(13, 13, 13, 0.8);
	position: absolute;
	z-index: 40;
	font-size: 14px;
	text-transform:uppercase;
}
div #Menu ul ul {
	display: none;
}
	div #Menu ul li:hover > ul {
		display: block;
	}


div #Menu ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	position: relative;
	display: inline-table;
}
div #Menu ul:after {
	content: ""; clear: both; display: block;
}

	div #Menu ul li {
		float: left;

	}
	div #Menu ul li:hover {
		background-color: #0D0D0D;
		background-color: rgba(13, 13, 13, 0.8);
	}
		div #Menu ul li:hover a {
			color: #fff;
		}
		div #Menu ul li a {
			display: block; padding: 15px 20px;
			color: #fff; text-decoration: none;
			font-family: 'News Cycle', sans-serif;
			font-weight: 700; 
			font-size: 16px;
			/*font-family: 'juice_boldbold', Arial, sans-serif;*/
		}
		
	div #Menu ul ul {
		margin: 0;
		border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
		z-index: 40;
	}
		div #Menu ul ul li {
			float: none; 
					background-color: #110404;
		background-color: rgba(17, 4, 4, 0.8);
			position: relative;
		}
			div #Menu ul ul li a {
				padding: 15px 40px;
				color: #fff;
				font-family: 'News Cycle', sans-serif;
				/*font-family: 'Exo 2', sans-serif;*/
				
			}	
			div #Menu ul ul li a:hover {
				background-color: #3A0909;
				background-color: rgba(58, 9, 9, 0.5);
			}
	div #Menu ul ul ul {
		position: absolute; left: 100%; top:0;
	}
li.sdocs a{
			color: #D51D1B !important;
			text-decoration: none !important;
}
li.sdocs ul li a{
	color:#fff !important;

}

#article{
	padding-top: 33px;
	font-family: 'Roboto', sans-serif;


}

.box{
	font-family: 'Roboto', sans-serif;
	text-align: justify;	
}
.box h4{
	font-size: 14px;
}

#right-bar{
	padding-top: 4px;
}


/* FOOTER */

#top{
background-image:url('./images/top.jpg'); 
text-align:center;
/*background-size: cover;*/
background-repeat: no-repeat;
height: 103px;
background-position:center;
}
	#top a{
		color:white;
		display:block;height:100%;width:100%;text-decoration: none;
		text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
		
	}

#footer{

	background-color: #242424;
	padding: 50px 0;
	text-align: center;
	color: white;
}
	

@media screen and (max-width: 585px) {
.mobil{
	text-align: center;
	font-size: 150%;
}
.nomobil{
	display: none;
}
}

/* DEVELOPER */

/*
* :hover{outline:2px dotted red}
* * :hover{outline:2px dotted green}
* * * :hover{outline:2px dotted orange}
* * * * :hover{outline:2px dotted blue}
* * * * * :hover{outline:1px solid red}
* * * * * * :hover{outline:1px solid green}
* * * * * * * :hover{outline:1px solid orange}
* * * * * * * * :hover{outline:1px solid blue}

*/