/*
	Diese Datei enthält die zentralen Formatierungs-Definitionen 
	für die Foto-Galerien, Foto-Serien und Stammbaum
*/


/* =========================================================
   @media: normal screen content
   =========================================================*/

.mobilecontent {			/* mobile-content elemente ausblenden */
	display: none;
}

html, body {
	height: 100%;
	overflow: hidden !important;
	background-color: #E5E5E5;
	color: black;
	margin: 0 !important;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 16px; 
}

.linebreak {
}


.nolinebreak {
	float: left;
}

/* =========================================================
   @media: any
   =========================================================*/


#page {
	padding: 6px 12px 12px;
	width: auto;
	min-height: 100%;			/* Mindesthöhe für moderne Browser */
	min-width: 400px;			/* wird durch das stb applet bestimmt */
	height:auto !important;		/* Important Regel für moderne Browser */
}

.content {
	clear:both;
}

.banner {						/* banner gross */
}
.linkedbanner,
.linkedbanner * {
	text-decoration: none;
}

.layoutframe {
	border-radius:5px;
	box-shadow: 6px 6px 6px #555;
	border: 0;
}

.picture.layoutframe:hover {
	box-shadow: 6px 6px 6px #555;
}

.layoutframe:hover {
	box-shadow: 8px 8px 8px #555;
}

#bannerlink {
	color: #555;
	position: absolute;
	left: 40px;
	top: 12px;
	padding: 10px;
	font-size: 80%;
	font-weight: bold;
}

/* ===================== slideshow ===================== */

.slideshow {
	margin-left: 24px;
	padding-top: 6px;
	float:left;
}

.slideshow a {
	margin-top: 6px;
}

.slideshow a,
.slideshow img {
	border: 0;
}

.slideshow select {
	margin-top: 6px;
	vertical-align: top;
	font-size: 80%;
	background-color: transparent;
	color: black;
	border: 1px groove #555;
}

/* ===================== navigation ===================== */

.navigation {
	margin-right: 24px;
}

.navigation a,
.navigation span img {
	margin-top: 6px;
	border: 0;
}

.navigation a,
.navigation img {
	border: 0;
	float: right;
}

/* ===================== Textpassagen ===================== */


.epilog {
	clear: both;
	font-size:80%;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
	text-align: center;
	border-top: 1px black solid;
}

.Bild-x-von-y-ov {
	font-size: 80%;
	float: right;
	color:#555;
	background-color: transparent;
	white-space: nowrap;
	padding-top: 16px;
	padding-right: 6px;
}
.Bild-x-von-y {
	font-size: 80%;
	float: right;
	color:#555 !important;
	background-color: transparent;
	white-space: nowrap;
	padding-top: 12px;
	padding-right: 6px;
}
a.Bild-x-von-y {
	margin: 0;
}

.page-top-anchor {
	float: left;
	display: inline;
}

.bannercontent {		/* banner gross, banner klein */
	white-space:nowrap;
	color:#555;
	background-color: transparent;
}

/* ===================== H2 Banner ===================== */

.ro, .lo, .ru, .lu {
	border-radius: 24px;
}

.lu {
	background-color:#ACD;			/* blau */
	color: transparent; 
	padding:1px;
	box-shadow:
		inset 6px 6px 12px #FFF, 	/* links oben innen */
		2px 2px 2px #BBB,		/* rechts unten aussen */
		inset -6px -6px 12px #555;	/* rechts unten innen */
}

.bannercontent h2 {				/* banner text */
	text-align:center;
	vertical-align:middle;
	padding:0 0 4px;
	margin: 6px;
	color:#555;
	background-color: transparent;
	font-size: 130%;	
}


/* ===================== H3, H4 Banner ===================== */


.h3blueleft, .h3blueright, .h3bluecenter,
.h3greenleft, .h3greenright, .h3greencenter,
.h3brownleft, .h3brownright, .h3browncenter {
	border-radius: 24px;			/* rundung */
}

.h3blueleft, .h3greenleft, .h3brownleft {
	box-shadow:				/* schatten */
		inset 16px 16px 12px #FFF, 	/* links oben innen */
		inset -24px -24px 24px #555;	/* rechts unten innen */
}
.h3blueright, .h3greenright, .h3brownright {
	padding:1px;
	box-shadow:
		inset 4px 4px 6px #FFF, 	/* links oben innen */
		2px 2px 2px #BBB,		/* rechts unten aussen */
		inset -6px -6px 12px #555;	/* rechts unten innen */
}

