﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);

html {
	min-height: 101%;
}

body {
	padding: 0;
	margin: 0;
	/*background-color: #fff;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13.5pt;
	color: #808080;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}
.ModuleHidden {
	box-sizing: border-box;
	border: 1px dotted red;
}

div#login_button {
	z-index:2000;
	position: absolute;
	right: -36px;
	top: 101px;
	width: 113px;
	height: 41px;
	background: #808080;
	-moz-transform: rotate(-90deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform: rotate(-90deg); /* Safari */
	-o-transform: rotate(-90deg); /* Opera */
	-ms-transform: rotate(-90deg); /* IE9 */
	transform: rotate(-90deg); /* W3C */
}
div#logout_button {
	z-index:2000;
	position: absolute;
	right: -36px;
	top: 102px;
	width: 113px;
	height: 41px;
	background: #b01515;
	-moz-transform: rotate(-90deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform: rotate(-90deg); /* Safari */
	-o-transform: rotate(-90deg); /* Opera */
	-ms-transform: rotate(-90deg); /* IE9 */
	transform: rotate(-90deg); /* W3C */
}

div#login_button:hover {
	background: #b01515;
}
div#login_button:focus {
	outline: 0;
}
div#logout_button:focus {
	outline: 0;
}
div#logout_button:hover {
	background: #808080;
}
	div#login_button > a.textlink,
	div#logout_button > a.textlink {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 15pt;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		padding: 5px 10px 5px 10px;
	}

/*Horizontal Menu*/
.hrmenu {
	width: 100%;
	margin-top: 1em;
	font-size: 13pt;
	margin-left: -60px;
}
	.hrmenu .hrmainitem {
		width: 1040px;
		margin: 0 auto;
	}
		.hrmenu .hrmainitem > h4 {
			margin-left: 36px;
		}
			.hrmenu .hrmainitem > h4 > a {
				font-weight: bold;
			}
			.hrmenu .hrmainitem > h4 > a:hover {
				color: #b01515;
			}
	/* ul style */
	.hrmenu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

.hrclose {
	position:absolute;
	top: 15px;
	left: -50px;
	right: 0;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.hrclose_image {
	position:absolute;
	top:-5px;
	left: 950px;
	width: 45px;
	height: 45px;
	background-image: url(/Storage/Templates/i/Aus-Kreuz.png);
}

	.hrclose_image:hover {
		cursor: pointer;
		background-image: url(/Storage/Templates/i/Aus-Kreuz-r.png);
	}

	/* ul style vorne */
	.hrmenu > ul,
	.hrmenu .hrsub-inner {
		width: 1040px;
		max-width: 70em;
		margin: 0 auto;
		padding: 0 1.875em;
	}

		.hrmenu > ul > li {
			display: inline-block;
		}

			.hrmenu > ul > li > a,
			.hrmenu > ul > li > ul > li > a {
				margin: 0 1em;
				padding: 5px 0;
				color: #8a8a8a;
				display: inline-block;
				text-decoration: none;
			}

				.hrmenu > ul > li > a > img,
				.hrmenu > ul > li > ul > li > a > img {
					margin: -7px 1em;
				}

				.hrmenu > ul > li > a:hover {
					color: #b01515;
				}

			.hrmenu > ul > li.hropen a {
				color: #000000;
				text-decoration: none;
			}
			.hrmenu > ul > li.hropen > a:hover {
				color: #b01515;
			}

	/* sub-menu */
	.hrmenu .hrsub {
		display: none;
		position: absolute;
		background: #e8e8e8;
		width: 100%;
		left: 0;
		z-index: 1001;
	}

.hropen .hrsub {
	display: block;
	padding-bottom: 3em;
	min-height: 300px;
}

.hrmenu .hrsub-inner > div {
	width: 25%;
	float: left;
	padding: 0 2em 0;
}

.hrmenu .hrsub-inner:before,
.hrmenu .hrsub-inner:after {
	content: " ";
	display: table;
}

.hrmenu .hrsub-inner:after {
	clear: both;
}

.hrmenu .hrsub-inner > div a {
	
	float: left;
}
	.hrmenu .hrsub-inner > div a:hover {
		color: #b01515;
	}

.hrsub h4 > a {
	color: #000000;
	margin: 0;
	font-size: 16pt;
	font-weight: 600;
}

	.hrsub h4 > a:hover {
		color: #b01515;
	}

.hrsub h4 > ul {
	clear: both;
}
	.hrsub h4 > ul > li {
		clear: both;
	}
	.hrsub h4 > ul > li > a {
		line-height: 2em;
		font-weight: 300;
	}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 250px;
	right: 250px;
	cursor: pointer;
}

