/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }


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

*/

/*Pfeil in Unicode \u{000025B6}\u{0000FE0E} */

/*Variablen*/
:root {
	--SeitenBreite: 1000px;
	--Farbe1: #7A5B6D;
	--Farbe2: #E5B8A3;
	--Farbe3: #C7ACA5;
	--Farbe4: #3D3D3D;
	--Farbe5: #8A6463;
	--Farbe5: #938DBD; /* violett */
}
.noneselect {
	-webkit-touch-callout: none; 
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.notvisible {
	display:none;
}






html {
	background-color:#F0F0F5;
}

body {
	margin:0px;
	padding:0px;
	font-family: 'ralewayregular';
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p, b, i, h1, h2, h3, h4, h5 {
	font-family: 'ralewayregular';
}

h1 {
	font-size: 27px;
	color: var(--Farbe1);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
h2 {
	font-size: 1.8em;
	line-height:1.6em;
}
h2 > b {
	font-weight:400;
}
h3 {
	font-size: 1.5em;
	line-height:1.3em;
	color:#FFF;
	letter-spacing: 3px;
	font-weight:300;
}
h4 {
	font-size: 1.2em;
	padding: 0.3em 0 0.8em 0;
	line-height:1.4em;
}
h5 {font-size: 1em;
	padding: 0.1em 0 0.8em 0;
	line-height:1em;
}
p {
	border:0px solid brown;
	font-size: 1.1em;
	line-height: 1.4em;
}
b {
	font-weight:600;
}
i {
	font-style:italic;
}

#BACKGROUND {
	background-color:#F0F0F5;
	position:fixed;
	z-index:1;
	height: 100vh;
	width: 100%;
	background-image:url(../pic/MusterArabisch1.svg);
	background-position: center; 
	background-size:160px 160px;
	background-attachment: fixed;

}



#HINWEIS {
	border:0px solid green;
	z-index:20000;
	width: 125px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:40px;
	left: 70.5%;
	cursor: pointer;
}
#HINWEIS:hover {
 	 -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

#SEITE {
	border:0px solid green;
	z-index:200;
	position:relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
}


#SEITE_Mitte {
	border:0px dotted green;
	position:relative;
	display: flex;
	align-items: flex-start;
	background-color:#F0F0F5;
	min-height:100vh;
	width:1000px;
}

#SEITE_Mitte_Inhalt {
	border:0px solid red;
	z-index:300;
	display: flex;
	flex-direction: column;
	align-items: center;
	position:relative;
	min-height:50vh;
	width:1000px;
}

#SEITE_Links {
	border:0px solid blue;
	display: flex;
	justify-content: flex-end;
	flex: 1;
	overflow: hidden;
}

#SEITE_Links_Verlauf {
	border:0px solid blue;
	display: flex;
	position: absolute;
	width: 200px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(240,240,245,0) 0%, rgba(240,240,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(240,240,245,0) 0%,rgba(240,240,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(240,240,245,0) 0%,rgba(240,240,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

#SEITE_Rechts {
	border:0px solid blue;
	display: flex;
	justify-content: flex-start;
	flex: 1;
	overflow: hidden;
}

#SEITE_Rechts_Verlauf {
	border:0px solid blue;
	display: flex;
	position: absolute;
	width: 200px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(240,240,245,1) 0%, rgba(240,240,245,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(240,240,245,1) 0%,rgba(240,240,245,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(240,240,245,1) 0%,rgba(240,240,245,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

#SEITE_Links, #SEITE_Rechts {
	background-image:url(../pic/MusterArabisch1.svg);
	background-position: center; 
	background-size:160px 160px;
	background-attachment: fixed;
}




#BLOCK_MENU {
	border:0px solid red;
	z-index:1000;
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	position: fixed;
	width: 100%;
}
#MENU_Mitte {
	border:0px dashed blue;
	display: flex;
	justify-content: center;
	flex: 0 0 var(--SeitenBreite);
	
	pointer-events:auto;
	
}
#MENU_Mitte_Rahmen {
	border:0px dashed red;
	
	display: flex;
	flex-direction: column;
	flex: 0 0 var(--MenuBreite);
	height: auto;
	width: 100%;
	-webkit-box-shadow: 0px 20px 19px -19px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 20px 19px -19px rgba(0,0,0,0.4);
	box-shadow: 0px 20px 19px -19px rgba(0,0,0,0.4);
	/*
	webkit-box-shadow: 0px 3px 32px -4px rgba(0,0,0,0.37);
	moz-box-shadow: 0px 3px 32px -4px rgba(0,0,0,0.37);
	box-shadow: 0px 3px 32px -4px rgba(0,0,0,0.37);
	*/
}
#MENU_Mitte_RahmenFarbbalken {
	border: 0px dashed red;
	width: 100%;
	background-color:var(--Farbe1);
	height: 5px;
}
#MENU_Mitte_RahmenMenu {
	border:0px dashed red;
	width:  var(--SeitenBreite);
	height:90px;
	background-color:#FFF;
	display:block;
	overflow:visible;
	position:relative;
}
#MENU_Mitte_RahmenMenuLogo {
	border: 0px dashed red;
	position:absolute;
	background: url(../pic/LogoInspireYogaWalsrodeLang.svg) no-repeat;
	background-position: center left;
	background-size: 100%;
	height:88px;
	width: 330px;
	margin-left:20px;
	cursor:pointer;
}
#MENU_Mitte_RahmenMenuMenu {
	border:0px solid red;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height:88px;
	max-width:650px;
	position:absolute;
	right:0;
}

