/*
#------------------------------------------------------------------------
# Grander – Template (for Joomla 3.3)
#
# Copyright (C) 1997-2014 proart.at. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.proart.at
# Support: webmaster@proart.at 
*/

body,
.box {
	
}
small {
	font-size: 90%;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
.gkPage {
	padding: 0 15px;
}
/* Containers */
#gkPageContent {
	background-image: none!important;
	margin-top: 70px;
}
#gkHeader {
	
}
#gkTopMenu,
#gkUserArea {
	margin-top: 0;
	max-width: 100%;
	
}
@media (orientation:portrait) {
#gkTopMenu {
    margin-right: 20px;
}
}
#gkContent, 
#gkSidebar,
#gkContentWrap {
	width: 100% !important;
}
#gkContentWrap {
	margin-top: 20px;
	padding: 0!important;
}
#gkSidebar .box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px!important;
}
#gkSidebar {
	padding: 0!important;
}
#gkSidebar .box:first-child {
	padding-top: 10px!important;
}
#gkSidebar .box {
	border: none!important;
	float: left;
	margin-top: 0!important;
	margin-bottom: 30px!important;
	width: 50%;
}
#gkSidebar.gkOnlyOne .box {
	width: 100%!important;
}
#gkSidebar .box:nth-child(2n+1) {
	clear: both!important;
}

/* Limitation suffixes */
.box.onlydesktop {
	display: none!important;
}
.box.notablet {
	display: none!important;
}
.box.nomobile {
	display: block!important;
}
.box.onlytablet {
	display: block!important;
}
.box.onlymobile {
	display: none!important;
}
.box.notablet.nomobile {
	display: none!important;
}

/* Fix for the contact page */
.contact .contact-image {
	float: left !important;
}
.contact .contact-address {
	padding-top: 0px !important;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
	width: 95% !important;
}

/* K2 edit popup */
#sbox-window,
#sbox-window iframe {
	
	width: 720px!important;
	max-width: 720px!important;
	left: 140px!important;
}
#sbox-window {
	
    height: auto!important;
}
/* menu */
#gkMobileMenu {
	float: right;
	margin: 24px 0 0 0;
	position: relative;
}
.gkMenuOverlay + #gkMobileMenu {
	display: none!important;
}
#gkExtraMenu {
	/*display: none!important;*/
}
#gkMainMenu {
	/*display: none;*/
}
#gkMainMenu.gkMenuOverlay,
#gkMainMenu.gkMenuOverlay #gkExtraMenu {
	
}
#gkMobileMenu select {
	width: 44px;
	height: 44px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
}
#gkMobileMenu {
	color: #111;
	/*display: block!important;*/
	display:none;
	font-size: 32px;
	height: 44px;
	line-height: 44px;
	margin: 0px 0 9px 0!important;
	position: relative;
	text-align: center;
	width: 44px;
	padding: 0;
	top: 0;
}

#gkMobileMenu i {
    color: #fff;
    height: 35px;
    padding: 0!important;
    position: fixed;
    right: 5px;
    text-align: center;
    width: 44px;
    top: 10px;
    z-index: 99;
}

.frontpage #gkMobileMenu i {
	color:#111;
}

/* top/bottom modules */

/* 4-column layout */
body .gkCols4 .box {
	margin-bottom: 30px!important;
}
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: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 {
	margin-bottom: 30px!important;
}
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%;*/ width:19%;
}
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more {
	/*width: 33.3%;*/
}
body .gkCols6 .box: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;
}

.items-row > div {
	margin-bottom: 50px;
	padding: 0!important;
	    line-height: initial;
}

/* Suffixes and other elements */

