@font-face {font-family: "DINNextW01-Light"; src: url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.eot"); src: url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.woff") format("woff"), url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.svg#DINNextW01-Light") format("svg"); }

html, body, .mm-page {
	height:100%;
}
.wp-image-1674 {
	width: 100%;
	height: auto;
	max-width: 382px;
}
#maps-content {
	color:black;
	font-family: 'DINNextW01-Light';
	font-size:12px;
}
body {
	padding:0px;
	margin:0px;
	font-family: 'DINNextW01-Light';
	overflow-y:scroll;
}
.clearfix {
	clear:both;
}

.header {
	display:flex;
	flex-direction:row;
	padding:20px;
	height:50px;
	/*background-color: rgba(28, 38, 55, 1.0);*/
	background-color: #232323;
	border-bottom:3px solid  #fff;
}	

.architektur-logo {
	height:100%;
	width:190px;
}
.architektur-logo img {
	height:100%;
}

.project-navigation{
	width:90%;
}

.menu {
	list-style: none;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.menu li {
	display:inline;
	overflow:hidden;
}

.menu>li:last-child a {
	border-right:none;
}

.menu>li>a, .menu .sub-menu>li>a {
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	float:left;
	font-size:0.8em;
	
	border-right:1px solid gray;
	padding-top:18px;
	padding-bottom:20px;
	padding-left:18px;
	padding-right:18px;
}

.menu .sub-menu>li>a {
	color:gray;
}

.menu li.current-menu-item>a {
	text-decoration:underline;
}

.menu .sub-menu{
	margin: 0px;
    padding: 0px;
    float: left;
	list-style:none;
	display:none;
}

.mm-menu_theme-dark {
	/*--mm-color-background: rgba(17, 24, 30, 1.0) !important;*/
}

.current_page_item .sub-menu, .current_page_ancestor .sub-menu, .current-menu-item .sub-menu {
	display:block;
}

.menu .sub-menu li a {
	color:gray;
	outline: 0;
 	border-bottom:0px;
 	-moz-outline-style: none;
}

.menu .menu-item-177 a, .menu .menu-item-176 a {
	border-left:1px solid gray;
	border-right:none !important;
}
.contact-wrapper {
	display:flex;
}
.contact-left {
	width:35%;
}
.contact-right {
	width:65%;
	margin-top:18px;
}
#map {
   width: 100%;
   height: 400px;
   background-color: grey;
}

.project-filter {
	list-style:none;
	margin-top: 22px;
}

.project-filter li {
	float:left;
	border-right:2px solid white;
	padding-left:20px;
	padding-right:20px;
}

.project-filter li:last-child {
	 border-right:none;
}

.project-filter li a {
	color:white;
	text-transform:uppercase;
	text-decoration:none;
}

.iso-filter.active-filter {
	text-decoration:underline !important;
}

.content-wrapper{
	height:auto;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.projects-preview-wrapper {
	position:relative;
	height:auto;
	width:100%;
}
a.project-preview-item-link {
	z-index: 99;
    width: 100%;
    height: 100%;
    position: absolute;
	text-decoration:none;
	left:0;
	top:0;
}
.project-image-title{
	padding:10px;
	position:absolute;
}
.project-image-title.top {
	top:0;
}
.project-image-title.bottom {
	bottom:0;
}
.project-image-title.left {
	left:0;
}
.project-image-title.right {
	right:0;
}
.project-preview-description {
	position:absolute;
	left:0;
	top:0;
	padding:20px;
	color:white;
	opacity:inherit;
}

.project-overlay {
	display:block;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity:0;
}

.project-overlay:hover, .project-overlay:hover .read-more {
	opacity:1;
}

.project-preview-item {
	position: relative;
	overflow: hidden;
	float:left;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}	
	
.grid-item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #FFF;
	width: 25%;
}

.grid-item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.project-content-overlay{
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.70);
	position:absolute;
}

.project-container {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	min-height:95%;
}

.project-content-wrapper{
	margin:0 auto;
	position:relative;
	padding:20px;
	max-width: 1150px;
}
.project-content-shadow-wrapper {
	display:flex;
	flex-direction:row-reverse;
}
.project-content-close {
	text-align:right;
}

