/*battle index*/
 .hl_kurs {
	
	margin-top: 20px;
 }
 .subgroups{  margin-left: 50px; }
 .single_subgroups {
	clear: both;
	margin-top: 30px;
	border-top: 1px dotted #888;
 }
 .battle_box, .battle_box_sub, .template_box {
	float: left;
	
	border: 1px solid #888; 
	padding: 3px;
	
	position: relative;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
}
.battle_box {
	width: 210px;
	height: 55px;
	padding: 3px;
	font-weight: bold;
	background: #ddd;
	margin: 5px;
	overflow: hidden;			  
}
.battle_box_sub {
	height: 20px;
	padding: 3px;
	background: #eee;
	margin: 0 0 0 5px;
	min-width: 130px;
	overflow: hidden;
	font-size: 0.85em;
}

/*.battle_box_sub .kurs {
	position: absolute;
	width: 150px;
	text-align: center;
	bottom: 2px;
}*/
.battle_box .edit, .template_box .edit, .battle_box_sub .edit {
	position: absolute;
	right: 2px;
	top: 2px;
}
.battle_box .end_date{
	position: absolute;
	right: 2px;
	bottom: 1px;
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	color: #555;
}					  
.subgroup_box{
	background: #A8C3F7; 
	border: 1px solid #aaa;
	min-width: 150px;
	min-height: 50px;
	float: left; 
	padding: 2px;
	margin: 5px;
}
.subgroup_name{
	font-size: 0.8em;
	font-weight: normal;
	margin: 0 0 0 2px;
}
.template_box{
	width: 194px;
	height: 140px;
	padding: 5px;
	font-weight: bold;
	font-size: 1.2em;
	background: #fff;
	margin: 5px;
	border: 1px solid #888;
	border-radius: 5px;
	float: left;
	position: relative;
}	
.template_box p.description{
	font-size: 0.7em;
	font-weight: normal;

}
#frame{
	display:flex; 
}
.template_tabs {
	font-size: 1.4em;
	padding: 0px 27px;
}
.stufe{
	text-align: center;
	padding: 5px;
	border: 1px solid #888;
	border-radius: 5px;
	font-size: 2.5em;
	margin-top:4px;
	width: 65px;
}
.stufeselected{
	background: #7490CF;
}
.lmargin90{
	margin-left: -2px;
	
}
.interactive_tab_frame{
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #eee;
	padding: 6px;
	/*width: 100%;*/
	width: 865px;
	min-height: 600px;
	padding-top: 35px;
}

