/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== CUSTOM CSS ============================== */

div#itemListSecondary {
    display: none;
}

div#itemListLinks {
    display: none;
}




/**Promo-box**/
.promo-box {
	padding:40px;
	background:#fff;
}

body.jsn-color-red .promo-box {
	border-left:5px solid #c14746;
}

body.jsn-color-green .promo-box {
	border-left:5px solid #7fc348;
}

body.jsn-color-blue .promo-box {
	border-left:5px solid #02a4e4;
}

body.jsn-color-violet .promo-box {
	border-left:5px solid #8c4d81;
}

body.jsn-color-grey .promo-box {
	border-left:5px solid #2CD049;
}

body.jsn-color-orange .promo-box {
	border-left:5px solid #eda72e;
}

.k2SearchBlock input.inputbox {
    width: 94% !important;
}

.promo-box .text {
	float:left;
}

.promo-box .link {
	float:right;
	margin:5px 0 0;
}

.promo-box .link a.link-button {
	padding:7px 40px!important;
}

.promo-box h1 {
	margin:0;
	text-transform:uppercase;
}

.promo-box .clearbreak {
	height:0;
}

.promo-box p {
	margin:0;
}

body.jsn-direction-rtl .promo-box .text {
	float:right;
	text-align:right;
}

body.jsn-direction-rtl .promo-box .link {
	float:left;
}

div#jsn-header {
	position:fixed;
	top:0;
	z-index:9999999;
	width:100%;
}

div#jsn-body {
	margin-top:138px;
}

#jsn-menu div.jsn-modulecontainer {
	width:100%;
}

.genericView {margin: 32px 0;}
div.genericItemView {
    border-bottom: 1px dotted #ccc;
    padding: 8px 0;
    margin: 0px 0 0px 0;
}

.genericView .componentheading {
    margin: 0 0 20px 0;
}

/**Demo-home**/
.demo-content-top {
	text-align:center;
	padding-bottom:0;
	border-bottom:5px solid #fff;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}

.demo-content-top:hover {
	border-bottom:5px solid #333;
}

#demo-home {
	margin:30px -15px 0;
}

#demo-home .grid-col {
	margin:0;
}

#demo-home .grid-col .grid-col_inner {
	margin:15px;
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 2px 0 rgba(0,0,0,0.1);
	padding:15px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}

#demo-home .grid-col .grid-col_inner:hover {
	border:1px solid #2CD049;
	box-shadow:0 2px 0 rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.2);
}

#demo-home .grid-col .grid-col_inner img {
	width:100%;
}

#demo-home .grid-col .grid-col_inner p {
	margin:0;
}

#demo-home .grid-col .grid-col_inner h3 {
	text-transform:uppercase;
	margin:10px 0 0;
}

#demo-home .title {
	text-align:center;
	margin:0 50px;
}

#demo-home .title h1 {
	text-transform:uppercase;
	font-size:30px;
	margin-bottom:0;
}

#demo-home .title h4 {
	color:#2CD049;
	margin-top:0;
}

.about-sky {
	text-align:center;
	padding:170px 0;
}

.about-sky h1 {
	margin:0;
	color:#fff;
	font-size:5em;
	text-transform:uppercase;
	text-shadow:0 0 10px #FFF,0 2px 3px rgba(0,0,0,0.42);
}

.about-sky h2 {
	margin:0;
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
	text-shadow:0 0 10px #FFF,0 2px 3px rgba(0,0,0,0.42);
}

/** CUSTOM PETER **/
.jsn-article-toolbar {
	display:none;
}

#k2FilterSelectors input {
	float:left;
	margin:0 10px 0 0;
	line-height:1.2em;
}

#k2FilterSelectors input[type=checkbox] {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow:hidden;
	clip:rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}

#k2FilterSelectors input[type=checkbox] + label.css-label,input[type=checkbox] + label.clr {
	padding-left:29px;
	height:24px;
	display:inline-block;
	line-height:27px;
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:13px;
	vertical-align:middle;
	cursor:pointer;
}