#MENU_Mitte_RahmenMenuMenu ul {
	border: 0px dashed blue;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap;
}
#MENU_Mitte_RahmenMenuMenu ul li {
	border: 0px dashed blue;
	padding: 6px 13px 2px 13px;
	font-family: 'ralewaymedium';
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	
}

.MenuLink {
	cursor:pointer;
}
.MenuLink:hover {
	color:var(--Farbe3);
}

#MENU_Mitte_RahmenMenuMenu ul li a {
	text-decoration: none;
	color:#000;
}
#MENU_Mitte_RahmenMenuMenu ul li a:hover {
	color:var(--Farbe3);
}
#MENU_Mitte_RahmenMenuMenu ul li a:link {
	
}

/**********************************/
@media (max-width: 1000px) {
	
	#MENU_Mitte_Rahmen {
		position:absolute;
	}
	
	#SEITE {
		justify-content: flex-start;
		flex: 0 0 100%;
	}
	#MENU_Mitte {
		width: 1000px;
		flex: 0 0 100%;
		justify-content: flex-start;
	}
	
	
	#SEITE_Mitte {
		min-width: 1000px;
		flex: 0 0 100%;
	}
	
	#SEITE_Links, #SEITE_Rechts {
		display: none;
	}
	#BACKGROUND {
		display: none;
	}
}

	

#BILDKOPF {
	border:0px solid blue;
	background-color:#FFF;
	height:700px;
	width:100%;
	margin-top:85px;
	
}
#BILDKOPFRahmen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url(../pic/Sahara3.jpg) no-repeat;
	background-position: center; 
	height:100%;
	background-attachment: scroll;
}
#BILDKOPFVerlauf {
	border:0px solid blue;
	height:20px;
	width:100%;
}
#BILDKOPFBild {
	border:0px solid red;
}


#QualiLogos {
	border:0px solid blue;
	margin-top: 40px;
	width: 350px;
	height:500px;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	overflow: hidden;
}
#QualiLogo1, #QualiLogo2, #QualiLogo3 {
	border: 0px solid red;
	display: flex;
	padding: 12px;
	width: 100px;
	height:100px;
	background-repeat: no-repeat;
	background-position: center; 
	background-size:110px 110px;
	margin-left:0px;
	cursor:pointer; 
}
#QualiLogo1 {
	background-image:url(../pic/Logos/E-RYT200.png);
}
#QualiLogo2 {
	background-image:url(../pic/Logos/E-RYT500.png);
}
#QualiLogo3 {
	background-image:url(../pic/Logos/YACEP.png);
}

#QualiLogo1:hover, #QualiLogo2:hover, #QualiLogo3:hover {
 	-webkit-filter: invert(1);
    filter: invert(1);
     -webkit-filter: sepia(.9) hue-rotate(280deg);
    background-size:104px 104px;
}