.banner .h3bluecenter,
.banner .h3greencenter,
.banner .h3browncenter {

}

.h3blueright {
	background-color:#ACD; 		/* farbe blau (#ACD) */
	color: transparent;
}
.h3brownright {
	background-color:#CA6;  	/* farbe: braun (#CA6) */
	color: transparent;
}
.h3greenright {
	background-color:#ADC; 		/* farbe: grün (#ADC) */
	color: transparent;
}

.bannercontent h3, 
.bannercontent h4 {
	text-align:center;
	white-space:nowrap;
	color:#555;
	background-color: transparent;
	font-size: 120%;	
}

.bannercontent h3 {
	margin: 9px;
	color:#555;
	background-color: transparent;
	font-size: 120%;	
}
.bannercontent h4 {
	color:#555;
	background-color: transparent;
	margin: 6px;
	font-size: 120%;	
}

/* ===================== Content Area Frame ===================== */

.frame {
	right: 10px;
	margin: 6px 6px 12px;
	border-radius: 15px;
	box-shadow: 					/* schatten */
		-4px -4px 4px #555,			/*   links oben außen */
		inset 8px 8px 8px #BBB, 	/*   links oben innen */
		4px 4px 4px #FFF;			/*   rechts unten aussen */
	color: black;
	background-color: #D5D5D5;
	min-width: 400px;				/* wird durch das stb applet bestimmt */
}

.scrollarea {
	right: 16px;
	overflow-y:auto;
	overflow-x:hidden;
	padding: 6px 12px;
	margin: 6px 15px 12px 6px;
	min-width: 380px;			/* wird durch das stb applet bestimmt */
}

.frame, .scrollarea {
	position:fixed;
	bottom: 0px;
	top: 60px;
	left: 10px;
}

/* ===================== Thumbnails ===================== */

.ov-titel {							/* titel (overview) */
}

.thumbslist {						/* thumbslist (overview) */
}

.thumbslist .h3browncenter {
	margin: 12px 0px 6px 0;
}

.ovtextcontainer {
	border-bottom: 1px black solid;
	margin-bottom: 0.5em;
	text-align:center; 
}

.textpassageov	{					/* text above thumbslist */
	margin:auto; 
	width:80%; 
	margin-bottom:1em; 
}

										/* thumbslist with text: daneben */
div.tn-text-daneben {
	width:100%;
}
.tn-text-daneben h3.tntitle {
	margin: 5px 5px 0;
}
.tn-text-daneben a {
	padding:5px;
	float:left;
}
.tn-text-daneben .tntext {
	vertical-align:top;
	margin-top:40px;
}
.tn-text-daneben .after-tntext {
	clear:left;
}
										/* thumbslist with text: darunter */
div.tn-text-darunter {
	width:100%;
}
.tn-text-darunter h3.tntitle {
	margin: 15px 5px 0;
}
.tn-text-darunter .tntext {
	margin: 0 5px 5px;
}

div.tn-text-as-banner {
}

a:link img.tn.layoutframe.tnborder {
	border: 1px solid black;
}

a:link img.tn.layoutframe {				/* tn */
	border:0;
	margin: 5px;
	border-radius:4px;
	box-shadow: 4px 4px 4px #555;
	vertical-align: middle;
}

a:hover img.tn.layoutframe {			/* tn (hover) */
	margin: 4px 6px 6px 4px;
	box-shadow: 6px 6px 6px #555;
}

/* ===================== Picture Page ===================== */

.picpagecontent {
	overflow-y: hidden;			/* wichtig, sonst ragt das bild über den frame */
	margin: 0px auto;
	padding: 12px 0px 0px 0px;
}

.contentweight95 {	/* leer */  }					/* styles fuer vertikal scrollendes zentriertes panorama */
.contentweight90 {	margin: inherit auto; width:90%; 	}
.contentweight85 {	margin: inherit auto; width:85%; 	}
.contentweight80 {	margin: inherit auto; width:80%; 	}
.contentweight75 {	margin: inherit auto; width:75%; 	}
.contentweight70 {	margin: inherit auto; width:70%; 	}
.contentweight65 {	margin: inherit auto; width:65%; 	}
.contentweight60 {	margin: inherit auto; width:60%; 	}
.contentweight55 {	margin: inherit auto; width:55%; 	}
.contentweight50 {	margin: inherit auto; width:50%; 	}
.contentweight45 {	margin: inherit auto; width:45%; 	}
.contentweight40 {	margin: inherit auto; width:40%; 	}
.contentweight35 {	margin: inherit auto; width:35%; 	}
.contentweight30 {	margin: inherit auto; width:30%; 	}


