@charset "utf-8";

body,html {
	margin:0;
	color:#FFF;
	font-size:14px;
	text-align: center;
	background: #000;
	background: url('../../img/bg-buchung.jpg') top no-repeat;
	background-size: cover;
	height: auto;	
}

a:link,
a:visited {
	outline:0;
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#fbff00;
	text-decoration: none;
}

.hidden {
	display:none;
}

.jsoff {
	position:absolute;
	width:100%;
	height:23px;
	background:#CCC;
	color:#000;
	text-align:center;
	font-weight:700;
	font-size:111%;

}

#content {
	margin-top:70px;
	padding-right:5px;
	padding-bottom:40px;
	padding-left:5px;
	text-align: center;
	background: transparent !important;
}

#loader {
	display:none;
	margin-top:200px;
	margin-left:50%;
}

h1 {
	margin:0;
	color:#FFF;
	text-transform:uppercase;
	font-size:23px;
}

#steps {
	float:right;
	margin-top:2px;
	width:200px;
	font-size:11px;
}

.arrow {
	height:15px;
	background:url(img/step.png) no-repeat;
	color:#000;
	font-weight:700;
	font-size:12px;
}

.arrow_dis {
	height:15px;
	background:url(img/step.png) no-repeat;
	color:#555;
	font-weight:700;
	font-size:12px;
}

.arrow span {
	color:#FFF;
	font-size:11px;
}

.arrow_dis span {
	color:#888;
	font-size:11px;
}

.directions {
	color:#000;
	font-size:11px;
	line-height:1.2em;
}

h2 {
	margin:0;
	text-transform:uppercase;
}


.yearchange {
	display: inline-block;
	margin-bottom:5px;
	padding:5px;
	background: rgb(0,0,0);
	padding-right: 1em;
	padding-left: 1em;	
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}


.old .courselabel{
	color:#000 !important;
	opacity:.3;
	filter:alpha(opacity=50);
	cursor: default;
	background: rgba(0,0,0,0.4);
}
.old .courselabel:hover {
	background: rgba(0,0,0,0.4) !important;
	border-color:#000;
}
.old .courseweekdays {
	text-decoration:line-through;
	font-weight: 100; 
}
.old .price {
	color: #333;
}
.course {
	float:left;
	margin-left:-6px;
	padding-right:5px;
	padding-left:5px;
	padding-left:8px;	    
	border:2px solid transparent;
	border-radius: 0px 10px 10px 0px;
	background:#146432;
	box-shadow: 1px 2px 3px #000;
	color:#0F0;	
	text-align:center;
	font-size:13px;
	line-height: 1em;
	cursor:pointer;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	-o-transition:background-color 0.3s;
	transition:background-color 0.3s;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);	
}
.old .course {
	border-color: transparent !important;
	background: #FFF !important;
	cursor:default !important;
}
.courseweekdays {
	display: inline-block;
	padding-top:2px;
}
.coursedates {
	display: inline;
	font-size:0.7em;
}
.old .coursedate {
	color:#999;
}
.coursetime {
	color:#0F0;
	font-size: 9px;
}
.old .coursetime {
	color:#666;
}
.courseprice {	
	color:#000;
	margin-left: 10px;
	font-weight: bold;
	line-height: 35px; 
	-webkit-transition:font-size 0.3s;
	-moz-transition:font-size 0.3s;
	-o-transition:font-size 0.3s;
	transition:font-size 0.3s;	
}
.pricewrapper {
	text-align:center;	
}
.coursewrap {
	display: block;
	width:185px;
	cursor: pointer;
}
.coursewrap:hover .courseprice, .coursepricesel {
	color:#FFF;
}