#TEASER {
	border: 0px solid red;
	margin-top:-130px;
	margin-left:14px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	
}
.TEASER {
	border: 0px solid green;
	width: 240px;
	height:260px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:230px 237px;
	background-size:210px 216px;
	margin-right: 11px;
	cursor:pointer;
}
.TEASER:hover {
    background-size:240px 248px;
	background-size:220px 227px;
}
#TEASER1 {
	background-image:url(../pic/Teaser1_2021_5.png);
	/*
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .3));
  	filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .3));
  	*/
  	
}
#TEASER1234234:hover {
	 background-size:240px 248px;
	 /*
    -webkit-filter:  hue-rotate(280deg);
    -webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .3));
  	filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .3));
  	*/
}

#TEASER2 {
	background-image:url(../pic/Teaser_2024_1.png);
}
#TEASER3 {
	background-image:url(../pic/Teaser6_2023_1.png);	
}
#TEASER4 {
	background-image:url(../pic/Teaser4_2021_1.png);	
}
#TEASER5 {
	background-image:url(../pic/Teaser5_2023_1.png);	
}


#TextunterTEASER {
	border:0px solid green;
	margin-top: 200px;
	width: 100%;
	height:260px;
	margin-bottom: 80px;	
}

#TextunterTEASER_Headline, #TextunterTEASER_HeadlineTop {
	border:px solid red;
	width: 100%;
	font-family: 'ralewayregular';
	text-align: center; 
	color: var(--Farbe1);
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: 5px;
}
#TextunterTEASER_HeadlineTop {
	margin-top: 20px;
	font-size: 45px;
	letter-spacing: 19px;
	color: var(--Farbe5);
}
#TextunterTEASER_Text {
	border:0px solid red;
	width: 100%;
	height: 100px;
	font-family: 'ralewayregular';
	text-align: center; 
	color: var(--Farbe1);
	text-transform: uppercase;
	margin-top:30px;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 2px;
}


:root {
  --f1: #7A5B6D;
  /* fff900 */
  --f2: #FFFFFF;
  /* ff6c00 */
  --grau: #E5B8A3;
  --bg: #FFFFFF;
}
 
/*
	--Farbe1: #7A5B6D;
	--Farbe2: #E5B8A3;
	--Farbe3: #C7ACA5;
	--Farbe4: #3D3D3D;
	--Farbe5: #8A6463;
	--Farbe5: #938DBD;
*/
 


 
#TextunterTEASER_HeadlineTop ul {
  display: flex;
  justify-content: center;
}
 
#TextunterTEASER_HeadlineTop ul li {
  list-style: none;
  font-family: 'ralewayregular';
  font-size: 55px;
  letter-spacing: 15px;
  text-shadow: none;
  animation: animate 2s infinite linear;
}
 
@keyframes animate {
  0% {
    color: var(--grau);
    text-shadow: none;
  }
 
  18% {
    color: var(--grau);
    text-shadow: none;
  }
 
  20% {
    color: var(--f1);
    /*text-shadow: 0 0 7px var(--f1), 0 0 20px var(--f2);*/
  }
 
  30% {
    color: var(--grau);
    text-shadow: none;
  }
 
  35% {
    color: var(--f1);
     /*text-shadow: 0 0 7px var(--f1), 0 0 20px var(--f2);*/
  }
 
  70% {
    color: var(--grau);
    text-shadow: none;
  }
 
  85% {
    color: var(--f1);
     /*text-shadow: 0 0 7px var(--f1), 0 0 20px var(--f2);*/
  }
 
  90% {
    color: var(--grau);
    text-shadow: none;
  }
 
  100% {
    color: var(--grau);
    text-shadow: none;
  }
}
 
#TextunterTEASER_HeadlineTop ul li:nth-child(1) {
  animation-delay: 200ms;
}
 
#TextunterTEASER_HeadlineTop ul li:nth-child(2) {
  animation-delay: 400ms;
}
 
#TextunterTEASER_HeadlineTop ul li:nth-child(3) {
  animation-delay: 600ms;
}
 
#TextunterTEASER_HeadlineTop ul li:nth-child(4) {
  animation-delay: 800ms;
}
 
#TextunterTEASER_HeadlineTop ul li:nth-child(5) {
  animation-delay: 1000ms;
}
 
#TextunterTEASER_HeadlineTop ul li:nth-child(6) {
  animation-delay: 1200ms;
}
 
#TextunterTEASER_HeadlineTop ul li:nth-child(7) {
  animation-delay: 1400ms;
}
 