.hrmenu > .og-close::before,
.hrmenu > .og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hrmenu > .og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hrmenu > .og-close:hover::before,
.hrmenu > .og-close:hover::after {
	background: #333;
}


.og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.zeiop-header {
	position: absolute;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
}

.zeiop-header-fixed {
	position: fixed !important;
	top: -21px;
	background-color: white;
	box-shadow: 3px 3px 3px lightgray;

}

.zeiop-menu {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.zeiop-page {
	width: 960px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.zeiop-content {
	width: 960px;
	padding-top: 630px;
	margin-left: auto;
	margin-right: auto;
}

.zeiop-content-admin {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

.zeiop-content-page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

.zeiop-footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.zeiop-top-logo {
	margin-right:20px;
	height: 52px;
	float: left;
	margin-top: 6px;
}

.stage {
	text-align: center;
}

.stagearea {
	position: absolute;
	display: block;
	height: 620px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.stagetext {
	position: relative;
	padding-top: 55px;
	height: 565px;
	margin:5px;
}
#pageContent {
	position: absolute;
	width: 960px;
	top: 0;
}
#pageContent .stagearea {
	width: 960px;
}
#pageContent .stagetext {
	width: 960px;
}

#pageContent > #lefturl {
	position: absolute;
	top: 307px;
	left: 0;
}

#pageContent > #righturl {
	position: absolute;
	top: 307px;
	left: 926px;
}

#wrapper {
	/*background-color: #fff;*/
	width: 100%;
	height: 620px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#carousel .contentblock {
	display: block;
	float: left;
	width: 960px;
	height: 620px;
}

#prev, #next {
	
	display: block;
	width: 50%;
	top: 0;
	position: absolute;
	height: 620px;
	z-index: 999;
}

#prev {
	left: -480px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.7) 2%, rgba(255,255,255,0.7) 73%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(2%,rgba(255,255,255,0.7)), color-stop(73%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.7) 2%,rgba(255,255,255,0.7) 73%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0.7) 2%,rgba(255,255,255,0.7) 73%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.7) 2%,rgba(255,255,255,0.7) 73%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.7) 2%,rgba(255,255,255,0.7) 73%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
	#prev:hover {
		background: -moz-linear-gradient(left,  rgba(255,255,255,0.9) 2%, rgba(255,255,255,0.9) 73%, rgba(255,255,255,0) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(2%,rgba(255,255,255,0.9)), color-stop(73%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0)));
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0.9) 2%,rgba(255,255,255,0.9) 73%,rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(left,  rgba(255,255,255,0.9) 2%,rgba(255,255,255,0.9) 73%,rgba(255,255,255,0) 100%);
		background: -ms-linear-gradient(left,  rgba(255,255,255,0.9) 2%,rgba(255,255,255,0.9) 73%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to right,  rgba(255,255,255,0.9) 2%,rgba(255,255,255,0.9) 73%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	}

	#prev > img {
		position: absolute;
		right: -34px;
		margin-top: 307px;
		
	}

#next {
	right: -480px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 27%, rgba(255,255,255,0.7) 98%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(27%,rgba(255,255,255,0.7)), color-stop(98%,rgba(255,255,255,0.7)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 27%,rgba(255,255,255,0.7) 98%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 27%,rgba(255,255,255,0.7) 98%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 27%,rgba(255,255,255,0.7) 98%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 27%,rgba(255,255,255,0.7) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
	#next:hover {
		background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 27%, rgba(255,255,255,0.9) 98%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(27%,rgba(255,255,255,0.9)), color-stop(98%,rgba(255,255,255,0.9)));
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 27%,rgba(255,255,255,0.9) 98%);
		background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 27%,rgba(255,255,255,0.9) 98%);
		background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 27%,rgba(255,255,255,0.9) 98%);
		background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 27%,rgba(255,255,255,0.9) 98%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	}

	#next > img {
		position: absolute;
		margin-top: 307px;
		margin-left: -34px;
	}

