/*
#------------------------------------------------------------------------
# Publisher - November Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */

/* Containers */
#gkTopBanner {
	/*display: none;*/
	margin-right:9px;
	
}

div.search-module{margin-top:7px;}

#gkPageWrap {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 0px;
}

#gkFooter li {
	font-size:15px!important;

}

#gkFooterNav .nav li a { 
background: url("../images/sprite-diago.png") -775px 5px no-repeat rgba(0, 0, 0, 0);
}


#gkContentWrap2, 
#gkSidebar {
	/*width: 100% !important;*/
	
}
#gkSidebar {
	/*padding: 30px 0 0 0!important;*/
}
#gkSidebar .box {
	float: left;
	margin-top: 0!important;
	margin-bottom: 14px;
	/*width: 48%;*/
	
}



#gkSidebar.gkOnlyOne .box {
	margin: 0!important;
	width: 100%!important;
}
#gkSidebar .box:nth-child(2n+1) {
	clear: both!important;
}
#gkSidebar .box:nth-child(odd) {
	/*margin-right: 2%!important;*/
}
#gkSidebar .box:nth-child(even) {
	/*margin-left: 2%!important;*/
}
#gkPageTopBar {
	margin: 0 -15px;
}
#gkPageTopBar #gkSocial {
	margin-left: 15px!important;
}
#gkPageTopBar #gkUserArea {
	margin-right: 15px!important;
}
#gkPageLogo {
	margin: 0 -15px;
	padding: 0 15px;
}

/* Footer adjustments */
#gkFooter {
	/*text-align: center;*/
}

#gkFooter #gkStyleArea {
	display: block!important;
}

/* Limitation suffixes */
.box.notablet {
	display: none!important;
}
.box.nomobile {
	display: block!important;
}
.box.onlytablet {
	display: block!important;
}
.box.onlymobile {
	display: none!important;
}

/* Fix for the contact page */
.contact .contact-image {
	float: left !important;
}
.contact .contact-address {
	clear: both !important;
	padding-top: 20px !important;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
	width: 100% !important;
}

/* K2 edit popup */
#sbox-window,
#sbox-window iframe {
	width: 720px!important;
	max-width: 720px!important;
	left: 10px!important;
}

/* menu */
#gkMobileMenu {	

/*height: 1.5em;*/
line-height: 1.5em;
margin-top: -0.9em;
background: url('../images/menu.png') no-repeat top center;
padding-right:60px;
font-size: 1.8em;
font-weight: bold;
color: #FFF;
cursor: pointer;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
right:15px!important;
position:absolute!important;
top:62px!important;
}

#gkTopBanner {
	/*clear: both;
	float: none!important;
	margin: 20px auto 0 auto!important;*/
}
#gkExtraMenu {
	display: none!important;
}
#gkMainMenu {
	border: none!important;
	clear: none!important;
	float: left;
	text-indent: 15px;
	width: 130px!important;
}
#gkMobileMenu select {
	width: 130px;
	height: 45px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	cursor:pointer;
}
#gkMobileMenu {
	display: block!important;
	font-size: 18px;
	height: 42px;
	line-height: 44px;
	position: relative;
	width: 50px;
	text-indent: -9999px;
}

/* 4-column layout */
body .gkCols4 .box.gkmod-1 {
	width: 100%;	
}
body .gkCols4 .box.gkmod-2 {
	width: 50%;
}
body .gkCols4 .box.gkmod-3 {
	width: 50%;
}
body .gkCols4 .box.gkmod-4,
body .gkCols4 .box.gkmod-more {
	width: 50%;
}
body .gkCols4 .box.gkmod-more:nth-child(2n+1) {
	clear: both;
}
body .gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
body .gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
body .gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 50%!important;
}

/* 6-column layout */
body .gkCols6 .box.gkmod-1 {
	width: 100%;	
}
body .gkCols6 .box.gkmod-2 {
	width: 50%;
}
body .gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-4,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-5,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-more:nth-child(3n+1) {
	clear: both;
}
body .gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
	width: 33.3%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 33.3%!important;
}

/* Page elements */
h1 {
	/*font-size: 36px;*/
}

#gkMainbody .registration {
	max-width: 100%;
}



.header_top { /*padding-bottom:14px;*/}

#gkLogo {
	margin: 9px 0 1px 7px ;

}




@media (max-width: 1000px){
  .favslider { margin-bottom:17px!important; margin-top:27px!important; margin-left:7px; margin-right:7px;} 
 
}

@media (min-width: 921px) and (max-width: 1000px){
  
  #gkContent{ margin-left:7px; margin-right:14px;   }
  #gkContentWrap2 {width: 73.5%!important;}
  #gkSidebar { margin-left:21px;} 
 
}




@media (max-width: 960px){
	/*#gkMainMenu{ display:none;}	*/
	#gkPageWrap{ margin:0; padding:0;}
	.mobilebarmenuck { top:43px;}
	.mobilemaximenuckclose { margin-top:8px!important;}
	.mobilemaximenuck .topbar { margin-bottom: 7px;}
}

@media (max-width: 1000px){
	#gkMainMenu{ display:none;}	
	#gkPageTopBar > div { padding: 0 0 0px 0;
}		
}


@media (max-width: 570px){
	ul.fav-direction-nav{ display:none;}		
}




@media (max-width: 770px){
	/*#gkMainMenu{ display:none;}	*/
	.box{min-height:160px;}
	.box.all-news{min-height:50px; margin-bottom:14px;}
	.box.aktuality{ margin-top:14px;}	
	#gkSidebar{ margin-bottom:0;}
}
}

@media (min-width: 771px){
	#gkMainbody .box { margin-bottom: 0px;}
}

@media (min-width: 771px){
#gkSidebar .box .aktuality {	
	margin-bottom: 0px;
	/*width: 48%;*/
	
}
}

@media (max-width: 950px){
	/*#gkMainMenu{ display:none;}	*/
	.gkCols6 .box.gkmod-2 {
      width: 49.4%!important;
     }
}

@media (max-width: 850px){
	/*#gkMainMenu{ display:none;}	*/
	.gkCols6 .box.gkmod-2 {
      width: 49.3%!important;
     }
}

@media (max-width: 730px){
	/*#gkMainMenu{ display:none;}	*/
	.gkCols6 .box.gkmod-2 {
      width: 100%!important;
     }
}

@media (max-width: 920px){
	/*#gkMainMenu{ display:none;}	*/
	
	 #gkContentWrap2 { width:98%!important; margin-left:7px; margin-right:7px;}
     .search{ padding-top:0px;}
	 #gkPageTopBar > div { padding:0;}
	 #gkSidebar{ margin-top:14px;}
}
@media (max-width: 970px){
	/*#gkMainMenu{ display:none;}	*/	
	 .search{ padding-right:10px;padding-top:0px;}
	
}

@media (max-width: 1000px){
	#gkBottom1 div.box, #gkBottom2 div.box { margin-left:2px; margin-right:14px;  width: 99%!important; margin-bottom:14px;}
}


#gkFooter {
margin-top: 20px;
}