#TextunterTEASER_HeadlineTop ul li:nth-child(8) {
  animation-delay: 1600ms;
}
 
#TextunterTEASER_HeadlineTop ul li:nth-child(9) {
  animation-delay: 1800ms;
}
 
#TextunterTEASER_HeadlineTop ul li:nth-child(10) {
  animation-delay: 2000ms;
}
 
#TextunterTEASER_HeadlineTop ul li:nth-child(11) {
  animation-delay: 2200ms;
}
 
#TextunterTEASER_HeadlineTop ul li:nth-child(12) {
  animation-delay: 2400ms;
}

#TextunterTEASER_HeadlineTop ul li:nth-child(13) {
  animation-delay: 2600ms;
}

#TextunterTEASER_HeadlineTop ul li:nth-child(14) {
  animation-delay: 2800ms;
}










#ImageVideoPopup {
  	position: relative;
 	width: 94%;
 	margin: 0 3%;
}
#ImageVideoPopup video {
  	width: 100%;
}


/*************** T E A M ****************/

#BLOCK_TEAM {
	border:0px solid blue;
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top:20px;
	padding-bottom:120px;
	pointer-events: none; 
}


#TEAM_Headline {
	border:0px solid red;
	width: 100%;
	height: 100px;
	font-family: 'ralewayregular';
	text-align: center; 
	color: var(--Farbe1);
	text-transform: uppercase;
	margin-top:30px;
}
#TEAM_Reihe {
	border:0px solid magenta;
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom:22px;
	pointer-events: auto; 
}
[id^="TEAM_Block"] {
	border:0px solid cyan;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width:33.33%;
	height:330px;
	cursor:pointer;
}

.TEAM_BlockInfoButton {
	background-color: rgba(116, 89, 104, .6);
	position:absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height:60px;
	width:130px;
	display:none;
}
.TEAM_BlockInfoButtonText {
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#FFF;
	opacity: 1;
	height:100%;
	font-family: 'ralewaylight';
	
	font-size: 1.1em;
	letter-spacing: 0.04em;
}

.TEAM_BlockBild {
	border:0px solid cyan;
	display: flex;
	height:72%;
	width:93%;
	background-color:#DDD;
}
.TEAM_BlockBild img {
	width:100%;
}


.TEAM_BlockText {
	border:0px solid pink;
	display: flex;
	align-items: flex-start;
	height:30%;
	width:93%;
	background-color:#FFF;
}
.TEAM_BlockTextLogo {
	border:0px solid orange;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height:100%;
	width:32%;
}
.PicInspireLogoRund {
	border:0px solid orange;
	width:40px;
	background-position: center center;
}

.TEAM_BlockTextText {
	border:0px solid orange;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height:100%;
	padding-left:15px;
}
.TEAM_BlockTextTextName {
	border:0px solid orange;
	font-family: 'ralewayregular';
	font-size: 1.2em;
	color: var(--Farbe1);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.TEAM_BlockTextTextBereich {
	border:0px solid orange;
	font-family: 'ralewaymedium';
	font-size: .85em;
	color: var(--Farbe5);
	letter-spacing: 0.02em;
}




/************* TEAM Popup *************/
[id^="TEAM_PopupBlock"] {
	border:0px solid orange;
	position: relative;
	width: auto;
	margin: 0 auto;
	max-height: 80vh;
	overflow:scroll;
	width:300px !important;
	background-color:#FFF;
}
.TEAM_PopupBlockBild {
	border:0px solid orange;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.TEAM_PopupBlockBildRahmen {
	border:0px solid orange;
	display: flex;
	border-radius:52px;
	height:100px;
	width:100px;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%; 
    margin-right:7px;
}
.TEAM_PopupBlockName {
	border:0px solid orange;
	font-family: 'ralewaymedium';
	font-size: 1.3em;
	text-align: center; 
	color: var(--Farbe1);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 20px 0;
}	
.TEAM_PopupBlockText {
	border:0px solid orange;
	
}
.TEAM_PopupBlockText p {
	font-family: 'ralewaymedium';
	font-size: 0.9em;
	line-height:1.6em;
	color:#333;
	padding:6px 0 !important;
}
.TeamTextBold {
	font-weight:700;
	color: var(--Farbe1);
	letter-spacing: 0.03em;
}




/**************** K U R S P L A N ******************/
#BLOCK_KURSPLAN {
	border: 0px solid blue;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#Kursplan {
	margin-top: 90px;
}

#KURSPLAN_HinweisTouchDevice {
	border: 0px solid blue;
	font-family: 'ralewaylight';
	color:#8A5D3B;
	font-size:1em;
	margin-top:20px;
}
#KURSPLAN_PDF {
	display: flex;
	justify-content: center;
	font-family: 'ralewaymedium';
	color:#8A5D3B;
	font-size:0.9em;
	margin-top:30px;
	text-transform: uppercase;
	cursor:pointer;
	letter-spacing: 0.09em;
	
}
#KURSPLAN_PDF a {
	text-decoration:none;
	color:#8A5D3B;
	border-radius:30px;
	border:1px solid #8A5D3B;
	padding: 6px 11px;
}
#KURSPLAN_PDF a:hover {
	color:#000;
	border:1px solid #000;
}