#footer {
	background-color: grey;
	padding-left:80px;
	min-height: 300px;
}

#footer:before,
#footer:after {
	content: " ";
	display: table;
}

	#footer a {
		color: #fff;
		text-decoration: none;
		font-size: 11pt;
		font-weight: normal;
	}
		#footer a:hover {
			color: #b01515;
		}

	#footer ul {
		list-style-type: none;
		padding-left: 0;
	}

	#footer .h3block {
		float: left;
		display: table;
		margin-left: 10px;
		margin-right: 10px;
		min-width: 160px;
	}


	#footer > div > footer > nav > div > h3 > a {
		color: #000000;
	}

	#footer > div > footer > nav > div > h3 > ul > li > a {
		font-size: 10pt;
	}

.ModulTitle {
	font-size: 28px;
	font-weight: normal;
	color: #000;
	/*min-height: 38px;*/ /*damit fehlende Modultitel gleiche "Start"höhen links und rechts haben wenn nebeneinander - aktuell mal rausgelassen*/
}

.lektion {
	padding: 5px 1px 5px 9px;
	float: left;
	margin: 10px;
	width: 191px;
	height: 87px;
	font-size: 10pt;
}

ul.lektionul {
	padding: 0;
	clear: both;
	margin:0;
}

li.lektion {
	list-style-type: none;
	display: block
}

	li.lektion:nth-child(4n+1) {
		margin-left: 0;
	}
	li.lektion:nth-child(4n) {
		margin-right: 0;
	}
	li.lektion > .all {
		display: block;
		width: 100%;
		height: 100%;

	}
	li.lektion > a:hover {
		opacity: 0.3;
	}
	li.lektion:hover {
		background-image: url(i/circle_hover.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	li.lektion.leer:hover {
		background-image: none;
	}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

.kasten {
    padding: 5px 1px 5px 9px;
    float: left;
    margin: 10px;
    width: 290px;
    height: 290px;
    font-size: 10pt;
}

ul.kastenul {
    padding: 0;
    clear: both;
    margin: 0;
}

li.ueberschrift {
	list-style-type: none;
	display: block;
}


li.kasten {
	list-style-type: none;
	display: block;
}

	li.kasten:nth-child(3n+1) {
		margin-left: 0;
	}
	li.kasten:nth-child(3n) {
		margin-right: 0;
	}

	li.kasten > .all {
		display: block;
		width: 100%;
		height: 100%;

	}
	li.kasten > a:hover {
		opacity: 0.3;
	}
	li.kasten:hover {
	}
	li.kasten.leer {
	}

	li.kasten.leer:hover {
		background-image: none;
	}
	li.schwarzer_kasten:hover {
	}
	li.grauer_kasten_strich:hover {
	}


.CMSModule:nth-child(3n+1) .kasten {
	margin-left: 0;
}
.CMSModule:nth-child(3n) .kasten {
	margin-right: 0;
}

#showKurse .kasten {
    background-size: 100% auto;
    font-size: inherit;
    text-align: center;
}


.roter_kasten {
	border: 1px solid rgba(255, 0, 0, 0);
	background-color: #b01414;
	float:left;
}
	.roter_kasten * {
		color: #fff;
	}
	.roter_kasten .ModulTitle {
		font-weight: normal;
		font-size: 13pt;
	}
	.roter_kasten a,
	.roter_kasten a:hover {
		color: #000000;
	}

.grauer_kasten {
	border: 1px solid rgba(255, 0, 0, 0);
	background-color: #808080;
}
	.grauer_kasten * {
		color: #fff;
	}
	.grauer_kasten .ModulTitle {
		font-weight: normal;
		font-size: 13pt;
	}

.grauer_kasten_strich {
	border: 1px solid #bcbcbc;
	height: 213px; /*zwei kleiner weniger wegen dem border*/
	width: 213px;
}

	.grauer_kasten_strich * {
		color: #808080;
	}
	.grauer_kasten_strich .ModulTitle {
		font-weight: normal;
		font-size: 13pt;
	}

.schwarzer_kasten {
	border: 1px solid rgba(255, 0, 0, 0);
	background-color: #000;
	float:left;
}
	.schwarzer_kasten * {
		color: #fff;
	}
	.schwarzer_kasten .ModulTitle {
		font-weight: normal;
		font-size: 13pt;
	}
	.schwarzer_kasten a,
	.schwarzer_kasten a:hover {
		color: #fff;
	}

a,
a:hover {
	text-decoration: none;
	color: #af1414;
}

#TopInhalt {
	display: table;
	min-height: 120px;
	margin-top: 20px;
}