#k2FilterSelectors input[type=checkbox]:checked + label,input[type=checkbox] + label.chk {
	background-position:0 -24px;
	padding-left:29px;
	height:24px;
	display:inline-block;
	line-height:27px;
	background-repeat:no-repeat;
	font-size:13px;
	vertical-align:middle;
}

#k2FilterSelectors .field_row label {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_82405711c484478c3bbca93e304dc9c3.png);
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

#k2FilterSelectors .k2FilterSelectInner span, #k2FilterSelectors .k2FilterSelectInner label {
	font-size:17px;
	font-weight:700;
	margin:0 0 0 0;
	color:#000;
	line-height:1.2em;
	display: inline-block;
	width: 100%;
    padding-left: 29px;
    height: 24px;
    display: inline-block;
    line-height: 27px;
    background-repeat: no-repeat;
    font-size: 13px;
    vertical-align: middle;
}

#k2FilterSelectors .k2FilterSelectInner span, #k2FilterSelectors .k2FilterSelectInner span {font-size: 22px; padding-left: 0; color: #900718; margin: 0 0 10px 0;}

div.genericItemImageBlock {
    padding: 0;
    margin: 0;
    float: right;
}



.filter_field_7.field_checkbox.k2FilterSelect.selectContainerLast {
    border-bottom: 1px solid #CCC;
    margin: 0px 0 20px 0;
    padding: 0px 0 10px 0;
}
.filter_field_8.field_checkbox.k2FilterSelect.selectContainerLast {
    border-bottom: 1px solid #CCC;
    margin: 0px 0 20px 0;
    padding: 0px 0 10px 0;
}

#k2FilterSelectors .k2FilterSelectInner .field_row {
	margin: 10px 10px;
    float: left;
}

.filter_field_8 .k2FilterSelectInner .field_row label {
	font-size:14px !important;
	font-weight:700;
	margin:0 0 10px;
	color: #000 !important;
	line-height:1.8em !important;
}

div#k2FilterSelectors {
	border-bottom:1px dotted #000;
	padding:0 0 20px;
}

div#k2FilterContainer249 {
	padding:20px 0 0;
}

div.catItemImageBlock {
	padding:0;
}

div#k2FilterSelectors {
	border-bottom:1px dotted #EEE;
	padding:10px 20px;
	background:#EEE;
	border:1px solid #EEE;
	border-radius:10px;
}

.k2Filter div.k2FilterSelect {
	margin-right:40px;
}

div.catItemHeader h3.catItemTitle {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	font-weight:400;
	line-height:110%;
	padding:10px 0 4px;
	margin:0;
	min-height:50px;
}

span.catItemImage img {
	border:0 dotted #ccc;
	padding:0;
	background:#EEE;
}

span.catItemImage {
	display:block;
	text-align:center;
	margin:0;
}

div.catItemHeader {
	padding:5px 15px;
}

.k2Filter .catItemImageBlock img {
	width:100%!important;
}

#jsn-pos-left li.current.active {
	background:#F2F2F2;
}

div.catItemView {
	padding:0;
}

div.itemImageBlock {
	float:right;
}

.itemContainer {
	margin:25px 0;
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 2px 0 rgba(0,0,0,0.1);
	padding:0;
	background:#fff;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}

.planrouteheader {font-size: 24px;     line-height: 3em;}
.planroute {
    background: #F2F2F2;
    border: 1px solid #E7E5E5;
    border-radius: 5px;
    padding: 10px 10px 40px 10px;
}

.sbox-content-image img {
	display:block;
	width:100%;
	height:auto;
}

#k2Container a.modal {
	border:medium none;
	border-radius:0 0 0 0;
	box-shadow:none;
	margin:0;
	position:static;
}

h1 {
	font-size:1.7em;
	color:#000;
}

h2 {
	font-size:1.5em;
	line-height:inherit;
	color:#C14746;
}

h3 {
	color:#464646;
	font-size:1.4em;
}

h4 {
	color:#464646;
	font-size:1.3em;
}

h5,h6 {
	font-size:1.2em;
	font-weight:700;
}

h5 {
	color:#7fc348;
}

h6 {
	color:#2CD049;
}

h1,h2,h3,h4,h5,h6 {
	margin:.5em 0;
	font-weight:400;
}

.myshortlist.sendbutton {display: none;}