/**************** W O R K S H O P ******************/

#BLOCK_WORKSHOP {
	border: 0px dashed red;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:100%;
}
.WORKSHOP_HeadlineKeineWorkshops {
	font-family: 'ralewaymedium';
	text-align: center;
	font-size:1em;
	color: var(--Farbe1);
	text-transform: uppercase;
	padding:80px 0 80px 0;
	letter-spacing: 0.04em;
}


/**************** F O O T E R ******************/
#BLOCK_FOOTER {
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top:110px;
}
#MAP_Headline {
	border: 0px solid red;
	display: flex;
	justify-content: center;
	width:100%;
	height:140px;
	margin-top:30px;
}

#MAP_Karte {
	border: 0px solid blue;
	height: 420px;
	width:100%;
	background: url(../pic/InspireYogaKarte.jpg) no-repeat;
	background-position: center; 
	background-size: 100%;
	/*-webkit-box-shadow: 0px -20px 19px -19px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -20px 19px -19px rgba(0,0,0,0.4);
	box-shadow: 0px -20px 19px -19px rgba(0,0,0,0.4);*/
}
#MAP_KarteVerlauf {
	border: 0px solid blue;
	width:100%;
	height:28px;
	background: -moz-linear-gradient(top, rgba(240,240,245,1) 0%, rgba(240,240,245,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(240,240,245,1) 0%,rgba(240,240,245,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(240,240,245,1) 0%,rgba(240,240,245,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f5', endColorstr='#00f0f0f5',GradientType=0 ); /* IE6-9 */
}

#FOOTER {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:100%;
	background-color:#58595B;
	-webkit-box-shadow: 0px -20px 19px -19px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -20px 19px -19px rgba(0,0,0,0.4);
	box-shadow: 0px -20px 19px -19px rgba(0,0,0,0.4);
}

#FOOTER_Oben {
	border: 0px solid blue;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	height:350px;
	width:100%;
	
}
#FOOTER_Links {
	border: 0px solid red;
	display: flex;
	flex-direction: column;
	flex: 0 0 30%;
	margin-top: 80px;
}
[id^="FOOTER_LinksRahmen"] {
	border: 0px solid red;
	display: flex;
	align-items: center;
	height: 50px;
	font-family: 'ralewaymedium';
	font-size: 0.9em;
	line-height:1.6em;
	color:#FFF;
	letter-spacing: 0.03em;
	padding-left:41px;
}
#FOOTER_LinksRahmen0 {
	padding:109px 0 20px 41px;
	font-size: 1.2em;
}
#FOOTER_LinksRahmen1 {
	background: url(../pic/PikoMarker.svg) no-repeat;
	background-position: left;
	cursor:pointer;
}

#FOOTER_LinksRahmen2 {
	background: url(../pic/PikoTelefon.svg) no-repeat;
	background-position: left;
	cursor:pointer;
}
#FOOTER_LinksRahmenLink {
	margin-left: -7000px;
}
 #FOOTER_LinksRahmen1 a:link, #FOOTER_LinksRahmen2 a:link {
 	text-decoration: none;
 	color:#FFF;
 	cursor:pointer;
 }
