/***********************************************************************************************************************

****** Behnisch & Partner ******

*** Author: Sascha Lack
*** Author URL: http://slstudio.de

************************************************************************************************************************/


/* Reset
------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}



/* Site
------------------------------------------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
}
body {
	line-height: 1;
	font-family: "futura-pt", helvetica, sans-serif;
	background-color: #eee;
	color: #111;
	font-size: 100%;
	background-image: url(../images/bg.jpg);
}
@media only screen and (max-width : 600px) {
	body {
		font-size: 90%;
	}
}
.homepage {
	background-image: url(../images/olympia-gelaende_bg.jpg);
	background-position: top center;
}
.site {
	margin: 0 auto;
	max-width: 800px;
}
.inner {
	margin: 0 auto;
	padding: 0 25px;
	max-width: 1150px;
}
.right {
	float: right;
}
@media only screen and (max-width : 600px) {
	.inner {
		padding: 0 15px;
	}
}
.main {
	margin: 30px 0;
}



/* Typo
------------------------------------------------------------------------*/

strong, b {
	font-weight: 500;
}
em {
	font-style: italic;
}
h1, h2, h3 {
	font-weight: normal;
}
article h1 {
	font-size: 1.2em;
	margin: 0 0 2px;
	padding: 7px 10px 4px 10px;
	font-weight: 700;
	background: rgba(255,255,255,0.6);
	text-transform: uppercase;
	color: #81bc00;
	vertical-align: bottom;
}



/* Links
------------------------------------------------------------------------*/

a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}



/* Header
------------------------------------------------------------------------*/

.branding {
	padding: 40px 10px 5px 10px;
	background: rgba(255,255,255,0.6);
}
.branding h1 {
	font-size: 1.4em;
	font-weight: bold;
}
.branding a {
	color: #111;
}
.branding a:hover {
	color: #81bc00;
}
.branding a small {
	font-weight: 500;
	font-size: .65em;
	padding-left: .5em;
}


/* Navigation
------------------------------------------------------------------------*/

.menu ul {
	width: 100%;
	padding: 3px 10px;
	background: rgba(255,255,255,0.6);
	text-align: right;
}

@media only screen and (max-width : 850px) {
	.menu ul {
		text-align: left;
		padding-left: 0;
	}
}

.menu li {
	display: inline-block;
	margin: 0 0 0 10px;
}
.menu li:first-child {
}
.menu a {
	color: #111;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 500;
}
.menu a:hover {
	color: #81bc00;
}
.menu .active {
	color: #81bc00;
}
.main-menu {
	margin: 2px 0;
}
.sub-menu a {
	font-weight: 400;	
}
.sub-menu .active {
	font-weight: normal;
}



/* Content <section>
------------------------------------------------------------------------*/

