html, body {
	background-color: #484849;
	margin:0;
	padding:0;
	border:0;
	font-family:"Avenir", "Avenir Next", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
  	-moz-font-smoothing: antialiased;
  	font-smoothing: antialiased; 
	height:100%;
	-webkit-text-size-adjust: none;
}
a {outline:none;}
.masthead {
	background-color: #484849;
	width:100%;
	height:92px;
	padding: 20px 0;
	text-align:center;
	position:relative;
	z-index:150;
}
.masthead img {height:92px}
.nav {
	background-color:rgba(237,237,237,.9);
	margin:0 auto 0 -310px;
	width:620px;
	height:14px;
	font-size:14px;
	line-height:1.1em;
	padding: 16px 0;
	text-align:center;
	color:#484849;
	position:absolute;
	top:132px;
	left:50%;
	z-index:151;
}
.nav span.burger {display:none}
.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #484849;
	width:70px;
	text-align:center;
	display:inline-block;
	padding:0 12px;
}
.nav a:hover, .nav a:active, .nav a.active {
	text-decoration: none;
	font-weight:bold;
	color: #484849;
	transition: all 0.1s linear;
}
#carousel {
	width:100%;
	max-height:100%;
	font-size:16px;
	text-align:center;
	position:fixed;
	z-index:97;
	bottom:0;
}
#map3 {
	width:100%;
	height:100%;
	position:absolute;
	z-index:148;
	top:0;
	left:0;
	visibility: hidden;
}
#carousel div, #carousel div img {
	width:100%;
	display:block;
	position:relative;
	}
#carousel div {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#carousel div p {
	position:absolute;
	display:block;
	width:100%;
	text-align:center;
	bottom:40px;
	color:white;
	}
#carousel div a:link, #carousel div a:visited {
	color: white;
	text-transform:uppercase;
	width:125px;
	text-align:center;
	display:inline-block;
	padding: 0 10px;
}
#carousel div a:hover, #carousel div a:active {
	font-weight:bold;
}
.hideme {display:none}
#footer {
	position:fixed;
	width:100%;
	height:auto;
	bottom:20px;
	text-align:center;
	color:white;
	font-size:12px;
	z-index:99;
	}
#footer a:link,#footer a:visited {
	color: white;
	width:110px;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	padding: 0 10px;
}
#footer a:hover, #footer a:active {
	font-weight:bold;
}
.content {
	background-color:rgba(237,237,237,.9); 
	margin:222px auto 50px;
	width:536px;
	
	font-size:14px;
	line-height:1.1em;
	padding:42px;
	text-align:left;
	color:#484849;
	transition: opacity 0.4s linear;
	
	max-height:70%;
	overflow:hidden;
	}

.larger {
	width:770px;
	}
.projdetail {
	background-color:transparent; 
	width:88%;
	
}
.content p {
	line-height:1.3em;
	margin:0 0 10px;
}
.content h1 {
	margin-top:0;
	font-weight:500;
	text-transform:uppercase;
	line-height:1.0em;
}
.content h2 {
	margin:0;
	font-size:14px;
	text-transform:uppercase;
}
.content a {
	margin:0 0 10px;
	color:#484849;
}
.inner, .content form, .content iframe {
	width:256px;
	height:395px;
	display: inline-block;
	overflow:hidden;
	vertical-align:top;
}
form {
	width:256px;
	height:auto;
	margin:0;
	}