.project-content-close a {
	color:white;
	text-decoration:none;
	font-size:13px;
}

.project-content-left {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
	width:25%;
	color:white;
	position:relative;
	margin-right: 20px;
}
.project-content-left-description{
	font-size:13px;
}

.project-content-right{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
	width:73%;
}

.project-content-additional-info {
	color:white;
	margin-top:10px;
	
}

.project-detail-images-wrapper {
	width:100%;
}

.project-archive-entry a, .archive-entry-wrapper-nolink {
	color:white;
}

.project-archive-entry a, .archive-entry-wrapper-nolink {
	display:flex;
	flex-direction:row;
	text-decoration:none;
}
.archive-name br,.archive-ranking br, .archive-commencement br  {
	display:none;
}

.archive-commencement {
	width:10%;
}
.archive-ranking {
	width:25%;
	
}
.archive-ranking b, .archive-name b {
	font-weight:normal;
}

.archive-name{
	width:65%;
}



.lSSlideOuter, .lightSlider {
	
}

.project-detail-images-wrapper img{
	
}

.projectHeadline{
	font-size:20px;
}

.bottomInfo {
	margin:0px;
	bottom:0px;
	display:block;
	position:absolute;
}
.bottomInfo p {
	padding:0px;
	margin:0px;
}
.bottomInfo .projectHeadline {
	padding-bottom:0px;
	margin-bottom:0px;
}
.project-content-additional-info{
	font-size:13px;
}
h1 {
	font-weight:normal;
}
.projectHeadlineDescription {
	padding-top:0px;
	margin-top:0px;
	color:#cccccc;
}

.projectInfo {
	padding-bottom:25px;
}
.custom-color-info {
	color:#cccccc;
	font-size:13px;
}

.projectHeadlineDescription {
	padding-bottom:0px;
	margin-bottom:0px;
}

.projectInfo {
	font-size:13px;
}

.burger {
	box-sizing: border-box;
    display: block;
    height: 45px;
    right: 0px;
    position: fixed;
    top: 20px;
    width: 63px;
    z-index: 2;
    position: absolute !important;
    background: transparent none no-repeat scroll center center;
}

.burger span, .burger::before, .burger::after {
	background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 15px;
    position: absolute;
    transition-delay: .5s;
    transition-duration: .5s;
    transition-property: transform,top,bottom,left,opacity;
    transition-timing-function: ease;
    width: 27px;

}
.burger::before {
	margin-top:10px;
}

.burger::after {
	top:20px;
}

.burger {
	display:none;
}

.read-more {
	width: 100%;
	bottom: 20px;
	display: block;
	position: absolute;
	text-align: center;
	color: white;
	display:none;
	opacity:0;
}

.projectHeadline-mobile{
	display:none;
	color:white;
	
}
.slider-image {
	height:100%;
	width:100%;
	background-position:center center;
	background-size:cover;
	min-height:550px;
}
.cS-hidden {
       height: 1px;
       opacity: 0;
       filter: alpha(opacity=0);
       overflow: hidden;
}
.project-content-close-mobile, .project-content-scrolltop-mobile{
	display:none;
}
.static-content-wrapper {
	color:white;
}
.static-content-wrapper a {
	color:white;
}
.projectSubHeadline{
	font-size:18px;
	padding:0px;
	margin:0px;
}
.projectSubHeadlineWrapper {
	padding-bottom:25px;
}
.lslide img {
	width:100%;
}


.lSAction > a {
	top:0% !important;
	margin: auto !important;
	height:100% !important;
	background-repeat:no-repeat !important;
	background-image:none !important;
}

.lSAction > .lSPrev {
	margin-left:0px !important;
}

.lSAction > .lSNext {
	margin-right:0px !important;
}
.lSPrev, .lSNext {
	width:49% !important;
}

.action-prev {
	background-position: 0 0;
	width: 32px;
	height: 32px;
	background-image: url('../architektur/scripts/img/controls.png');
	cursor: pointer;
	display:block;
	z-index:9999;
	top: 50%;
	position: absolute;
	margin-top: -16px;
}

.action-next {
	background-position: -32px 0;
	width: 32px;
	height: 32px;
	background-image: url('../architektur/scripts/img/controls.png');
	cursor: pointer;
	display:block;
	z-index:9999;
	top: 50%;
	position: absolute;
	margin-top: -16px;
	right:0px;
}

