/*
 * ------------------------------------------------------------------------
 * JA Elastica Template for J25 & J3x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/

/* RESPONSIVE FONT SIZES
--------------------------------------------------------- */


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.main {
  width: 960px;
}

.column {
}



/* MASONRY PRESETS (240px*5 Grids)
--------------------------------------------------------- */
/* Main Content */
#ja-content {
  width: 480px;
}

.ja-frontpage #ja-content {
  width: 720px;
}

.content-grid-single #ja-content {
	width:100% !important;
}

/* CONTENT'S GRIDS
--------------------------------------------------------- */
.item {
  float: none;
  width: 100% !important;
}

.cols-1 .item,
.cols-2 .item,
.cols-3 .item,
.cols-4 .item,
.cols-5 .item {
  width: 100% !important;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
}

h1.logo {
  height: 40px !important;
  width: 140px !important;
}

h1.logo a {
  padding: 0 .5em !important;
  height: 40px !important;
}

h1.logo a img {
  padding-top: .5em;
}

div.logo-text {
  height: 65px;
}

div.logo-text h1 {
  margin-top: 0.3em;
  font-size: 2em;
}

p.site-slogan{
	font-size:1.1em;
	
}

/*Next Schäferlauf */

.dbl-width {
	width:240px;
}

/*neu*/

.ja-frontpage .dbl-width{
	width:720px;
}
/*--------------*/

/* Search & Social Bars ---*/
#ja-top {
  height: 40px;
  
}

/* Search */
#ja-search {
  bottom: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  border-bottom: 0;
}

#ja-search .search-btn {
  width: 30px;
  height: 30px;
  background-color: #222;
  margin-top: 5px;
}

#ja-search.active .search-btn,
#ja-search .search-btn:hover {
  width: 30px;
  height: 30px;
  background-color: #ec534d;
  margin-top: 5px;
  cursor: pointer;
}

#ja-search form.search {
  display: none;
  background: #ec534d;
  position: absolute;
  top: 35px;
  right: 10px;
  padding: .5em;
  width: 200px;
}

#ja-search:hover form.search,
#ja-search.active form.search {
  display: block !important;
}

#ja-search .inputbox {
  background: #222;
  border: 1px solid #222;
  color: #CCC;
  margin: 0;
  padding: 4px 0;
  text-indent: 10px;
  width: 100%;
}

/* Social */
#ja-social {
  height: 40px;
}

#ja-social ul {
  padding: 5px 0 0 1em;
}

#ja-social ul li {
}

#ja-social ul li a {
  background-color: #222;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
}

/* MODULES
--------------------------------------------------------- */
/* Hiden in Mobile ---*/
.hide-in-normal {
  display: none;
}

/* einzelnes seitenmenü
--------------------------------------------------------- */


.content-grid-quadruple #ja-content {
	width:720px !important;
}

.grid-quadruple {
	width:720px;
}

/* Seitenmenü
--------------------------------------------------------- */
#mnSide_section{
	position:absolute;
	left:720px;
	width:240px;
	top:0px;

}

#mnSide_section h3{
	
color:#a5a5a5;
font-size:30px;
margin-top:0px;
}

