@font-face {       
	font-family: 'nobile regular'; 
	src: url('../fonts/Nobile/Nobile-Regular.ttf'); 
	font-weight: normal;
	font-style: normal;
}

body { 
    background-attachment: fixed;
    width: 100%;
    min-width: 960px;	
    height: 100%;   
   	margin: 0;
    padding: 0;
	background-color: rgba(0,0,0, 0.1);
	color: rgba(0,0,0,0.6);
	font: normal 100 100% Verdana, sans-serif;
	z-index: 0;
}

.centered {
	width: 100%;
    background-attachment: scroll;
	display: block;
    margin:  0px auto;
  	padding: 0px 0px 60px 0px;
	overflow: visible;
	text-align: center;
	z-index: 1;
}

#documentTitle {
	text-align: center;
	padding: 0;
}

h1 {
	clear: both;
	font-size: 300%;
	font-weight: 100;
	color: rgba(0,0,0,0.3);
	font-family: 'nobile regular', sans-serif;
	margin: 60px 0px 10px 0px;
}

h2 {
	font-family: 'nobile regular', sans-serif;
}

h3 {
	margin: 24px 0px 15px 0px;
	font-family: 'nobile regular', sans-serif;
	font-size: 140%;
	font-weight: 100;
	color: rgba(0,0,0,0.6);
}

p {
	text-indent: 0px;
}

ul {
	margin: 0px 0px 0px -40px;
	list-style: none;
}

li {
    margin: 6px 0px 0px 0px;
}

#tjingwan {
	position: relative;
    margin: 0;
    padding: 30px 0px 0px 0px;
    border: 0;
    z-index: 3;
}

#contactTjingwan {
    margin: 40px 0px 40px 0px;
    padding: 0;
    border: 0;
    z-index: 3;
}

.leftLogo {
	position: absolute;
	top: 20px;
	left: 0px;
}

a {
	color: rgba(0,0,0,0.4);
	font-weight: 100;
}

a:link {
    color: rgba(0,0,0,0.5);
    text-decoration: none;
}

a:hover {
	color: rgba(0,0,0,0.6);
    z-index:2;
}

a:visited {
	border: 0px solid transparent;
}

.activeLink {
	color: rgba(0,0,0,0.6);
    font-style: italic;
    z-index:2;
}

a.subLink:hover {
	border: none;
	-moz-box-shadow: none
	-webkit-box-shadow: none;
	box-shadow: none;
	color: rgba(0,0,0,0.6);
    text-decoration: underline;
}

.aktiveLink a.subLink:hover {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none
	-webkit-box-shadow: none;
}

a:visited {
    color: rgba(0,0,0,0.6);
    border: 1px solid transparent;
}

a.externalLink {
	line-height: 28px;
}

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

#mobileMenu {
	display: none;
	color: rgba(0, 0, 0, 0.6);
}

.linkListBackground {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 34px;
	font-weight: 100;
    margin: 0;	
    padding: 0;
    background-color: rgba(227, 227, 227, 0.9);
	z-index: 1;
}

.linkListBackground:after {
	content: "";
	position: fixed;
	display: block;
	top: 34px;
	right: 0px;
	width: 80%;
	height: 1px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(171,171,171, 0.9)));
	background-image: -webkit-linear-gradient(left, transparent, rgba(171,171,171, 0.9));
	background-image: -moz-linear-gradient(left, transparent, rgba(171,171,171, 0.9));
}
	 
.linkList {
	position: fixed;
	top: 0;
	right: 0;
	width: auto;
	float: right;
	font-size: 100%;
	font-weight: 100;
	text-align: center;
    text-decoration: none;
    margin: 0;	
    padding: 0;
    display: inline-block;
    text-align: right;
    z-index: 2;
}

.Link {
	float: left;
	margin: 0px;
	padding: 8px;
    height: 23px;
}

.galleryList {
	position: absolute;
	margin-top: 0px;
	margin-left: 12px;
	padding: 13px;
	border: 1px solid rgba(0,0,0,0.9);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	background-color: rgba(0, 0, 0, 0.5)
	font-size: 90%;
	text-align: center;
	line-height: 26px;
	z-index: 4;
}

a.sublink {
	font-size: 90%;
	margin: 10px 0px 0px 4px;
	padding: 5px;
}


/*---------------------------- PICTURE LISTS -----------------------------*/

img {
	border: 1px solid rgba(0, 0, 0, 0.2);
	z-index: 0;
}

.pictureList {
	margin: 20px;
}
.overView {
	position: relative;
	display: inline-block;
	padding: 10px;
}

.thumbnail0 {
 	position: relative;
 	top: -10px;
 	bottom: -10px;
 	cursor: pointer;
}

.thumbnail {
	position: relative;
	float: left;
	cursor: pointer;
}

/*---------------------------- DIV OF BIG PICTURES ------------------------------------*/

.bigPicDiv {
	background-color: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
}

.left {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 5%;
	border: none;
	opacity: 0.9;
	cursor: pointer;
}

.left:hover {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

/*handles the vertical centering*/
.Centerer
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.bigPic {
	max-width: 80%;
	max-height: 100%;
	display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0, 1.0);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0, 1.0);
	box-shadow: 0px 0px 30px rgba(0,0,0, 1.0);
}

.right {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 95%;
	border: none;
	opacity: 0.9;
	cursor: pointer;
}

