/****** Kataloge allgemein ******/

body.team #main .container,
body.projekte #main .container,
body.materialien #main .container {
	padding-top: 60px;
}

body.projektdetails #main .container,
body.material #main .container,
body.detail #main .container,
body.mitarbeiter-in #main .container {
	padding-top: 20px;
}

.item .block_1 {
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: rgb(235, 237, 235);
	z-index: 9;
}

.hover_overlay {
	z-index: 999;
	background-color: rgba(4, 103, 170, 0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.hover_overlay>span {
	width: 30px;
	height: 30px;
	position: absolute;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	opacity: 0;
}

.nameBox {
	height: 32px;
	position: absolute;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	opacity: 1;
	text-align: center;

}

.nameBox .nachname{
	color:#fff;
	font-size: 16px;
	line-height: 32px;

}

.item.entry.collage:hover .nameBox{
	z-index:9999;
}

.fa-plus:before {
	font-size: 32px;
	text-align: center;
	color: #fff;
	z-index: 9999;
}

.item.entry.de:hover .block_1,
.item.entry.de:hover .block_2,
.item.entry.de:hover .block_3 {
	/* opacity:0.1; */
	opacity: 0.6
}

.item.entry.de:hover .hover_overlay {
	background-color: rgba(4, 103, 170, 1);
}

.item.entry.de:hover .hover_overlay>span {
	opacity: 1;
	z-index: 9999;
}

.item .status {
	display: inline-block;
	padding: 2px 10px;
	background: rgba(4, 103, 170, 1);
	color: #fff;
	position:absolute;
	margin-top:10px;
	z-index:999;
}

.clear_all_filters{
	display:none;
}

/**********************/


/****** Projekte ******/


/**********************/


/****** Liste ******/

#katalog_projekte {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#katalog_projekte .item {
	width: 32%;
	margin-bottom: 30px;
}

#katalog_projekte .item h2,
#katalog_projekte .item p,
#katalog_projekte .item a {
	padding: 0px 15px;
}

#katalog_projekte .item h2 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
	height: 60px;
}

#katalog_projekte .item p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0px!important;
	padding-bottom: 15px;
	height: 140px;
}

@media (max-width:1050px){
	
	#katalog_projekte .item{
		width:49%;
	}
}

@media (max-width:767px){
	
	#katalog_projekte .item{
		width:100%;
	}
	
	#katalog_projekte .item h2{
		height:auto;
	}
	
}

/****** Filter ******/

.filterform .formbody {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width:50%;
}

@media (max-width:750px){

.filterform .formbody {
	width:100%;
}
	
}

.widget {
	width: 49%;
}


/****** Detail ******/

#projekt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#projekt .image_container > img {
	width:100%;
}

#projekt .center {
	width: 100%!important;
	margin-bottom: 25px;
}

#projekt .left {
	width: 29%;
	border: solid 1px rgb(235, 237, 235);
	padding: 15px;
}

#projekt .left h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.projektBild > img{
	width:100%;
}

.left-headline {
	font-weight: 700;
	margin-top: 10px;
}

.left-headline:first-child {
	margin-top: 0px;
}

#projekt .right {
	width: 69%;
}

.right h2,
.left h2,
.right h3{
	/* text-align: center; */
	font-size: 24px;
	line-height: 36px;
}

#ergebnisse {
	margin-top: 40px;
}

#ergebnisse{
	display:none;
}

#divider {
	height: 1px;
	width: 100%;
	background: rgb(235, 237, 235);
	margin-bottom: 20px;
}

.ergebnis {
	display:flex;
	/* text-align: center;
	justify-content:center; */
}



.projektLink>a, .ergebnisLink a {
	color: rgba(4, 103, 170, 1);
}

.projektLink:hover {
	text-decoration: underline;
}



@media (max-width:767px){
	#projekt .left,
	#projekt .right{
		width:100%;
	}
}

/*************************/


/****** Mitarbeiter ******/


/*************************/


/****** Liste ******/

.team h2,
.team-en h2 {
	border-bottom: solid 1px rgb(235, 237, 235);
	padding:5px 10px 5px 10px;
	background:#0467AA;
	color:#fff;
}

#katalog_mitarbeiter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#katalog_mitarbeiter.collageWrapper {
	border: solid 1px rgb(235, 237, 235);
	padding: 40px;
	margin-bottom: 32px;
}

#katalog_mitarbeiter .item {
	width: 32%;
	margin-bottom: 30px;
}

@media (max-width:1040px){
	
	#katalog_mitarbeiter.collageWrapper .item.collage{
		width: 32%!important;
		margin-bottom:10px;
		}
}

@media (max-width:992px){
	
	#katalog_mitarbeiter .item,
	#katalog_mitarbeiter.collageWrapper .item.collage{
		width: 49%!important;
	}
}

@media (max-width:660px){
	
	#katalog_mitarbeiter .item {
		width: 100%;
	}

	#katalog_mitarbeiter .item img{
		width:100%;	
	}
	
}

#katalog_mitarbeiter .item.collage {
	width: 16.5%;
	margin-bottom: 2px;
}

#katalog_mitarbeiter .item .ce_select,
#katalog_mitarbeiter .item .vorname,
#katalog_mitarbeiter .item .nachname {
	display: inline;
}