/* Page elements */
#gkMainbody {
	margin-bottom: 30px;
}
.gkBanner > a > img {
	width: 100%;
}
.gkCols[data-cols="4"] > div,
.gkCols[data-cols="5"] > div {
	margin-bottom: 30px;
	width: 50%;
}
.gkCols[data-cols="4"] > div:nth-child(2n+1),
.gkCols[data-cols="5"] > div:nth-child(2n+1) {
	clear: both;
}
#k2Container .itemsContainerWrap article header h2 {
	font-size: 18px;
    min-height: 100px;
}
article header h1, 
article header h2 {
	font-size: 32px;
}
article header li:before {
	display: none;
}
article header li {
	padding-right: 20px;
}
article header li:last-child {
	padding-right: 0;
}
.pagination ul li a, 
.pagination ul li span {
	margin: 3px 7px 3px 0;
}

/* Frontpage elements */
.gk-newsletter input[type="email"] {
	width: 67%;
}
.gk-banners li div strong {
	padding: 0 10px;
}
.nspArtScroll1 {
	margin: 0;
}
.products .nspArt {
	padding: 10px 15px 20px 15px!important;
}
.products h4.nspHeader {
	font-size: 16px;    font-weight: 600!important;
}
.gk-features li strong {
	font-size: 12px;
	padding: 10px;
}
.gk-features li strong sub {
	font-size: 11px;
}
.box.parallax {
	background-attachment: scroll;
}

/* VM */
.main-image img.product-image, 
.featured-view .spacer img, 
.latest-view .spacer img, 
.topten-view .spacer img {
	width: 100%!important;
}
.category > div > a,
.product > div > div > a {
	display: block;
	overflow: hidden;
}
#myselection {
	position: relative;
	top: 0;
	margin: 10px 0 0 0;
	color: #000;
	color: #fff;
	
}
#myselection ul.menu.currentloc {
	float: none;
}
#myselection .flag_country {
	margin-right: 15px;
}
.gkIsWrapper-gk_publisher img {
	height: 480px!important;
}

#gkBottom5 .box.cols-2 {
	width: 40%!important;
}

#gkBottom5 .nspArt {
	padding: 0!important;
}
#gkBottom5 .box {
	padding: 0;
	margin: 0!important;
	min-height: 207px;
	
}
#gkBottom5 .box.right {
	/*width: 66%;*/
	float: right;
}

#gkBottom5 .nspPagination {
	display: block;
}
#gkBottom5 .avPlayerContainer {
	width: 90%!important;
	max-height: 101px;
}
#gkBottom5 .avPlayerContainer iframe {
	width: 100%!important;
	height: 101px;
}
#gkBottom5 .nspCol3 {
	width: 32%;
}
#k2Container .itemImageBlock {

  
	margin: 0 0 10px 0;
}
#k2Container.itemListView .itemImageBlock {
	float: left;
	margin: 0 20px 10px 0;
	   
}
#k2Container.products.itemListView .itemImageBlock {
 width: 100%!important;
}
#gkBottom5 .gkResponsive img.nspImage, 
#gkBottom5 img.nspImage.gkResponsive {
	width: 100%!important;
}

#gkBottom5 .nspArt .nspImageWrapper {
	width: 180px;
}
#gkBottom5 .box .header {
	margin-top: 20px;
}
#myselection ul.menu li {
	margin-right: 0!important;
}
#myselection ul.menu li:last-child {
	margin-right: 0px!important;
}
#myselection {
}

#gkLogo img {
	display: block;
	margin: 0;
	height: 100px;
}

.breadcrumbs {
	margin-left: 0;
	width: 70%;
	margin-top: 0;
	margin-bottom: 40px;
}
.gk-social-icons {
	float: right;
	margin-top: 0;

}

   
.gkPage.logo {
	left: -8px;
}
.contact .gmap-container, .contact #map-canvas {
	width: 100%;
	height: 400px;
}
#gkBottom5 .box.cols-3 {
	width: 50%!important;
}

.frontpage #gkHeaderMod h1 {
	font-size: 24px;
}
#gkHeaderMod h1 small, #gkHeaderMod figcaption .smaller {
	font-size: 13px;
}
#gkHeaderMod .gkIsWrapper-gk_publisher figcaption {
	width: 94%;
	   
}
  
