/* Mobile first queries */

body {
  font-family: 'Raleway', sans-serif;
}
.container {
	max-width: 1200px;
}
ul {
	margin-bottom: 0;
	list-style: none;	
}
img {
	max-width:100%;
}

.header {
  background-color:rgba(102,102,102,1);
  text-align:right;
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
  padding: 5px;
  color: white;
}
.header p {
	margin-bottom:0;
}

.button {
	width: 100%;
}

/*.bild {
	background-image:url(../imgs/klee.jpg);
	background-size: cover;
	height:550px;
	margin-bottom:19px;
	padding:15px;
	
}
.bild h3 {
	color: white;
	text-align: center;
	margin-top: 29px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}
.bild p {
	font-weight:bold;
	text-align:right;
  color:#f00;
}*/
	
.navi {
	margin-top: 79px;
	margin-bottom: 19px;
}

.navi p {
	font-family: 'Roboto Slab', serif;
}
.navi p strong {
	letter-spacing: .1em;	
}
.links {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.praxis {
	border-top: solid 2px #86bc42;
	color:black;
	padding:10px;
	background-color:#86bc42; 
	height:300px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.praxis:hover {
	background-color: #86bc42;
	color: #fff;
}
.physiotherapie {
	padding: 10px;
	border-top: solid 2px #fbb901;
	height: 300px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.physiotherapie:hover {
	background-color: #fbb901;
	color: #FFF;
}

.osteopathie {
	padding:10px;
	border-top: solid 2px #c5c5c5;
	height:300px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.osteopathie:hover {
	background-color: #c5c5c5;
	color: #FFF;
}

.ayuverda  {
	padding:10px;
	border-top: solid 2px #c5d9f0;
	height: 300px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.ayuverda:hover {
	background-color: #c5d9f0;
	color: #FFF;
}





.footer {
	/*position: fixed;
	bottom: 0;
	left:0;
  	right:0;*/
	background-color:rgba(102,102,102,1);
	color:rgba(255,255,255,1);
	padding:5px;
}
.footer p {
	margin-bottom:0;
}

.ausstellungen {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse;
}
.ausstellungen caption {
  text-align: right;
  font-size: .85em;
  margin-bottom: 10px;
}
.ausstellungen td, .ausstellungen th {
	font-size: 1.1em;
	border: 1px solid #A9A0C0;
	padding: 3px 7px 2px 7px;
}
.ausstellungen th {
  text-transform:uppercase;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background: rgb(229,76,16);
  background: -webkit-linear-gradient(top, #a9a0c0 0%, #9088a4 50%, #746893 50%, #65558f 100%);
  background: -moz-linear-gradient(top, #a9a0c0 0%, #9088a4 50%, #746893 50%, #65558f 100%);
  background: -o-linear-gradient(top, #a9a0c0 0%, #9088a4 50%, #746893 50%, #65558f 100%);
  background: linear-gradient(top, #a9a0c0 0%, #9088a4 50%, #746893 50%, #65558f 100%);
  color: white;
}
.ausstellungen tr:nth-of-type(even){
	background-color: rgba(150,191,35,0.3);
}
/*.ausstellungen tr:nth-of-type(odd){
	background-color: rgba(169,160,192,0.3);
}*/


 


/*GALERIE*/
/*#gallery1, #gallery2 {
	float: left;
	width: 180px;
	margin-right: 30px;
	margin-left: 10px;
	border-right: white 1px dotted;
}
#gallery1 img, #gallery2 img {
	display: inline-block;
	margin: 0 0 10px 0;
	border: 1px solid rgb(0,0,0);
}
#photo1, #photo2 {
	margin-left: 150px;
	position: relative;
}
#photo1 img, #photo2 img {
	position: absolute;
}
#vita {
	cursor: pointer;
}
#ausstellungen {
	cursor: pointer;
}
.hover {
	opacity:1;
}
.thumb {
	opacity:.5;
}*/







/* Larger than mobile */
@media (min-width: 400px) {
	
 .bild h3 {
	margin-top: 29px;
	font-size:2rem;
}
/*.four.columns {
	width: 100%;
	float:none;
}*/

}

/* Larger than phablet */
@media (min-width: 550px) {
	/*.four.columns {
	width: 100%;
	float:none;
}*/
	/*.four.columns {
	
	float:left;
	}*/
 .bild h3 {
	margin-top: 29px;
	font-size:3rem;
}
}

/* Larger than tablet */
@media (min-width: 750px) {}
  

/* Larger than desktop */
@media (min-width: 1000px) {
  
}

@media (max-width: 750px) {
  .praxis, .osteopathie, .physiotherapie, .ayuverda  {
	  height:auto!important;
  }
  .navi p img {
	  display:none;
  }
 
}