#FOOTER_LinksRahmen1 a:hover, #FOOTER_LinksRahmen2 a:hover {
	color:#000;
}
#FOOTER_LinksRahmen3 {
	background: url(../pic/PikoUmschlag.svg) no-repeat;
	background-position: left;
}
#FOOTER_LinksRahmen3 a:link {
	color:#FFF;
	cursor: pointer !important; 
}
#FOOTER_LinksRahmen3 a:hover {
	color:#111;
}

#FOOTER_Mitte {
	border: 0px solid red;
	display: flex;
	flex: 0 0 20%;
	background: url(../pic/LogoInspireYogaWalsrodeWeiss.svg) no-repeat;
	background-position: center top; 
	background-size:70%;
	margin-top:20px;
}
#FOOTER_Rechts {
	border: 0px solid red;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 0 0 30%;
	margin-top: 80px;
}
#FOOTER_RechtsRahmen0 {
	border: 0px solid red;
	background: url(../pic/PikoFacebook.svg) no-repeat;
	background-position: 0 0;
	background-size:100%;
	cursor:pointer;
	height: 50px;
	width:50px;
	margin:0px 6px 0 6px;
}
#FOOTER_RechtsRahmen0:hover {
	background-position: 0 -50px;
}

#FOOTER_RechtsRahmen1 {
	border: 0px solid red;
	background: url(../pic/PikoInstagram.svg) no-repeat;
	background-position: 0 0;
	background-size:100%;
	cursor:pointer;
	height: 50px;
	width:50px;
	margin:0px 6px 0 6px;
}
#FOOTER_RechtsRahmen1:hover {
	background-position: 0 -50px;
}
#FOOTER_RechtsRahmen2 {
	border: 0px solid red;
	margin:5px 6px 0 6px;
}

#FOOTER_Unten {
	border: 0px solid blue;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height:140px;
	width:100%;
}
#FOOTER_ButtonImpressum, #FOOTER_ButtonDatenschutz {
	padding:0 20px;
	font-family: 'ralewaymedium';
	font-size: 0.9em;
	line-height:1.6em;
	color:#FFF;
	letter-spacing: 0.1em;
	cursor:pointer;
}
#FOOTER_ButtonImpressum a, #FOOTER_ButtonDatenschutz a {
	text-decoration:none;
}
#FOOTER_ButtonImpressum a:link, #FOOTER_ButtonDatenschutz a:link {
	color:#FFF;
}
#FOOTER_ButtonImpressum a:hover, #FOOTER_ButtonDatenschutz a:hover {
	color:#000;
}
#FOOTER_ButtonImpressum a:visited, #FOOTER_ButtonDatenschutz a:visited {
	color:#FFF;
}








/**************** D A T E N S C H U T Z   I M P R E S S U M ******************/
#DATENSCHUTZ, #IMPRESSUM {
	font-family: 'ralewaymedium';
	padding-top:110px;
	margin:0px 150px 150px 150px;
}

.DatenschutzText, .ImpressumText {
	font-family: 'ralewayregular';
}
.DatenschutzText h1, .ImpressumText h1 {
	font-family: 'ralewaymedium';
	text-align: center;
	font-size:1.4em;
	color: var(--Farbe1);
	text-transform: uppercase;
	padding:50px 0 80px 0;
}
.DatenschutzAuszeichnung {
	color: var(--Farbe1);
	font-family: 'ralewaysemibold';
}
.DatenschutzText p, .ImpressumText p {
	font-family: 'ralewayregular';
	font-size: 1em;
	line-height:2em;
	color:#222;
	padding:.3em 0;
}
.DatenschutzText p a, .ImpressumText p a {
	text-decoration:none;
	font-family: 'ralewaymedium';
	color:#666;
}
.DatenschutzText h2, .ImpressumText h2 {
	color: var(--Farbe1);
	font-size: 1.2em;
	font-family: 'ralewaysemibold';
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding:60px 0 20px 0;
	line-height:2.2em;
}
.DatenschutzText h3, .ImpressumText h3 {
	color: var(--Farbe1);
	font-size: .95em;
	font-family: 'ralewaysemibold';
	text-transform: uppercase;
	padding:40px 0 20px 0;
	line-height:2em;
}
.ImpressumText h5 {
	color: var(--Farbe1);
	font-size: .95em;
	font-family: 'ralewaysemibold';
	text-transform: uppercase;
	line-height:1.2em;
	padding:28px 0 0 0;
}
.DatenschutzText ul {
	
}
.DatenschutzText ul li {
	color: var(--Farbe1);
	list-style-type: none;
}
.DatenschutzText ul li p {
	color: #444;
}
.DatenschutzText ul li ul {
	padding:1em;
}
.DatenschutzText ul li ul li {
	list-style-type: decimal;
	color: var(--Farbe1);
	padding: .7em 0 .7em 1em;
	list-style-position: outside;
	font-weight:500;
	color: #444;
	font-size: .9em;
	line-height:1.6em;
}



