/**
 * @author      Michael Kettler
 * @package     Joomla!
 * @subpackage  HTML5 Sternwarte
 * @link        https://www.sternwarte-trier.de
 * @email       info@sternwarte-trier.de
 * @copyright   Verein Sternwarte Trier e.V. (C) 2017
 *
**/

/* Allgemeine Einstellungen */

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

body{
  background: url(../images/bg-body.jpg);
  background-repeat: repeat-y;
}

p{
  margin-top: 15px;
}


/* Schriften */

body{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000;
}

h1{
  font-family: 'Julee', Arial, sans-serif;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: #ddd;
  text-shadow: 2px 2px 0px #333;
}

h2{
  font-family: 'Signika', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-shadow: 1px 1px 0px #666;
}

h3{
  font-family: 'Signika', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  /*text-shadow: 1px 1px 0px #666;*/
  margin-top: 15px;
}

h4{
  font-family: Arial, sans-serif;
  font-size: 14px;
}

h5{
  font-family: 'Signika', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #00f;
}

#artikeltext{
  line-height: 16px;
}

#artikeltext p:first-child{
  margin-top: 10px;
}

/* Layout */

#wrapper{
  width: 1280px;
  margin: 0 auto;
  height: auto !important;
  overflow: hidden !important; /* FF Scroll-leiste */
}

#kopf{
  width: 1278px;
  height: 140px;
  margin-top: 3px;
  border: 1px solid #aaa;
  float: left;
  padding: 0px;
}

#kopf p{
  margin: 0px;	
}

#kopf h1{
  margin: -140px;	
}

#kopf a{
  text-decoration: none;
  color: #ddd;
}

#mainmenu{
  width: 1278px;
  height: 40px;
  float: left;
  background: #444444; /* Old browsers */
  background: -moz-linear-gradient(top, #aaaaaa 0%, #444444 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#cccccc), color-stop(100%,#666666)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #aaaaaa 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #aaaaaa 0%,#444444 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #aaaaaa 0%,#444444 100%); /* IE10+ */
  background: linear-gradient(top, #aaaaaa 0%,#444444 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

#inhalt{
  width: 1280px;
  min-height: 660px;
  border-top: 1px solid #aaa;
  background: url(../images/bg-inhalt.png);
  background-repeat: repeat-y;
  float: left;
}

#sidebar{
  width: 200px;
  float: left;
}

#content{
  width: 1037px;
  padding: 20px;
  float: left;
  overflow-y: auto;
  /*max-height: 620px;*/
}

#content p.block{
  text-align: justify;
}

#content p.center{
  text-align: center;
}

#content ul{
  list-style-type: none;
  text-indent: 20px;
}

#content img#links {
  float: left;
  margin: 5px 10px 5px 0px;
}

#content img#rechts {
  float: right;
  margin: 5px 0px 5px 10px;
}

#content table{
  width: 800px;
  border: 2px solid #000;
}

#content table thead{
  background-color: #999;
  text-align: left;
  vertical-align: middle;
}

#content table tbody{
  background-color: #ccc;
  text-align: left;
  vertical-align: middle;
}

#content table th{
  padding: 6px 6px;
  font-weight: bold;
}

#content table td{
  padding: 3px 6px;
}

#content a{
  /*font-weight: bold;*/
  text-decoration: none;
  color: #070;
}
  
#content a:hover{
  color: #d13;
}

figure {
  text-align: left;
}

figcaption {
  display: inline-block;;
  text-align: left;
}

#breadcrumb{
  width: 1024px;
  height: 40px;
  background-color: #777;
  color: #eee;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  float:left;
}

#breadcrumb a{
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #eee;
  text-decoration: none;
  line-height: 40px;
  margin-left: 20px;
}

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

#breadcrumb p{
  padding-right: 10px;
}

#breadcrumb ul{
  margin-left: -32px;
  float: left;
}

#breadcrumb li{
  display: inline-block;
}

#breadcrumb .active{
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #eee;
  text-decoration: none;
  line-height: 40px;
  margin-left: 30px;
}

#footmenu{
  width: 254px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  float:left;
}

/* Navigation */