.right:hover {
	margin-left: -2px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.close {
	position:absolute;
	right: 30px;
	top: 30px;
	opacity: 0.5; 
	border: 1px solid rgba(0,0,0, 0.2);
	cursor: pointer;
}

.close:hover {
	border: 1px solid rgba(0,0,0, 0.3);
	opacity: 0.8;
}


/*---------------------------- ABOUT.HTM ----------------------------*/

.aboutCentered {
	width: 960px;
}

#aboutTitle {
	font-size: 300%;
}

#aboutPic {
	display: none;
}

#aboutBackground {
	display: block;
	position: relative;
	top: 60px;
	left: 0px;
	background-image: url(../images/male/ALX_9973.png);
	z-index: 0;
	width: 960px;
	height: 636px;
	margin: 0px 0px 100px 0px;
	padding: 0;
}

#aboutText {
	position: absolute;
	margin: 40px 40px;
	width: 360px;
	color: rgba(255, 255, 255, 0.7);
	text-align: left;
	z-index: 2;
	padding: 0;
}


/*------------------------ MAKEUP.HTM / PRICES.HTM ------------------------*/

#pricesText,
#makeupText {
	margin: 0px 40px;
	color:rgba(0,0,0,0.4);
}



/*------------------------ IMPRESSUM.HTM ------------------------*/

#impressumText {
	margin: 40px;
	text-align: justify;
}


/*---------------------------- LINKS.HTM; ----------------------------*/

#externalLinkList {
	position: relative;
	top: 40px;
	margin: 20px;
}


/*---------------------------- IMPRESSUM ------------------------------*/

#impressumText {
	margin: 0px 60px 60px 60px;
	text-align: justify;
}


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

#footer {
	position: absolute;
	right: 0px;
	padding: 30px;
}

/*---------------------------- MOBILE AND TABLET -----------------------------*/

/* for mobile and tablet */
@media (max-width: 992px) {

	body {
		font: normal 100 130% Verdana, sans-serif;
		min-width: 100%;
		color: rgba(0,0,0,0.6);
	}

	h1,
	h2,
	h3,
	p,
	#pricesText,
	#makeupText {
		color: rgba(0,0,0,0.6);
	}

	#documentTitle {
		text-align: center;
		padding: 20px 20px 10px 20px;
		font-size: 80%;
		color: rgba(0,0,0,0.6);
	}

	#tjingwan {
		margin: 50px 10% 10px 10%;
	}

	#contactTjingwan {
		margin: 50px 10% 10px 10%;
	}

	a.externalLink {
		line-height: 40px;
		margin: 30px;
	}

	/*------ DIV OF BIG PICTURES -------*/

	.close {
		opacity: 0.7;
	}

	.close:hover {
		border: 1px solid rgba(0,0,0, 0.3);
		opacity: 0.9;
	}


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

	#mobileMenu {
		display: block;
		position: fixed;
		font-size: 120%;
		right: 0;
		padding: 10px;
		cursor: pointer;
		z-index: 2;
	}

	.linkListBackground {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 50px;
	}

	.linkListBackground:after {
		content: "";
		position: fixed;
		display: block;
		top: 50px;
		right: 0px;
		width: 40%;
	}
		 
	.linkList {
		position: fixed;
		top: 30px;
		right: 30px;
		width: auto;
		font-size: 120%;
		font-weight: 100;
		text-align: center;
	    padding:  15px 30px;
	    text-align: center;
	    background-color: rgba(230, 230, 230, 0.95);
	    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0, 1.0);
		-moz-box-shadow: 0px 0px 20px rgba(0,0,0, 1.0);
		box-shadow: 0px 0px 20px rgba(0,0,0, 1.0);
	    border: 1px solid rgba(0,0,0, 0.3);
	    z-index: 100;
	}

	.Link {
		float: none;
		margin: 0px;
		padding: 12px;
	    height: 23px;
	    color: rgba(255, 255, 255, 0.6) !important;
	}

	.galleryList {
		position: relative;
		top: -30px;
		left: 0;
		padding: 15px;
		margin: 0;
		border: 1px solid rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0, 0.5);
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0, 0.5);
		box-shadow: 0px 0px 10px rgba(0,0,0, 0.5);
		font-size: 100%;
		text-align: center;
		line-height: 40px;
		background-color: rgba(247,247,247, 0.99);
		z-index: 104;
	}

	a.sublink {
		font-size: 120%;
	}

	/*-------------- ABOUT.HTM --------------*/

	.aboutCentered {
		width: 100%;
	}

	#aboutPic {
		display: block;
		width: 100%;
		margin: 0px;
		height: auto;
	}

	#aboutBackground {
		position: relative;
		top: 80px;
		background-image: none;
		z-index: 0;
		width: 90%;
		height: auto;
		margin: 0px 5% 100px 5%;
		padding: 0;
	}

	#aboutText {
		position: relative;
		margin: 30px 0px;
		width: 100%;
		color: rgba(0, 0, 0, 0.4);
		text-align: center;
		z-index: 2;
		padding: 0;
	}

	/*----------- IMPRESSUM.HTM ------------*/

	#impressumText {
		margin: 30px;
		text-align: left;
	}
}

/* for mobile and tablet */
@media (max-width: 800px) {

	.pictureList {
		margin: 0px 10px 20px 0px;
	}

	#tjingwan {
		margin: 30px 10% 10px 10%;
	    width: 80%;
	}

	#contactTjingwan {
		margin: 50px 10% 10px 10%;
	    width: 80%;
	}
}