#gkHeader  #myselection {
	color: #0e3f8f!important;
width: auto;
    padding-left: 140px;
}
/* iPads (landscape) ----------- */

.frontpage #gkHeaderNav {
	/*background: rgba(255, 255, 255,.8);*/
}
#gkBottom5 > div,
.frontpage #gkBottom5 > div {
	padding: 0px 10px!important;
}
  
.gkPage #gkContentWrap {
	margin-top: 0px;
	padding: 0 0 0 0!important;
	width: 74%!important;
	float: left;
}
aside#gkSidebar {
	padding: 0!important;
	width: 24%!important;
}
aside#gkSidebar .box {
	width: 100%;
}
  
.nspArt h4.nspHeader a {
	
}
  
#gkBottom1 .nspArt h4.nspHeader a {
	text-decoration: none;
	font-family: inherit;
	font-size: 16px;
	letter-spacing: -.5px;
}
  
.nspLinks ul li h4 {
	font-weight: bold;
}
  
#gkBottom5 .box.cols-3 .nspArts.bottom {
	width: 100%!important;
	float: left;
}
#k2Container .itemImageBlock.size_L {
	float: right;
	width: 100%;
	margin: 0 0 10px 0;
}
#gkBottom5 .nspLinksWrap.bottom {
	width: 100%!important;
	clear: none;
	display: none!important;
}
#gkBottom5 .nspCol3 {
}
  
.products .itemContainer:nth-child(3n+3) {
	margin-right: 0;    border-right: none;
}
img#worldmap {
	width: 70%;
	margin: auto;
	display: block;
}

#gkLogo {
	margin: 0 24px 0 -12px!important;
}

.frontpage #gkLogo {
	margin: 0 24px 0 -10px!important;
}
  
#gkMainMenu ul.gkmenu.level1 > li > a {
	/* color: #0e3f8f;*/
	
		     line-height: 24px;
}
.gkMenu > ul > li .childcontent .childcontent {
	padding: 12px 0!important;
}

#gkExtraMenu .gkmenu.level1 > li {



	font-size: 15px;
}
	 
/*
#gkExtraMenu .gkmenu.level2 li {
margin: 0 0 1px 0;
background: rgba(255, 255, 255,.9);
}
#gkExtraMenu .gkmenu.level2 li a {
padding: 8px 15px!important;
text-align: center;
line-height: 1.2!important;
display: block;
font-size: 14px;
color: #0e3f8f;
font-weight: normal;
}
*/

.news-intl.itemListView .itemImageBlock {
	width: 40%!important;
}
h2.subtitle {
	font-size: 20px;
}
#gkSidebar .box.contacts span {
	line-height: 1.4;
}
  
  
.recaptchatable #recaptcha_image #recaptcha_challenge_image {
	width: auto!important;
	max-width: none!important;
	max-height: none!important;
}
.zitate.k2ItemsBlock .moduleItemIntrotext {
	font-size: 18px!important;
}
.override.default .itemsCategory > img {
	float: none;
	margin: 0 0 20px!important;
}

.itemImageBlock.size_M {
	float: right!important;
	width: 300px!important;
	margin: 0 0 20px 20px!important;
}
.frontpage #gkHeaderMod {
	   overflow: hidden;
}
#gkSidebar .box.clear {
	padding: 0!important;
}
.chronoform-container.w50 {
	width: 100%!important;
}

.gbs3 .gcore-display-table {
	display: table;
	width: 50%;
}

#gkBottom5 .box.placeholder.gkmod-3 {
	display: none;
}
#gkSidebar .nspLinksWrap.bottom {
	margin: 0!important;
	padding: 0;
}


