@charset "utf-8";

/* reset css in all browsers start */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
    font-family:  'Open Sans', sans-serif;
}

/* Schriften */

/* Allgemeines */

/* Fallback für ältere Browser */
main,header,nav,section,article,aside,footer {
	display: block;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

ol {
	counter-reset:item;
}

ol li{
	list-style-type: none !important;
	margin-top: 8px;
}

ol li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	padding-right: 10px;
	font-weight: bold;
}

a {
	color: #4baa2d;
	color: inherit;
	text-decoration: none;
}


body {
	color: #444444;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6em;
}


sup,sub {
	font-size: 0.5em;
}

header.h1.cont {
	padding: 30px 0 0 0;
}
header.h1.cont h1, h1 {
	margin: 0;
}


header.h1.icon {
	position: absolute;
	left: 15px;
	top: -180px;
	width: 150px;
	height: 150px;
	z-index: 999;
	background: #62BB46;
	padding-top: 37px;
}


header.h1.icon h1 {
	color: white;
	text-align: center;
	font-weight: 300;
	font-size: 1.1em;
}

.container h1 {
	/*margin-bottom: 10px;*/
}

#content-top h1{
	padding: 0 15px;
}


h1,
h2,
.teaser-box h1,
.textpic-top .teaser-box h4,
#start .csc-default header h3 {
	color: #000;
	font-size: 1.3em;
	font-weight: 600;
/*	margin-bottom: 5px;*/
	text-align: left;
	line-height: 1.5em;
	margin-top: 5px;
}


h1 {
	font-size: 32px;
	margin-top: 0;
    font-weight:500;
    line-height: 44px;
}

h2 {
	color: #666;
	font-size: 1.35em;
	line-height: 1.5em;
	margin-bottom: 10px;
}


h4 {
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 4px;
}

.textpic-top .teaser-box h4 {
	margin: 0 0 5px 0;
}


h3,
.teaser-box h2 {
	font-size: 1.2307em;
	font-weight: 600;
	margin-bottom: 8px;
}

h3 {
	margin-bottom: 13px;
}

.teaser-box h2,
.teaser h4 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 10px;
    line-height: 31px;
}




.h3.cont {
	margin-top: 30px;
}

h1 a,h2 a,h3 a,h4 a,.teaser-box h2 {
	color: inherit;
}

.clear {
	height: 0px;
	font-size: 0;
	clear: both;
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0px;
    left:0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1090;
}


.container:after,.cin-teaser-list:after,.product-list:after,.news-list-view.teaser article.teaser:after {
    clear: both;
}

.container:before,
.container:after,
.cin-teaser-list:before,
.cin-teaser-list:after,
.product-list:before,
.product-list:after{

    display: table;
    content: " ";
}



#top{
	width: 100%;
	height: 100px;
	margin-top: 7px;
	min-height: 100px;
}

.container {
	margin: 0 auto;
	max-width: 1170px;
	height: inherit;
}


#logo {
    width: auto;
    height: 79px;
	float: left;
    margin: 5px 0 0 15px;
}

#logo img {
    width: auto;
    height: 79px;
}

/*Gridelements*/
.row{
	clear:both;
}

.row .col-1{
	float: left;
	padding: 0 15px;
}

.row.columns-5{

}

.row.columns-5 .col-1{
	width: 15%;
}

.row.columns-2 .col-1{
	width: 50%;
}

.row.columns-2 .col-1.c1 {
    padding: 0px 15px 0 15px;
}



#content-bottom .row.columns-2 .col-1.c1, #content-bottom .row.columns-2 .col-1.c2{
    padding-top:27px;
}

/**/


header.main #top .container {
    position: relative;
}

.msie #logo img {
    height: 100%;
}


#nav-toggle {
    display: none;
}

/*Menü/Untermenü*/
nav#navigation-main {
	clear: right;
	font-weight: bold;
	margin-top: 24px;
	z-index: 1200;
    position: absolute;
    right:0;
    bottom:0;
}

