div.site-title img {
	width: 195px;
	height: 97px;
}

.head-container {
	padding-top: 60px;
}

header {
	padding-bottom: 20px;
}

.logonav {
}

.hauptnavigation ul {
	float: right;
	padding-top: 85px;
}

.content {
	padding-bottom: 100px;
}

#hauptnavigation a {
	color: #a7a7a7;
	text-transform: uppercase;
	font-size: 14px;
}

#hauptnavigation a:hover {
	color: #444;
}

#hauptnavigation li.current-menu-item a,
.single-projekt #menu-item-14 a {
	color: #444;
}

h1, h2, .page-template-template-buero h3 {
	font-size: 27px;
	font-weight: 800;
	margin-top: 0;
}

p {
	color: #777;
	font-size: 15px;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

p a {
	color: #777;
	text-decoration: underline;
}

p a:hover {
	color: black;
	text-decoration: underline;
}

strong {
	font-weight: 800;
	color: black;
}

em {
	text-transform: uppercase;
	color: black;
	font-style: normal;
}

#teaser p {

}

p.sup-headline {
	margin-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #a7a7a7;
}


/* NOTIZEN */

#wrapcontainer {
	background: white;
	padding-top: 10px;
}

div.notiz {
	text-align: left;
	background: white;
	margin-bottom: 20px;
}

div.notiz img {
	margin-bottom: 15px;
}

div.notiz h2,
div.notiz p {
	padding-left: 25px;
	padding-right: 25px;
}

div.notiz h2 {
	line-height: 1.1em;
	margin-top: 5px;
}

div.notiz p.notiz-datum {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
	background: url(img/bg-hr.png) repeat-x center center transparent;
}

div.notiz p.notiz-datum span {
	background: white;
	padding: 0 10px;
}

/* BÜRO */

.page-template-template-buero header,
.page-template-default header {
	border-bottom: 1px solid #f2f2f2;
}

#teaser {
	padding-top: 60px;
	padding-bottom: 50px;
}

div.person img {
	margin-bottom: 25px;
}

.cv p strong {
	font-size: 0.7em;
}

.row.mitarbeiter {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #eee;
}

.row.mitarbeiter .person {
	margin-bottom: 35px;
}

/* KONTAKT */

div.ort img {
	margin-bottom: 25px;
}

.kontakt hr {
	margin-top: 50px;
	margin-bottom: 50px;
}

#imprint p,
#imprint h2,
#imprint p strong,
#imprint ul,
#imprint h3{
	color: #aaa;
}

/* Single Projekt */

#projekt-galerie  {
	text-align: center;
}

#projekt-galerie .columns {
	padding: 0;
}

#projekt-galerie img {
	margin-bottom: 15px;
	padding: 0 0.9375rem;
	vertical-align: top;
}

#projekt-galerie img.portrait {

}

.projektbeschreibung .koop p {
	font-size: 0.8em;
	margin-bottom: 0;
}

.fotocredits .koop {
	text-align: right;
}

.projektnav {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 20;
	display: block;
	padding: 20px;
	background: white;
	line-height: 1em;
}

.projektnav a {
	display: inline-block;
	width: 19px;
	height: 19px;
	text-indent: -99999px;
}

.projektnav a.xclose {
	background: url(img/x-close.png) no-repeat center center white;
	background-size: 19px 19px;
}

.projektnav a.prev {
	background: url(img/arrow-prev.png) no-repeat center center white;
	background-size: 19px 19px;
}

.projektnav a.next {
	background: url(img/arrow-next.png) no-repeat center center white;
	background-size: 19px 19px;
}

.projektnav a.end {
	opacity: 0.1;
}

.projektnav a.end:hover {
	cursor: default;
}

#projekt-galerie .projektbeschreibung {
	text-align: left;
	padding: 30px 0.9375rem;;
}

#projekt-navigation {
	width: 100%;
	position: fixed;
	bottom: 0;
	background: black;
	color: white;
	padding: 5px 0;
	text-align: center;
}

#projekt-navigation h2 {
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}

#projekt-navigation p {
	color: white;
	margin: 0;
}



/* FOOTER */

.footerlogo {
	min-height: 250px;
	background: url(img/mam-logo-weiss.png) no-repeat center center #282828;
	background-size: 195px 97px;
	margin-top: 70px;
}

.footerimprint {
	background: #222;
	text-align: center;
	padding: 10px 0;
}

.footerimprint a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block; 
	padding: 0 7px;
}

.footerimprint p {
	margin: 0;
}

.footerimprint a:hover {
	color: #999;
	text-decoration: none;
}


/* Foundation */

[class*="column"] + [class*="column"]:last-child {
	float: left;
}


/* 404 */



/*
################################################################
################          M A S O N R Y         ################
################################################################
*/


.gutter-sizer { width: 2%; }
.grid-sizer { width: 100%; }
.item { width: 100%; }

.item {
	position: relative;
	overflow: hidden;
	float: left;
}

.item a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.item a img {
  -webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
    
}

.item a div.overlay {
    display: none;
    font-size: 1.5em;
    font-weight: 800;
    height: 100%;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    position: absolute;
    box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.8);
}

.item a div.overlay div.projektname {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -50px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    padding: 20px;
}

.projektname h2 {
	font-size: 1em;
	color: white;
	line-height: 1.2;
}

.item a div em {
    display: block;
    font-size: 0.5em;
    font-weight: 400;
}

.item a.noinfo:hover {
	cursor: default;
}

/* --- Dark hover background ------------------------------------------------------------ */
.overlay {
    background-color: rgba(15, 15, 15, 0.6);
    color: #fff;
    text-shadow: #000 0px 0px 20px;
}

.overlay em {
    color: #ccc;
}

.moreinfo .transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



@media only screen and (min-width: 32em) {
	
.gutter-sizer { width: 1%; }
.grid-sizer { width: 49.5%; }
.item { width: 49.5%; }
	
}


@media only screen and (min-width: 60em) {
	
.gutter-sizer { width: 0.8%; }
.grid-sizer { width: 32.8%; }
.item { width: 32.8%; }

#projekt-galerie .multi-column .projektbeschreibung-text {
	-moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
	
}


@media only screen and (min-width: 64.063em) {
	
	#projekt-galerie img {
	margin-bottom: 34px;
	padding: 0 0.9375rem;
	vertical-align: top;
}
	
	#projekt-galerie img.portrait {
	max-width: 49.75%;
}

}