img.picture {
}

.imageframe {
	border: 6px solid white;
	border-radius: 0;
}

img.scaling {
	width:100%;
}
img.scalingwif { /* wif: with image frame */ 
	width:98%;
}

img.notscaling {
}

img.scalingvert {
	position:absolute; 
	top:18px; 
	height:95%;
	min-height: 300px;
}
img.scalingvertwif { /* wif: with image frame */
	position:absolute; 
	top:18px; 
	height:93%;
	min-height: 300px;
}

img.imgcentered {
	left:12px;
	right:12px;
}


.playercentered,
.playercentered object,
#mediacentered,
#mediacentered img {
    display: block;
    text-align: center;
    margin: 0 auto 18px;
}

#media {	/* anchor um das image */
	margin-right: 24px;
	margin-bottom: 18px;
	float:left;
}

#media.withshadow {	/* anchor um das image */
	margin-right: 24px;
	margin-bottom: 18px;
}
#media.withshadow.withimgframe {	/* anchor um das image */
	margin-right: 30px;
	margin-bottom: 24px;
}

.clearfloat {
	clear: both;
}

													/* styles fuer skalierendes image (an fenster-breite gebunden) */
.imageweightmax {	width:97%;  }
.imageweightx95 {	width:95%; 	}
.imageweightx90 {	width:90%; 	}
.imageweightx85 {	width:85%; 	}
.imageweightx80 {	width:80%; 	}
.imageweightx75 {	width:75%; 	}
.imageweightx70 {	width:70%; 	}
.imageweightx65 {	width:65%; 	}
.imageweightx60 {	width:60%; 	}
.imageweightx55 {	width:55%; 	}
.imageweightx50 {	width:50%; 	}
.imageweightx47d5 {	width:47.5%; 	}
.imageweightx45 {	width:45%; 	}
.imageweightx42d5 {	width:42.5%; 	}
.imageweightx40 {	width:40%; 	}
.imageweightx37d5 {	width:37.5%; 	}
.imageweightx35 {	width:35%; 	}
.imageweightx32d5 {	width:32.5%; 	}
.imageweightx30 {	width:30%; 	}
.imageweightx27d5 {	width:27.5%; 	}
.imageweightx25 {	width:25%; 	}
.imageweightx22d5 {	width:22.5%; 	}
.imageweightx20 {	width:20%; 	}
.imageweightx17d5 {	width:17.5%; 	}
.imageweightx15 {	width:15%; 	}
.imageweightx12d5 {	width:12.5%; 	}
.imageweightx10 {	width:10%; 	}

.scrollerweightx95 {	margin-right: 5%; 	}		/* styles fuer vertikal scrollendes panorama */
.scrollerweightx90 {	margin-right:10%; 	}
.scrollerweightx85 {	margin-right:15%; 	}
.scrollerweightx80 {	margin-right:20%; 	}
.scrollerweightx75 {	margin-right:25%; 	}
.scrollerweightx70 {	margin-right:30%; 	}
.scrollerweightx65 {	margin-right:35%; 	}
.scrollerweightx60 {	margin-right:40%; 	}
.scrollerweightx55 {	margin-right:55%; 	}
.scrollerweightx50 {	margin-right:50%; 	}
.scrollerweightx45 {	margin-right:55%; 	}
.scrollerweightx40 {	margin-right:60%; 	}
.scrollerweightx35 {	margin-right:65%; 	}
.scrollerweightx30 {	margin-right:70%; 	}

.scrollerweightx95t {	margin-left:95%; 	}		/* styles fuer text neben vertikal scrollendem panorama (beachte das angehaengte t) */
.scrollerweightx90t {	margin-left:90%; 	}
.scrollerweightx85t {	margin-left:85%; 	}
.scrollerweightx80t {	margin-left:80%; 	}
.scrollerweightx75t {	margin-left:75%; 	}
.scrollerweightx70t {	margin-left:70%; 	}
.scrollerweightx65t {	margin-left:65%; 	}
.scrollerweightx60t {	margin-left:60%; 	}
.scrollerweightx55t {	margin-left:55%; 	}
.scrollerweightx50t {	margin-left:50%; 	}
.scrollerweightx45t {	margin-left:45%; 	}
.scrollerweightx40t {	margin-left:40%; 	}
.scrollerweightx35t {	margin-left:35%; 	}
.scrollerweightx30t {	margin-left:30%; 	}