nav#navigation-main ul{
	position: relative;
}

nav#navigation-main ul li{
	float: left;
	list-style-type: none;
	
	margin: 0 0 0 30px;
	position: relative;
	text-transform: uppercase;
}

nav#navigation-main ul li a{
	padding-left: 12px;
    color: #333333;
	padding: 15px 20px 15px 30px;
	display: block;
	background: url(../images/icons/menu-arrow-small.png) no-repeat;
	background-position: 14px center;
	  font-family: sans-serif;
}

nav#navigation-main ul li:hover,nav#navigation-main ul li.active{
	background-color: #EEEEEE;
}


nav#navigation-main ul li ul{
	position: absolute;
	top: 50px;
    display: none;
    z-index: 1200;
    left:0;
    background-color: #eeeeee;
    padding:20px 30px 10px 0;
}

nav#navigation-main ul li.item104 > ul {
    left:-150px;
}

nav#navigation-main ul li ul li {
    float: none;
    background: none;
    display: block;
    width: calc(100% + 30px);
    padding: 7px 30px 0px 30px;
    margin: 0px;
    background-color: #eeeeee;
    -webkit-transition: background-color 0.3s;-moz-transition: background-color 0.3s;-ms-transition: background-color 0.3s;-o-transition: background-color 0.3s;transition: background-color 0.3s;
}

nav#navigation-main ul li ul li ul li:last-child a{
	border-bottom: 0px;
	background: red;
}

nav#navigation-main ul li ul li:hover,nav#navigation-main ul li ul li.active  {
    background-color: #222;
}

nav#navigation-main ul li ul li a {
    background: none;
    width: 100%;
    display: inline-block;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #CCCCCC;
    background-position: right center;
    -webkit-transition: background 0.3s, color 0.3s;-moz-transition: background 0.3s, color 0.3s;-ms-transition: background 0.3s, color 0.3s;-o-transition: background 0.3s, color 0.3s;transition: background 0.3s, color 0.3s;
}

nav#navigation-main ul li ul li.has-sub a {
    background: url(../images/icons/menu-arrow-big-black.png) no-repeat;
    background-position: right 5px;

}

nav#navigation-main ul li ul li.active a,
nav#navigation-main ul li ul li:hover a{
	border-bottom: 0px;
	padding: 0 0 8px 0;
}

nav#navigation-main ul li ul li.last a{
    border:none;
	padding: 0 0 7px 0;
}

nav#navigation-main ul li ul li:hover a,nav#navigation-main ul li ul li.active a {
    background-position: right center;
    color:#fff;
}

nav#navigation-main ul li ul li.has-sub:hover a,nav#navigation-main ul li ul li.has-sub.active a {
    background: url(../images/icons/menu-arrow-big-white.png) no-repeat;
    background-position: right 5px;
}


nav#navigation-main ul li ul li ul {
    right: auto;
    left: 100%;
    display: none;
    top:-20px;
}


nav#navigation-main ul li ul li.hover ul li a,nav#navigation-main ul li ul li.active ul li a {
    background: none;
    color:#333;
}



nav#navigation-main ul li ul li.has-sub:hover ul li a,nav#navigation-main ul li ul li.has-sub.active ul li a {
    background: none;
    border-bottom: 1px solid #CCCCCC;
    padding:0 0 7px 0;
}


nav#navigation-main ul li ul li.has-sub ul li:hover a,nav#navigation-main ul li ul li ul li.active a {
    background: none;
    color:#fff;
    border-bottom: 0px solid #000;
    padding:0 0 8px 0;
}


nav#navigation-main ul li ul li ul li {
    background: none;
	
}

nav#navigation-main ul.lvl-3 li.active a,
nav#navigation-main ul.lvl-3 li:last-child a{
	border-bottom: 0px !important;
}


nav#navigation-main ul li ul li.has-sub:hover ul li.last a, 
nav#navigation-main ul li ul li.has-sub.active ul li.last a {
    border-bottom: 0;
}

