/* CSS Document */


body {
  background: #ffffea;
  font-family: Verdana, Helvetica, sans-serif;    
}

#container {
	max-width:1200px;
	margin:0 auto;
}

#header {
	margin:0 !important;
	max-width:1200px !important;
	}

#rightSidebar {
  width: 200px !important;
  margin: 3.9em 0 0 0 !important;
}

#breadcrumb {
  color: #666666;
  padding: 0.5em 10px 0.5em 10px;
  border-bottom: 1px solid #ddd; /*#B06223; */
  border-left: 1px solid #f2f2df;
  border-right: 1px solid #f2f2df;
  margin-top:45px;
}

#breadcrumb a {
  color: #666666;
}


#breadcrumb a:hover, a:focus {
  color: #666666 /*6b3b14*/ !important;
}

#content {
  padding: 0 10px 2em 10px;
  border-top: none !important;
  border-left: 1px solid #f2f2df;
  border-right: 1px solid #f2f2df;
}

#content a {
  color: #B06223 !important;
}

img {
  border: none; 
}

table.tocArticle {
 padding-top: 0.9em !important;   }

#main {
  background: #FFFFFF;
  margin-top: 0;
  margin-left: 0 !important;
  /*overflow: hidden;*/
  width: 982px;
}

#main h2 {
  color: #e19254;
  font-weight: normal !important;
  padding: 1.3em 10px 1.3em 10px;
  text-transform: uppercase;  
  border-left: 1px solid #f2f2df;
  border-right: 1px solid #f2f2df;
  margin:0;
}

#main p {
  margin-bottom: 0.7em;
  font-size: 0.85em;
  line-height: 1.3em;
  text-align: justify;
}

#main h3 {
  font-size: 1.1em;
}

ul.menu {margin-top:7px;}

#navbar {
    border-bottom: 1px dotted #666666;
    padding: 0;
	background: #555555;
    height:45px;
    max-width:1200px;
	position:absolute;
	width:100%;
}    

#navbar ul li { 
    padding: 8px 15px;
	background:#646464;
	font-family: 'EB Garamond';
    font-size: 130%;
	margin-right: -5px;
}   

#navbar ul li:hover { 
	background:#828282;
} 

#navbar ul li a:hover { 
	text-decoration:none;
} 

#navbar a {
     color: #fff !important;
	 font-weight:normal !important;
	 font-size: 0.7em;
	 }

#navbar > ul.menu > li#register,
#navbar > ul.menu > li#login {
  display: none; 
}

#pageFooter {
	clear:both;
	margin: 0 -10px -2em -10px;
	padding: 10px;
	color:#fff;
	background: #555;
	font-family: 'EB Garamond';
	font-size: 1.1em;
}

/* zweispaltiges Layout Startseite via "Setup - 5.2" */
#journalDescription {
  float: left;
  margin: 0 1% 2em 0;
}  

#titleImg {
 float: right; 
 margin: 0 0px 0px 20px;
 padding-top: 0;
}


#issueCoverImage img {
    border: 1px solid #C0C0C0;
    display: block;
}

.issueCoverImage img {
    border: 1px solid #C0C0C0;
}

#aboutSubmissions {
  display: none;
}  

a {
 color: #B06223;
}

a:hover, a:focus {
  color: #6b3b14;
}
/*Einzelseiten*/
/*Über uns*/
#aboutOther ul li:last-child {
	display: none;
}

#aboutPolicies ul li:nth-child(2) {
	display: none;
}

#sectionPolicies {
  display: none;
}

/***Responsive***/

@media (max-width: 1200px) 
{

  #main {
	  width:  calc(100% - 210px);
  }
 
  #navbar {
	height:auto;
  } 

  ul.menu { 
    margin-top:3px;
	margin-bottom:3px;
  }
  
  #navbar ul li, .menu li { 
    padding: 4px 7px;
  } 
 
  #container {
	  max-width:1200px;
	  width:100%;
  }
  
  #journalDescription #titleImg {
	  width:200px;
  }
}

@media (max-width: 700px) 
{
  #container {
	width:700px;
  }

  #main {
	width: 490px;
  }
 
  #navbar {
	width:700px;
  } 
}