@charset "UTF-8";
/* CSS Document */
* {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
}
body, html{
	height:100%;
	margin:0;
	padding:0;
}
body {
/*	font-family:"45 Helvetica Light", Helvetica, Arial, sans-serif;
*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	background-image: url(../images/jmb_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
p {
	font-size: 0.73em;
}
h1 {
	font-weight:300;
	padding-bottom:20px;
}
h4 {
	color:#fff;
	text-align: right;
	text-transform:uppercase;
	margin-right:10px;
	font-weight:300;
	font-size:0.85em;
	letter-spacing:1.5pt;
	-webkit-text-shadow:0px 0px 10px rgba(0,0,0,0.4);
	-moz-text-shadow:0px 0px 10px rgba(0,0,0,0.4);
	text-shadow:0px 0px 10px rgba(0,0,0,0.4);
}
#info_content h3 {
	position: static;
	color: #000;
	text-align: right;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.85em;
	letter-spacing: 1.5pt;
	width: 490px;
	right: 0px;
	line-height: 25px;
	height: 25px;
	left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
}
#content h3 {
	color: #000;
	text-align: right;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.85em;
	letter-spacing: 1.5pt;
	right: 10px;
	line-height: 25px;
	height: 25px;
	left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
}
#impressum #info_content h3 {
	position: static;
	width: 670px;
	float: left;
}
#information #info_content h3 {
	position: static;
	width: 670px;
}

a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	outline:none;
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;	
}
nav a,
teaser a {
	color: #fff;
	float: right;
}
 
#wrapper {
	margin:0 auto;
	width:960px;
	min-height:100%;
}
#wrapper .clearfix {
	clear: both;
}
header {
	width: 100%;
	margin-bottom:-10px;
}
#logo {
	margin-left: 70px;
	margin-top: 20px;
	width:420px;
	height:170px;
	display: block;
	background:url(../images/jmb_logo.png) no-repeat;
	text-indent:-99999px;
}
/* Navigation */
nav.navigation {
	position:fixed;
	display: block;
	float:left;
	width: 145px;
	height: 100%;
	margin:10px 0 0 85px;
}
nav.navigation ul {
	list-style-type: none;
}
nav.navigation ul li {
	color: #fff;
	display: block;
	height: 30px;
}
nav.navigation ul li .button a{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
nav.navigation ul li .button:hover a,
nav.navigation ul li .button:focus a{
	padding-right:10px;
}
nav.navigation ul li .button a img {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	position: relative;
	top: 6px;
	opacity:0;
}
nav.navigation ul li .button:hover a img,
nav.navigation ul li .button:focus a img {
	opacity:1;
} 
nav.navigation ul li h4 {
	float:left;
	line-height:30px;
	height:29px;
}
nav.navigation ul li a h4 {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
nav.navigation ul li:hover a h4 {
	color:#000;
	-webkit-text-shadow:0px 0px 10px rgba(255,255,255,0.40);
	-moz-text-shadow:0px 0px 10px rgba(255,255,255,0.40);
	text-shadow:0px 0px 10px rgba(255,255,255,0.40);
}
nav.navigation li .linie {
	webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
nav.navigation li:hover .linie {
	border-top: 1px solid #000;
	-webkit-text-shadow:0px 0px 10px rgba(255,255,255,0.40);
	-moz-text-shadow:0px 0px 10px rgba(255,255,255,0.40);
	text-shadow:0px 0px 10px rgba(255,255,255,0.40);
	width:auto;
}
.linie {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-top: 1px solid rgba(255,255,255,1.00);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	display: block;
	width:100%;
}
nav.navigation ul .selected .linie {
	border-top: 1px solid rgba(0,0,0,1.00);
}
nav.navigation ul .selected h4 {
	color:rgba(0,0,0,1.00)
}
/*	*/

.bg {
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	background-color:rgba(255,255,255,0.50);
}
.bg_02 {
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	background-color:rgba(255,255,255,0.80);
}
#content.bg {
	width: 700px;
	position: relative;
	margin-top: 10px;
	padding: 0;
	height: 650px;
	margin-right: 10px;
}
#content.bg_02 {
	position: relative;
	margin-top: 10px;
	padding: 0;
	height: 650px;
	margin-right: 0px;
}
#information #content.bg_02,
#impressum #content.bg_02 {
	margin-right: 10px;
	width: 700px;
}
#information #content.bg_02 {
	height:450px;
}
#impressum #content.bg_02 {
	height:650px;
}