#mainmenu .menu{
	list-style-type: none;
}

#mainmenu .menu li a{
	width: 180px;
	height: 40px;
	display: block;
	float: left;
	
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	text-align:center;
	color: #eee;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000000;
	
	border-right: 1px solid #cccccc;
	/*border-left: 1px solid #666666;*/
	
	webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#mainmenu .menu li:first-child a{
	visibility: hidden;
  	border-left: none;
	width: 6px;
}

#mainmenu .menu li:last-child a{
  	border-right: none;
}

#mainmenu .menu li a:hover{
	background-color: rgba(51, 51, 51, 0.3);
	color: #d13;
	font-size: 20px;
	
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#submenu .menu li{
	list-style-type: none;
	width: 200px;
	margin-top: 15px;
}

#submenu .menu li a{
	width: 200px;
	height: 30px;
	display: block;
	float: left;
	
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-indent: 16px;
	color: #eee;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
	
	webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#submenu .menu li a:hover{
	color: #d13;
	
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#submenu .menu li ul li a{
	width: 200px;
	height: 24px;
	display: block;
	float: left;
	
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-indent: 32px;
}

#submenu .menu li ul li ul li a{
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	text-indent: 48px;
}

#footmenu .menu{
	list-style-type: none;
}

#footmenu .menu li a{
	width: 100px;
	height: 40px;
	display: block;
	float: left;
	
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	text-align:center;
	color: #eee;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000000;
}

#footmenu .menu li:last-child a{
  	width: 150px;
	border-right: none;
}

#footmenu .menu li a:hover{
	color: #d13;
}

#artikeltext .moduletable{
        line-height: 30px;
        text-indent: 30px;  
}

#artikeltext .moduletable ul{
        line-height: 18px;
        text-indent: 30px;  
}

#artikeltext input, button{
        font-size: 16px;
	    padding: 2px 5px;
}

#sidebar #login_form{
        line-height: 30px;
  		text-indent: 5px;
  		color: #eee;
}

#sidebar ul{
		color: #eee;
}

#sidebar #login_form a:link{
  		text-decoration: none;
  		color: #eee;
}

#sidebar #login_form a:hover{
  		text-decoration: none;
  		color: #d13;
}

#sidebar input, button{
        font-size: 16px;
	    padding: 2px 5px;
}

#sidebar p.nutzer{
  		margin: 20px 0 5px 0;
  		text-indent: 6px;
  		color: #eee;
}

#sidebar .logout-button{
  		text-indent: 5px;
}

.gallery .jg_element_gal{
  		margin-left: 8px;
}

.gallery .jg_search{
  		text-align: center;
}

@media print { 
    #kopf, #mainmenu, #sidebar, #breadcrumb, #footmenu { 
        display: none; 
    }
	body {
		background: #000;
	}
	#inhalt {
		background: #000;
	}
	#content a { 
        color: #000;
    }
    #content table.gitter {
        border-collapse: collapse;;
   }
    #content table.gitter th{
        border: 2px solid #000;
   }
    #content table.gitter td {
        border: 2px solid #000;
   }
   #footmenu {
	   color: #fff;
   }
}

/*Meine Galerie*/

.jg_mygal{
  padding-left: 0;
  padding-bottom: 20px;
  font-size: 20px;
}

.btn-group{
  text-align:left;
  size:30px;
}
.btn{
  margin: 5px 0;
  height: 30px;
  width: 240px;
  border: 2px solid #000;
  background-color: #ccc;
 }
 
.control-label{
  margin:5px 0;
 }
 

.jg-uploader{
  font-size:14px;
  margin-bottom:10px;
 }

.controls textarea{
  width: 1034px;
  height: 40px;
  font:12pt calibri,arial,sansserif;
  resize: none;
}

.alert-message{
  padding-bottom:20px;
 }
 
.nutzer{
  line-height:40px;
  font-size:16px;
 }

.logout-button{
  margin-left:30px;
 }
 
.input-mini{
  width:60px;  
 }
 
.control-group select{
  width:80px;
 }

.edit-icon{
  font-size:20px;
  margin:-28px 0 30px -15px;
}
.pg-field {
background:#aaa;	
}