#katalog_mitarbeiter .item h3,
#katalog_mitarbeiter .item p,
#katalog_mitarbeiter .item a {
	padding: 0px 15px;
	padding-right:20px;
	-webkit-hyphens: none!important;
    -ms-hyphens: none!important;
    hyphens: none!important;
}

#katalog_mitarbeiter .item h3 {
	font-size: 28px;
	line-height: 42px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#katalog_mitarbeiter .item p {
	margin-bottom: 0px!important;
	padding-bottom: 15px;
	height: 85px;
}

.noImage {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	background: rgb(235, 237, 235);
	height: 255.333px;
}

.noImageText {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
}

@media (max-width:415px){
	
	#katalog_mitarbeiter .item h3{
		font-size: 24px!important;
		line-height:36px!important;
		margin-bottom:revert!Important;
	}
}

/****** Detail ******/

#mitarbeiter {
	border: solid 1px rgb(235, 237, 235);
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contact,
.full_right .tagslist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#mitarbeiter .left{
	width:34%
}

#mitarbeiter .right{
	width:64%;
}


#contact .left,
#contact .right {
	width: 49%;
}


@media (max-width:989px){
	
	#mitarbeiter .left{
			width:29%;
	}
	
	#mitarbeiter .right{
			width:69%;
	}
	
}

@media (max-width:989px){
	
	#mitarbeiter .left,
	#mitarbeiter .right{
			width:100%;
	}
	
	.mitarbeiter_bild img{
		width:100%!important;
	}
	
}

#contact .full_right {
	width: 100%;
}

#mitarbeiter .full h1 {
	display: flex;
	background: #0467aa;
	color: #fff;
	padding-left: 10px;
	font-size:26px;
	line-height:39px;
}

#mitarbeiter .full .position {
	background: rgb(235, 237, 235);
	padding: 10px;
	margin-top: -25px;
	font-size: 22px;
	line-height:22px;
}

#contact>.right>h2,
#contact>.left>h2,
#contact>.full_right>h2 {
	border-bottom: solid 1px rgb(235, 237, 235);
	text-align: left!important;
	margin-bottom: 10px!important;
	margin-top: 15px;
	font-size:22px;
	line-height:33px;
}

.left .mitarbeiter_bild {
	margin-top: 25px;
}


#contact .bezeichnung{
	hyphens: none;
}

#contact>.right .stadt,
#contact>.right .postleitzahl {
	display: inline;
}


#contact>.full_right .tagslist li {
	width: 49%;
}

@media (max-width:640px){
	
	#contact>.full_right .tagslist li{
		width:100%;
	} 
}



@media (max-width:415px){
	
	#mitarbeiter .full .position{
		font-size:18px;
		line-height:27px;
	} 
}


/**************************/


/****** Materialien *******/


/**************************/


/****** Liste ******/

#katalog_materialien {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#katalog_materialien .item {
	width: 24%;
	margin-bottom: 30px;
}


@media (max-width:1050px){
	
	#katalog_materialien .item{
		width:32%;
	}
}

@media (max-width:767px){
	
	#katalog_materialien .item{
		width:49%;
	}
}

@media (max-width:550px){
	
	#katalog_materialien .item{
		width:100%;
	}
}

#katalog_materialien .item .block_1{
	border-bottom:0px;
}

#katalog_materialien .item .block_2{
	border-bottom:0px;
	border-color: rgb(235, 237, 235)!important;
	border-left:1px solid;
	border-right:1px solid;
}

#katalog_materialien .item .block_3 {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: rgb(235, 237, 235);
	background: rgba(4, 103, 170, 0.15);
	padding: 15px;
	transition: all 0.3s ease, opacity 0.3s ease;
	z-index: 9;
}

#katalog_materialien .item .block_3 h2 {
	font-size: 16px;
	line-height: 24px;
	min-height: 74px;
}

#katalog_materialien .item a:hover .block_3 {
	background: rgba(4, 103, 170, 1);
	cursor: pointer;
	color: #fff!important;
}

#katalog_materialien .item a:hover h2 {
	color: #fff;
}

#katalog_materialien .item .block_2 .ce_image {
	width: 90%;
	margin: 0% 5%;
}

#katalog_materialien .item .block_3 .preis {
	text-align: right;
}

.detailsBox {
	min-height: 145px;
}

#katalog_materialien .tagslist li {
	display: inline;
}

#katalog_materialien .tagslist li:before {
	content: ", ";
	margin-right: 0px;
	margin-left: -2px;
}

#katalog_materialien .tagslist li:first-child:before {
	content: "";
	margin-right: 0px;
	margin-left: 0px;
}


/****** Details ******/

#material,
#sharebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#material>.left {
	width: 39%;
}

#material>.right {
	width: 59%;
	border: solid 1px rgb(235, 237, 235);
	padding: 15px;
}


@media (max-width:767px){
	
	#material>.left,
	#material>.right{
		width:100%;
		}
	
}

.right>.list {
	display: flex;
}

.right .divider {
	height: 1px;
	width: 100%;
	background: rgb(235, 237, 235);
	margin: 20px 0px;
}

#sharebox>.left,
#sharebox>.right {
	width: 49%;
}

#material ul {
	list-style-position: outside !important;
	margin-left: 10px;
	list-style: none;
}

#material li {
	display: flex;
}

#material li:before {
	content: "-";
	position: absolute;
	margin-left: -10px;
	font-weight: bold;
}

.link.list{
	margin-top:12px;
}

.link.list, .link.list a{
	color:rgba(4, 103, 170, 1);
}
