.tx-ppm-projects .mhidden {
	display:none;
}
.show_anyway {
	display:block !important;
}
.tx-ppm-projects .listview .themes b {
    font-style: inherit;
    font-weight: bold;
    line-height: 1em;
    width: auto;
    font-size: 16px;
    float:left;
}
.tx-ppm-projects .listview .themeItems {
	float:left;	
	margin-left:10px;
	max-width: 752px;
    width: 100%;
}

.tx-ppm-projects .listview .themeItems .item {
    background: rgb(235, 235, 236);
    padding: 5px 10px;
    display: block;
    margin-right: 10px;
    float: left;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 12px;
    cursor: pointer;
}
.tx-ppm-projects .listview .themeItems .item.hover,
.tx-ppm-projects .listview .themeItems .item.active {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.tx-ppm-projects .listview .projects {
	margin-top:15px;	
    margin-right: -25px;
}
.tx-ppm-projects .listview .references {
    margin-right: -25px;
}
.tx-ppm-projects .listview .projects .noProjects {
	display: block;
    padding: 15px 20px;
    text-align: center;	
}
.tx-ppm-projects .listview .projects .noProjects {
	display:none;
	font-weight:bold;
}
/* OLD STYLE
.tx-ppm-projects .listview .reference,
.tx-ppm-projects .listview .project {
    float: left;
    margin-right: 29px;	
    max-width: 260px;
    height:260px;
}
*/
.tx-ppm-projects .listview .project {
	float: left;
	width:31.333%;
}
/*
#content .projects > div > div:nth-child(3n+2) {
	margin-left: 5%;
	margin-right: 5%;
}
*/
#content .projects > div > div {
	margin-left: 1%;
	margin-right: 1%;
}
.tx-ppm-projects .listview .reference {
	height:230px!important;
}