.course_focused {
	border:2px solid #FFF !important;
	background:#06F;
	color:#FFF;	
}
a.coursewrap:hover {
	background: #048 !important;
}
.coursewrap:hover .course {
	border:2px dotted #FFF;
	background:#06F;
	color:#FFF;
}
.coursewrap:hover .old.course {
	border: 2px solid #000;
}
.coursewrap:hover .courseprice {
	font-size:22px !important;
	opacity: 1.0 !important;	
}
.coursewrapsel, .coursewrapsel:hover {
	background: #024;
}
.coursewrapsel .courseprice {
	color: #FFF !important;
	font-size:22px !important;
	opacity: 1 !important;
}
.cid:checked + .course {
	border:2px solid #FFF;
	color:#FFF;
	font-weight:900;
}
.special {
	position: absolute;
	margin-top:9px;
	margin-left:-40px;
	width:16px;
	height:16px;
	background: url(img/star.png) no-repeat;
	display: inline-block;
}
.starexp {
	position:absolute;
	background:#000;
	background: rgba(0,0,0,0.8);
	z-index:999;
	padding:5px;
	color:#F60;
	width:150px;
	min-height: 30px;
	border-radius:10px;
	margin-left:-80px;
	margin-top:-70px;
}

.formcontainer {
	background: rgba(6,97,141,0.6);
	margin-bottom:100px;	
	padding-bottom: 2em !important;
}

.infocontainer {
	background: rgba(0,0,0,0.9);
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
	display: inline-block;
	color:#FFF;
	padding:.5em;
	padding-left:1.5em;
	padding-right:1.5em;
	margin-left:1em;
	margin-right:1em;
}

.input_error {
	border-color:#ff0707 !important;
}


.user,#name {
	text-transform:capitalize;
}
#user1,#name,.user:hover {
	opacity: 1;
}

.more {
	color:#FFF;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:700;
}

.unchecked {
	float:left;
	width:14px;
	height:13px;
	background:url(img/checkbox0.png);
}

.checked {
	float:left;
	width:14px;
	height:13px;
	background:url(img/checkbox1.png);
}

#voucherbig {
	display:none;
}

#voucherpreview:hover + #voucherbig {
	position:absolute;
	top:20px;
	right:20px;
	z-index:2;
	display:block;
}


.disabled {
	opacity:.4;
	filter:alpha(opacity=40);
}


.accountinfo {
	margin:5px;
	padding:10px;
	border:1px solid #000;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#003246;
	-webkit-box-shadow:rgba(0,0,0,1) 2px 2px 2px 2px;
	-moz-box-shadow:rgba(0,0,0,1) 2px 2px 2px 2px;
	box-shadow:rgba(0,0,0,1) 2px 2px 2px 1px;
	color:#FF0;
	font-size:12px;
}

.accountinfo u {
	display:block;
	float:left;
	width:80px;
}

.accountinfo span {
	padding-left:80px;
	color:#FFF;
	font-size:14px;
}


.submit:hover {
	border:1px solid #FFF;
	color:#FFF;
}

.submit_check {
	border:1px solid #FFF;
	color:#FFF;
}

.submit_disabled {
	border-color:grey !important;
	cursor:default;
}

.submit_disabled:hover {
	border-color:grey !important;
}

.submit_error {
	border-color:#ff0707 !important;
}

.submit_error:hover {
	color:red;
}

.errormsg {
	display:none;
	color:red;
	text-transform:uppercase;
	font-weight:700;
	background:black;
	padding:5px;
	margin:5px;
}


.show {
	display:block;
}

#info {
	float:left;
	margin-top:6px;
	margin-left:765px;
	height:20px;
	background:url(img/info.png) no-repeat;
}

#info span {
	padding-left:23px;
	color:#FC0;
	text-decoration:underline;
	font-weight:700;
	font-size:13px;
}
#infos {
	position:absolute;
	top:110px;
	left:300px;
	z-index:3000;
	display:none;
	padding:5px;
	width:600px;
	border:1px solid #000;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#ff0;
	background:-moz-linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(254,252,234,0.9)),color-stop(100%,rgba(241,218,54,0.9)));
	background:-webkit-linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	background:-o-linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	background:-ms-linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	background:linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	color:#000;
	font-size:12px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccfefcea',endColorstr='#ccf1da36',GradientType=0);
}

#info:hover + #infos {
	display:block;
}