#HauptInhalt {
	margin-top: 20px;
}

#HauptInhaltUnten {
	margin-top: 20px;
}

.Trenner {
	width: 70px;
	display: table-cell;
	vertical-align: bottom;
	text-align:center;
	background-image: url(i/circle_unten.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.contentLinks {
	display: block;
	width: 445px;
	vertical-align:top;
}

.contentRechts {
	display: block;
	width: 445px;
	vertical-align:top;
}

.CMSModule {
	position: relative;
}

.circle_links::after {
	position: relative;
	width: 445px;
	text-align: right;
	height: 20px;
}
	.circle_links div::after {
		content:url(/Storage/Templates/i/circle_links.png);
		position: relative;
		right: -207px;
		top:5px;
	}

.circle_links_abc::after {
	position: relative;
	width: 445px;
	text-align: right;
	height: 20px;
}
	.circle_links_abc div::after {
		content:url(/Storage/Templates/i/circle_links_abc.png);
		position: relative;
		right: 5px;
		top:5px;
	}

.circle_rechts::after {
	position: relative;
	width: 100%;
	height: 20px;
}
	.circle_rechts div::after {
		content:url(/Storage/Templates/i/circle_rechts.png);
		position: relative;
		left: -20px;
		top:5px;
	}

#social_buttons {
	float:left;
	margin-top: 20px;
	display: none; /*temporär ausgeblendet*/
}

.ModulContent {
	margin-top: 20px;
}

.ModulContent p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

/*ab hier, von MW dazugefügt*/
/*Auszeichnungen für Überschriften*/

.ST {
	text-align: left;
	font-size: 28px;
	color: rgb(0, 0, 0); 
}

.STr {
	color: rgb(178, 34, 34);
	font-weight: bold;
	font-size: 28px;
}
.STrg {
	color: rgb(178, 34, 34);
	font-weight: lighter;
	font-size: 28px;
}
.STb {
	color: rgb(0, 0, 0);
	font-weight: bold;
	font-size: 28px;
}

.STn {
	color: rgb(0, 0, 0);
	font-weight: lighter;
	font-size: 28px;
}

.STg {
	color: rgb(138, 138, 138);
	font-weight: lighter;
	font-size: 28px;
}

.STgruenb {
	color: green;
	font-weight: bold;
	font-size: 28px;
}

.STgb {
	color: rgb(138, 138, 138);
	font-size: 28px;
}

.rBG {
	font-size: 28px;
	color: rgb(255, 255, 255);
	font-weight: normal;
	background-color: rgb(175, 21, 21);
	padding: 0px 15px;
}

.gBG {
	font-size: 28px;
	color: rgb(255, 255, 255);
	font-weight: normal;
	background-color: rgb(127, 127, 127);
	padding: 0px 15px;
}
.STBold {
	font-weight: 400;
}

.STPad {
	padding: 20px 0;
}


.tBG {
	font-size: 28px;
	color: rgb(0, 0, 0);
	padding: 0px 15px;
}

	/*Auszeichnungen für Zahlenreihe-Bühne zur Kreisel-Schaltung*/
	/*Zahlenreihe-Bühne mit nicht funktionierendem rollover*/

.Zahl {
	font-size: 28px;
	color:	rgb(255, 255, 255);
}
	.Zahl > a { 
		color:	rgb(255, 255, 255);
	}
	.Zahl > a:hover { 
		background-color: rgba(175, 21, 21, 0.5);
		color:	rgb(255, 255, 255);
	}

.gZahl {
	float: left;
	padding: 0 10px;
	margin-right: 5px;
	background-color: rgba(127, 127, 127, 0.5);
}
	.gZahl > a { 
		color:	rgb(255, 255, 255);
		display: table-cell;
		width: 100%
	}
	.gZahl:hover {
		background-color: rgba(175, 21, 21, 0.5);
		color: rgb(255, 255, 255);
	}

.rZahl {
	float: left;
	padding: 0 10px;
	margin-right: 5px;
	background-color: rgba(175, 21, 21, 0.5);
}

.position_center_bottom {
	position:absolute;
	bottom: 20px;
	width: 100%;
}

ul.pager {
	padding: 0;
	bottom:25px;
	z-index: 2000;
	list-style-type: none;
	text-align: center;
	margin: 0 8px 8px 0;
}

	ul.pager > li.item {
		display: inline-block;
		margin-right:3px;
		background-color: rgba(127, 127, 127, 0.5);
		width: 35px;
		font-size: 28px;
		color:	rgb(255, 255, 255);
	}
		ul.pager > li.item:last-child {
			margin-right:0;
		}
		ul.pager > li.item:hover {
			background-color: rgba(175, 21, 21, 0.5);
			color: rgb(255, 255, 255);
		}
		ul.pager > li.item > a {
			display: inline-block;
			width: 100%;
			color:	rgb(255, 255, 255);
		}
		ul.pager > li.item.inactive {
			background-color: rgba(175, 21, 21, 0.5);
			color: rgb(255, 255, 255);
			pointer-events: none;
			cursor: default;
		}

		ul.pager > li.item.selectable {
			pointer-events: unset;
			cursor: pointer;
		}

ul.abc {
	padding: 0;
	bottom:25px;
	z-index: 1000000;
	list-style-type: none;
	text-align: center;
	margin: 0 8px 8px 0;
}

	ul.abc > li.item {
		display: inline-block;
		margin-right:3px;
		background-color: rgba(127, 127, 127, 0.5);
		width: 35px;
		font-size: 28px;
		color:	rgb(255, 255, 255);
	}
		ul.abc > li.item:last-child {
			margin-right:0;
		}
		ul.abc > li.item:hover {
			background-color: rgba(175, 21, 21, 0.5);
			color: rgb(255, 255, 255);
		}
		ul.abc > li.item > a {
			display: inline-block;
			width: 100%;
			color:	rgb(255, 255, 255);
		}
		ul.abc > li.item.inactive {
			background-color: rgba(175, 21, 21, 0.5);
			color: rgb(255, 255, 255);
			pointer-events: none;
			cursor: default;
		}
		ul.abc > li.item.selectable {
			pointer-events: all;
			cursor: pointer;
		}
		/*michael - du musst hier die schrift ändern für den zweiten hover befelhl*/
		ul.abc > li.item.selectable:hover {
			background-color: rgba(175, 21, 21, 0.8);
		}
		/*angabe im css = "item inactive emptyone" */
		ul.abc > li.item.emptyone {
			background-color: rgba(127, 127, 127, 0.5);
			color: rgb(255, 255, 255);
		}

.Head2 {
	font-size: 15px;
	font-weight: 600;
}

a.CommandButton {
	font-size: 16px;
	font-weight: 700;
	padding-right: 15px;
}
	a.CommandButton:focus {
		outline: 0;
	}

.rotate20deg  {
	-moz-transform: rotate(-45deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform: rotate(-45deg); /* Safari */
	-o-transform: rotate(-45deg); /* Opera */
	-ms-transform: rotate(-45deg); /* IE9 */
	transform: rotate(-45deg); /* W3C */
	width: 145px;
}

a.oben {
	display: inline-block;
	padding-left: 25px;
	background-image: url(i/Pfeil-Anfang.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: +13px;
	margin-bottom: 15px;
}

	a.oben:hover {
		background-image: url(i/Pfeil-Anfang-r.png);
	}

a.TopAnchor {
	text-indent: -9999px;
	display: inline-block;
	width: 45px;
	height: 45px;
	background-image: url(i/Pfeil-Anfang.png);
	margin-top: 10px;
}
a.TopAnchor:hover {
	background-image: url(i/Pfeil-Anfang-r.png)
}

#zkoStage{
	position: relative;
	width: 1040px;
	height: 660px;
	overflow:hidden;
}
#zkoAnimation{
}

#zkoAnimation.zkoStart {
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	left: 475px;
	background-image: url(../../zko/019/b/play_rot_89x89.png);
	width: 89px;
	height: 89px;
	cursor: pointer;
	z-index: 999;
}
#zkoAnimation.zkoStart:hover {
	background-image: url(../../zko/019/b/play_black_89x89.png);
}