.tx-ppm-projects .listview .reference a,
.tx-ppm-projects .listview .project a {
	text-decoration:none;	
} 
.tx-ppm-projects .listview .reference .category, 
.tx-ppm-projects .listview .project .date { 
    margin-top: 8px;
    margin-bottom: 5px;
    width: 258px;
    color: #C2C2C2;
    font-size: 10px;
}
.tx-ppm-projects .listview .reference .title,
.tx-ppm-projects .listview .project .title { 
    font-family: inherit;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 0px;
    margin-top: 2px;
    color: black;
    height: 70px;
    padding-bottom: 10px;
}
.tx-ppm-projects .listview .project:hover img { 
	transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    opacity: 0.8;
}
.tx-ppm-projects .listview .simpleMenu a {
	text-transform:uppercase;
	font-weight:bold!important;
}
.tx-ppm-projects .detailview .description p {
	margin: 1em 0;
	margin-top:0;
}
.tx-ppm-projects .detailview .image,
.tx-ppm-projects .detailview .gallery {
	margin-bottom:27px;
}
.tx-ppm-projects .detailview .gallery {
	margin-top:10px;	
}
.tx-ppm-projects .detailview .gallery a {
	text-decoration:none;
	display:inline-block;	
	width: 32%;
    margin-right: .8%;
    margin-top: 20px;
}
.tx-ppm-projects .detailview .slider {
	margin-bottom:25px;	
}
.tx-ppm-projects .detailview .links .link,
.tx-ppm-projects .detailview .downloads .download,
.tx-ppm-projects .detailview .slider.mobile {
	height: 70px;
    background: #EAEAEA;
    vertical-align: middle;
    display: table-cell;
    text-align: center;	
}
.tx-ppm-projects .detailview .links,
.tx-ppm-projects .detailview .downloads {
	margin-top:30px;
}
.tx-ppm-projects .detailview .links .link a,
.tx-ppm-projects .detailview .downloads .download a,
.tx-ppm-projects .detailview .slider.mobile a {
	padding: 0;
    margin: 0;
     border: none;
    outline: none;
    background: none !important;
    display: block;
    word-break: break-word;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding: 23px 0px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    width: 260px;
    font-size: 15px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
	
	text-decoration:none;
	color:inherit;
    width: 220px;
    line-height: 22px;
    padding: 0 20px !important;
}
.tx-ppm-projects .detailview .links .link:hover,
.tx-ppm-projects .detailview .downloads .download:hover,
.tx-ppm-projects .detailview .slider.mobile:hover {
	background:#000;
	color:#fff;
}
.tx-ppm-projects .detailview .projectThemes {
    margin: 60px 0px;
    padding: 37px 0px 27px;
    border-top: solid 3px #EBEBEC;
    border-bottom: solid 3px #EBEBEC;
    width: 100%;	
}
.tx-ppm-projects .detailview .projectThemes b {
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    margin-top: 7px;	
}
.tx-ppm-projects .detailview .projectThemes .projectTheme {
    background: rgb(235, 235, 236);
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    text-decoration: none;
    font-size: 12px;
}
.tx-ppm-projects .detailview .projectThemes .projectTheme a {
	display:inline-block;
	padding: 5px 10px;
	color:inherit;
	text-decoration:none;	
	height: 16px;
    line-height: 16px;	
}
.tx-ppm-projects .detailview .projectThemes .projectTheme:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    cursor: pointer;	
}
.tx-ppm-projects .detailview .slider.mobile {
	display:none;	
}
.tx-ppm-projects .sliderview .slick-slider {
	margin-bottom:125px;	
}
.tx-ppm-projects .sliderview .project a {
	text-decoration:none;
	color:inherit;	
	font-weight:normal;
}
.tx-ppm-projects .sliderview .project .info {
    font-size: 14px;
    line-height: 18px;
    background: #ebebec;
    padding: 10px;
    min-height:40px;
}
.tx-ppm-projects .sliderview:hover .project .info {
	background:#000;
	color:#fff;
}
.tx-ppm-projects .sliderview .slick-dots {
	bottom:-65px;
}
.tx-ppm-projects .sliderview .slick-dots li {
	width:10px;	
}
.tx-ppm-projects .sliderview .slick-dots button:before {
    width: 11px;
    height: 11px;
    background: #ebebec;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity:1;
    content:"";
}
.tx-ppm-projects .sliderview .slick-dots .slick-active button:before,
.tx-ppm-projects .sliderview .slick-dots button:hover:before {
	background:#000;	
}
.tx-ppm-projects .sliderview .slick-prev,
.tx-ppm-projects .sliderview .slick-next {
	display:none!important;
    width: 60px;
    height: 68px;
    background-image: url("./bg_direction_nav.png");
    background-position: top left;
    position: absolute;
    text-indent: 9999px;
    z-index: 9999;
    top: 197px;
    left: -8px;
    position: absolute;
    outline: 0;
}
.tx-ppm-projects .sliderview:hover .slick-prev,
.tx-ppm-projects .sliderview:hover .slick-next {
	display:block!important;
}
.tx-ppm-projects .sliderview .slick-prev:hover {
	background-position: bottom left;
}
.tx-ppm-projects .sliderview .slick-next {
	background-position: top right;
	left:inherit!important;
	right:-8px!important;
}
.tx-ppm-projects .sliderview .slick-next:hover {
	background-position: bottom right;
}
.tx-ppm-projects .sliderview .readmore {
	display:none;
    margin: 0px 50px;
    height: 40px;
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
    left: 15px;
    right: 15px;
    font-size: 17px;
    z-index: 99;
    margin-top:17px;
    margin-bottom:15px;
}
@media screen and (max-width: 825px) { 
	.tx-ppm-projects .sliderview .slick-dots {
	    bottom: -35px;
	}
	.tx-ppm-projects .sliderview .slick-slider {
		margin-bottom: 40px;
	}
	.tx-ppm-projects .sliderview .readmore {
		display:block;
	}
	#startseite .tx-ppm-projects .sliderview .slick-prev, 
	#startseite .tx-ppm-projects .sliderview .slick-next {
		display:none!important;
	}
	.tx-ppm-projects .sliderview:hover .project .info {
	    background: #ebebec;
	    color:#000;
	}
	.tx-ppm-projects .listview b {
		cursor:pointer;
		background:url("themenauswahl1.png") no-repeat;
		background-position:center right;
		padding-right:50px;
	}
	.tx-ppm-projects .listview b.open {
		background-image:url("themenauswahl12.png");	
	}
	.tx-ppm-projects .listview .themeItems {
		margin-left:0;
		margin-top:20px;
		display:none;
	}
	.tx-ppm-projects .listview .projects,
	.tx-ppm-projects .listview .references {
		margin-right:0;
	}
	.tx-ppm-projects .detailview h1 {
	    margin:0;
	}
	.tx-ppm-projects .detailview .slider.desktop {
		display:none;
	}
	.tx-ppm-projects .detailview .slider.mobile {
		display: table-cell;
	}
	.tx-ppm-projects .detailview h1,
	.tx-ppm-projects .detailview .subtitle {
		background: rgb(235, 235, 236);
	    padding: 20px;
	}
	.tx-ppm-projects .detailview .subtitle p{
		font-weight: normal !important;

	}
	.tx-ppm-projects .detailview .description,
	.tx-ppm-projects .detailview .links {
	    padding: 0 20px;
	}
	.tx-ppm-projects .detailview .links,
	.tx-ppm-projects .detailview .downloads,
	.tx-ppm-projects .detailview .sliderWrap {
		width:339px;
		margin-left:auto;
		margin-right:auto;		
	}
	.tx-ppm-projects .detailview .sliderWrap {
		margin-bottom:20px;
	}
	.tx-ppm-projects .detailview .projectThemes {
	}
	.tx-ppm-projects .detailview .description, .tx-ppm-projects .detailview .links {
		padding:0px;
	}
	.tx-ppm-projects .detailview .links, .tx-ppm-projects .detailview .downloads, .tx-ppm-projects .detailview .sliderWrap {
		width:100%;
	}
	
	.tx-ppm-projects .detailview .gallery a {
		width:48%;
	}
}

@media screen and (max-width: 540px) { 
	.tx-ppm-projects .detailview .links .link a, .tx-ppm-projects .detailview .downloads .download a, .tx-ppm-projects .detailview .slider.mobile a {
		width:250px !important;
	}
	.tx-ppm-projects .detailview .links .link, .tx-ppm-projects .detailview .downloads .download, .tx-ppm-projects .detailview .slider.mobile,      tx-ppm-projects .detailview .links .link:hover , .tx-ppm-projects .detailview .downloads .download:hover , .tx-ppm-projects .detailview .slider.mobile:hover {
		display:block!important;
		max-width:unset !important;
		width:100% !important;
		background:none !important;
	}
	.tx-ppm-projects .detailview .links .link a, .tx-ppm-projects .detailview .downloads .download a, .tx-ppm-projects .detailview .slider.mobile a{
		background:#eaeaea none repeat scroll 0 0 !important;
		text:center !important;
		padding:15px 0!important;
		display:block !important;
		width:100% !important;  
		max-width:unset !important;
	}
	.tx-ppm-projects .detailview .links .link a:hover, .tx-ppm-projects .detailview .downloads .download a:hover, .tx-ppm-projects .detailview .slider.mobile a:hover{
			background-color:#000 !important;
			color:#eaeaea !important;
	
	}
}