nav#navigation-main ul li ul li.has-sub:hover ul li.last:hover a, nav#navigation-main ul li ul li.has-sub.active ul li.last:hover a {

    padding:0 0 7px 0;
}


/*Suchbox*/
#search{
	float: right;
}

#search .search-button{
	background: url(../images/icons/search-button.png) no-repeat;
	width: 18px;
	height: 17px;
	cursor: pointer;
	margin:5px 5px 0 0;
    border:none;
	padding: 0px;
}

#search input {
    font-weight: bold;
    font-size: 11px;
    color:#BBBBBB;
    margin:0;
    border:1px solid #DDDDDD;
    padding:3px 4px;
}

#search input:focus {
    color:#333333;
}

/* Sprachenswitch */
#search #language {
    float: right;
    padding-right: 17px;
}
#search .tx-macinasearchbox-pi1 {
    float: left;
    padding-right: 20px;
}

/*Gallery Header*/
.tx-cgslider {
    position: relative;
}

.tx-cgslider .cgslider-list {
    width: 100%;
    position: relative;
}

.tx-cgslider .slide {
    width: inherit;
    height: inherit;
}

.tx-cgslider .slide img{
    width: 100%;
    height: auto;
    display: block;
}

.tx-cgslider .slide .claim {
    position: absolute;
	width: 100%;
    text-align: center;
    font-weight: 300;
    z-index: 1050;
}

.tx-cgslider .slide .claim.position-0 {
	top: 37%;
}

.tx-cgslider .slide .claim.position-1 {
    left:20%;
    top:20%;
}

.tx-cgslider .slide .claim.position-2 {
    right:20%;
    top:20%;
}

.tx-cgslider .slide .claim.position-3 {
    left:20%;
    bottom:20%;
}

.tx-cgslider .slide .claim.position-4 {
    right:20%;
    bottom:20%;
}

.tx-cgslider .slide .claim span {
    background: #222222;
    padding: 0 10px;
    color: #fff;
    display: inline-block;
}

.tx-cgslider .slide .claim span.title {
    line-height: 35px;
    font-size: 20px;
    margin: 0 0 10px 0;
}

.tx-cgslider .slide .claim span.description {
    line-height: 53px;
    font-size: 37px;
}

.tx-cgslider .slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/bg/header-overlay.png");
    display:none;
    z-index: 999;
}

.tx-cgslider .slider-prev,.tx-cgslider .slider-next {
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    z-index: 500;
    top:50%;
    margin-top:-30px;
    cursor: pointer;
    -webkit-transition: background 0.3s;-moz-transition: background 0.3s;-ms-transition: background 0.3s;-o-transition: background 0.3s;transition: background 0.3s;


}

.tx-cgslider .slider-prev {
    z-index: 1001;
    background-image: url("../images/icons/slide-arrow-left.png");
    left:40px;
	    display: none;
}

.tx-cgslider .slider-prev:hover {
    background-image: url("../images/icons/slide-arrow-left-hover.png");
}

.tx-cgslider .slider-next {
    z-index: 1001;
    background-image: url("../images/icons/slide-arrow-right.png");
    right:40px;
	    display: none;
}

.tx-cgslider .slider-next:hover {
    background-image: url("../images/icons/slide-arrow-right-hover.png");
}


/*Breadcrumb*/
#breadcrumb {
   padding: 14px 0px;
   background: #EEE;
}

#breadcrumb a{
	color: #000000;
}

#breadcrumb .container{
	padding: 0 15px;
}

/*Content*/
#main{
	margin-bottom: 48px;
}

#content-top {
    margin: 20px 0;
    overflow-x: hidden;
}

#content-top .csc-default{
	padding: 15px 0px;
}

#content-top .csc-default.grey{
	background: #EEE;
    margin: 0 -100% 0 -100%;
}