#content .teaser:hover .linie,
#content .teaser:focus .linie {
	border-top: 1px solid rgba(0,0,0,1.00);
	width:auto;
/*	*/
}
#content {
	margin-top: px;
	width: 720px;
	display: block;
	/*	margin-left: 240px;*/
	height: 100%;
	float: right;
	padding-bottom: 40px;
	padding-right: 0px;
	margin-right: 0px;
}
#content .teaser {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;	width: 220px;
	height: 220px;
	margin:10px;
	background:rgba(255,255,255,0.80);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	position:relative;
	float:left;
}
/*Rahmen*/
#content .teaser .teaserAni {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
	width: 220px;
	height:220px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-100px;
	margin-left:-100px;
	width:200px;
	height:200px;
	overflow:hidden;
}
#content .teaser:hover .teaserAni,
#content .teaser:focus .teaserAni {
	margin-top:-110px;
	margin-left:-110px;
	width:220px;
	height:220px;
	overflow:hidden;
}

/*bildfade*/
#content .teaser .teaserAni .arbeiten {
	-webkit-transition: all 0.7s ease-out-in;
	-moz-transition: all 0.7s ease-out-in;
	transition: all 0.7s ease-out-in;	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-110px;
	margin-left:-110px;
	width:220px;
	height:220px;
	overflow:hidden;
}
/*bilder*/
#content .teaser .teaserAni .arbeit-01   {
	background-image: url(../images/jmb_arbeiten_bibi_01_sw.jpg);
}

#content .teaser .teaserAni .arbeit-02 {
	background-image: url(../images/jmb_arbeiten_swoofle_02_sw.jpg);
}
#content .teaser .teaserAni .arbeit-03 {
	background-image: url(../images/jmb_arbeiten_fernando_03_sw.jpg);
}
#content .teaser .teaserAni .arbeit-04 {
	background-image: url(../images/jmb_arbeiten_zeitwert_04_sw.jpg);
}
#content .teaser .teaserAni .arbeit-05 {
	background-image: url(../images/jmb_arbeiten_but_01_05_sw.jpg);
}
#content .teaser .teaserAni .arbeit-06 {
	background-image: url(../images/jmb_arbeiten_sabine_06_sw.jpg);
}
#content .teaser .teaserAni .arbeit-07 {
	background-image: url(../images/jmb_arbeiten_but_02_07_sw.jpg);
}
#content .teaser .teaserAni .arbeit-08 {
	background-image: url(../images/jmb_arbeiten_av_08_sw.jpg);
}
#content .teaser .teaserAni .arbeit-09 {
	background-image: url(../images/jmb_arbeiten_ct_09_sw.jpg);
}
#content .teaser .teaserAni .arbeit-10 {
	background-image: url(../images/jmb_arbeiten_sup_10_sw.jpg);
}
#content .teaser .teaserAni .arbeit-11 {
	background-image: url(../images/jmb_arbeiten_palatio_11_sw.jpg);
}
#content .teaser .teaserAni .arbeit-12 {
	background-image: url(../images/jmb_arbeiten_grimm_12_sw.jpg);
}
#content .teaser .teaserAni .arbeit-13 {
	background-image: url(../images/jmb_arbeiten_benjamin_01_13_sw.jpg);
}
#content .teaser .teaserAni .arbeit-14 {
	background-image: url(../images/jmb_arbeiten_vf_14_sw.jpg);
}
#content .teaser .teaserAni .arbeit-15 {
	background-image: url(../images/jmb_arbeiten_sonstiges_15_sw.jpg);
}
#content .teaser .teaserAni .arbeit-16 {
	background-image: url(../images/jmb_arbeiten_16_01_nb_sw.jpg);
}
/* position animation teaserInfo*/

