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

@font-face {       
	font-family: 'Cinzel'; 
	src: url('../fonts/Cinzel/Cinzel-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,1.0);
	color: rgba(205,205,225,0.7);
	font: normal 100 110% Arial, sans-serif;
	z-index: 0;
}

.centered {
	width: 100%;
    background-attachment: scroll;
	display: block;
    margin:  0px auto;
  	padding: 0px 0px 0px 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(180, 180, 225, 0.3);
	font-family: 'Cinzel', serif;
	margin: 60px 0px 10px 0px;
}

h1#nightTitle {
	text-align: center;
	font-family: 'Cinzel', serif;
	text-transform: capitalize;
}

h2 {
	font-family: 'Arial', sans-serif;
	font-weight: 100;
	color: rgba(180, 180, 225, 0.6);
}

h3 {
	margin: 24px 0px 15px 0px;
	font-family: 'Arial', sans-serif;
	font-size: 120%;
	font-weight: 100;
	color: rgba(180, 180, 225, 0.6);
}

p {
	text-indent: 0px;
}

p.question {
	font-size: 120%;
	font-weight:100;
	color: rgba(180, 180, 225, 0.4);
}

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

li::before {
	content: "- ";
}

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

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

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

.leftLogo {
	position: absolute;
	font-size: 200%;
	top: 30px;
	left:0;
	width:100%;
	font-weight: 100;
}

a {
	color: rgba(180, 180, 225, 0.5);
	font-weight: 100;
}

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

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

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

.activeLink {
	color: rgba(180, 180, 225, 0.7);
    font-style: italic;
    z-index:2;
}


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


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

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

#mobileMenu {
	display: none;
}

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

.linkListBackground:after {
	content: "";
	position: fixed;
	display: block;
	top: 34px;
	right: 0px;
	width: 80%;
	height: 1px;
}
	 
.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(255,255,255,0.6);
    box-shadow: 1px 1px 2px rgba(255,255,255,0.6);
    -moz-box-shadow: 1px 1px 2px rgba(255,255,255,0.6);
	-webkit-box-shadow: 1px 1px 2px rgba(255,255,255,0.6);
	background-color: rgba(0,0,0,0.3);
	font-size: 90%;
	text-align: center;
	line-height: 26px;
	z-index: 4;
}


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

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

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

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

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

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

.bigPicDiv {
	background-color: rgba(0,0,0,0.7);
	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%;
	background-color: rgba(255,255,255,0.2);
	padding: 4px 8px 4px 4px;
	border-radius: 10px;
	opacity: 0.7;
	cursor: pointer;
}

.left:hover {
    background-color: rgba(255,255,255,0.3);
}

/*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(255,255,255,0.6);
	-moz-box-shadow: 0px 0px 30px rgba(255,255,255,0.6);
	box-shadow: 0px 0px 30px rgba(255,255,255,0.6);
}

.right {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 5%;
	border: none;
	background-color: rgba(255,255,255,0.2);
	padding: 4px 4px 4px 8px;
	border-radius: 10px;
	opacity: 0.7;
	cursor: pointer;
}

.right:hover {
	background-color: rgba(255,255,255,0.3);
}

.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;
}

/*------------------------ NIGHT.HTM ------------------------*/

.nightSpeech {
	width: 94%;
	box-sizing: border-box;
	margin: 160px 3%;
}

p#night_0,
p#night_1,
p#night_2,
p#night_3,
p#night_4 {
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	font-style: italic;
	font-size: 160%;
	font-weight: 100;
	text-align: center;
	opacity: 0;
}


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

#impressumText {
	position: relative;
	top: 60px;
	margin: 100px 60px;
	text-align: justify;
}


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

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


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

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


