




/* ----- wrapper ----- */

/*.wrapper {
	max-width: 1800px;
	margin: 0 auto;	
	padding-left: 90px;
	padding-right: 90px;
}

@media screen and (max-width: 1200px) {
	.wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media screen and (max-width: 768px) {
	.wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 480px) {
	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}*/


/* ----- menu ----- */


/*#menuPanel {
	width: 100%;	
	height: 56px;
	padding-top: 36px;
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	z-index: 1001;
}


#menuPanel A {
	color: #000000;	text-decoration: none;
}

#menuWrap TABLE {
	width: 100%;
	height: 76px;
	xline-height: 78px;
	font-family: 'MuseoBold';
	white-space: nowrap;
}

#logo {	
	width: 50%;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 1.6em;
}


#menutext {
	width: 45%;
	text-align: right;
	font-size: 1.2em;
}



#menutext A {
	margin-right: 22px;
}

#menutext A.selected {
	color: #767676;
}

#menutext A:hover {
	color: #ff0000;
}


#langchange {	
	width: 5%;
	text-align: right;
	font-size: 1.2em;
}

#langchange span.selected {display: none;}
#langchange > span {cursor: pointer;}
#langchange > span:hover {color: #ff0000;}

@media screen and (max-width: 940px) {
	#menutext, #langchange {
		font-size: 1.1em;
	}
}




.openMenuButton {
	margin: 0 auto;
	
	width: 24px;
	height: 24px;
	background: url('../_pic/menu_close.png') no-repeat center center;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition-duration: 0.5s;
	xborder: 1px solid red;
}

.openMenuButton.opened {
	background: url('../_pic/menu_open.png') no-repeat center center;
	transform: rotate(-180deg);
}


#openbuttonmobile {
	display: none;
}
*/







/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


/*@media screen and (max-width: 768px) {*/
/*@media screen and (max-width: 842px) {
	#openbutton {
		display: none;
	}
	#menutext {
		display: none;
	}
	.onlyDesktop {
		display: none;
	}
	#openbuttonmobile {
		display: inline;
		width: 20%;
	}
	.openMenuButton {
		margin-left: 0;
		margin-right: 8px;
		margin-bottom: -2px;
	}
	#logo {
		text-align: center;
		width: 60%;
	}
	#langchange {
		width: 20%;
	}
	#menuPanel td#openbuttonmobile {
		line-height: 70px;
	}
}

@media screen and (max-width: 480px) {
	#menuWrap table {
		font-size: 1.5em;
	}
	.openMenuButton {
		margin-bottom: -3px;
	}
	#openbuttonmobile {
		width: 10%;
	}
	#langchange {
		font-size: 0.9em;
		width: 15%;
	}
}*/


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*#menuPopup {
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	xopacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1000;
}

#menuPopup.opened  {
	height: 130vh;
	xopacity: 1.0;
}

#menuLinks  {
	padding-top: 94px;
}

#menuLinks A {
	color: #000000;
	text-decoration: none;
	font-size: 3.1em;
	font-family: 'MuseoBold';
	line-height: 130%;
}


@media screen and (max-width: 1200px) {
	#menuLinks A {
		font-size: 3.5em;
	}
}
@media screen and (max-width: 768px) {
	#menuLinks A {
		font-size: 3em;
		line-height: 140%;
	}
}
@media screen and (max-width: 480px) {
	#menuLinks A {
		font-size: 2.2em;
		line-height: 150%;
	}
}



#menuLinks A.selected {
	color: #ffee00;
}
*/



/*#content {
	margin-top: 92px;
}*/

#sheet {
	background-color: var(--mainBackgroundColor);
	overflow: hidden;
	margin-bottom: 44px;
}





h1 {
	font-size: 3.4em;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 100%;
}

@media screen and (max-width: 843px) {
	h1 {
		font-size: 2em;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}



h3 {
	font-size: 1.6em;
	margin-top: 30px;
	margin-bottom: 44px;
	line-height: 130%;
}

.half h1, .half h2, .half h3, .half p {
	margin-left: 30px;
	margin-right: 44px;
}

@media screen and (max-width: 843px) {
	h3 {
		font-size: 1.6em;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 34px;
	}
}



.full {
	clear: both;
}



.full a, .half a {
	text-decoration: none;
	color: var(--mainTextColor);
}

.full a:hover, .half a:hover {
	text-decoration: none;
	color: var(--menuLinkHoverColor);
}

.full img, .half img {
	width: 100%;
	height: auto;
	display: block;
	/*margin-bottom: calc(2 * var(--marginWorkSide));*/
	margin-bottom: var(--marginWorkTop);
}

.full h1, .full h2, .half h3, .full p {
	margin-left: 30px;
	margin-right: 30px;
}








/*.full a.blockLink, .half a.blockLink {
	display: block;
	background-color: #000000;
	opacity: 1;
	cursor: pointer;
}

a.blockLink > div {
	position: absolute;
	z-index: 10;
	margin-top: 40px;
	color: #ffffff;	
	line-height: 1.34em;
	display: none;
}

a.blockLink:hover > img {
	opacity: 0.24;
}

a.blockLink:hover > div {
	display: block;
}

a.blockLink h2 {
	font-family: "MuseoBold";
	font-size: 1.8em;
	line-height: 94%;
}

a.blockLink p {
	width: 84%;
	margin-top: 12px;
	font-family: "MuseoThin";
	font-size: 1.1em;
	line-height: 1.48em;	
}*/

/*.half a.blockLink p {
	width: 60%;
}*/






.half {
	width: 50%;
	float: left;
	xclear: left;
}

.half p {
	margin-top: 30px;
	margin-bottom: 44px;
	/*font-size: 1.1em;*/
	font-size: var(--fontSizeRegular);
	line-height: 1.48em;
}

/*@media screen and (max-width: 480px) {*/
@media screen and (max-width: 768px) {
	.half {
		width: 100%;
	}

	.half p {
		margin-top: 0px;
		margin-bottom: 30px;
	}
}

.half .projectDesc p {
	width: 60%;
}





@media screen and (min-width: 1550px) {
	.half p {
		font-size: 1.3em;
	}
}

.newline {
	clear: both;
}

.rightSide {
	float: right;
	xclear: right;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/










/* ----- link button ----- */

.links {
	overflow: hidden;
}

.links a {
	display: block;
	width: 50%;
	float: left;
	color: var(--mainTextColor);
	text-decoration: none;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: var(--mainBackgroundColor);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 1.1em;
}

.links a.buttonLeft {
	background-position: 6% 50%;
	background-image: url('../_pic/arrowLeftBlack.png');
	text-align: left;
}

.links a.buttonRight {
	background-position: 94% 50%;
	background-image: url('../_pic/arrowRightBlack.png');
	text-align: right;
}


.links a:hover {
	color: #ffffff;
	background-color: #000000;
}

.links a:hover.buttonLeft {
	background-image: url('../_pic/arrowLeftWhite.png');
}

.links a:hover.buttonRight {
	background-image: url('../_pic/arrowRightWhite.png');
}

.links a.buttonLeft > span {
	padding-left: 12%;
}

.links a.buttonRight > span {
	padding-right: 12%;	
}



/*@media screen and (max-width: 480px) {
	.links a > span {
		font-size: 1.1em;
	}
}*/