.scrollerwidth95 {	width:95%; 	}			/* styles fuer vertikal scrollendes zentriertes panorama */
.scrollerwidth90 {	width:90%; 	}
.scrollerwidth85 {	width:85%; 	}
.scrollerwidth80 {	width:80%; 	}
.scrollerwidth75 {	width:75%; 	}
.scrollerwidth70 {	width:70%; 	}
.scrollerwidth65 {	width:65%; 	}
.scrollerwidth60 {	width:60%; 	}
.scrollerwidth55 {	width:55%; 	}
.scrollerwidth50 {	width:50%; 	}
.scrollerwidth45 {	width:45%; 	}
.scrollerwidth40 {	width:40%; 	}
.scrollerwidth35 {	width:35%; 	}
.scrollerwidth30 {	width:30%; 	}


.scrollerweighty95 {	bottom:5%; 		}				/* styles fuer horizontal scrollendes panorama */
.scrollerweighty90 {	bottom:10%; 	}
.scrollerweighty85 {	bottom:15%; 	}
.scrollerweighty80 {	bottom:20%; 	}
.scrollerweighty75 {	bottom:25%; 	}
.scrollerweighty70 {	bottom:30%; 	}
.scrollerweighty65 {	bottom:35%; 	}
.scrollerweighty60 {	bottom:40%; 	}
.scrollerweighty55 {	bottom:45%; 	}
.scrollerweighty50 {	bottom:50%; 	}
.scrollerweighty45 {	bottom:55%; 	}
.scrollerweighty40 {	bottom:60%; 	}
.scrollerweighty35 {	bottom:65%; 	}
.scrollerweighty30 {	bottom:70%; 	}

.scrollerweighty95t {	top:95%; 		}				/* styles fuer text unter horizontal scrollendem panorama (beachte das angehaengte t) */
.scrollerweighty90t {	top:91%;		}
.scrollerweighty85t {	top:86%; 		}
.scrollerweighty80t {	top:81%; 		}
.scrollerweighty75t {	top:76%; 		}
.scrollerweighty70t {	top:71%; 		}
.scrollerweighty65t {	top:66%; 		}
.scrollerweighty60t {	top:61%; 		}
.scrollerweighty55t {	top:55%; 		}
.scrollerweighty50t {	top:51%; 		}
.scrollerweighty45t {	top:46%; 		}
.scrollerweighty40t {	top:41%; 		}
.scrollerweighty35t {	top:36%; 		}
.scrollerweighty30t {	top:31%; 		}

.textweightx95 {	margin-left:95%; 	}
.textweightx90 {	margin-left:90%; 	}
.textweightx85 {	margin-left:85%; 	}
.textweightx80 {	margin-left:80%; 	}
.textweightx75 {	margin-left:75%; 	}
.textweightx70 {	margin-left:70%; 	}
.textweightx65 {	margin-left:65%; 	}
.textweightx60 {	margin-left:60%; 	}
.textweightx55 {	margin-left:55%; 	}
.textweightx50 {	margin-left:50%; 	}
.textweightx45 {	margin-left:45%; 	}
.textweightx40 {	margin-left:40%; 	}
.textweightx35 {	margin-left:35%; 	}
.textweightx30 {	margin-left:30%; 	}

/* ===================== Panorama Scroll-Applet ===================== */

.panoramascroller {
/*	border: 1px dashed blue; */ 
}

#panocontainer {
	width: 100%;
	height: 100%;
}


.scrollhorz #noscriptpanoimg {
	height: 100%;
}
.scrollvert #noscriptpanoimg {
	width: 100%;
}
.errorimg {
	height: 100%;
	width: 100%;
	overflow:hidden;
}

.errorbox {						/* javascript nicht vorhanden (scroll-pano) */
	color: #B00;
	background-color: transparent;
	padding: 6px 12px;
	margin: 3px;
	border: 1px solid #B00;
	font-size: small;
}

.scrollhorz {
	position:fixed;
	left: 36px;
	right: 48px;
	top: 82px;
}

.scrollvert {
	position:fixed;
	top	: 82px;
	left: 36px;
	right: 48px;
	bottom: 24px;
}

