/*
Projekt
*/

.projekt {
	margin-bottom: 50px;
	position: relative;
	width: 100%;
	min-height: 120px;
	height: auto;
	clear: both;
}


.projekt-text-inside {
	padding-right: 40px;
	padding-left: 40px;
}

.projekt-text {
	background-color: #EFEDE3;
	z-index: 1001;
	z-index: 998;
	z-index: 99999;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.projekt-text-links {
	width: 72%;
	font-size: 1.2em;
	padding-top: 0px;
	float: left;
	padding-bottom: 40px;
}

.category-projekte-typo-small .projekt-text-links, .category-projekte-typo-klein .projekt-text-links {
	font-size: 1em;
}

.projekt-text-rechts {
	width: 23%;
	margin-left: 5%;
	float: right;
}

.projekt-close {
	position: absolute;
	cursor: pointer;
	z-index: 1002;
	right: 40px;
	top: 40px;
	background: url(f72-x.png) no-repeat;
	width: 41px;
	height: 41px;
}

.hidden {
	display: none;
}


/*
Projektlink
*/

.projekt h1 {
	font-family: FaktPro-SemiBold, Arial, Helvetica, Geneva;
}

.projektlink-1, .projektlink-2, .projektlink-3, .projektlink-4, .projektlink-5, .projektlink-6 {
	width: 70%;
}

.projektlink-1, .projektlink-2 {
	display: none;
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 1000;
}

.projekt:hover .projektlink-1 {
	display: inline;
	border-style: none!important;
}

.projektlink-3, .projektlink-6 {
	padding-top: 40px;
}

.single .not-related .projektlink-6 a {
	border-style: none!important;
}

/*
Text Only
*/

.text-only {
	display: none;
}

.category-texte .text-only, .category-texte-en .text-only {
	display: inline;
}

.category-texte .projekt-text, .category-texte-en .projekt-text {
	background-color: #b6b1a8;
}

.single .not-related .category-texte .bx-viewport, .single .not-related .category-texte-en .bx-viewport {
	display: none;
}

.single .not-related .category-texte .projekt-text, .single .not-related .category-texte-en .projekt-text {
	height: auto;
	position: relative;
}
