/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 15px;
	margin-bottom: 27px;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: left;
	margin: 0px 40px 5px 0;
	background: #fff;
	border-right: 1px solid #d3d3d3;
	padding-right: 15px;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	background: #fff;
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
	max-width:300px;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news-single .article h2 {
	margin-bottom: 25px;
}
.news .article h3 {
	margin-bottom: 12px;
}
.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
	float: right;
	width: 282px;
	margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single .teaser-text {
	font-size: 15px;
	color: #888;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px 0;
/*	border: 1px solid #eee;*/
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}


/* Reference list*/
.reference-list h2 {
  border-top:1px solid #ccc;
  display: inline-block;
  font-size:1.5em;
  line-height:1.2em;
  margin-bottom:0;
  margin-top:15px;
  padding:15px 0 0;
  width:95%;
}
.reference-list {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 30px auto;
  text-align:center;
}
.customer-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.reference-list .reference-list-item {
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    padding:5px;
    text-align:center;
    display: inline-block;
    margin: 10px 0;
    padding: 15px;
    max-width:306px;
    /*box-shadow: 0 3px 8px rgba(255, 255, 255, 1.0);*/
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0);
}
.reference-list .reference-list-item:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.news .reference-list .news-img-wrap {
    margin:0;
    border-right: none;
    padding-right: 0;
}

.news .reference-list .news-img-wrap img {
    max-width:auto;
    width:100%;
}

.reference-list-item a:hover {
    text-decoration:none;
}

@media screen and (min-width: 651px) {
  .reference-list  {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
    .customer-list  {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
   }
}
   
 @media screen and (min-width:960px) {
  .reference-list  {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .team-list  {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
    .customer-list  {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}  
   
@media screen and (max-width: 767px) {
   .reference-list .reference-list-item {
        max-width:275px;
    }
    .news .article .news-img-wrap img {
        max-width:100%;
    }
}


/* Category Selector 
-----------------------------------------------------*/
.filter ul {list-style:none;}
.filter ul li {line-height:1.65em;}
.filter ul li a {
    display:block;
    padding:0.3em 0.5em;
    color:#888;
    text-decoration:none;
}
.filter:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.filter {margin-bottom:1em;}
.filter .level0 {margin:0;}
.filter .level1 {
    display:none;
    position:absolute;
    border: 1px solid #ccc;
    margin:0;
    box-shadow:0 3px 8px rgba(0, 0, 0, 0.25);
    min-width:260px;
}
.filter .level0 li {
    float:left;
    margin: 0 1em 1em 0;
    width:260px;
    border: 1px solid #ccc;
}

.filter .level1 {margin-left:-1px;} /*fix shift of submenu if level0 has border*/ 
.filter .level1 li {
    margin:0;
    float:none;
    border:none;
}
.filter .level0 li a, .filter .level1 li a:hover, .filter .level1 li.selected a{
    background-color: #eee;
    color: #888;
}
.filter .level1 li a {background-color: #fff;}
.filter .level1 li.no a:after,.filter .level1 li.selected a:after, .filter .level0 li a:after {
    font-family: clinx-icons;
    float:right;
    content: "m";
    margin-left:.5em;
    padding:0;
    border:none;
}
.filter .level1 li.selected a:after {content: "n";}
.filter .level0 li a:after {content: "k"; padding-left:.5em; border-left:1px solid #ddd;}
.filter .level0 li a.open:after {content: "i";}
.filter .ajax-loader {
    display:none;
    text-align:center;
    vertical-align:center;
    z-index:8888;
}
.filter .ajax-loader .loader {
    background: #0B0B0B url(images/ajax-loader.gif) no-repeat center center;  
    display:table;
    width:100%;
    height:100%;
    margin:0 auto;
    z-index:8889;
}
/*Team Seite*/
.team-list {
    max-width:650px;
}
.card {
    width:273px;
    height:137px;
    cursor:pointer;
    position:relative;
    max-width:100%;
}
.card .front, .card .back {
    position:absolute;
}
/*Safari layout fix: */
div.articletype-2 {
    visibility:hidden;
}

.shareaholic-toolbox {
    width:100%;
    margin:20px 0;
}