/**************** P R E I S E  ******************/
#BLOCK_PREISE {
	border: 0px solid red;
	width:1000px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top:110px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	
}
.PREISE_Headline {
	border:0px solid red;
	width: 100%;
	height: 60px;
	font-family: 'ralewayregular';
	text-align: center; 
	color: var(--Farbe1);
	text-transform: uppercase;
	margin-top:30px;
}

.PREISE_Gutscheine {
	border:0px solid red;
	height: 250px;
	background: url(../pic/InspireGutscheine.png) no-repeat center center !important;
}

#BLOCK_PREISE_Inhalt1 {
	border:0px solid orange;
	display: flex;
	width: 100%;
	flex-direction: column;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
#BLOCK_PREISE_Inhalt1 hr {
	border:1px solid #C7ACA5;
	margin: 10px 8% 10px 11%;
}
.PREISE_Zeile1 {
	border:0px solid blue;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	width:100%;
}


.PREISE_Zeile1 > .PREISE_ZeileLinks {
	height: 120px;
}
.PREISE_ZeileLinks {
	border:0px solid blue;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 10%;
}
.PREISE_ZeileRechts {
	border:0px solid blue;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 0 0 83%;
}
.PREISE_Bereich1 {
	border:0px solid red;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex: 1 1 100%;
	height: 100%; 
	
}


.PREISE_BereichLinks1 {
	border:0px solid red;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 1 74%;
	margin-left:15px;
	height: 100%;
}
.PREISE_BereichLinks1 h5 {
	display: flex;
	font-family: 'open_sansregular';
	color:#3D3D3D;
	font-size:1.4em;
	letter-spacing: 0.1em;
	padding:0;
}
.PREISE_BereichLinks1 p {
	font-family: 'open_sansregular';
	color:#3D3D3D;
	font-size:0.85em;
	padding-top:3px;
}

.PREISE_BereichRechts1 {
	border:0px solid red;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 0 1 24%;
	margin-right:15px;
}
.PREISE_BereichRechts1 p {
	border:0px solid red;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	font-family: 'open_sanslight';
	color:#3D3D3D;
	font-size:2.5em;
}
.euro {
	font-size:18px !important;
	font-weight:500;
	padding-left:5px;
}












#PREISE_HeadlineVertraege {
	font-family: 'open_sanssemibold';
	color:#3D3D3D;
	font-size:1.1em;
	letter-spacing: 0.8em;
	padding-top:60px;
	display: flex;
	justify-content: center;
}

#BLOCK_PREISE_Inhalt2 {
	border:0px solid orange;
	margin-left:50px;
	margin-right:50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.PREISE_Zeile2 {
	border:0px solid blue;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	width:100%;
}

.PREISE_Zeile1 {
	border:0px solid blue;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	width:100%;
}

.PREISE_Kreis {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'open_sanslight';
	color:#3D3D3D;
	font-size:2.6em;
	text-align:center;
	line-height:1.6em;
	width:70px;
	height:70px;
	border-radius:36px;
	margin:60px 0;
}

#BLOCK_PREISE_Inhalt2 hr {
	border:1px solid #C7ACA5;
	margin: 20px 8% 20px 11%;
}
.PREISE_Bereich2 {
	border:0px solid red;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex: 1 1 100%;
}
.PREISE_BereichLinks2 {
	border:0px solid red;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 1 74%;
	margin-left:15px;
}
.PREISE_BereichLinks2 h4 {
	font-family: 'open_sansregular';
	color:#3D3D3D;
	font-size:1.5em;
	letter-spacing: 0.13em;
	padding:0;
}
.PREISE_BereichLinks2 p {
	font-family: 'open_sansregular';
	color:#3D3D3D;
	font-size:0.85em;
}