#k2Container h3.catItemTitle {
	font-size:11px!important;
	line-height:1.3!important;
	padding:10px 0 0!important;
	margin:0;
	font-family:Verdana,Geneva,sans-serif;
	font-weight:700;
	border-bottom:0 dotted #C4C4C4;
}

#k2Container .itemListCategory h2 {
	font-size:1.7em;
	color:#000;
}

div.itemListCategory {
	background:transparent;
	border:0 solid #ddd;
	margin:4px 0;
	padding:8px;
}

img.myshortlist_k2_thumb {
	border:4px solid #EAEAEA;
}

div#myshortlist_div {
	background:#F2F2F2;
	padding:20px;
	border:1px solid #F2F2F2;
	border-radius:5px;
}

.myshortlist_item_right {
	margin:0 -20px 0 0;
}

#jsn-page .button:hover {
	background-image:-ms-linear-gradient(top,#2CD049,#1F5829);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#2CD049),to(#1F5829));
	background-image:-webkit-linear-gradient(top,#2CD049,#1F5829);
	background-image:-o-linear-gradient(top,#2CD049,#1F5829);
	background-image:linear-gradient(top,#2CD049,#1F5829);
	background-image:-moz-linear-gradient(top,#2CD049,#1F5829);
	background-image:none;
	background-color:#000;
	background-repeat:repeat-x;
	border:1px solid #000;
	border-color:rgba(0,0,0,0.3) rgba(0,0,0,0.4) rgba(0,0,0,0.4);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#2CD049',endColorstr='#1F5829',GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	transition:color .1s linear,background .3s ease-out;
	-moz-transition:color .1s linear,background .3s ease-out;
	-webkit-transition:color .1s linear,background .3s ease-out;
}

#k2Container h2.itemTitle,#k2Container h2.latestItemTitle,#k2Container h2.tagItemTitle,#k2Container h3.catItemTitle,#k2Container h3.userItemTitle {
	font-size:20px;
	line-height:1.5;
	padding:10px 0;
	margin-bottom:1em;
	font-family:Verdana,Geneva,sans-serif;
	font-weight:700;
	border-bottom:1px dotted #333;
}

.k2CategoriesListBlock ul > li > a > span.catTitle {
	padding-left:24px;
	background:url(../images/icons/icons-base.png) left -343px no-repeat;
}

.k2CategoriesListBlock ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.k2CategoriesListBlock ul li {
	margin:0;
	padding:0;
	position:relative;
	line-height:20px;
	border-bottom:1px dotted #b3b3b3;
}

.k2CategoriesListBlock ul li a {
	display:block;
	color:#404040;
	cursor:pointer;
	padding:8px 0;
	text-decoration:none;
}

div.catItemImageBlock {
	padding:0;
	margin:0;
}

span.itemImage img,span.catItemImage img {
	max-width:96%;
	background:#f3f3f3;
}

ul.level2 {
	margin:0 23px 30px;
}

.k2CategoriesListBlock ul.level0 li a:hover {
	background:#F2F2F2;
}

div.itemContainer {
	min-height:275px;
}

#itemListLeading h3.catItemTitle {
	font-size:13px;
	line-height:1.5;
	padding:10px 0 0;
	margin:0;
	font-family:Verdana,Geneva,sans-serif;
	font-weight:700;
	border-bottom:0 dotted #C4C4C4;
	min-height:55px;
}

span.itemImage img,span.catItemImage img {
	max-width:100%;
	width: 100% !important;
	background:#f3f3f3;
}

.itemExtraFields ul li {
	padding:0;
	margin:0;
}

.itemExtraFields {
	padding:10px 20px 25px 20px !important!important;
	background:#F4F4F4;
}

div.itemExtraFields ul li span.itemExtraFieldsLabel {
	width:auto;
	float:left;
	line-height:2.2em;
}

span.itemExtraFieldsValue {
	background:#900718;
	padding:3px 5px;
	border:1px solid #900718;
	border-radius:4px;
	color:#fff;
	font-size:20px;
	float:right;
}

li.typeTextfield.group3 {
	display:block;
	width:100%;
	height:28px;
	border-bottom:1px dotted #8F8F8F!important;
	padding:10px 0;
}

div.itemExtraFields {
	margin:16px 0 0;
	padding:5px 20px 20px;
	border-top:1px dotted #ddd;
}

p.text-zubehoer,p.text-verbrauchsmaterialien,p.text-sicherheit {
	display:block;
	margin:40px 0;
	display:block;
	font-size:15px;
}

.text-zubehoer {
	border:1px solid #e5e5e5;
	background:#f2f2f2 url(../images/icons/icon_build.png) no-repeat;
}

ul.level1 {
	padding:0 30px 30px 25px;
}

.text-verbrauchsmaterialien {
	border:1px solid #e5e5e5;
	background:#f2f2f2 url(../images/icons/icon_edit-trash.png) no-repeat;
}

.text-sicherheit {
	border:1px solid #e5e5e5;
	background:#f2f2f2 url(../images/icons/applications-engineering.png) no-repeat;
}

.text-zubehoer,.text-verbrauchsmaterialien,.text-tip,.text-info,.text-alert,.text-sicherheit,.text-video,.text-comment,.text-download,.text-attachment {
	background-position:20px center;
	padding:.8em .8em .8em 6em;
	min-height:20px;
}

p.preis {
	display:inline-table;
}

.preis {
	border:1px dotted #900718;
	padding:10px 15px;
	background:#F3F3F3;
}

#jsn-promo {
	background-attachment:scroll;
}

#sbox-window {
	top:165px!important;
}

