
html {
	margin:auto;
}

body {
	
	font-family:Helvetica,Arial,sans-serif;
	background-color:#010101;
	z-index:-100000;
	height: 99%;
	width: 99%;
}

@media screen and (max-width: 6500px)   {

	.body_content {
	padding-left:150px;
	padding-right:150px;
	width: 1024px; 
	height: auto;
	min-height: 100%;
	}

	div.big_image {
		max-width: 2116px;
		max-height: 1408px;
	}
	img.big_image_img {
		max-width: 2100px;
		max-height: 1400px;
	}
}



@media screen and (max-width: 1920px)   {

	.body_content {
	padding-left:40px;
	padding-right:40px;
	width: 1024px; 
	height: auto;
	min-height: 100%;
	}

	div.big_image {
		max-width: 1016px;
		max-height: 708px;
	}
	img.big_image_img {
		max-width: 1000px;
		max-height: 700px;
	}
}


@media screen  and (max-width: 1200px) {
	.body_content {
		padding-left: 10px;
		padding-right: 10px;
		width: 1000px;
		height: auto;
		min-height: 100%;
	}
	div.big_image {
		max-width: 716px;
		max-height: 608px;
	}
	img.big_image_img {
		max-width: 700px;
		max-height: 600px;
	}

}

div.test {
	color: #80ff80;
}

div.test::before {
	content: "hello - ";
	color: #ff8080;
}


/* Hintergrundbild */
img.body_background {
	margin-top: -10px;
	margin-left: -10px;
	width: 100%;
	height: 100%;
	z-index: -5000;
	position: fixed;
	animate: textwelle 14s;
}

/* Beschriftung Hintergrundbild */
div.body_background_label{
	bottom: 10px;
	margin-left: -10px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	height: auto;
	z-index: -1000;
	position: fixed;
	animate: textwelle 14s;
	color: #ffffff;
	background: rgba(10%,10%,10%,80%);
	font-size: 14pt;
}




/* Inhalts-Panel */
div.body_content {
	margin-top:-10px; 
	margin-left: auto; 
	margin-right: auto; 
	padding-top:2px;
	padding-bottom:2px;
	background:rgba(20,20,20,0.90); 
	z-index: 10;
}

/* Images parent thumbs */
img.parent_thumb {
	text-align: center;
	border-color: #e0e0e0; 
	border-style: solid; 
	border-width: 4px; 
	width: auto;
	height: 60px;
	text-align:center; 

}


/* Beschriftung parent thumbs */
div.parent_thumb {
	vertical-align: top; 
	text-align: center; 
	color: #ffffff;
	font-size: 1.0em;
}




