.tx-powermail{
}

.tx-powermail legend,
.tx-powermail h3{
	display: none;
}

.tx-powermail{
}

.powermail_fieldwrap label{
	width: 30%;
	display: block;
	float: left;
}

.powermail_field.powermail_input,
.powermail_field.powermail_textarea{
	width: 70%;
}

.powermail_field.powermail_submit{
	clear: both;
	display: block;
	background: #222222;
	color: white;
	border: 0px;
	width: 200px;
	height: 25px;
	margin-left: 30%; 
	font-weight: bold;
}

.tx-powermail .powermail_fieldwrap {
	margin-bottom: 10px;
	clear: left;
}

/* Cin Language */
#lang{
	display: inline-block;
	float: right;
	margin-right: 26px;
}

.tx-cinlanguage-pi1 .flag{
	float: right;
	padding: 3px 3px;
	text-transform: uppercase;
}

.tx-cinlanguage-pi1 .flag.selected{
	font-weight: bold;
}

.tx-cinlanguage-pi1 span{
	display: block;	
	float: right;
	padding-top: 3px;
}


/* ------------------------------------------- */

.tx-mbabc .abc-list{
	padding: 15px 15px 0 15px;
}

.tx-mbabc .abc-list .list-entry{
	padding: 0 15px;
	float: left;
	width: 20%;
	padding: 15px;
	background: #CCCCCC;
    min-height: 300px;
}

.tx-mbabc .abc-list .list-entry.white{
	background: #FFFFFF;
}


.tx-mbabc .abc-list .list-entry .title:hover a{
	color: red;
}

.tx-mbabc .abc-list .list-entry .title{
	margin-bottom: 6px;
	margin-top: 6px;
	list-style-type: circle;
	
}




.tx-mbabc .abc-entry-description,
.tx-mbabc .abc-entry-related,
.tx-mbabc .backlink{
	padding: 15px;
}

.tx-mbabc .abc-entry-description p{
	column-count: 2;
	-moz-column-count: 2;
    -webkit-column-count: 2;
    
	column-gap: 30px;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
}

.tx-mbabc .abc-entry-description a{
	font-weight: bold;
}

.tx-mbabc .abc-entry .backlink{
	background: url(../images/icons/bullet-arrow.png) no-repeat;
	background-position: left center;
	margin: 0 15px;
	display: inline-block;
	font-weight: bold;
}

#content-top ul li,
#content-bottom ul li{
	background: url(../images/icons/bullet-arrow.png) no-repeat;
	background-position: 0px 5px;
	padding-left: 22px;
	list-style-type: none;
	font-size: 13px;
}

#content-top .tx-products ul li,
#content-bottom .tx-products ul li{
	background: url(../images/icons/bullet-arrow-white-content.png) no-repeat;
	background-position: 0px 4px;
	font-size: 13px;
}

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

/*-----------------------------------------------*/
.cin-teaser-list.subpage{
	padding: 20px 15px 0px 15px;
    margin: 0 -15px;
}


.cin-teaser-list.subpage .teaser-box h4{
	font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-weight: bold;



}

.cin-teaser-list.subpage .teaser-box .more{
	background-color: rgba(238,238,238,0.7);
	padding: 4px;
	-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;
	position: absolute;
	bottom: 25px;
	left: 0px;
	width: 100%;
    padding: 0 15px;
    background-clip: content-box;
}

.cin-teaser-list.subpage{
	
}

.cin-teaser-list.subpage .teaser-box img {
    display: block;
    width: 100%;
    height: auto;
}

.cin-teaser-list.subpage .teaser-box:hover .more{
	background-color: rgba(0,0,0,0.7);
}

.cin-teaser-list.subpage .teaser-box .more a h4{
	font-weight: bold;
}

.cin-teaser-list.subpage .teaser-box .image{
	overflow: hidden;
}
/*-----------------------------------------------*/
.tx-products .category-inner .description{
	float: left;
	width: 50%;
	padding: 0 15px 15px 0px;
}