.mobile-project-info{
	display:none;
}
.color-text-archive {
	color: #cccccc;
    font-size: 13px;
}

.project-archive-entry {
	margin-bottom:5px;
}
.no-entry {
		cursor:default;
}
@media only screen and (max-width: 991px) {
	.no-entry {
		border: 1px solid #cccccc !important;
	}
	.mobile-project-info {
		display:block;
		margin-top:0px;
	}
	
	.desktop-project-info{
		display:none;
	}
	
	.project-archive-entry a {
		color:white;
		border:1px solid white;
		padding:10px;
		display:flex;
		align-items:baseline;
		flex-direction:row;
		margin-bottom:10px;
		text-decoration:none;
	}
	.archive-name br,.archive-ranking br, .archive-commencement br  {
		display:none;
	}

	.archive-commencement {
		width:20%;
	}
	.archive-ranking {
		width:40%;
	}

	.archive-name{
		width:40%;
	}
	
	.project-content-close-mobile{
		display:block;
		float:right;
		right:20px;
		top:20px;
		border:1px solid gray;
	}
	.project-content-close-mobile a {
		color:white;
		text-decoration:none;
		padding:15px;
		display:block;
	}
	
	.project-content-scrolltop-mobile{
		display:block;
		float:right;
		right:20px;
		bottom:20px;
		border:1px solid gray;
		margin-top:20px;
	}
	.project-content-scrolltop-mobile a{
		color:white;
		text-decoration:none;
		padding:15px;
		display:block;
	}
	
	.project-content-additional-info img {
		width:100%;
		height:auto;
	}
	.grid-item {
		width:33.33%;
	}
	.project-navigation {
		display:none;
	}
	.burger, .read-more {
		display:block;
	}
	
	.project-container {
		height:auto;
	}
	
	.project-content-shadow-wrapper {
		flex-direction:column;
	}
	
	.project-content-left{
		width:100%;
		height:auto;
	}
	
	.project-content-right{
		width:100%;
		
	}
	.lSSlideOuter, .lightSlider {
		
	}
	.project-detail-images-wrapper img {
		
	}
	.projectHeadline{
		display:none;
	}
	
	.projectHeadline-mobile {
		display:block;
		margin-top:0px;
		margin-bottom:0px;
	}
	.project-content-left-description {
		padding-top:30px;	
	}
	.project-content-close {
		display:none;
	}
}

@media only screen and (max-width: 768px) {
	.contact-wrapper {
		display:block;
	}
	.contact-left {
		width:100%;
	}
	.contact-right {
		width:100%;
		margin-top:18px;
	}
	.project-archive-entry a {
		color:white;
		border:1px solid white;
		padding:5px;
		display:flex;
		align-items:baseline;
		flex-direction:column;
		margin-bottom:10px;
		text-decoration:none;
		
	}
	.archive-name br,.archive-ranking br, .archive-commencement br  {
		display:none;
	}

	.archive-commencement {
		width:100%;
		text-align:center;
	}
	.archive-ranking {
		width:100%;
		text-align:center;
	}

	.archive-name{
		width:100%;
		text-align:center;
	}
	.lSSlideOuter, .lightSlider {
		
	}
	.project-detail-images-wrapper img {
		
	}
	.project-content-left{
		float:left;
		width:100%;
		height:auto;
	}
	
	.project-content-right{
		float:left;
		width:100%;
		
	}
	.projectHeadline{
		display:none;
	}
	
	.projectHeadline-mobile {
		display:block;
	}
	.project-content-left-description {
		font-size:15px;
		padding-top:20px;
	}
	.grid-item {
		width:33.33%;
	}
}

@media only screen and (max-width: 476px) {
	.project-content-close-mobile, .project-content-scrolltop-mobile {
		width:100%;
		margin-bottom:15px;
		text-align:center;
	}
	.grid-item {
		width:50%;
	}
	.lSSlideOuter, .lightSlider {
		
	}
	.project-detail-images-wrapper img {
		
	}
	.project-content-right{
	
	}
	.project-container {
		height:auto;
	}
}

@media only screen and (max-width: 342px) {
	.grid-item {
		width:100%;
	}
}