#content-bottom {
    background-color: #222222;
    color:#fff;
    padding:0px 0 25px 0px;
}

#content-bottom .row li{
	background: url(../images/icons/bullet-arrow-white-content.png) no-repeat;
	background-position: left center;
}


#content-bottom .row.columns-2 .col-1.c1,
#content-bottom .row.columns-2 .col-1.c2 {
    margin-bottom:-25px;
}


#content-bottom h1 {
    color: #fff;
}

#content-bottom h1,
#content-bottom h4{
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 31px;
}


#content-top ul,#content-bottom ul {
    margin: 10px 0 10px 0px;
}
/*Teaser*/
.cin-teaser-list .teaser-box{
	width: 25%;
	line-height: 1.4em;
	float: left;
    background: #EEEEEE;
    -webkit-transition: background-color 0.3s,color 0.3s,background-image 0.3s;-moz-transition: background-color 0.3s,color 0.3s,background-image 0.3s;-ms-transition: background-color 0.3s,color 0.3s,background-image 0.3s;-o-transition: background-color 0.3s,color 0.3s,background-image 0.3s;transition: background-color 0.3s,color 0.3s,background-image 0.3s;
    cursor: pointer;
    padding: 15px 15px 25px 15px;

    color:#333;
    background-clip: content-box;
    position: relative;
}

.cin-teaser-list .teaser-box:after {
    content: " ";
    background-image: url(../images/icons/teaser-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right:15px;
    top:50%;
    margin: -10px 0 0 0;
    -webkit-transition: background-color 0.3s,color 0.3s,background-image 0.3s;-moz-transition: background-color 0.3s,color 0.3s,background-image 0.3s;-ms-transition: background-color 0.3s,color 0.3s,background-image 0.3s;-o-transition: background-color 0.3s,color 0.3s,background-image 0.3s;transition: background-color 0.3s,color 0.3s,background-image 0.3s;
}

.cin-teaser-list .teaser-box:hover {
    background-color: #222;
    color:#fff;

}

.cin-teaser-list .teaser-box:hover:after {
    background-image: url(../images/icons/teaser-arrow-hover.png);
}

.cin-teaser-list .teaser-box .image {
    text-align: center;

}

#start .cin-teaser-list .teaser-box .image img {
    display: none;


}
#start .cin-teaser-list .teaser-box .image  {
    /*background-image: url("../images/icons/logo-small.png");*/
    width: 48px;
    /*height: 32px;*/
    display: block;
    margin: 10px auto 0 auto;
}

.cin-teaser-list .teaser-box h4{
	text-align: center;
}

#start .cin-teaser-list .teaser-box h4 {

    font-size: 21px;
    -webkit-transition: color 0.3s;-moz-transition: color 0.3s;-ms-transition: color 0.3s;-o-transition: color 0.3s;transition: color 0.3s;
	background-color: rgb(51,51,51);
	color: white;
	padding: 2px 0px;
	margin: 0 0 10px 0;
}

.cin-teaser-list .teaser-box:hover h4 {
    color:#fff;
	
}

#start .cin-teaser-list .teaser-box:hover h4{
	background: none;
}


.cin-teaser-list .teaser-box .sub-title {
    text-align: center;
    padding: 0 25px;
    font-size: 14px;
    margin:0 0 10px 0;
}

/*Footer*/
footer{
    clear: both;
    line-height: 26px;
	width: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	background: #EEEEEE;
	margin-top: 48px;
}

footer #footer-header{
	height: 48px;
	bottom: 0px;
	width: inherit;
}

footer #metanav{
	float: right;
}


footer #sign{
	background: url(../images/icons/rostfrei-small.png) no-repeat;
	background-position: center right;
	width: 100px;
	height: inherit;
	float:right;
}

footer #footer-header .container{
	padding: 0px 15px;
}

footer #footer-header #footer-btn{
	float: left;
	width: 26px;
	height: inherit;
	background: url(../images/icons/footer-btn-top.png) left center no-repeat;
	cursor: pointer;
}