.tx-products .category-inner .inner-image{
	float: right;
	padding: 0 15px;
	width: 50%;
	
}

.tx-products .category-inner .inner-image img {
    width: 100%;
    height: auto;
}

.tx-products .product-list{
	clear: both;
	display: block;
}

.tx-cgprojects .category.ui-accordion{
	
}

.tx-cgprojects .category-outer{
	padding: 13px 0px;
}

.tx-cgprojects .category-outer.even{
	background: #444;
}

.tx-cgprojects .category.ui-accordion .product-list,
.tx-cgprojects .category-title {
	margin: 0 auto;
	max-width: 1170px;
	height: inherit;
}

.tx-cgprojects .category-title{
	font-size: 16px;
	font-weight: bold;
	padding: 0px 15px;
	background: url(../images/icons/tab-arrow.png) no-repeat;
	background-position: 98.5% center;
	cursor: pointer;
}

.tx-cgprojects .category.ui-accordion .product-list{
	padding: 15px 0px 0px 0px;
}

.tx-cgprojects .category.ui-accordion .product-list .project{
	float: left;
	width: 25%;
	height: auto;
	padding: 15px;
	position: relative;
}

.tx-cgprojects .category.ui-accordion .product-list .project .project-detail{
	/*position: absolute;
	bottom: 20px;
	width: 100%;
	padding: 0 15px;
	margin-left:-15px;
	z-index: 500;*/
    display: none;
}

.tx-cgprojects .category.ui-accordion .product-list .project .project-image{
	overflow: hidden;
}

.tx-cgprojects .category.ui-accordion .product-list .project .project-title{
	padding: 10px 0px;
	background-color: rgba(238,238,238,0.7);
	color: #000000;
	font-weight: bold;
	text-align: center;
	-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;
	cursor: pointer;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 30px);
    left: 15px
	
}

.tx-cgprojects .category.ui-accordion .product-list .project:hover .project-title{
	background-color: rgba(0,0,0,0.7);
	color: #FFFFFF;
	-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;
}

.tx-indexedsearch{
	padding: 0px 15px;
}

.tx-indexedsearch .submit{
	background: #666666;
	border: 0px;
	color: #FFFFFF;
	padding: 3px 0px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox{
	margin: 15px 0px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox{
	margin-top: 15px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox li{
	background: #666666 !important;
	color: white;
	padding: 2px 7px !important;
}

.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox li:first-child,
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox li:last-child{
	background: none !important;
	color: #000000;
	font-weight: bold;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox li.tx-indexedsearch-browselist-currentPage{
	background: #CCCCCC !important;
	color: black;
}

.tx-indexedsearch .tx-indexedsearch-res.entry{
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.tx-indexedsearch .tx-indexedsearch-res.entry:first-child{
	border-top: 1px solid #CCCCCC;
}

.tx-indexedsearch .search-result-entry{
	/*background: url(../images/icons/bullet-arrow.png) no-repeat;
	background-position: left 5px;
	padding-left: 20px;*/
}

#navigation-main .more-nav{
	display: none;
}

/* News */

.news.news-single{
	margin: 0 -50% 0 -50%;
}

.news.news-single .col-2{
	float: left;
	width: 50%;
	padding: 0 15px;
}

#content-top .news.news-single .col-2 h1{
	padding: 0px;
}

.news .article.list.col-2.articletype-0{
	float: left;
	width: 50%;
	padding: 15px 15px;
}

.news .article.list.col-2.articletype-0 .news-img-wrap,
.news .article.list.col-2.articletype-0 .teaser-text{
	float: left;
	width: 50%;
}

.news .article.list.col-2.articletype-0 .teaser-text{
	padding: 0px 15px;
}

.news .news-backlink-wrap{
	margin-left: 15px;
}

.news .news-backlink-wrap a{
	background: url(../images/icons/bullet-arrow.png) no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
}