#content #bibi-01 .teaserInfo,
#content #swoofle-01 .teaserInfo,
#content #fernando-01 .teaserInfo,
#content #zeitwert-01 .teaserInfo,
#content #but-01 .teaserInfo,
#content #sabine-01 .teaserInfo,
#content #but-02 .teaserInfo,
#content #av-01 .teaserInfo,
#content #ct-01 .teaserInfo,
#content #sup-01 .teaserInfo,
#content #palatio .teaserInfo,
#content #grimm .teaserInfo,
#content #benjamin-01 .teaserInfo,
#content #vf-01 .teaserInfo,
#content #sonstiges-01 .teaserInfo {
	height: 30px;
}
#content #bibi-01:hover .teaserInfo,
#content #fernando-01:hover .teaserInfo,
#content #sabine-01:hover .teaserInfo,
#content #av-01:hover .teaserInfo,
#content #sup-01:hover .teaserInfo,
#content #palatio:hover .teaserInfo,
#content #grimm:hover .teaserInfo,
#content #vf-01:hover .teaserInfo {
	height: 55px;
}
#content #swoofle-01:hover .teaserInfo{
	height: 85px;
}
#content #zeitwert-01:hover .teaserInfo,
#content #but-01:hover .teaserInfo,
#content #but-02:hover .teaserInfo,
#content #ct-01:hover .teaserInfo,
#content #benjamin-01:hover .teaserInfo,
#content #sonstiges-01:hover .teaserInfo  {
	height: 70px;
}
#content .teaser .teaserInfo {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 5;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background: rgba(255,255,255,0);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
	margin-top: 0px;
	overflow:hidden;
}


#content .teaser .teaserInfo h4 {
	float: left;
	margin: 0;
	padding-right: 8px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	line-height: 30px;
	height: 30px;
}
#content .teaser:hover .teaserInfo h4 {
	color: #000000;
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0);
	-moz-text-shadow: 0px 0px 10px rgba(0,0,0,0);
	text-shadow: 0px 0px 10px rgba(0,0,0,0);
}

/* Teaser Buttonanimation */
#content .teaserInfo .button {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display:block;
	float:right;
	margin-right:-8px;
}
#content .teaserInfo:hover .button {
	
	margin-right:5px;
}
#content .button a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	top: 6px;
	opacity:0;
}
#content .teaser .teaserInfo:hover .button a img,
#content .teaser .teaserInfo:focus .button a img {
	opacity:1;
} 

#content .teaser .teaserInfo p {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	display: none;
	text-align: right;
	padding-right: 10px;
	padding-left: 0px;
	line-height: 1.4em;
	padding-bottom: 8px;
}
#content .teaser:hover .teaserInfo p {
	text-align: right;
	display: block;
}
#content .teaser:hover .teaserInfo {
	background: rgba(255,255,255,0.90);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);

}