.centeredtext {
	text-align:center; 
}

.scrollertextv {
}

.scrollertexth {
	position: fixed;
	margin: auto;
	bottom: 24px;
	right: 24px;
	left: 24px;
} 

.imagetext {
}

.imagetext h3 {
	margin-top: 0;
}


/* ===================== Movie Player ===================== */

.moviecontainer {
}

.movieplayer {
	float: left;
}

.movieplayer object {
	margin-right: 24px;
	margin-bottom: 12px;
}

.moviecontainer .layoutframe,
.movieplayer object.layoutframe {
	border-radius:5px;
	box-shadow: 6px 6px 6px #555;
	border: 6px solid white;
	margin: 0 15px 12px 0;
}

.movietext {
}

.moviecontainer video {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
	display: block;
}


/* ===================== Intro-Schnipsel ===================== */

.strukturcontent {			/* inhalt struktur-seite */
	display: table;
	width: 100%;
} 

.strukturcontent div.zeile {
	display: table-row;
	padding-top: 10px;
} 

.einspaltig .introcontent {
	width: 100%;
}
.zweispaltig .introcontent {
	width: 50%;
}
.dreispaltig .introcontent {
	width: 33%;
}

.introcontent {				/* introschnipsel */
	display: table-cell;
	clear: both;
	margin-bottom: 12px;
	padding: 0 0.5em;
}

.introcontent.centered {
  text-align: center;
}

.introcontent.centered img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}


.introtext a,
.introtext a:link,
.introtext a:visited,
.introtext a:active {

}

.introtext {
	color:#000000;
	background-color: transparent;
	margin-top: 12px;
}

.intropic.withtext {
	float: left;
}
.intropic {
	margin: 12px;
	border: 0;
	padding: 0;
}

.intropic img {
	border: 0;
	padding: 0;
	margin: 0;
}

.intropic:hover {
	margin: 11px 13px 13px 11px;
}

/* ===================== stammbaum ===================== */

#page.stammbaumpage .stammbaum,
#page.stammbaumpage .frame {
	min-width: 820px;						/* stammbaum applet sollte nicht schmaler werden */
}

.stammbaum {
	position:fixed;
	bottom: 12px;
	top: 66px;
	left: 32px;
	right: 32px;
	margin: 0;
	padding: 0;
	border: 0;
}


/* ===================== allgemeine ===================== */

.newsbox a,
.newsbox a:link,
.newsbox a:visited,
.newsbox a:active {
	color:#0000AA;
	background-color: transparent;
	text-decoration:none;
}

.newsbox ul {
	margin: 0;
}


.overviewbody .pswp__caption__center {
	max-width:80%;
	text-align: center;
	line-height: inherit;
}

.overviewbody .pswp__caption__center p {
	margin: auto 2px;
}

.pswp__caption a[href],		/* explizit implementierte links auf der photoswipe seite */
.pswp__caption a[href]:link,
.pswp__caption a[href]:visited,
.pswp__caption a[href]:active,
.pswp__caption a[href] small,
.pswp__caption a[href]:link small,
.pswp__caption a[href]:visited small,
.pswp__caption a[href]:active small {
	color:#9999FF;
	text-decoration:underline;
}


a[href],						/* explizit implementierte links in den projekten */
a[href]:link,
a[href]:visited,
a[href]:active,
a[href] small,
a[href]:link small,
a[href]:visited small,
a[href]:active small {
	color:#0000AA;
	background-color: transparent;
	text-decoration:none;
	border: 0;
}


.scrollertexth a[href],
.scrollertextv a[href],
.imagetext a[href] {
	text-decoration: underline;
}


.introtext a[href][name],		/* normaler text im introschnipsel (zwar verlinkt, aber schwarz) */
.introtext a[href][name]:link,
.introtext a[href][name]:visited,
.introtext a[href][name]:active,
.introtext a[href][name] small,
.introtext a[href][name]:link small,
.introtext a[href][name]:visited small,
.introtext a[href][name]:active small,
.introtext a[name],
.introtext a[name]:link,
.introtext a[name]:visited,
.introtext a[name]:active,
.introtext a[name] small,
.introtext a[name]:link small,
.introtext a[name]:visited small,
.introtext a[name]:active small {
	color:#000000;
	background-color: transparent;
	text-decoration:none;
	border: 0;
}


.smalllink { 
	font-size:small;
	text-align:center;
	margin-top:5px;
}

