/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Rosarivo');

html, body {
    height: 100%;
    font-family: "DINWeb1", Arial, sans-serif;
    background: #e4e4e4;
    color: #626469;
	background-image:url('http://journals.ub.uni-heidelberg.de/media/air/hintergrundbild_altesojs.jpg');
	background-position-y: 0;
	background-position-x:center;
	background-repeat:no-repeat;
}

a:link { color: #660000; text-decoration:underline; }
a:visited { color: #660000; text-decoration:underline; }
a:active {text-decoration:underline;}
a:hover {color:#626469; text-decoration:underline;}

#container {
    width: 100% !important;
	max-width:1160px;
    min-width: auto !important;
    margin: 0px auto;
	background:#fff;
	display:flex;
	flex-flow: column;
	min-height:100%;
}

#header {
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    width: 100%;
	flex: 0 1 auto;
}

/* Hauptnavigationn */
#navbar {
    border-bottom: none;
}

#navbar a {
    color:#626469;
    font-weight:normal;	
}

#navbar a:hover {
    color:#660000;
    font-weight:normal;	
	text-decoration:none;
}

#navbar ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#navbar ul li::after {
    color: #626469;
    content: "/";
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    padding-right: 10px;
	padding-left:10px;
}
#navbar li {
    display: block;
    float: left;
    padding: 0;
    position: relative;
    visibility: inherit;
}
#navbar ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#navbar ul li:first-child::after {
    content: none;
}

ul.menu #login {
  display: none;
}

ul.menu #register {
  display: none;
}

#breadcrumb a {
    color:#626469;
}

#breadcrumb a:hover {
    color:#660000;
}

#body {
    flex: 1 1 auto;
    }

#main {
    width: calc(100% - 220px);
    margin:0 0 30px 0;
	padding:15px 15px;
	box-sizing: border-box;
}

#content {
    border:none;
}

#main h2 {
	margin-top:30px;
	color:#660000;
	font-weight:normal;
	font-family: "Rosarivo", Arial, sans-serif;
}

#main h3, #main h4 {
	color: #626469;
    font-weight: bold;
	font-family: "DINWeb2", Arial, sans-serif;
}


#rightSidebar {
    width: 220px;
    padding:30px 15px;
    height: 100%;
    margin:0 0 3px 0;
	box-sizing: border-box;
}

#sidebar div.block span.blockTitle, #sidebar div.block span.blocktitle {
	color: #626469;
	font-family: "DINWeb2", Arial, sans-serif;
	font-size:14px;
	letter-spacing: 0em;
}

#footer {
    background: #f0f0f0; 
	border-top:1px solid #ddd;
	color:#666666;
    width: 1160px;
    position: fixed;
    bottom: 0;
    padding:10px 15px;
	min-height: 30px;
	margin:0 -15px;
	text-align: left;
	box-sizing: border-box;
}

/* Seite Über uns */
/*Sonstiges*/
#aboutOther { 
 display: none; 
}