footer #footer-header #footer-btn.active{
	background:url(../images/icons/footer-btn-bottom.png) left center no-repeat;
}

footer #footer-header ul{
	margin-top: 11px;
}

footer #footer-header ul li{
	list-style-type: none;
	float: right;
	margin-left: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

footer #footer-header ul li a{
	background: url(../images/icons/bullet-arrow.png) center left no-repeat;
	padding-left: 15px;
}

footer #footer-main{
	height: 0px;
	overflow: hidden;
}

footer #footer-main .container{
	padding-top: 20px;
}

footer #footer-line{
	height: 1px;
	width: 1146px;
	margin: 0 auto;
	background: #CCCCCC;
}

/*
#footer #footer-
display: none; 
overflow: hidden;
height: 0px;
*/
footer header h4{
	font-weight: bold;
}

footer .row.columns-5 .col-1 {
    width: 20%;
}

footer .row.columns-5 .col-1.c1 {
    width: 12%;
}

footer .row.columns-5 .col-1.c2 {
    width: 19%;
}


footer .row.columns-5 .col-1.c3 {
    width: 16%;
}


footer .row.columns-5 .col-1.c4 {
    width: 31%;
}


footer .row.columns-5 .col-1.c5 {
    width: 22%;
    float: right;
    text-align: right;
    background: url("../images/icons/rostfrei.png") left bottom no-repeat;
}

/*News*/

#content-bottom .news{
	height:inherit;
}

#content-bottom .row.columns-2 .col-1.c1 .news,
#content-bottom .row.columns-2 .col-1.c2 .news {
    margin-top:-27px;
	width: 100%;
}




.news .news-list-view.teaser .news-img-wrap,
.news .news-list-view.teaser .teaser-text{
	float: left;
	width: 50%;
}

.news .news-list-view.teaser .news-img-wrap{
	position: relative;
    padding: 0 15px 0 0;
}

.news .news-list-view.teaser a.img-link {
    display: block;
    height: 215px;
}

.news .news-list-view.teaser .news-img-wrap img {
    width: 100%;
    height: 100%;
}

.news .news-list-view .news-img-wrap img {
    width: 100%;
    height: 100%;

}

.news.news-single .news-img-wrap {
    text-align: center;
}

.news.news-single .news-img-wrap img {
    max-width: 100%;
    height: auto;
}

.news .news-list-view.teaser .news-img-wrap .more{
	position: absolute;
	top: 50%;
	right: 15px;
    width: 29px;
    height: 34px;
    margin: -17px 0 0 0;
    background: url("../images/icons/news-teaser-arrow.png");
    -webkit-transition: background 0.3s;-moz-transition: background 0.3s;-ms-transition: background 0.3s;-o-transition: background 0.3s;transition: background 0.3s;

}
.news .news-list-view.teaser .news-img-wrap:hover .more {
    background: url("../images/icons/news-teaser-arrow-hover.png");
}

.news .news-list-view.teaser .teaser-text{
	padding: 27px 0 0 15px;
}

.news .news-list-view a.more{
	background: #222222;
	background: url(../images/icons/bullet-arrow.png) no-repeat;
	background-position: left center;
	display: inline-block;
	padding: 0px 16px;
	font-weight: bold;
	margin-top: 15px;
	width: 109px;
}

.tx-products {
    margin: 0 0 -25px 0;
}

.tx-products .product-detail {
    display: none;
}

.tx-products .product {
    float: left;
    padding: 7px;
    width: 14.28%;
}

.tx-products .project {
    width: 25%;
    float: left;
    padding:7px;
    position: relative;
}


.tx-products .project .project-title {
    position: absolute;
    left:0;
    bottom: 6px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color:#222;
    background: rgba(238,238,238,0.7);
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -ms-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    padding:0 7px;
    background-clip: content-box;
}

.tx-products .project:hover .project-title {
    background-color: rgba(0,0,0,0.7);
    color:#fff;
}