.PREISE_BereichRechts2 {
	border:0px solid red;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 0 1 24%;
	margin-right:15px;
}
.PREISE_BereichRechts2 p {
	border:0px solid red;
	font-family: 'open_sanslight';
	color:#3D3D3D;
	font-size:2.5em;
	line-height: 1em;
}
.linie1 {
	position:absolute;
	margin-top: 20px;
	margin-left:-10px;
	border:1px solid #DF327F;
	width: 90px;
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}
.linie2 {
	position:absolute;
	margin-top: 20px;
	margin-left:-10px;
	border:1px solid #DF327F;
	width: 90px;
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}

.Preis2 {
	border:0px solid #DF327F;
	font-family: 'open_sanslight';
	color:#856e67;
	font-size:2.5em;
	line-height: 1em;
}
.Preis1 {
	border:0px solid #DF327F;
	font-family: 'open_sanslight';
	color:#3D3D3D;
	font-size:2.5em;
	line-height: 1em;
}
.linie3 {
	position:absolute;
	margin-top: 43px;
	border:1px solid #3D3D3D;
	width: 70px;
}




.BLOCK_PREISE_Inhalt3 {
	border:0px solid orange;
	padding-left:200px;
	padding-right:200px;
	width:1000px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.BLOCK_PREISE_Inhalt3 p {
	font-family: 'open_sansregular';
	color:#745968;
	font-size:14px;
	line-height:26px;
	padding-top:10px;
}
.BLOCK_PREISE_Inhalt3 ul li {
	font-family: 'open_sansregular';
	color:#745968;
	font-size:14px;
	line-height:26px;
	padding-top:14px;
	list-style-type: disc;
}










.hidden {
	display:none;
}
.PopupHeadline {
	font-size:.9em !important;
	font-weight:500;
	color:#777;
	padding-bottom:10px;
}
.PopupText {
	font-size:1.1em;
	line-height: 1.4em;
	font-weight:400;
	color:#000;
	padding-bottom:5px;
}
.PopupText a {
	color:#AAA;
}
.PopupText a:hover {
	color:#000;
}
.PopupZusatz {
	font-size:1em;
	line-height: 1.4em;
	font-weight:400;
	color:#AAA;
	cursor:pointer;
}
.PopupZusatz:hover {
	color:#000;
}










	














/**********************************************************************/




.mfp-example .mfp-container .mfp-close {
	text-indent: 200px;
	overflow: hidden;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background: url(../pic/Kreuz.svg) no-repeat center center !important;
}





.white-popup {
	font-family: 'Fira Sans Condensed', sans-serif;
	position: relative;
	background: #FFF;
	width: auto;
	max-width: var(--MenuBreite);
	margin: 0 auto;
	max-height: 80vh;
	overflow:scroll;
	padding: 30px 80px 90px 80px;
}















.mfp-zoom-out2 .mfp-content {
}
.mfp-zoom-out2 .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s ease-in-out; 
	transform: scale(1.3); 
}
  
.mfp-zoom-out2 .mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

/* animate in */

.mfp-zoom-out2.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1); 
}
.mfp-zoom-out2.mfp-ready .mfp-bg {
	opacity: 0.8;
}
		  
  
/* animate out */

.mfp-zoom-out2.mfp-removing .mfp-with-anim {
	transform: scale(1.3); 
	opacity: 0;
}
.mfp-zoom-out2.mfp-removing .mfp-bg {
	opacity: 0;
}
	
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}












/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out; 
    transform: scale(0.8); 
  }
  
  &.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1); 
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: scale(0.8); 
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}



/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.65s ease-out;
  -moz-transition: all 0.65s ease-out;
  transition: all 0.65s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out; 
    transition: all 0.5s;
    
    transform: scale(0) rotate(500deg);
  }
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.5s;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: scale(0) rotate(500deg);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}



/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    
    transform: translateX(-50px);
  }
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.3s;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: translateX(0);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: translateX(50px);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}


/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  
  .mfp-content {
   vertical-align:top; 
  }
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    
    transform: translateY(-100px);
  }
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.2s;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: translateY(0);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: translateY(-50px);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}


/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  
 
  .mfp-content {
    perspective: 2000px; 
  }
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
  }
  
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.5s;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: rotateY(0deg);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: rotateY(60deg);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}




/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out; 
    transform: scale(1.3); 
  }
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.3s ease-out;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1); 
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: scale(1.3); 
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}

