/* Version: 0.9.7 */

.Schaukasten,
.Folienvorschau
{
	/* Versehentliches Markieren mit der Maus verhindern */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.Schaukasten
{
	clear: both;
	z-index: 0;
	position: relative;

	margin: 1em auto 1em auto;

	-webkit-box-shadow: 0px 25px 15px -9px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 25px 15px -9px rgba(0,0,0,0.6);
	box-shadow: 0px 25px 15px -9px rgba(0,0,0,0.6);

}

.Schaukasten .Weiter,
.Schaukasten .Zurueck
{
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	width: 44px;
	height: 33px;
}

.Schaukasten .Weiter
{
	background-image: url(ruema-schaukasten-weiter.png);
	right: 13px;
}

.Schaukasten .Zurueck
{
	background-image: url(ruema-schaukasten-zurueck.png);
	left: 13px;
}

.Schaukasten .Weiter.unten,
.Schaukasten .Zurueck.unten
{
	bottom: 7px;
}

.Schaukasten .Weiter.mittig,
.Schaukasten .Zurueck.mittig
{
	top: calc(50% - 15px);
}

.Schaukasten .Weiter.oben,
.Schaukasten .Zurueck.oben
{
	top: 7px;
}




@media (min-width: 400px)
{
	.Schaukasten
	{
		margin-bottom: 2em;
	}
}





.SchaukastenFoliensatz
{
	list-style: none;
	display: none;
}

.Schaukasten.manuell .SchaukastenFoliensatz
{
	display: block;
}

.Folienbild
{
	z-index: 1;
	position: absolute;

	top: 0;
	left: -7px;
	margin: 0;

	background-image: url(ruema-schaukasten-bg.png);
	padding: 7px;
	box-sizing: content-box;

	display: block;
	max-width: 100%;
	height: auto;
}

.Folienbild:first-child
{
	position: relative;  /* setzt Kastenhoehe */

}


.Folienbild.Aktiv
{
	z-index: 3;
}

.Folie
{
	display: none;  /* Sonst sind alle Folien sichtbar, waehrend das erste Bild noch laedt */
	z-index: 1;
	position: absolute;
	top: 0;
	left: -7px;
	box-sizing: border-box;
	width: 100%;
	padding: 1em 1em 0 1em;
	text-align: center;
	color: #ffffff;
	line-height: 1.35em;
	font-size: 16pt;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	letter-spacing: 0px;
	text-shadow:  1px  1px 1px black,
	              1px -1px 1px black,
	             -1px  1px 1px black,
	             -1px -1px 1px black;

}

.Folie.Aktiv
{
	z-index: 3;
}

.Folie a
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #c5dda9;
}

.Folie a:hover
{
	background-color: white;
	color: #0000aa;

}

.Folie strong
{
	font-size: 25pt;
	font-weight: normal;
	line-height: 1.2em;
}

@media (max-width: 400px)
{
	.Folie
	{
		font-size: 12pt;
	}
}





.Folienvorschau
{
	margin: 0 auto 2em auto;
	max-width: 100%;
	border-bottom: 2px dotted #aaa;
	padding: 0 0 0.5em 0;
	position: relative;
}

.Folienvorschau img
{
	width: 62px;
	height: 52px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background-image: url(ruema-schaukasten-bg.png);
	
	cursor: pointer;
	opacity: 0.5;

	-webkit-box-shadow: 0px 10px 15px -9px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 15px -9px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 15px -9px rgba(0,0,0,0.3);
}

.Folienvorschau .Aktiv
{
	opacity: 1;
}

.Folienvorschau.Scrollbar
{
	height: 100%;
	padding: 0 0 1.25em 0;
	overflow: hidden;
	overflow-x: scroll;
}

.Folienvorschau.Scrollbar .Container
{
	white-space: nowrap;  /* Bringt div, das die Thumbs enthaelt, autom. auf die richtige Breite */
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}

@media (max-width: 400px)
{
	.Folienvorschau
	{
	}
}

