@charset "UTF-8";

/********************MOBILE*************************/

@media only screen and (max-width: 677px), only screen and (max-device-width: 677px){

html{
	/*width: 440px;*/
}

body{
	/*width: 440px;*/
}

/*--------------FORM---------------*/

/*---------------FORM---------------*/

/*------------BACKGROUND--------------*/

.background_mask.short{
	height: 270px;
}

/*------------BACKGROUND--------------*/

/*--------------HEADER---------------*/

#header{
	/*width: 440px;*/
	height: 110px;
}
#header .logo{
	margin-left: 20px;
}
#header .logo img{
	width: 35px;
}

/*--------------HEADER---------------*/

/*------------LANGUAGES-------------*/

/*-------------LANGUAGES---------------*/

/*--------------MENU---------------*/

#header .button{
	display: block;
	float: left; 
	width: 50px;
	height: 35px;
	margin-top: 0px;
	margin-left: 40px;
	cursor: pointer;
	background-image: url("../images/menu_mobile.png");
}

/*#header .nav{
	display: block;
	margin-top: 150px;
	margin-left: 20px;
}*/
#header .nav {
	display: none;
	position: absolute;
	margin-top: 110px;
	left: -65px;
	background-color: #fff;
	font-size: 1px;
}

#header .nav a {
	display: block;
	margin: 0;
	padding: 10px 20px;
	font-size: 16px;
}

#header .nav hr{
	display: block;
	width: 0px;
}

/*--------------MENU---------------*/

/*--------------FOOTER-------------*/

#footer{
	/*width: 440px;*/
}

/*--------------FOOTER-------------*/

/*--------------LAYER-------------*/

.section{
	padding-top: 0px;
	margin-top: -35px;
}

/*--------------LAYER-------------*/

/*------------HOMEPAGE------------*/

.slideshowHolder{
	/*width: 390px;*/
	height: 273px;
	margin: 0;
}
.slideshowHolder .detailImage{
	line-height: 273px;
	/*margin-left: 25px;*/
}

/*------------HOMEPAGE------------*/

/*-------------DETAIL-------------*/

.detailPage{
	margin-left: 20px;
	margin-right: 20px;
}

.detailFixed{
	position: relative;
	top: 0px;
}

.detailFixed .detailImage{
	clear: both;
}

.detailFixed .imageGalleryHolder{
	/*width: 400px;*/
	height: 280px;
}
.detailFixed .detailImage{
	/*width: 400px;*/
	height: 280px;
	line-height: 280px;
}

.detailScroll{
	min-width: 180px;
	margin-top: -8px;
	margin-left: 0px;
}

/*-------------DETAIL-------------*/

/*--------------NEWS---------------*/

.newsContainer{
}

/*--------------NEWS----------------*/

/*-------------PRESSE----------------*/

.infoPress{
	width: 100%;
	max-width: 400px;
	margin: 0 20px;
	padding: 0;
}
.infoPress .info, 
.infoPress .press {
	width: 86%;
	height: auto;
	margin: 20px 0;
}
.infoPress .info .content, 
.infoPress .press .content {
	margin: 0;
	padding: 20px;
}
.infoPress .info .content img, 
.infoPress .press .content img {
	width: 100%;
}

/*-------------PRESSE----------------*/

/*-------------CONTACT----------------*/

.contact{
	width: 86%;
	margin: 0 20px;
}
.contact .left, 
.contact .map {
	width: 100%;
	max-width: 400px;
}
.contact .left .address{
	width: 100%;
}
.contact .left .form {
	width: 90%;
	height: auto;
}
.contact .left .form textarea, 
.contact .left .form input {
	width: 98%;
}
.contact .left .form submit {
	width: auto;
}

/*-------------CONTACT----------------*/

/*------------ANIMATION------------*/

}