:focus {						/* macht das gepunktete focus rect unsichbar */
    outline: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}


audio { 
	width: 120px; 
	display: block; margin:5px;
}


								/* rotationen von bildern (und text?) in den gängigen, modernen browsern */

.rotate60R, .rotate60r  { -webkit-transform:rotate(60deg);  -moz-transform:rotate(60deg);  transform:rotate(60deg);  -ms-transform:rotate(60deg);  /* IE 9 */ }
.rotate45R, .rotate45r  { -webkit-transform:rotate(45deg);  -moz-transform:rotate(45deg);  transform:rotate(45deg);  -ms-transform:rotate(45deg);  /* IE 9 */ }
.rotate30R, .rotate30r  { -webkit-transform:rotate(30deg);  -moz-transform:rotate(30deg);  transform:rotate(30deg);  -ms-transform:rotate(30deg);  /* IE 9 */ }
.rotate10R, .rotate10r  { -webkit-transform:rotate(10deg);  -moz-transform:rotate(10deg);  transform:rotate(10deg);  -ms-transform:rotate(10deg);  /* IE 9 */ }
.rotate9R,  .rotate9r   { -webkit-transform:rotate(9deg);   -moz-transform:rotate(9deg);   transform:rotate(9deg);   -ms-transform:rotate(9deg);   /* IE 9 */ }
.rotate8R,  .rotate8r   { -webkit-transform:rotate(8deg);   -moz-transform:rotate(8deg);   transform:rotate(8deg);   -ms-transform:rotate(8deg);   /* IE 9 */ }
.rotate7R,  .rotate7r   { -webkit-transform:rotate(7deg);   -moz-transform:rotate(7deg);   transform:rotate(7deg);   -ms-transform:rotate(7deg);   /* IE 9 */ }
.rotate6R,  .rotate6r   { -webkit-transform:rotate(6deg);   -moz-transform:rotate(6deg);   transform:rotate(6deg);   -ms-transform:rotate(6deg);   /* IE 9 */ }
.rotate5R,  .rotate5r   { -webkit-transform:rotate(5deg);   -moz-transform:rotate(5deg);   transform:rotate(5deg);   -ms-transform:rotate(5deg);   /* IE 9 */ }
.rotate4R,  .rotate4r   { -webkit-transform:rotate(4deg);   -moz-transform:rotate(4deg);   transform:rotate(4deg);   -ms-transform:rotate(4deg);   /* IE 9 */ }
.rotate3R,  .rotate3r   { -webkit-transform:rotate(3deg);   -moz-transform:rotate(3deg);   transform:rotate(3deg);   -ms-transform:rotate(3deg);   /* IE 9 */ }
.rotate2R5,  .rotate2r5   { -webkit-transform:rotate(2.5deg);   -moz-transform:rotate(2.5deg);   transform:rotate(2.5deg);   -ms-transform:rotate(2.5deg);   /* IE 9 */ }
.rotate2R,  .rotate2r   { -webkit-transform:rotate(2deg);   -moz-transform:rotate(2deg);   transform:rotate(2deg);   -ms-transform:rotate(2deg);   /* IE 9 */ }
.rotate1R5,  .rotate1r5   { -webkit-transform:rotate(1.5deg);   -moz-transform:rotate(1.5deg);   transform:rotate(1.5deg);   -ms-transform:rotate(1.5deg);   /* IE 9 */ }
.rotate1R,  .rotate1r   { -webkit-transform:rotate(1deg);   -moz-transform:rotate(1deg);   transform:rotate(1deg);   -ms-transform:rotate(1deg);   /* IE 9 */ }
.rotate0R5,  .rotate0r5   { -webkit-transform:rotate(0.5deg);   -moz-transform:rotate(0.5deg);   transform:rotate(0.5deg);   -ms-transform:rotate(0.5deg);   /* IE 9 */ }