.inner {
	padding-right:6px;
}
.inner p {
	font-size:15px;
}
.inner a:link, .inner a:visited {
	text-decoration:none;
	color:#484849;
}
.contact {
	width:230px;
	padding:0 0 0 20px
}
.content div a:hover, .content div a:active {
	font-weight:bold;
}
.content form, .content iframe, form {
	width:256px;
	margin:0;
	text-align:left;
}
.content iframe {
	padding:0;
	margin-left:6px;
}
form input, form textarea {
	width:224px;
	padding:10px 15px;
	border:1px solid #484849;
	font-size:12px;
	line-height:1.0em;
	color:#484849;
	background-color:transparent;
	text-transform:uppercase;
	margin:0 0 10px 0;
	-webkit-appearance: none;
	-webkit-border-radius:0; 
    border-radius:0;
}
form textarea {
	height:80px;
	font-family:"Avenir", "Avenir Next", Helvetica, Arial, sans-serif;
}
form input[type=submit] {
	color:white;
	background-color:#484849;
	width:110px;
	margin:0;
}
form input:focus, form textarea:focus {
	outline:0;
}
form input[type=submit]:hover {
	cursor:pointer;
	color:#484849;	
	background-color:white;
}
.projects {
	margin:0 auto;
	width:100%;
	height:auto;
	min-height:100%;
	
	background-color:rgba(255,255,255,0.6);
	
	text-align:center;
	position:absolute;
	top:0;
	transition: opacity 0.4s linear;
	overflow:hidden;
}
.projects:hover {
	cursor:pointer;
}
#bund, #made {right:75px; width:330px;}
.spacer {
	display:block;
	width:100%;
	height:202px;
}
.project {
	width:331px;
	display:inline-block;
	margin:10px;
	background-color:rgba(72,72,73,0.9);
	color:white;
	font-size:14px;
	line-height:1.5em;
	text-align:left;
	position:relative;
	
	overflow:hidden;
}
.project p {
	margin:15px;
}
.project a:link, .project a:visited {
	color: white;
	padding:0 12px;
	float:right;
	text-transform:uppercase;
}
.project a:hover, .project a:active, .project a.active {
	font-weight:bold;
	color: white;
	float:right;
}
.project span {
	font-weight:bold;
	padding:0 12px;
	float:right;
	text-transform:uppercase;
	color:red;
}
.project div, .news-item div div.pic {
	width:100%;
	height:331px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-color:rgba(72,72,73,1); 
	font-size:28px;
	text-transform:uppercase;
	line-height:1.1em;
}
.detail {
	float:right; 
	z-index:100;
	font-family:"Avenir", "Avenir Next", Helvetica, Arial, sans-serif;
	min-height:388px;
	background-color:rgba(72,72,73,0.9);
	transition: opacity 0.4s linear;
	}
.detail h1 {
	margin:15px 0 0 30px;
	font-size:35px;
	line-height:1.0em;
	font-weight:normal;
	text-transform:uppercase;
}
.detail h2 {
	width:100%;
	padding:15px 15px 12px 0;
	background-color:red;
	margin:0 auto 30px;
	font-weight:normal;
	text-align:right;
	font-size:14px;
	line-height:1.0em;
	text-transform:uppercase;
	float:right;
}
.detail h3 {
	text-transform:uppercase;
	margin:0 0 30px 30px;
	font-weight:normal;
	font-size:14px;
}
.detail p {
	margin:15px 30px 0;
}
.detail a, .detail a:link, .detail a:visited {
	float:none;
	margin:15px 0 0 30px;
	padding:0;
	display:block;
	font-size:12px;
}
#comrd {
	z-index:149; 
	position:absolute; 
	top:275px; 
	right:82px;
}
.project div p {
	margin:0;
	padding:15px;
}
#pic {
	width:240px;
	height:268px;
	background-image:url(../img/made_1.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-size:cover;
}
#map {
	position:relative;
	z-index:105;
	width:280px;
	height:330px;
	display: inline-block;
	overflow:hidden;
	vertical-align:top;
	float:left;
}
.map iframe {
	width:100%;
	height:100%;
	margin:0;
}

.pic iframe {
	width:100%;
	height:100%;
	margin:0;
}

#map div {padding:0; margin:0; border:0; clear:both;}
#map div img {padding:0; margin:0; border:0;}
.news-item {
	background-color: #484849;
	color:white;
	width:100%;
	height:auto;
	display:block;
	margin-top:30px;
	position:relative;
	overflow:hidden;
}
.news-item p {
	padding:12px 15px 10px;
	line-height:1em;
	margin:0;
	text-transform:uppercase;
}
.news-item div {
	background-color:rgba(255,255,255,0.2);
	margin:0;
}
.news-item div div {
	vertical-align:top;
	margin:40px 80px 40px 40px;
	display:inline-block;
	background-color:transparent;
	max-width:340px;
	min-height:220px;
}
.news-item div div h1, .news-item div div p {
	padding:0;
	line-height:1.2em;
	margin:0 0 10px;
}
.news-item div div p {
	text-transform:none
}
.news-item div div a:link, .news-item div div a:visited {
	color: white;
	text-transform:uppercase;
}
.news-item div div a:hover, .news-item div div a:active {
	font-weight:bold;
}
.news-item div div.pic {
	width:300px;
	height:300px;
	margin:0;
	display:inline-block;
}
.news-item div div.right {
	float:right
}
#slash {
	width: 275px;
    height: 14px;
	min-height:14px;
	min-width:none;
    background-color: rgba(255,0,0,0.9);
	color:white;
	display:block;
	position:absolute;
	right:-60px;
	top:70px;
	text-align:center;
	text-transform:uppercase;
	padding:8px;
	font-size:12px;
    /* Rotate div */
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.hide {opacity:0; /* background-color:transparent; */ z-index:1; height:0; overflow:hidden; visibility:hidden}
.hidden {opacity:0;}
.shown {opacity:1; /* background-color:rgba(255,255,255,0.6); */ z-index:100; visibility: visible}
#feedback {margin:0; text-align:left;}
#feedback p { font-size:14px;}