.zkoSmallStart {
    top: -20px;
    position: absolute;
    left: 45px;
    background-image: url(/Storage/IconNEU/42x41-Play-hellgrau.png);
    width: 41px;
    height: 42px;
    z-index: 999;
}
    .zkoSmallStart.active {
        cursor: pointer;
        background-image: url(/Storage/IconNEU/42x41-Play-rot.png);
    }

        .zkoSmallStart.active:hover {
            background-image: url(/Storage/IconNEU/42x41-Play-schwarz.png);
        }

.zkoSmallStop {
    top: -20px;
    position: absolute;
    left: 0px;
    background-image: url(/Storage/IconNEU/42x41-Stop-hellgrau.png);
    width: 41px;
    height: 42px;
    z-index: 999;
}
    .zkoSmallStop.active {
        cursor: pointer;
        background-image: url(/Storage/IconNEU/42x41-Stop-rot.png);
    }

        .zkoSmallStop.active:hover {
            background-image: url(/Storage/IconNEU/42x41-Stop-schwarz.png);
        }

#kursContent li.kasten:hover {
	background-image: none;
}
#kursContent li.schwarzer_kasten:hover {
	background-image: none;
}
#kursContent li.grauer_kasten_strich:hover {
	background-image: none;
}

#kursContent li.kasten:nth-child(3n+1) {
	margin-left: 2px;
}