/* Ueberschrift Artikel */
h1.tiles_table { font-family:Helvetica,Arial,sans-serif; font-size:28pt; line-height:35pt; vertical-align:middle; text-align:center; color:#d1d1d1; font-style:italic;}
h1.tiles_table::before { content: ''; }


h2 { font-family:Helvetica,Arial,sans-serif; font-size:21pt; line-height:21pt; vertical-align:top; color:#d1d1d1; font-style:italic; }
h3 { font-family:Helvetica,Arial,sans-serif; font-size:18pt; line-height:21pt; color:#d1d1d1; font-style:italic; }
h4 { font-family:Helvetica,Arial,sans-serif; font-size:12pt; color:#d1d1d1; font-style:italic; }
h5 { font-family:Helvetica,Arial,sans-serif; font-size:10pt; color:#d1d1d1; font-style:italic; }

h2.error { font-size:24pt; color:#ff4040; font-style:italic;font-family:Helvetica,Arial; }
h3.error { font-size:18pt; color:#ff4040; font-style:italic;font-family:Helvetica,Arial; }
h4.error { font-size:18pt; color:#ff4040; font-style:italic;font-family:Helvetica,Arial; }

h2.title { text-align:center; color:#e0e0e0; font-style:italic; }



table.tiles_table {
	vertical-align:top; 
	width: 1024px; 
	margin-top: 10px;
	padding-left: 50px; 
	padding-right: 50px; 
	margin-left: auto;
	margin-right: auto;
	
}


td.tiles_table {
	padding: 0pt 15pt; 
	vertical-align: top; 
	text-align: center; 
	width: 180px;
	font-size: 24pt;
}

img.tiles_table {
	border-color: #e0e0e0; 
	border-style: solid; 
	border-width: 8px; 
	max-width: 200px;
	max-height: 133px;
	cursor: pointer;
	transition: all 0.8s;	
}

img.tiles_table:hover  {
	transform: scale(1.2);
}



td.subitems {
	padding: 5pt; 
	vertical-align: text-bottom; 
	text-align: center; 
	width: 180px;
}

/* Bilder fuer Unterpunkte */
img.subitems {
	border-color: #e0e0e0; 
	border-style: solid; 
	border-width: 6px; 
	max-width: 150px;
	max-height: 100px;
	
}

/* Unterschrift subitems */
.logo_footer {
	font-family:Helvetica,Arial,sans-serif; font-size:14pt; 
	line-height:21pt; 
	vertical-align:text-bottom; 
	text-align:center; 
	color:#e0e0e0; 
	font-style:italic; 
	width: 100%;
}


/* Ueberschrift Einzelbilder */
td.gallery_header {
	padding: 5pt; 
	vertical-align: top; 
	text-align: center; 
	font-size: 25pt;
	color: #e0e0e0;
}


/* Unterschrift Einzelbilder */
div.imgSubtitle {
	padding-top: 20px;
	padding: 2pt; 
	vertical-align: middle; 
	text-align: center; 
	font-size: 11pt;
	font-family: sans-serif;
	line-height:23px; 
	color: #e0e0e0; 
	width: 100%;
}

table.table_enum {
	margin-left: 30px;
	margin-bottom: 20px;
	border-color: #606060;
	border-style: solid;
	border-width: 1pt;
	border-style: dotted;
}

td.enum_header {
	padding: 12pt; 
	vertical-align: top; 
	text-align: left;
	font-weight: bold;
	width: auto;
	color: #ffffff;
}

td.enum_column {
	
	padding-left: 12pt; 
	padding-right: 12pt; 
	vertical-align: top; 
	text-align: left; 
	width: auto;
	line-height: 16px;
	color: #ffffff;
	border-color: #ffffff00;
	border-style: dotted;
	border-width: 0pt;
}

list.list {
	color: #ffffff;
}

li.item {
	padding-left: 12pt; 
	vertical-align: top; 
	text-align: left; 
	width: auto;
	line-height: 16pt;
	color: #ffffff;
}

table.describe_location {
	margin-bottom: 20px;
	margin-left: 10px; 
	margin-right: 10px; 
}

td.describe_location {
	vertical-align: top;
	text-align: justify; 
}
span.describe_location {
	margin: 00px;
	font-family:Helvetica,Arial,sans-serif; 
	font-size:12pt; 
	line-height:14pt; 
	vertical-align: top; 
	text-align: left; 
	color:#f0f0f0;	
}

span.bold_location {
	font-weight: bold;
}

.big_imagex {
	border-color: #ffffff; 
	border-style: solid; 
	border-width: 8px;
	width: 35%;
	height: auto;
	z-index: 5000;
    position: fixed;
    left: 50%;
    top: 50%;
    visibility: visible;
    transform: translate(-50%, -50%);	
	animate: textwelle 12s;
}

.invisible_text {
	font-size: 0.1px;
	opacity: 1.0;
}


@keyframes textwelle {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;	
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;	
  }
  100% {
    opacity: 1.0;	
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;	
  }
  100% {
    opacity: 0.0;	
  }
}


a:link { text-decoration:underline; rgba(100,100,100,0.0) }
a:visited { text-decoration:none; color: rgba(255, 255, 255 ,1.0)  }
a:hover { text-decoration:underline; rgba(100,100,100,0.0) }
a:active { text-decoration:underline; color:#ff8080; }
a:focus { text-decoration:underline; color:#ff8080;}