@media screen and (min-width: 1055px) { 
.dummy {display:none;}
}
@media screen and (max-height: 1067px) { 
.content {max-height:50%; }
}
@media screen and (max-width: 900px) { 

 .detail {margin:0;}
 .larger {
	width:620px;
 	padding-left:0;
 	padding-right:0}
 .news-item, .larger h1 {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.news-item div div, .news-item div div.pic {width:48%; height:100%; min-height:320px; margin:0; display:inline-block}
.news-item div div.pic iframe {width:268px; height:320px;}
.news-item div div h1, .news-item div div p, .news-item div div h3 {margin-left:20px;}
.news-item div div h1 {margin-top:20px;}
}
@media screen and (max-width: 600px) {
.masthead, .masthead img {height:75px }
.masthead {padding: 10px 0;}
.nav {
	overflow:hidden;
	font-size:0;
	padding:0;
	height:38px;
	width:100%;
	margin:0;
	left:0;
	top:95px;
}
.nav span.burger, .nav a:link, .nav a:visited {
	text-decoration: none;
	color: #484849;
	width:100%;
	text-align:center;
	display:block;
	padding:8px 0;
	font-size:14px;
	line-height:1.1em;
	border-bottom:1px solid white;
}
.nav a:hover, .nav a:active, .nav a.active {
	text-decoration: none;
	color: #484849;
	transition: all 0.1s linear;
	background-color:#484849;
	color:white;
}
.nav span.burger {font-size:12px; line-height:1.3em;padding:13px 0;}
.nav span.burger:hover {cursor:pointer}
.content {
	margin:145px auto 0;
	width:90%;
	padding:24px 0;
	height:auto;
	 z-index:100;
}
.content h1, .content p {
	margin-left:30px;
	margin-right:30px;
}
.news-item p {margin-left:0px; background-color: #484849; position:relative; z-index:50}
#carousel div p {bottom:20px;}
.project {width:300px; margin-top:0; margin-bottom:25px;}
.projdetail {width:100%; text-align:center}
.spacer {height:152px;}
.detail {float:none; }
.larger, .content {width:100%; height:auto; max-height:none; }
.news-item div h1 {margin-left:10px;}
.news-item div div, .news-item div div.pic {width:100%; max-width:none; margin:0; display:block;height:330px;}
.news-item div div {height:auto; min-height:0; overflow:visible; padding-bottom:15px;}
.news-item div div.right {float:none}
.news-item div div h1, .news-item div div p, .news-item div div h3 {margin-left:20px; margin-right:20px; background-color:transparent}
.news-item div div h1 {margin-top:20px;}
.news-item div div.pic {padding-bottom:0;}
.news-item div div.pic iframe {width:100%; height:330px;}
#slash {top:100px;}

#comrd {
	top:169px; 
	right: 50%;
	margin-right:-150px;
}

.inner, .content iframe {
	display:block;
	width:90%;
	max-width:none;
	min-height:0;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.content iframe {
	height:400px;
}
form {width:100%;}
form input, form textarea { 
	width:85%; 
	margin-left:auto;
	margin-right:auto;
	}


#pic {display:none;}
.inner p, .inner h1 {padding:0; margin-left:3px; width:100%; max-width:none}
#map {
	width:100%;
	float:none;
	margin:0 auto;
}
#footer {
	position:absolute;
	bottom:10px;
	font-size:10px;
}
}
@media screen and (max-width: 470px) {
	#bund, #made {right:0px; width:100%;}
}
@media screen and (max-device-width:600px) {
	form input, form textarea { 
	font-size:16px;
	}
	.content iframe {
	height:500px;
}
}