/* 
Sacramento 
font-family: 'sacramentoregular';
   
Raleway Light 300 
font-family: 'ralewaylight';
   
Raleway Regular 400 
font-family: 'ralewayregular';
 
Raleway Medium 500
font-family: 'ralewaymedium';
  
Raleway Semibold 600 
font-family: 'ralewaysemibold';
   
Raleway Regular 400 Italic
font-family: 'ralewayitalic';

Raleway Medium 500 Italic
font-family: 'ralewaymedium_italic';

Snippet 
font-family: 'snippetregular';

OpenSans Light 300 
font-family: 'open_sanslight';

OpenSans Regular 400 
font-family: 'open_sansregular';

OpenSans Semibold 600 
font-family: 'open_sanssemibold';
   
OpenSans Bold 700 
font-family: 'open_sansbold';

*/
#Anzeige {
	top:0px;
	position:absolute;
}

.noneselect {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
  	-ms-user-select: none;
	user-select: none;
}
.hidden {
	display:none;
}

.schatten {
	font-size:13px;
	color:#555;
	line-height:1.1em;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding:2px;
	-moz-box-shadow: 2px 2px 3px rgba(150, 150, 150, 160);
	-webkit-box-shadow: 2px 2px 3px rgba(150, 150, 150, 160);
	box-shadow: 2px 2px 3px rgba(150, 150, 150, 160);
}
.Beschriftung {
	white-space: nowrap;
}






/********** B E R E I C H   K U R S P L A N **************************************/

#BereichKursplan {
	border:0px solid orange;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#KursplanHeadline {
	border:0px solid green;
	font-family: 'ralewayregular';
	font-size:1.7em;
	color:#745968;
	letter-spacing: 0.1em;
	text-align:center;
	text-transform: uppercase;
}


/********** I N F O    Z E I L E **************/

#KursplanInfozeile {
	outline:0px solid blue;
	display: flex;
	flex-direction: column;
	margin:20px 0;
	width:100%;
}
#KursplanInfozeileAusgabe {
	outline:0px dashed green;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-family: 'ralewayregular';
	color:#8A5D3B;
	min-height:20px;
	width: 100%;
}


#KursplanInfozeileAusrufezeichen {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow:0;
	flex-shrink:0;
	border:2px solid #966E4F;
	height:38px;
	width:38px;
	border-radius:20px;
	margin-right:14px;
}
#KursplanInfozeileAusrufezeichenRahmen {
	border:0px dashed red;
	font-family: 'ralewayregular';
	font-size: 1.6em;
	color:#966E4F;
}


/********** K U R S P L A N **************/

#Kursplan {
	border:0px solid blue;
	position:relative;
	display:block;
	height:auto;
}
.KursplanTerminKursname {
	font-family: 'ralewaymedium';
	font-size: 1.6em;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	overflow: hidden;
}


[id^="KursplanSpalteZeit"] {
	font-family: 'snippetregular';
	font-size: 1em;
	color:#A57038;
}


#KURSPLAN_TrainerSymbole {
	border:0px solid blue;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top:30px;
}
#KURSPLAN_TrainerSymboleRahmen {
	border:0px solid red;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
[id^="KURSPLAN_TrainerSymboleInnenrahmen"] {
	border:0px solid red;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:0 10px;
	
}	

.KURSPLAN_TrainerSymboleBild {
	border:0px solid red;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}
.KURSPLAN_TrainerSymboleBild svg {
	border:0px solid blue;
	width:44px;
	
}
.KURSPLAN_TrainerSymboleText {
	border:0px solid magenta;
	display: flex;
	justify-content: center;
	font-family: 'ralewayregular';
	font-size:14px;
	text-transform: uppercase;
	padding-top:5px;
	cursor:pointer;
}



[id^="KURSPLAN_TrainerSymboleInnenrahmen"]:hover {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
[id^="KURSPLAN_TrainerSymboleInnenrahmen"] {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.KursplanRahmenLeuchtet {
	outline: 12px solid rgba(199, 255, 127, 1);
}




/********** Qtip Kursbeschreibung *********/

.QtipKursBeschreibungWochentag {
	font-family: 'ralewayregular';
	font-size:13px;
	color:#AA885D;
	letter-spacing: 0.1em;
}
.QtipKursBeschreibungUhrzeit {
	font-family: 'snippetregular';
	font-size:18px;
	letter-spacing: 0.01em;
	color:#8178A7;
	padding-top:6px;
}
.QtipKursBeschreibungKurs {
	font-family: 'ralewayregular';
	font-size:20px;
	color:#754560;
	padding:10px 0 15px 0;
}
.QtipKursBeschreibungText {
	font-family: 'ralewaymedium';
	font-size:13px;
	line-height: 19px;
	color:#754560;
}
.QtipKursBeschreibungBildName {
	border:0px solid blue;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding-top:20px;
}
.QtipKursBeschreibungBild {
	display: flex;
	border-radius:27px;
	height:54px;
	width:54px;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%; 
    margin-right:7px;
}
.QtipKursBeschreibungTrainer {
	display: flex;
	font-family: 'ralewayregular';
	font-size:15px;
	color:#754560;
	letter-spacing: 0.02em;
}

	
/*
.white-popup {
	position: relative;
	background: #FFF;
	padding: 30px;
	width: auto;
	max-width: 350px;
	margin: 20px auto;
	-moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5)!important;
	-webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5)!important;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5)!important;
}
.white-popup-block {
	background: #FFF;
	padding: 40px 60px;
	text-align: left;
	min-width: 300px;
	max-width: 450px;
	margin: 40px auto;
	position: relative;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}
.white-popup-block p {
	font-size:19px;
	line-height:25px;
	color:#333;
	padding-bottom:20px;
}
.white-popup-block h1 {
	padding-bottom:20px;
	color:#6c33af;
	font-weight:normal;
}
.white-popup-block label {
	font-size:12px;
	color:#666;
}
.white-popup-block li {
	list-style:none;
	padding-bottom:10px;
	color:#333;
	font-weight:normal;
}


*/