.rotate60L, .rotate60l  { -webkit-transform:rotate(300deg); -moz-transform:rotate(300deg); transform:rotate(300deg); -ms-transform:rotate(300deg); /* IE 9 */ }
.rotate45L, .rotate45l  { -webkit-transform:rotate(315deg); -moz-transform:rotate(315deg); transform:rotate(315deg); -ms-transform:rotate(315deg); /* IE 9 */ }
.rotate30L, .rotate30l  { -webkit-transform:rotate(330deg); -moz-transform:rotate(330deg); transform:rotate(330deg); -ms-transform:rotate(330deg); /* IE 9 */ }
.rotate10L, .rotate10l  { -webkit-transform:rotate(350deg); -moz-transform:rotate(350deg); transform:rotate(350deg); -ms-transform:rotate(350deg); /* IE 9 */ }
.rotate9L,  .rotate9l   { -webkit-transform:rotate(351deg); -moz-transform:rotate(351deg); transform:rotate(351deg); -ms-transform:rotate(351deg); /* IE 9 */ }
.rotate8L,  .rotate8l   { -webkit-transform:rotate(352deg); -moz-transform:rotate(352deg); transform:rotate(352deg); -ms-transform:rotate(352deg); /* IE 9 */ }
.rotate7L,  .rotate7l   { -webkit-transform:rotate(353deg); -moz-transform:rotate(353deg); transform:rotate(353deg); -ms-transform:rotate(353deg); /* IE 9 */ }
.rotate6L,  .rotate6l   { -webkit-transform:rotate(354deg); -moz-transform:rotate(354deg); transform:rotate(354deg); -ms-transform:rotate(354deg); /* IE 9 */ }
.rotate5L,  .rotate5l   { -webkit-transform:rotate(355deg); -moz-transform:rotate(355deg); transform:rotate(355deg); -ms-transform:rotate(355deg); /* IE 9 */ }
.rotate4L,  .rotate4l   { -webkit-transform:rotate(356deg); -moz-transform:rotate(356deg); transform:rotate(356deg); -ms-transform:rotate(356deg); /* IE 9 */ }
.rotate3L,  .rotate3l   { -webkit-transform:rotate(357deg); -moz-transform:rotate(357deg); transform:rotate(357deg); -ms-transform:rotate(357deg); /* IE 9 */ }
.rotate2L5,  .rotate2L5   { -webkit-transform:rotate(357.5deg); -moz-transform:rotate(357.5deg); transform:rotate(357.5deg); -ms-transform:rotate(357.5deg); /* IE 9 */ }
.rotate2L,  .rotate2l   { -webkit-transform:rotate(358deg); -moz-transform:rotate(358deg); transform:rotate(358deg); -ms-transform:rotate(358deg); /* IE 9 */ }
.rotate1L5,  .rotate1L5   { -webkit-transform:rotate(358.5deg); -moz-transform:rotate(358.5deg); transform:rotate(358.5deg); -ms-transform:rotate(358.5deg); /* IE 9 */ }
.rotate1L,  .rotate1l   { -webkit-transform:rotate(359deg); -moz-transform:rotate(359deg); transform:rotate(359deg); -ms-transform:rotate(359deg); /* IE 9 */ }
.rotate0L5,  .rotate0L5   { -webkit-transform:rotate(359.5deg); -moz-transform:rotate(359.5deg); transform:rotate(359.5deg); -ms-transform:rotate(359.5deg); /* IE 9 */ }





/*
=====================================================================================================================
										M O B I L E S  L A Y O U T
=====================================================================================================================
*/

/* =========================================================
   @media: mobile content
   =========================================================*/

@media only screen and (max-width: 480px) {

.pagebody .navigation, 
.pagebody .navigation *,
.pagebody .slideshow, 
.pagebody .slideshow *,
.pagebody .linkedbanner, 
.pagebody .linkedbanner *,
.pagebody .frame, 
.pagebody .frame * {
	display: none;
}

.mobilecontent {
	display:inherit;
}


html, body {
	background-color: #E5E5E5;
	color: black;
	margin: 0 !important;
	padding: 0;
}


body {
	overflow: auto !important;
}

body.pagebody {
    background-color: #222222;
    color: #CCCCCC;
}

.widthlimiter {
	position: fixed;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

.heightlimiter {
	height: 100%;
	margin: 0 auto;
}

.movieplayer {
	margin: 0 auto;
}


#image,
.mimage {
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center top;
	width:100%;
	height:100%;
	margin: 0 auto;
	max-height:100%;
	max-width:100%;
}

.moviecontainer {
}

#scrollcontainer {
	z-index: 100;
	position: fixed;
	top: 24px;
	left: 24px;
	right:24px;
	bottom:24px;
}

#clickarea {
	z-index: 250;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	padding: 0;
	margin: 0;
}

.navi {
	z-index: 250;
	background-image: url(common/images/spacer.gif);
	padding: 0;
	margin: 0;
	position: fixed;
}

}	/* ende: @media mobile content */ 
