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

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

Raleway Semibold 600 
font-family: 'ralewaysemibold';

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';

*/


/*************** T H A I   M A S S A G E ****************/

#BLOCK_AUSBILDUNG {
	border:0px solid blue;
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top:110px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mauve {
	color:#745968;
}
.grau {
	color:#666;
}

.skdhf {
	background: linear-gradient(180deg, rgba(242,225,214,1) 0%, rgba(242,225,214,1) 85%, rgba(240,240,245,1) 95%);  
}

[id^="AUSBILDUNG_Block"] {
	border:0px dashed red;
	background: rgb(242,225,214);
	margin-top: 20px;
	margin-bottom: 100px;
}



/* Slider */
.BlockSliderAusbildung {
	border:0px solid red;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:100%;
}
.BlockSliderAusbildungInnen {
	border:0px solid blue;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:100%;
}
.SliderAusbildung {
	border:0px solid green;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:600px;
}



.AUSBILDUNG_3erBLOCK {
	border:0px solid yellow;
	display: flex;
	width: 100%;
	flex-direction: row;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.AUSBILDUNG_BLOCK_TextLINKS {
	border:0px solid green;
	height:100%;
	flex: 0 0 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: stretch;
}
.AUSBILDUNG_BLOCK_TextMITTE {
	border:0px solid blue;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 600px;
	text-align: center
}
.AUSBILDUNG_BLOCK_TextRECHTS {
	border:0px solid green;
	flex: 0 0 200px;
	height:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}



.AUSBILDUNG_Inhalt {
	border:0px solid red;
	font-family: 'ralewayregular';
	text-align: center; 
	color: #DDB69B;
}
[id^="AUSBILDUNG_Inhalt"] {
	color: #745968;
	font-size: 20px;
	text-transform: none;
	line-height: 2em;
	letter-spacing: 0.05em;
	font-weight:600;
	cursor: pointer; 
}
[id^="AUSBILDUNG_Inhalt"]:hover {
	color: #000;

}
.AUSBILDUNG_Inhalt h1 {
	text-transform: uppercase;
	color: #C49576;
	font-size: 2.3em;
	margin-top:60px;
	margin-bottom:30px;
}
.AUSBILDUNG_Inhalt h2 {
	text-transform: uppercase;
	color: #111;
	font-size: 1.6em;
	font-weight:400;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.AUSBILDUNG_Inhalt h3 {
	text-transform: uppercase;
	color: #111;
	font-size: 1.6em;
	font-weight:400;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.AUSBILDUNG_Inhalt p {
	font-family: 'ralewaymedium';
	color: #000;
	font-size: 16.5px;
	text-transform: none;
	line-height: 2em;
	color: #3D3D3D;
	letter-spacing: 0.05em;
	font-weight:500;
}
.AUSBILDUNG_Inhalt b {
	font-weight:600;
}
.AUSBILDUNG_Inhalt p a:link {
	color: #75437F;
}
.AUSBILDUNG_Inhalt p a:hover {
	color: #D34AEF;
}
.AUSBILDUNG_Inhalt p a:visited {
	color: #75437F;
}

.AUSBILDUNG_Inhalt p.modul {
	font-size: 17.5px;
	font-weight: 600; 
	color: #666;
	line-height: 1em;
}
.AUSBILDUNG_Inhalt p.termin {
	font-size: 18px;;
	font-weight: 700; 
	color:#745968;
}





hr {
	border:1px solid #FFF;
	
	width: 100%;
}

#AUSBILDUNG_FOOTER {
	border:0px solid brown;
	width: 100%;
	height: 380px;
	background: url(../pic/LogoInspireYoga.svg) no-repeat center center;
	background-size:20%;
}














