/* .......................................................................
Head
........................................................................ */
#head {
}
		#head h1, #head h1 a{
			width:240px;
			height:29px;
		}
		#head h1 {
			top:50px;
			left:auto;
			right:60px;
			/* background: url(../../layout/head/logo_institutes.png) no-repeat 0 0; */
		}
		/* Institutsname */
		#head h2 {
			position:absolute;
			font-weight:normal;
			font-size:22px;
			bottom:65px;
			left:10px;
			margin: 0;
		}
		#head h2 span.short {
			color:#e10032;
			font-family: "InfoTextWebPro-Bold", Arial, sans-serif;
		}
		#head h2 a{
			width:610px;
		}


/**************************************************************************/
/* Handheld */
/**************************************************************************/

/* >768 */
@media screen and (max-width: 980px) {
	#head h1, #head h1 a{
		height:24px;
		width:195px;
	}
	#head h1 {
		top:60px;
		right:0;
		background-size:195px;
		-moz-background-size:195px; /* Fix Firefox Mac */
	}
	#head h2 {
		font-size:20px;
	}
	#head h2 a{
		width:420px;
	}	
}


/* >460 */
@media screen and (max-width: 740px) {
	#head h1 {
		/*display:none;*/
		top: 10px;
		right: -27px;
	}
	#head {
		padding-top: 20px;
		overflow:hidden;
	}
	#wrapMain {
		background: transparent url(../../layout/main/bg_wrapMain_instiute_handheld.png) repeat-x 0 0;
	}
	#menuLanguage {
		top: 40px;
	}

	#head h2 {
		font-size:18px;
		bottom:50px;
	}	
	#copyright{
		margin-bottom: -245px;
	}
}

	

/* 320 */
@media screen and (max-width: 440px) {
	#head h2 a{
		width:300px;
	}	
}


#content .flex-direction-nav {display:none !important;}
