
#logo-b{
	display: none !important;
}
#logo-broinger{
	display: block !important;
}
.et_pb_sticky #logo-b{
	display: block !important;
}
.et_pb_sticky #logo-broinger{
	display: none !important;
}
.et_pb_menu .et-menu {
    margin-left: -15px;
    margin-right: -15px;
}
.et_pb_menu .et-menu>li {
    padding-left: 15px;
    padding-right: 15px;
}
.et-menu a:hover {
    opacity:1;
}

/** PROJEKTE **/

#project-list article > .entry-featured-image-url {
	position: absolute;
	width: 47.25% !important;
	right: 0;
	top: 0;
	padding-top: 47.25% !important;
}
#project-list article > .entry-featured-image-url img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
#project-list article {
	min-height: 511px;
	padding-right: 52.75% !important;
    padding-top: 5%;
    padding-bottom: 5%;
	margin-bottom: 90px !important;
}
#project-list article:nth-child(even) {
	padding-right: 0% !important;
	padding-left: 52.75% !important;
}
#project-list article:nth-child(even) > .entry-featured-image-url{
	right: auto;
	left: 0;

}
body {
  /* Set "counter" to 0 */
  counter-reset: counter;
}
#project-list article h2:before {
	display: block;
   content: counter(counter);
  counter-increment: counter;
   color: #7abbb5 !important;
	    font-weight: 700;
    font-size: 80px;
    line-height: 1em;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    margin-bottom: 5.82%;
}
#project-list article:nth-child(1) h2:before  { content: "01"; }
#project-list article:nth-child(2) h2:before  { content: "02"; }
#project-list article:nth-child(3) h2:before  { content: "03"; }
#project-list article:nth-child(4) h2:before  { content: "04"; }
#project-list article:nth-child(5) h2:before  { content: "05"; }
#project-list article:nth-child(6) h2:before  { content: "06"; }
#project-list article:nth-child(7) h2:before  { content: "07"; }
#project-list article:nth-child(8) h2:before  { content: "08"; }
#project-list article:nth-child(9) h2:before  { content: "09"; }
	
#project-list article a.more-link {
	display: inline-block;
	margin-top: 20px;
	border: 4px solid #747d88;
	border-radius: 99px;
  	transition: all 0.3s ease;
    padding: .3em 1em;
}
#project-list article a.more-link:hover{
	background-color: #7abbb5;
	border-color: #7abbb5;
	color: #FFF !important;
}
	
.wak-project-images article {
	border: none !important;
	padding: 0 !important;	
	margin: 0 !important;
}
.wak-project-images article .et_pb_image_container {
	margin: 0 !important;
}
.wak-project-images .entry-featured-image-url {
	border: none !important;
	padding: 100% 0 0 0 !important;
	margin: 0 !important;
	position: relative;
}
.wak-project-images .entry-featured-image-url img{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.wak-project-images article h2{
	display: none !important;
}
.wak-project-images .et_overlay {
	border: none !important;
}
	

/*#project-list .article > h2.entry-title,
#project-list .article > div.post-content {
	float-left:
}*/