.content {
	margin: 0 0 2px 0;
	padding: 30px 10px 50px 10px;
	background: rgba(255,255,255,0.6);
}
.content header {
	float: left;
	width: 28%;
	margin-right: 4%;
}
.content div {
	float: left;
	width: 68%;
}
.content h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 10px 0;
}
.content header h2 {
	font-size: 1.05em;
	margin: 0 0 10px 0;
}
.content h3 {
	margin: 0 0 10px 0;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.3em;
}
.content p {
	margin: 0 0 20px 0;
	font-size: 1em;
	line-height: 1.4em;
}
.content a {
	color: #81bc00;
}
.content a:hover {
	color: #111;
}
@media only screen and (max-width : 600px) {

	.content header {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.content div {
		width: 100%;
	}
}



/* Definition Lists
------------------------------------------------------------------------*/

.content dl {
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: 1.4em;
}
.content dt {
	float: left;
	width: 10%;
	margin: 0 0 20px 0;
}
.content dd {
	float: left;
	width: 90%;
	margin: 0 0 20px 0;
}
.content dl p:last-of-type {
	margin: 0;
}
@media only screen and (max-width : 600px) {
	.content dt {
		width: 15%;
	}
	.content dd {
		width: 85%;
	}
}



/* Home
------------------------------------------------------------------------*/

.home h1 {
	font-size: 1.4em;
	margin: 0 0 15px 0;
}
.home .gallery {
	padding: 10px 10px 0 10px;
}


/* Competition
------------------------------------------------------------------------*/

.competitions {
	padding-bottom: 20px;
}
.competitions h2 {
	float: left;
	width: 10%;
	margin: 0 0 10px 0;
	font-weight: 500;
}
.competitions dl {
	width: 90%;
}
.competitions dt {
	width: 15%;
	margin: 0 0 15px 0;
}
.competitions dd {
	margin: 0 0 15px 0;
}
.competitions dd:nth-of-type(1n) {
	width: 65%;
}
.competitions dd:nth-of-type(2n) {
	width: 20%;
}
@media only screen and (max-width : 600px) {
	.competitions h2 {
		width: 100%;
	}
	.competitions dl {
		width: 100%;
	}
	.competitions dt {
		width: 100%;
		margin: 0 0 5px 0;
	}
	.competitions dd {
		margin: 0 0 25px 0;
	}
	.competitions dd:nth-of-type(1n) {
		width: 70%;
	}
	.competitions dd:nth-of-type(2n) {
		width: 25%;
		margin-left: 5%;
		text-align: right;
	}
}



/* Awards
------------------------------------------------------------------------*/

.awards {
	padding-bottom: 20px;
}
.awards dl {
	width: 95%;
	margin: 10px 0 0 5%;
}
.awards h2,
.awards h3 {
	margin: 0 0 5px 0;
	font-weight: 500;
	font-size: 1em;
}



/* Competition
------------------------------------------------------------------------*/

.publications img {
	float: left;
	margin: 0 5% 10px 0;
	border: 1px solid #eee;
}
.publications h2 {
	margin: 0;
	font-weight: 500;
	font-size: 1.2em;
}
.publications h3 {
	margin: 0 0 15px 0;
	font-weight: 400;
}



/* Exhibitions
------------------------------------------------------------------------*/

.exhibitions img {
	float: left;
	margin: 0 5% 0 0;
	border: 1px solid #eee;
}
.exhibitions .content h2 {
	margin: 0;
	font-weight: 500;
	font-size: 1.2em;
}
.exhibitions .content h3 {
	margin: 0 0 15px 0;
	font-weight: 400;
}



/* Partner
------------------------------------------------------------------------*/

.partner figure {
	float: left;
	margin: 0 5% 5% 0;
	max-width: 30%;
}
.partner figcaption {
	margin: 10px 0 0 0;
	font-weight: 500;
}
.partner div {
	float: left;
	width: 65%;
}
.partner h2 {
	float: left;
	margin: 0 5% 5% 0;
	width: 30%;
}
@media only screen and (max-width : 600px) {

	.partner figure {
		max-width: 100%
	}
	.partner div {
		width: 100%;
	}
}



/* Essays
------------------------------------------------------------------------*/

.essays .content h2 {
	margin: 0;
	font-weight: 500;
	font-size: 1.2em;
}
.essays .content h3 {
	margin: 0 0 5px 0;
	font-weight: 400;
}



/* Project
------------------------------------------------------------------------*/

.project .intro,
.project .text {
	padding-bottom: 10px;
}
.project .intro {
	font-weight: 500;
}
.project .meta dl {
	width: 50%;
	float: left;
}
.project .meta dt {
	float: none;
	margin-bottom: 0;
	width: auto;
}
.project .meta dd {
	float: none;
	font-weight: 500;
}

/* Project Gallery
------------------------------------------------------------------------*/
.content.gallery {
	overflow: hidden;
	padding: 10px 10px 0 10px;
}
.gallery li {
	float: left;
	list-style: none;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
	line-height: 0;
}
.gallery li.active {
	cursor: default;
}
.gallery img {
	display: none;
	-webkit-user-drag: none;
}
.gallery-wrapper {
	overflow: hidden;
	margin: 0px;
	width: 100% !important;
	height: 408px;
}
.gallery-sledge {
	width: 30000px !important;
}
.gallery-sledge img {
	height: 400px;
}
.content .gallery-thumbs {
	float: none;
	width: 100%;
}
.gallery-thumbs img {
	height: 36px;
}

@media only screen and (max-width : 800px) {

	.gallery-wrapper {
		height: 308px;
	}
	.gallery-sledge img {
		height: 300px;
	}

}

@media only screen and (max-width : 650px) {

	.gallery li {
		float: none;
	}
	.gallery-thumbs {
		display: none;
	}
	.gallery-sledge {
		float: none !important;
		width: auto !important;
	}
	.gallery-sledge img {
		width: 100%;
		height: auto;
	}
	.gallery-wrapper {
		float: none !important;
		height: auto;
	}

	.video-container iframe {
		width: 100% !important;
		height: 300px;
	}

}


/* History
------------------------------------------------------------------------*/

.content.zoom {
	position: relative;
	padding: 0;
	background: #fff;
	width: 100%;
}

.content.zoom .buttons {
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	width: 100%;
	background: rgba(255,255,255, .9);
	border-top: 2px solid #ededed;
	padding: 10px;
	text-align: center;
}
.content.zoom .buttons button {
	background: #7cbc35;
	color: #fff;
	font-size: 1em;
	padding: .2em 1em .3em;
	width: 3em;
	text-align: center;
	border-radius: 1em;
	cursor: pointer;
}
.content.zoom .buttons button:hover {
	background: #3a8b4d;
}

#panzoom {
	width: 100%;
	text-align: center;
}
#panzoom img {
	width: auto !important;
	margin: 0 auto;
	padding-bottom: 50px;
	max-height: 100%;
}



/* Impressum
------------------------------------------------------------------------*/

.impressum h3:first-of-type {
	margin: 0 0 10px 0;
}




/* Visually hidden
------------------------------------------------------------------------*/

.vh {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}



/* Media
------------------------------------------------------------------------*/

img {
	display: block;
	max-width: 100%;
	height: auto;
}



/* Clearfix
------------------------------------------------------------------------*/

.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}



/* Browser Hint
------------------------------------------------------------------------*/

.browserupdate {
	background: #dd4a38;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	padding: 20px 20%;
	display: block;
	width: 100%;
	text-align: center;
}
.browserupdate a {
	color: #fff;
	border-bottom: none;
	text-decoration: underline;
}
.browserupdate a:hover {
	text-decoration: none;
}
.remove {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  right: 20px;
  top: 20px;
  background: #c5c5c5;
  text-align: center;
  border: 1px solid #fff;
  color: #f0f0f0;
  font-size: 15px;
  font-family: verdana;
  cursor: pointer;
}



/* IE Fixes
------------------------------------------------------------------------*/