#copyright {
	position: relative;
	padding: 10px;
	text-align: right;
	color: rgba(180, 180, 225, 0.4);
}

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

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

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

	h1 {
		font-size: 200%;
		margin: 60px 0px 10px 0px;
	}

	h1,
	h2,
	h3 {
		color: rgba(0,60,120,1.0);
	}

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

	.pictureList {
		margin: 200px 40px;
	}

	.thumbnail0 {
	 	height: 300px;
	}

	.thumbnail {
		height: 300px;
	}

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

	.bigPicDiv {
		overflow-x: hidden;
	}

	.close {
		opacity: 0.7;
		top: 20px;
		right: 20px;
	}

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

	.left {
		left: 20px;
	}
	.right {
		right: 20px;
	}

	.bigPic {
		position: relative;
		left: -0.5%;
		margin: 0;
		padding: 0;
		max-width: 95%;
		max-height: 100%;
		display: inline-block;
	    vertical-align: middle;
	    cursor: pointer;
	    border: 0;
	    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0, 1.0);
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0, 1.0);
		box-shadow: 0px 0px 10px rgba(0,0,0, 1.0);
	}


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

	#mobileMenu {
		display: block;
		position: fixed;
		font-size: 150%;
		top: 0;
		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: 40;
		left: 0px;
		width: 100%;
		border-radius: 0px 0px 0px 100px;
		font-size: 120%;
		font-weight: 100;
		text-align: center;
	    padding: 30px;
	    background-color: rgba(0,0,0, 0.9);
	    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.6);
		-moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.6);
		box-shadow: 0px 0px 20px rgba(255,255,255,0.6);
	    border: 1px solid rgba(255,255,255,0.6);
	    z-index: 100;
	}

	.Link {
		float: none;
		margin: 0px;
		padding: 12px;
	    height: 23px;
	}

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

	/*----------- NIGHT.HTM ------------*/

	.nightSpeech {
		width: 94%;
		box-sizing: border-box;
		margin: 160px 3%;
	}

	p#night_0,
	p#night_1,
	p#night_2,
	p#night_3,
	p#night_4 {
		position: absolute;
		font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
		font-style: italic;
		font-size: 120%;
		font-weight: 100;
		width: 94%;
		text-align: center;
		opacity: 0;
	}

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

	#impressumText {
		margin: 30px;
		text-align: left;
		color: (255,255,255,0.9);
	}
}

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

	h1 {
		font-size: 150%;
		margin: 40px 0px 10px 0px;
	}

	.pictureList {
		margin: 160px 60px;
	}

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

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

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

	.close {
		width: 30px;
		right: 10px;
		top: 10px;
	}

	.left,
	.right {
		height: 40px;
		background-color: rgba(255, 255, 255, 0.3);
		padding: 0px 10px;
	}
	.left {
		left: 0px;
		top: 95%;
		margin-top: -20px;
		padding-right: 10px;
	}
	.right {
		right: 0px;
		top: 95%;
		margin-top: -20px;
	}

		/*------------------------ NIGHT.HTM ------------------------*/

	.nightSpeech {
		width: 94%;
		box-sizing: border-box;
		margin: 60px 3%;
	}

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

	#impressumText {
		margin: 20px;
		font-size: 100%;
	}


	#copyright {
		font-size: 90%;
	}
	
}

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

	h1 {
		font-size: 110%;
		margin: 30px 0px 10px 0px;
	}

	h1#nightTitle {
		font-size: 110%;
		margin: 50px 0px 0px 0px;
	}

	h2 {
		font-size: 130%;
		margin: 30px 0px 10px 0px;
	}

	h2 {
		font-size: 120%;
		margin: 30px 0px 10px 0px;
	}

	.pictureList {
		margin: 120px 60px;
	}

	#impressumText {
		margin: 10px;
		font-size: 90%;
	}

	#copyright {
		font-size: 80%;
	}

	/*------------------------ NIGHT.HTM ------------------------*/

	.nightSpeech {
		width: 94%;
		box-sizing: border-box;
		margin: 40px 3%;
	}

	p#night_0,
	p#night_1,
	p#night_2,
	p#night_3,
	p#night_4 {
		font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
		font-style: italic;
		font-size: 110%;
		font-weight: 100;
		text-align: center;
		opacity: 0;
		padding: 0px 10px;
	}

}