.video-js {
	background-color: #fff;
}

.vjs-playlist {
	text-shadow: none;
	width: 1040px;
	overflow: auto;
	background-color: #fff;
}
.vjs-playlist .vjs-playlist-thumbnail {

}
.vjs-playlist .vjs-playlist-title-container {
  text-shadow: none;
  left: 150px;
  top: 0px;
  bottom: auto;
  color: black;
}
.vjs-mouse.vjs-playlist .vjs-playlist-title-container {
  text-shadow: none;
}

.vjs-playlist img {
	width: auto;
}

div.loadingCircle{
	display:none;
	position:absolute;
	top:0;
	left:0;
	background-color: rgba(255,255,255,0.7);
	z-index:100;

}
	div.loadingCircle > img {
		position:absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

.vjs-mouse.vjs-playlist {
	background-color: #fff;
}

ul#zko-control {
	font-weight: lighter;
	color: #fff;
	background-color: #808080;
	border-top: 1px solid #fff;
	width: 1000px;
	margin-top: 0;
	display: table;
	text-align:center;
	margin-left: auto;
	marigin-right: auto;
}

#zko-control li {
   list-style: none;
   float:left;
   padding-left: 30px;
   padding-right: 30px;
   border-right: 1px solid #fff;
   border-collapse: collapse;
   height: 30px;
   padding-top:6px;
}
	#zko-control li.active{
		background-color:#b01414;
	}

	#zko-control li:hover {
		font-style:normal;
		background-color:#b01414;
		cursor: pointer;
	}

#zko-control li:first-child{
	margin-left:255px; /*fixme - not so good centered*/
	border-left: 1px solid #fff;
}


.vjs-playlist .vjs-playlist-description {
	padding: 0 0 4px 2px;
	font-size: 12px;
	font-weight: normal;
}
.ui-widget-header {
	border: none;
	background: none;
}
.ui-widget-content {
	border:none;
	background-color: #eee;
	background-image: none;
}
.ui-dialog {
	z-index:2002;
	outline: none;
}
.ui-button {
	margin-top: 5px;
	margin-left: 910px;
	height: 45px;
	width: 45px;
	background-image: url(/Storage/Templates/i/Aus-Kreuz.png) !important;
	border: none;
}