@media only screen and (min-device-width : 768px) and (orientation : landscape) {
	.consultant-at .icon-worldmap,
	.consultant-de .icon-worldmap {
		display: none;
	}
	.consultant-at i#gkSearchBtn,
	.consultant-de i#gkSearchBtn {
		margin-right: 25px;
	}
	.contentpane img#worldmap {
	    width: 50%;
	    float: right; 
	}
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (orientation : portrait) {
	#gkMainMenu #gkExtraMenu {
		display: none;
	}
	#gkMobileMenu {
		display: block!important;
	}
	div#gkHeaderNav {

	
	}
	#myselection ul.menu li:nth-child(2) {
		margin-top: 25px;
		font-size: 14px;
		
	}
	#myselection ul.menu li:nth-child(2) a {
		color: #fff;
	}
	#gkSidebar .box.clear {
		padding: 0!important;
	}
	#gkSidebar .box.light {
		float: right;
		margin: 0;
	}
	#gkSidebarLeft {
    width: 100%!important;
		
		overflow: hidden;
		clear: both;
		display: block;
	}
	.gkPage #gkContentWrap {
		margin: 0px!important;
		padding: 0 0 0 0!important;
		width: 100%!important;
		float: none!important;
		display: inline-block;
	}
	aside#gkSidebar {
		width: 100%!important;
	}
	#gkSidebar .box:nth-child(2n+1) {
		clear: none;
	}
	#gkSidebar .box {
		width: 45%!important; 
		margin-right: 5%;
	}
	#k2Container {
		overflow: visible;
	}
	#k2Container .itemImageBlock.size_L {
		float: right;
		width: 50%;
		margin: 0 0 10px 30px;
	}
	#gkBottom1 .nspPagination {
		display: block;
	}
	#gkBottom1 .nspArt h4.nspHeader a {
		text-decoration: none;
		font-family: inherit;
		font-size: 16px;
		letter-spacing: -.5px;
		line-height: 1.3!important;
		display: block;
	}
	#k2Container .itemsCategory > img {
		float: right!important;
		margin: 0 0 10px 25px!important;
	}
	#sbox-window,
	#sbox-window iframe {
		width: 520px!important;
		max-width: 520px!important;
		left: 100px!important;
		height: auto!important;
	}
	#sbox-window iframe {
		min-height: 500px;
	}
	i#gkSearchBtn {
		margin: 0;
		
	}
	div#gkMobileMenu {
    	top: 14px;
		padding: 0!important;
		line-height: 1;
	}
	#k2Container .itemImageBlock.size_S {
		width: 200px;
	}
	div#gkSidebarLeft .box {
	    padding: 0;
	    width: 100%;
	}
}

#myselection ul.menu.currentloc li:first-child {
	margin-right:10px!important;
}
#gkHeaderMod .gkIsWrapper-gk_publisher figcaption * {
    font-size: 100%;
    line-height: 1.3;
}

.frontpage #gkHeaderMod h1 span {

    font-size: initial!important;
    line-height: 1.2;
}
.frontpage .gk-social-icons {

    top: 12px!important;
   
}
.box dl.product-overview img {
    width: 100%!important;
    max-width: unset !important;
 }
 #gkBottom1 > div > .box, #gkBottom2 > div > .box, #gkBottom3 > div > .box, #gkBottom4 > div > .box {
     margin: 0!important;
 }
 
 .acymailing_module_form p.fieldacyname, .acymailing_module_form p.fieldacyemail {
    width: 37%;
}
 @media (orientation:portrait) {
 
 .acymailing_module_form p.fieldacyname, .acymailing_module_form p.fieldacyemail {
    width: auto;
}
.box .products.cols-4 ul.productlist.nav.menu > li {
    width: 31%;
}
}

#gkSidebarLeft {
    width: 21%;
    margin-right: 2%!important;
    background: #f9f9f9;
    padding: 10px;    margin-bottom: 30px;
    }

.itemExtraFields {
    display: block;
	width:auto;
}

li.haschild.last:hover > .childcontent {
    right: 0;
}

div#gkSidebarLeft .box:last-child {
    margin-bottom: 0;
}

#aside-menu ul.gkmenu.level0 {
    margin: 50px 0;
}
.products .itemContainer:last-child {
    border-right: none;
}