*{
	margin:0;
	padding:0;
	list-style:none;
}


	
	::selection{background:rgba(90,150,150,0.5)}
    ::-moz-selection{background:rgba(90,150,150,0.5)}


body {
	font-size:17px;
	color:#5b6c3e;
	text-align:center;
	font-family: 'Quattrocento Sans', sans-serif;
    letter-spacing: 3pt;
    font-weight: 100;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
    
}


a:link,  a:visited {
	text-decoration: underline;
	color: #f9c783;
}

a:hover, a:active, a:focus {
	color: #098c81;
}

.bold-blue { font-family: 'PT Sans', sans-serif; font-weight: 700; }


#header {
	background-image:url("../images/logo_yogaunites.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-size: 400px;
	height: 71px;
	margin-top: 50px;
	width: 100%;
	box-sizing: border-box;
		
	}

#container {
	height: 768px;
	width: 100%;
	z-index: 1000;
	position:relative;
	box-sizing: border-box;
    
	}
	

#inhalt {
	position: relative;
	height:180px;
	max-width: 800px;
    padding-left:15px;
    padding-right:15px;
	z-index: 9000;
	box-sizing: border-box;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
   }

.special { color: white; font-size: 0.9em; font-style: italic;}





/* ------------------  SMARTPHONE  X-Small breakpoint only ------------------- */

@media (max-width: 600px) { 
	
	#header, #inhalt { width: 100%;
	background-size: 85%;
    height: auto;
	text-align: center;
	padding: 0px;
    padding-left:15px;
    padding-right:15px;
	}
    
  
}



/* ------------------  DESKTOP  breakpoint only ------------------- */

@media (min-width: 600px) { 
	


}