.ui-state-default,
.ui-state-hover {
	border: none !important;
	background-color: #eee !important;
}

button:focus {outline:0;}

.ui-button-text {
	visibility: hidden;
}

.ui-button:hover {
	cursor: pointer;
	background-image: url(/Storage/Templates/i/Aus-Kreuz-r.png) !important;
}


.blur {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
	pointer-events: none;
	cursor: default;
	z-index:2001;
}
.vjs-playlist-title-container span.STg,
.vjs-playlist-title-container span.STgb, 
.vjs-playlist-title-container span.STr, 
.vjs-playlist-title-container span.STn,
.vjs-playlist-title-container span.ST {
	font-size: 13.5pt;
}

.vjs-playlist-name {
	font-size: 13.5pt;
}

.vjs-playlist-title-container .vjs-playlist-header {
	color: #808080;
	font-size: 10pt;
	padding-right: 3px;
	white-space: nowrap;
}

.vjs-playlist-title-container .vjs-playlist-text {
	color: #010101;
	font-size: 10pt;
	padding-right: 20px;
}
	.vjs-playlist-title-container .vjs-playlist-text a {
		padding-right: 10px;
	}


.vjs-playlist .vjs-playlist-item {
	margin-bottom: 1px;
}
	.vjs-playlist .vjs-playlist-item picture {
		height: 117px;
		background-color: #fff;
	}

.ajax-loader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
}

ul.loginmenu2 {
    margin-top: -14px;
}
/*ul.loginmenu {
	padding-left: 0;
}*/
.loginmenu > li {
	display: inline-block;
	color: rgb(255, 255, 255);
	background-color: rgb(127, 127, 127);
	font-size: 16px;
	padding-bottom: 1px;
	height: 30px;
	width: 165px;
	text-align: center;
	padding-top: 10px;
}
	.loginmenu > li:first-child {
/*		margin-left: 50px;*/
		margin-top: -35px;
	}
	.loginmenu > li:hover {
		cursor: pointer;
		background: #b01515;
	}
	.loginmenu > li.nomouse:hover {
		cursor: default;
		background-color: rgb(127, 127, 127);
	}


.loginmenu > li.active{
	background: #b01515;
}
	.loginmenu > li.active:hover {
		cursor: default;
	}

input.GreyButton {
	display: inline-block;
	color: rgb(255, 255, 255);
	background-color: rgb(127, 127, 127);
	font-size: 16px;
	height: 40px;
	width: 165px;
	border: none;
	float:left;
	margin-top:50px;
}
	input.GreyButton:focus {
		outline: 0;
	}
	input.GreyButton:hover {
		cursor: pointer;
	}

input.RedButton {

	display: inline-block;
	color: rgb(255, 255, 255);
	background: #b01515;
	font-size: 16px;
	height: 40px;
	width: 165px;
	border: none;
	float:left;
	margin-left: 7px;
	margin-top:50px;
}
	input.RedButton:focus {
		outline: 0;
	}
	input.RedButton:hover {
		cursor: pointer;
	}

#loginform {

	min-height: 700px !important;
	margin: 20px;
	margin: 0 20px 20px 20px;

}
#book_step_3_formdata > div {
	padding-bottom: 5px;
}

#book_step_3 div label,
#loginform div label {
	width: 260px;
	display: inline-block;
}

#loginform input:focus, 
#loginform select:focus{
	outline: 0;
}

#loginform input.error {
	background-color: green;
}
#loginform input[type="checkbox"].error {
	border-color: green;
	outline: 2px solid green;
}

#book_step_4_formdata > div {
	padding-bottom: 5px;
}

#book_step_4_formdata span.fir {
	display: inline-block;
	width: 180px;
}
#book_step_4_formdata .sec {
	display: inline-block;
	width: 250px;
}
#book_step_4_formdata .thi {
	display: inline-block;
	width: 180px;
}
#book_step_4_formdata .fou {
	display: inline-block;
	width: 250px;
}

