body{ 
  background: url('img/wasserfall.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    	font-family: 'Playfair Display', serif;

  font-size: 16px;
}

h1,h2,h3,h4,h5,h6,b{
	  font-family: 'EB Garamond', serif;

	font-weight:500;
}

.higlighted{
	font-size:24px;
	line-height: 1
}

@media only all and (min-width: 800px){
	#navigation.navbar-fixed-top{
			left:auto;
			right:auto;
		width:800px;
	}
	
	#home{
		border-radius:4px 4px 0 0;
	}
	#kontakt{
		border-radius:0 0 4px 4px;
	}
}

#pageWrapper{
	max-width: 800px;
	overflow:hidden;
}

#navigation.navbar-fixed-top{
	margin-top:0;
}

#navigation.navbar-fixed-top .navbar{
	border-radius:0;
}

#navigation.navbar-fixed-top .navbar-header{
	padding-left:15px;
	padding-right:15px;
}

#navigation.navbar-fixed-top .navbar-collapse{
	padding-left:30px;
	padding-right:30px;
}

#navigation{
	position:relative;
	z-index:1;
	margin-top:40px;
}

#navigation .navbar{
	background:#0e888a;
	border:0!important;
	margin-left:-15px;
	margin-right:-15px;
}

#navigation li{
	padding-bottom:10px;
}

#navigation li.active a{
	background: none;
	border-bottom:2px solid #fff;
}

#navigation a{
	color:#fff;
	font-size:18px;
}

#header h1{
	position:relative;
	z-index:1;
	margin-top:40px;
	font-size:65px;
	text-align:right;
	color:#fff;
	display:inline-block;
	float:right;
}

#header h1:before{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	z-index:-1;
	width: 300%;
	height:400%;
	background: radial-gradient(circle, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 70%);
	transform:translate(-50%, -50%);
	
}

#home, #kinesiologie, #tcm, #ueberMich, #tarif, #kontakt{
	padding-top:50px;
	background:rgba(255,255,255,.9);
}

#home{
	margin-top:0px;
	padding-top:20px;
}

#ueberMich td{
	padding-right: 15px;
}

#kontakt{
	margin-bottom:80px;
}

#kontakt .full-map{
	width:100%;
	margin-top:20px;
}


.image-wrapper img{
	width:50%;
	float:right;
	border-radius:5px;
	margin:0 0 15px 15px;
}

@media only all and (min-width: 500px){
	.image-wrapper img{
	width:40%;
}
	}