body {
	width:100%;
    margin: 0 ;
    padding: 0 ;
	
	font-family: Ubuntu;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 1.1em;
}

h2{
	font-weight: 100;
}


.logocontainer{
	float:left;
}

.logo{
	width:70px;
	height: auto;
	margin-top: 10px;
	margin-left: 50px;
}

.topmenu{
	position: fixed;
	z-index: 9999;
	    top: 0px;
	    width: 100%;
		background: linear-gradient(rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.45));
		padding-bottom:10px;

}

nav ul{
    margin: 0 !important;
    padding-top: 0 !important;
    list-style-type: none;
    overflow: hidden;
	padding-right:50px;
}

nav ul li{
	margin-top: 10px;
	padding: 10px;
	float:right;
}

a{
	text-decoration: none;
	color: darkred;
}

nav ul, nav ul li a {
	
	font-size: 1.1em;
	color: white;
	text-decoration: none;	
}

nav ul li a:hover{
	color: rgb(172 , 40, 40);
}

.active{
	text-decoration: underline;
	color: red;
}


.header {
     width:100%;
	 height: 50vh;
	 min-height: 300px;
	 background: linear-gradient(rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.00)	     ),url("../img/dresden.jpg") no-repeat scroll center center / cover;
	 
	 border-bottom: solid 10px;
	 border-color: rgb(172 , 40, 40);
	
}


.content{
	
	width: 100%;
}

.divider {
	width:100%;
	height: 10px;
	background: rgb(172 , 40, 40);
	clear:both;
}

.centerbar{
	width:800px;
	max-width:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top:20px;
	background: linear-gradient(rgba(0, 0, 0, 0.05),rgba(0, 0, 0, 0.05));
}


.item{
	display:inline-block;
	clear:both;
	width: 95%;
	padding: 40px 20px 40px 20px; 
}

.item-smallboarder{
	display:inline-block;
	clear:both;
	width: 95%;
	padding: 5px 20px 5px 20px; 
}

.canvas{
    margin: 0 auto;
}

.unstyled{
	list-style-type: none;
	text-decoration: none;	
	list-style:none;
}

.unstyled li{
	padding: 3px;
}

.itemimage{
	width:40%;
	float:left;
}

.itemimage img{
	width:80%;
}

.itemcontainer{
	width: 60%;
	float:right;
}

.itemheader{
}

.itemcontainerleft{
	float:left;
	margin-left: 50px;
	margin-right: 50px;
	width: 280px;
}

.itemcontainerright{
	float:left;
	margin-left: 50px;
	margin-right: 50px;
	width: 280px;
}

hr {
	border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	width: 80%;
}

.split{
	width: 100%;
	height: 300px;
	position: relative;
	vertical-align: middle;
}

.centercontainer{
	height: 50px;
	width: 100%;
	position: relative;
	vertical-align: middle;
}

 .center{
	 width: 100%;
	 margin: 0 auto;
	 text-align:center;
	 margin-top:0px; 
	 margin-bottom:0px;
	 position: absolute;               
	 top: 50%;                      
	 transform: translate(0, -50%) 
	}

.large{
   	 color: white;
   	 font-size: 3em;
   	 font-weight: 400;
 }

.publicationscontainer{
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 50px;
}

.bibtex-citation{
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.bibtex-citation{
	hyphens: auto; 
	text-align: justify;
	line-height: 1.15em;
}

pre{
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	    white-space: -pre-wrap; /* Opera */
	    white-space: -o-pre-wrap; /* Opera */
	    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	    word-wrap: break-word; /* IE 5.5+ */
	width: 100%;
	background: lightgray;
	border: 1px solid;
	border-color: gray;
	padding: 10px;
}

footer{
	padding-top: 20px;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.80),rgba(0, 0, 0, 0.80));
	margin: auto;
 	border-top: solid 10px;
	border-color: rgb(172 , 40, 40);
}

footer .container{
	display:inline-block;
	clear:both;
	width:80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	
}


footer .brandcontainer{
	width: 100%;
	float: center;
}

.brand{
	width:20%;
    display: block;
    margin: 0 auto;
}

.col-x-3{
	width: 20%;
	float: right;
	padding: 15px;
}

footer h2{
	font-size: 1.1em;
	color: rgb(172 , 40, 40);
}

footer ul{
	list-style-type: none;
	padding-left: 10px;
}

footer ul li{
	color: gray;
	padding-left:15px;
	padding-bottom: 4px;
	border-left: solid 1px;
	border-color: darkgrey;
}

footer ul li a{
	color: gray;
}

footer .note{
	clear: both;
	width: 100%;
	text-align:center;
	color: gray;
	font-size: x-small;
	padding-top: 10px;
	padding-bottom:50px;
}


.red, .hover-red:hover {
    color: #fff !important;
    background-color: rgb(172 , 40, 40) !important;
}
.progressbar {
    background-color: #757575;
    height: 100%;
    position: absolute;
    line-height: inherit;
}

.text-white, .hover-text-white:hover {
    color: #fff !important;
}
.center {
    text-align: center !important;
}

.progress-container {
    width: 100%;
    height: 1.4em;
    position: relative;
    background-color: #CCCCCC;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 960px) {
	.itemcontainerleft{
		float:left;
		margin-left: 50px;
		margin-right: 50px;
		width: 35%;
	}

	.itemcontainerright{
		float:left;
		margin-left: 50px;
		margin-right: 50px;
		width: 35%;
	}

	.item{
		padding-right: 0px;
	
	}

	.item-smallboarder {
		padding-right: 0px;
	}
}

@media screen and (max-width: 650px) {
	.topmenu{
		position: absolute;
	}
	
	footer .container{
		width: 100%;
		position: relative;
		vertical-align: middle;
	}
	
    .col-x-3{
		width: 80%;
	    display: block;
	    margin: 0 auto;
   	}
}

@media screen and (max-width: 380px) {

	ul{
		margin:0; 
		padding:0; 
	}

        .item{
                padding-left: 0px;
        }

        .item-smallboarder {
                padding-left: 10px;
        }

}