#book_step_4 div.label,
#book_step_4 div.data {
	width: 220px;
	display: inline-block;
}

#loginform fieldset {
	border-width: 0;
	padding: 5px 0 0 0;
}

	#loginform fieldset label {
		width: auto;
	}

	#loginform fieldset * {
		font-size: 1rem;
	}
	#loginform fieldset .textlink {
		font-size: 1.25rem;
	}

#offline_times {
	padding: 15px 0 20px 0;
}

.ui-widget {
	font-family: 'Source Sans Pro';
}

.ui-dialog .ui-resizable-se {
	background-image: none;
}

#book_form {
	font-size: 13.5pt;
	color: #636363;
}

	#book_form ul {
		margin-top: auto;
		margin-bottom: auto;
	}


#messagebox {
	margin-bottom: 10px;
}

	#messagebox:empty {
		display:none;
	}



.RedButton,
.LightRedButton,
.BlackButton,
.GreyButton,
.LightGreyButton {
	display: inline-block;
	font-size: 14pt;
	padding: 2px 8px 2px 8px;
	margin-bottom: 5px;
}

	.RedButton.inactive,
	.LightRedButton.inactive,
	.BlackButton.inactive,
	.GreyButton.inactive,
	.LightGreyButton.inactive {
		background-color: inherit;
	}

a.RedButton {
	color: #ffffff;
	background-color: #af1515;
}

	a.RedButton:hover {
		background-color: #000;
	}

	a.RedButton.inactive,
	a.RedButton.inactive:hover {
		color: #e0a0a0;
		background-color: #af1515;
		cursor: default;
	}

	a.RedButton:focus {
		outline: 0;
	}

a.LightRedButton {
	color: #ffffff;
	background-color: #d37f7f;
}

	a.LightRedButton:hover {
		background-color: #af1515;
	}

	a.LightRedButton.inactive,
	a.LightRedButton.inactive:hover {
		color: #9a0000;
		background-color: #d37f7f;
		cursor: default;
	}

	a.LightRedButton:focus {
		outline: 0;
	}

a.BlackButton {
	color: #fff;
	background-color: #000;
}

	a.BlackButton:hover {
		background-color: #808080;
	}

	a.BlackButton.inactive,
	a.BlackButton.inactive:hover {
		color: #808080;
		background-color: #000;
		cursor: default;
	}

	a.BlackButton:focus {
		outline: 0;
	}

a.GreyButton {
	color: #fff;
	background-color: #808080;
}

	a.GreyButton:hover {
		background-color: #af1515;
	}

	a.GreyButton.inactive,
	a.GreyButton.inactive:hover {
		color: #000;
		background-color: #8e8e8e;
		cursor: default;
	}

	a.GreyButton:focus {
		outline: 0;
	}


a.LightGreyButton {
	color: #fff;
	background-color: #b4b4b4;
}

	a.LightGreyButton:hover {
		background-color: #d37f7f;
	}

	a.LightGreyButton.inactive,
	a.LightGreyButton.inactive:hover {
		color: #606060;
		background-color: #b4b4b4;
		cursor: default;
	}

	a.LightGreyButton:focus {
		outline: 0;
	}

a.SF-1 {
	color: #fff;
	background-color: #ffbf00;
}

	a.LightGreyButton:hover {
		background-color: #d37f7f;
	}

	a.LightGreyButton.inactive,
	a.LightGreyButton.inactive:hover {
		color: #606060;
		background-color: #b4b4b4;
		cursor: default;
	}

	a.LightGreyButton:focus {
		outline: 0;
	}




#zkoMenu > ul.zkoContentUL {
    top: 10px;
    left: 0;
    position: absolute;
    z-index: 999;
    padding-inline-start: 0;
}

    #zkoMenu > ul.zkoContentUL > li {
        float: left;
        margin: 0 3px;
        padding: 0;
        display: inline-block;
        text-decoration: none;
    }

.showmouse:hover {
    cursor: pointer;
}

.ui-dialog .ui-button {
	margin-top: -20px;
	background-color: inherit !important;
}