#content .teaser .teaserAni .arbeiten .edge-teaser {
	-webkit-transition: all 1.2s ease-out;
	-moz-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
	opacity:0;
}
#content .teaser:hover .teaserAni .arbeiten .edge-teaser,
#content .teaser:focus .teaserAni .arbeiten .edge-teaser {
	opacity:1;
}
/*--projekt_menue--*/
#projekt_menue {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
#projekt_menue ul {
	list-style-type: none;
}
#projekt_menue li {
	float:left;
	width:25px;
	height:25px;
	margin-right:10px;
}
/*--projekt_info--*/
#projekt_info {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 10px 0 10px 20px;
	width: 500px;
}
#info_content {
	position: static;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 0;
	height: 165px;
	width: 500px;
	border-top: 1px solid #000;
}
#information #info_content {
	position: absolute;
	top: 10px;
	right: 0;
	width: 680px;
	border-top: 1px solid #000;
	height: 430px;
}
#information #info_text {
	width: 440px;
	float: left;
	margin-top: -2px;
}
#impressum #info_content {
	position: absolute;
	top: 10px;
	right: 0;
	width: 680px;
	border-top: 1px solid #000;
	height: 430px;
}
#impressum #info_text {
	width: 420px;
	float: right;
	margin-right: 10px;
	margin-top: -2px;
}
#info_text {
	width: 220px;
	float: left;
	margin-right: 10px;
	margin-top: -2px;

}
#info_text p {
	line-height: 15px;
}
#information #info_text p,
#impressum #info_text p,
#impressum #info_fakten p {
	font-size:0.9em;
	line-height: 1.2em;
}
#info_content #info_fakten {
	float: left;
	width: 260px;
}
#impressum #info_fakten {
	float: left;
	width: 220px;
	margin-top: -2px;
}
#info_content .info_zeile {
	height: 19px;
	width: 100%;
	border-top: 1px solid #000;
}
#info_fakten .info_zeile .bezeichnung {
	float:left;
	width: 80px;
	text-align: right;
	height: 19px;
	margin-right:20px;
}
#info_fakten .info_zeile .bezeichnung p {
	line-height: 19px;
}
#info_fakten .info_zeile .angabe {
	float: left;
	height: 19px;
	width: 160px;
}
#info_fakten .info_zeile .angabe p {
	line-height: 19px;
}
#info_fakten .info_zeile .angabe p a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	outline:none;
	color: #666;
	text-decoration: none;
}
#info_fakten .info_zeile .angabe p a:hover {
	color: #000;
	text-decoration: underline;
}
#info_fakten .info_zeile .angabe_programme {
	float: left;
	height: 87px;
	width: 160px;
	margin-top: 2px;
}
#info_fakten .info_zeile .angabe_programme p {
	line-height: 15px;
}
#information #info_content .portrait {
	position: absolute;
	bottom: 0;
	right: 10px;
}
#abstand {
	width:100%;
	height: 60px;
	display:block;
}

/*kontaktformular*/

#kontakt form {
	font-size: 0.9em;
	overflow: hidden;
}
#kontakt fieldset {
	border:0;
	padding:0;
	margin:0;
}
#kontakt .textfeld,
#kontakt .submitbutton {
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#kontakt .textfeld label {
	padding-top: 0px;
	display: block;
	float: left;
	width: 120px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
#kontakt input,
#kontakt textarea {
	width: 280px;
	display: block;
	border: none;
	background-color:#FFFFFF;
	color: #000;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
}
#kontakt textarea {
	min-height: 193px;
	max-width: 280px;
	min-width: 280px;
	max-height: 370px;
}
#kontakt label {
	cursor:pointer;
}
#kontakt input:focus,
#kontakt textarea:focus {
	outline:0;
	background-color:#000;
	color:#FFFFFF;
}
#kontakt .submitbutton input {
	padding: 5px 0 5px 0;
}
#kontakt .submitbutton,
#kontakt .submitbutton input {
	color:#FFFFFF;
	width: 120px;
	text-transform: uppercase;
	background-color: #000;
	margin-right: 10px;
	cursor: pointer;
	-moz-text-shadow: 2px 0px 7px rgba(0,0,0,0.5);
	-webkit-text-shadow: 2px 0px 7px rgba(0,0,0,0.5);
	text-shadow: 2px 0px 7px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=0,Color=#80000000,Positive=true)";
	zoom: 1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=0,Color=#80000000,Positive=true);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-left: 70px;
}
#kontakt .submitbutton:hover,
#kontakt .submitbutton input:hover {
	background-color: #9c9c9c;

}
#kontakt select {
	outline:0;
	/*background-color:#A1A876;*/
}

.tab {
	width:10px;
	display:block;
	float:left;
	text-align:center;
	margin-right:10px;
}
#social {
	height: 70px;
	width: 30px;
	right: auto;
	bottom: 60px;
	position: fixed;
}