div.templates{
	padding-top: 25px;
	clear: both;
} 			  
div.tag_lnk a{	color: #000;}
div.tag_lnk{
	font-size: 0.65em;
	border: 1px solid #888;
	border-radius: 4px;
	padding: 2px;
	margin: 2px;
	float: left;
	font-weight: normal;
}
div.tag_type0{	background: #fff; }
div.tag_type1{	background: #A8C3F7;}
div.tag_type2{	background: #aaa;}
div.tag_type3{	background: #ccc;}

.template_box div.box_tags{
	position: absolute;
	bottom: 2px;
}
div.filter div.input{
	float: left;
}
.template_sheet{
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 10px;
	background: #efefef;
	margin-top: 15px;
}
.ex_type{
	border-top: 1px dotted #aaa;
	padding: 5px;
}
.lsg {
	text-align: left;
	display:none;
	background: #fff;
	padding: 4px;
	border: 1px solid #888;
	border-radius: 4px;
}
.teaser{
	border: 1px dotted #aaa;
	background: #eee;
	border-radius: 2px;
	padding: 10px;
	margin: 10px 0;
}
.teaser h4{ 
	float: left;
	margin-right: 20px;
}
.teaser div.link{
	font-size: 1.2em;
	font-weight: bold;
	clear: left;
}
.template a{color: #000;}
.template{
	float: left;
	width: 130px;
	height: 45px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #aaa;
	background: rgb(248, 147, 29, 0.5);
	padding: 5px;
	margin: 0 5px;
	font-size: 0.8em;
}
.tagline{
	font-size: 1.4em;
	padding: 7px;
	margin-bottom: 15px;
}
/*Diagnose-Tool*/
.diagn_index{
	border: 1px dotted #aaa;
	background: #fff;
	border-radius: 2px;
	padding: 4px;
	margin: 4px 0;
	justify-content: flex-end;
	display: flex;
	float:right;
	flex-wrap: wrap;
	background:rgba(168, 195, 247,0.3);
}
.diag_pupil_div{
	width: 120px;
	height: 50px;
	padding: 2px;
	font-size: 0.85em;
	border: 1px solid #888; 
	text-align: center;	
	border-radius: 5px 5px 5px 5px;
	margin: 3px;
	flex: 0 0 auto;
	position: relative;
	overflow: hidden;
}
.diag_header{
	font-weight: bold;
	font-size: 1.3em;
	margin-right: 15px;
	text-align: center;	
}
.diagnose_box, .diagnose_box_big{
	width: 138px;
	padding: 1px;
	font-size: 1.0em;
	background: #fff;
	font-weight: bold;
float: left;	
	border: 1px solid #888; 
	position: relative;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
}	
.diagnose_box{height: 68px;margin: 3px;}
.diagnose_box_big{height: 100px;margin: 4px;}
.diag_ch_box .checkbox input{
	margin-bottom: 0px;
}
.diag_ch_box .checkbox{
	padding: 0.2em;
	margin: 0px;
}
.diag_ch_box{
	text-align: left;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}
.diagn_lnk, .diagn_lnk_bg{
	margin: 0px;
	font-weight: normal;
	font-size: 0.9em;
	position: absolute;
	bottom: 1px;
	left: 5px;
	padding: 2px;
}
.diagn_lnk_bg{	background: rgba(255,255,255,0.7);}
.diag_comment{
	font-weight: normal;
	color: #888;
	font-style: italic;
	font-size: 0.8em;
}
.assigned_diag{
	font-size: 0.8em;
	background:rgba(168, 195, 247, 0.3); 
	border: 1px solid #888; 
	border-radius: 5px; 
	padding: 2px;
	width: 150px;
	height: 45px;
	display:inline-block; 
	text-align: center;
	margin-right:5px;
	display:inline-block; 
	vertical-align:bottom;	
}
.diag_div{
	background:#fff; 
	border: 1px solid #888; 
	border-radius: 5px; 
	padding: 3px; 
}
.index_diag_div{
	display:inline-block;
	text-align: center;
}
.index_diag_div p{
	font-size:0.7em;
	margin-bottom:2px
}
ul.start_list li {margin-bottom: 0.5em;}
.uhr{
	font-style: italic;
}
#uhrzeit{
	font-size: 1.7em;
}
.disabled{
	background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.5) 5px, rgba(255,255,255,.5) 10px);
}
.grey{background-color: #e0e0e0;}
.white{
	background-color: #fff;
}
#basket{
	border: 1px solid; 
	border-radius: 7px;
	display:flex;
	background: #eee;
	margin-bottom: 10px;	
}
#basket_left{
	display: flex;flex-direction: column; margin: 2px 8px 2px 2px; border-right: 1px dotted;	padding: 3px 8px 3px 3px; width:200px;
}
#basket_hl{
	padding-top:3px;color: orange;font-size:1.4em;font-weight: bold;margin-right: 25px;
}
.b_input{margin: 3px; }
.o_light{border: 1px solid; border-radius: 4px; padding: 5px; background: rgba(248, 149, 34, 0.3);font-size:0.8em; height: 16px;}
.battlelist_old, .battlelist_future {padding: 5px; margin: 20px 0;}
.battlelist_old{
	background: rgb(255,150,150,0.5);
	border: 1px solid #f88;
}
.battlelist_future{
	background: rgb(150,255,150,0.5);
	border: 1px solid #8f8;
}
.old_courses{
	text-align: center;
	clear: both;
	border: 1px solid;
	border-radius: 4px;
	padding: 4px;
	width:500px;
	background: rgb(255,128,128,0.3);
	margin: 0 0 20px 200px;
}	
.dia_date{
	font-size: 0.7em;
}
.diag_container{
	display: flex; width: 100%; 
}
.diag_check, .diag_norm, .diag_g9 {
	flex: 1;  padding: 3px; margin: 1px;  border: 1px solid;
}
.diag_check{
	background: #ffe;
}
.diag_norm{background: #eff;}
.diag_g9 {background: rgb(240, 229, 236);}