#jsn-page .button {
    background-image: -ms-linear-gradient(top, #2CD049, #1F5829);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2CD049), to(#1F5829));
    background-image: -webkit-linear-gradient(top, #2CD049, #1F5829);
    background-image: -o-linear-gradient(top, #2CD049, #1F5829);
    background-image: linear-gradient(top, #2CD049, #1F5829);
    background-image: -moz-linear-gradient(top, #2CD049, #1F5829);
    background-repeat: repeat-x;
    border: 1px solid #000;
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2CD049', endColorstr='#1F5829', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: color 0.1s linear, background 0.3s ease-out;
    -moz-transition: color 0.1s linear, background 0.3s ease-out;
    -webkit-transition: color 0.1s linear, background 0.3s ease-out;
}

#jsn-page input.delete_button {
    background-image: -ms-linear-gradient(top, #900718, #900718);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#900718), to(#900718));
    background-image: -webkit-linear-gradient(top, #900718, #900718);
    background-image: -o-linear-gradient(top, #900718, #900718);
    background-image: linear-gradient(top, #900718, #900718);
    background-image: -moz-linear-gradient(top, #900718, #900718);
    background-repeat: repeat-x;
    border: 1px solid #000;
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#900718', endColorstr='#900718', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: color 0.1s linear, background 0.3s ease-out;
    -moz-transition: color 0.1s linear, background 0.3s ease-out;
    -webkit-transition: color 0.1s linear, background 0.3s ease-out;
}

.catItemHeader {
    background: #EEE;
}

#k2FilterSelectors input[type=checkbox] {
    position: absolute;
    z-index: 999;
    left: 8px;
    overflow: visible;
    clip: auto;
    height: 13px;
    width: 13px;
    margin: 0;
    padding: 0;
    border: 0;
    top: 6px;
}

#k2FilterSelectors .k2FilterSelectInner .field_row {
    position: relative;
}

@media only screen and (max-width: 960px),(max-device-width: 960px) {
	.about-sky {
		padding:100px 0;
	}
	
	.about-sky h1 {
		font-size:3em;
	}
	
	div#jsn-header {
		position:static;
		top:0;
		z-index:9999999;
		width:100%;
	}
	div#jsn-body {
    margin-top: 0;
	}
}

@media (max-width: 767px) {
	.modal {
		position:relative;
		display:block;
	}
	
	.k2Filter div.k2FilterSelect {
		margin:0 0 20px;
		float:left;
		width:100%!important;
	}
}

@media (max-width: 460px) {
	.modal {
		position:relative;
		display:block;
		width:100%;
	}
	
	div.itemImageBlock {
		float:none;
		width:88%;
		height:auto;
	}
}