.tx-products .category-inner {
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    padding:0 15px;
}

.tx-products .category-inner:not(.no-arrow) {
background: url("../images/icons/arrow-closed.png");
background-position: right 15px  center;
background-repeat: no-repeat;
}

.tx-products .ui-state-active .category-inner:not(.no-arrow) {
    background: url("../images/icons/arrow-open.png");
    background-position: right 15px  center;
    background-repeat: no-repeat;
}

.tx-products .category-title {
    font-size: 16px;
    padding:20px 0;
    font-weight: bold;
    cursor: pointer;
}

.tx-products .category-description {
    font-size: 11px;
}

.tx-products .category-description p {
    max-width: 560px;
    font-size: 13px;
}

.tx-products .product-list {
    margin: 10px -7px 40px -7px;


}

.tx-products .product-list .product-image img {
    width:100%;
    height: auto;
    display: block;
}


.product-fancybox .fancybox-inner {
   max-width: 600px;
}


.fancybox-inner .product-description {
    position: relative;
    z-index: 9999;
    float: left;
    margin: 15px 0 0 0;
    width: 100%;
    display: inline-block;
	margin-bottom: 0px;
}
.fancybox-inner .project-download{
	width: 100%;
}

.fancybox-inner .product-detail.project{
	position: relative;
}

.fancybox-inner .product-detail.project .image-title{
	position: absolute;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	bottom: 0px;
	padding: 10px;
	font-size: 16px;
	
}

.fancybox-inner .project-download a{
	padding: 0px 0px 0px 20px;
	background: url(../images/icons/bullet-arrow-white-content.png) no-repeat;
	
	color: white;
	font-weight: bold;
	margin: 6px 0px;
	
	background-position: 0px center;
	height: 24px;
	width: 100%;
	vertical-align:middle;
	display: block;
	margin-bottom: 6px;
}

.fancybox-inner .project-download .download-button{
	background: #CCC;
	display: inline-block;
	padding: 2px 6px;
	color: black;
	float:right;
}

.fancybox-inner .project-download .download-title{
	float: left;
	display: block;
	line-height: 24px;
	max-width: 484px;
}

.fancybox-inner .product-detail .product-description .product-title{
    font-size: 16px;
    /*margin-bottom: 18px;*/
    line-height: 22px;
	text-align: center;
    font-weight: bold;
}

.fancybox-inner .product-detail .product-description .product-datasheet{
	display: inline-block;
	width: 100%;
}

.fancybox-inner .product-detail .product-description .product-datasheet a{
	padding: 0px 0px 0px 20px;
	color: white;
	font-weight: bold;
	margin: 6px 0px;
	background: url(../images/icons/bullet-arrow-white-content.png) no-repeat;
	background-position: 0px center;
	height: 24px;
	vertical-align: middle;
}

.fancybox-inner .product-detail .product-description .product-datasheet .product-button{
	background: #CCCCCC;
	display: block;
	float: right;
	color: black;
	padding: 2px 6px;
}

.fancybox-inner .product-detail .product-image {
	width: 100%;
    background-position: center center;
}

.fancybox-inner .product-detail .product-description .project-title{
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 22px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
}

.fancybox-inner .product-detail .counter{
	float: right;
}


.fancybox-inner .product-detail .product-image img {
	width: 100%;
    height: auto;
	display: block;
}

.fancybox-skin {
    background-color: #222;
    color:#fff;
}

.mobile .fancybox-prev,.mobile .fancybox-next {
	/*display: none;*/
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,.ui-corner-top {
    background:none;
    border:none;
    color:#fff;
}
.tx-products .category-description{
    /*padding: 15px 0px 0px 0px;*/
}

.tx-products .category-title.even ,.tx-products .category-description.even {
    background: #222222;
}

.tx-products .category-title.odd ,.tx-products .category-description.odd {
    /*background: #666666;*/
    background-color: #444;
}

.fancybox-nav {
    width: 55px;
    visibility: visible;
}

.fancybox-nav span {
    visibility: visible;
    width: 14px;
    height: 26px;
    background-position: inherit;
}

.fancybox-prev {
    left:-75px;
}

.fancybox-prev span {
    background-image: url("../images/icons/lightbox-left.png");

}

.fancybox-next {
    right:-75px;
}

.fancybox-next span {
    background-image: url("../images/icons/lightbox-right.png");
}

.tx-mbgallery-pi1 {
    padding:0 15px;
}

.tx-mbgallery-pi1 .mb-gallery-caption{
	display: none;
}

.tx-mbgallery-pi1 .row .mb-gallery-item  {
    width: 23.6%;
    float: left;
    margin: 0 1.754% 15px 0;
    position: relative;
    padding: 0;
    border:1px solid #ccc;
}

.tx-mbgallery-pi1 .row .mb-gallery-item .image-max img {
    width: 100%;
    height: auto;
    display: block;
}

.tx-mbgallery-pi1 .row .mb-gallery-item.last-in-row {
    margin: 0 0 15px 0;
}

div.csc-textpic-border div.csc-textpic-imagewrap img {
     border: 1px solid #ccc;
 }

div.csc-textpic .csc-textpic-imagewrap img {
    width: 100%;
    height: auto;
}

.csc-textpic-imagewrap[data-csc-cols="1"] .csc-textpic-imagecolumn {
    width: 100%;
    margin: 0 0% 0 0;
}

.csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn {
    width: 49%;
    margin: 0 2% 0 0;
}

.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn {
    width: 32%;
    margin: 0 2% 0 0;
}

div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
    margin-right:0 !important;
}

.tx-indexedsearch {
    margin:20px 0 0 0;
}

.tx-felogin-pi1 .error-msg{
	display: block;
	margin-bottom: 12px;
}

.tx-felogin-pi1 .submit{
	clear: both;
	display: block;
	background: #222222;
	margin-top: 10px;
	color: white;
	border: 0px;
	width: 200px;
	height: 25px;
	font-weight: bold;
	cursor: pointer;
}

.tx-felogin-pi1 input{
	margin: 0px;
	border: 1px solid rgb(169, 169, 169);
	width: 200px;
}

.tx-felogin-pi1 label{
	font-weight: bold;
}

.container .user-status{
	padding: 0 15px;
	top: 4px;
	position: absolute;
	right: 179px;
}

.container .user-status li{
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

.container .user-status .username{
	font-weight: bold;
}

.container .user-status li.logout{
	display: block;
	background: #222222;
	color: white;
	border: 0px;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	text-align: center;
}

.container .user-status li.logout a{
	display: block;
}

.tx-mbpublications-pi1{
	padding: 0 15px;
}

.tx-mbpublications-pi1 .article{
	float: Left;
	width: 220px;
	text-align: center;
	margin: 15px 0px;
}

.tx-mbpublications-pi1 .article{
	margin-right: 10px;
}

.tx-mbpublications-pi1 .article:nth-child(5n){
	margin-right: 0px;
}

.tx-mbpublications-pi1 .article .entry .image-wrap.image-max{
	background: #FAFAFA;
	vertical-align: middle;
}

.tx-mbpublications-pi1 .article .entry .image-wrap.image-max img{
	width: 180px;
	height: auto;
}

.tx-mbpublications-pi1 .article .entry .content-wrap{
	background: #FAFAFA;
}

.tx-mbpublications-pi1 .article .entry .content-wrap .title h4 a{
	font-size: 16px;
	font-weight: bold;
}

.tx-tagcloud{
	overflow: hidden;
	height: 125px;
}
.brosh {
padding-top: 85px; margin-left: 155px;
}
.news.news-single .news-img-wrap  {
	margin-top: 10px;
}
.fancybox-inner .product-detail .product-description .project-title {
	font-weight: bold;
}