/**
 * Layout Styles
 *
*/
/*@import url(https://fonts.googleapis.com/css?family=Questrial);*/


body {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#666666;
	font-size:1.5em;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
	color:#000080;
	font-size:5em;
	font-family: 'Questrial', sans-serif;
}

h2 {
	color:#fff;
	font-size:3.7em;
	font-family: 'Questrial', sans-serif;
}

h3 {
	margin-top:0px;
	text-transform:uppercase;
}

h4 {
	margin:0px;
}

h5 {
}

h6 {
}

a, a:hover, a:focus, a:active {
}

.facebook-link:hover {
	text-decoration:none;
}



/**
 * Bootstrap Styles
 *
*/
.container {
	max-width:1000px;
}


/**
 *  Header Styles
 *
*/
#header {
	float:left;
	width:100%;
}

#header .logo {
	float:left;
	margin-top: 10px;
	margin-bottom:10px;
}

#main-menu-bar {
	background:none;
	border:none;
	border-radius:0px;
}

#main-menu-bar ul {
	float:right;
	margin-top:50px;
}

#main-menu-bar .navbar-nav>li>a {
	text-transform:uppercase;
	text-align:center;
	padding-bottom:0px;
	padding-top:0px;
}

#main-menu-bar .navbar-nav>.active>a, #main-menu-bar .navbar-nav>.active>a:hover, #main-menu-bar .navbar-nav>.active>a:focus {
	background:none;
}

#main-menu-bar .nav-icon {
	margin-bottom:5px;
}

#main-menu-bar .nav-title {
}

#main-menu-bar li.last a {
	padding-right:0px;
}





/**
 * Slider Styles
 *
*/
#slider-bar {
	float:left;
	width:100%;
}

#slider-bar .nivo-controlNav {
	display:none;
}

#slider-bar .theme-default .nivoSlider {
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px #4a4a4a;
	-moz-box-shadow: 0px 0px 0px 0px #4a4a4a;
	box-shadow: 0px 0px 0px 0px #4a4a4a;
}



/**
 *  Content Styles
 *
*/
#content {
	float:left;
	width:100%;
}



/**
 * weclome section
 *
*/
#section-welcome {
	float:left;
	width:100%;
	padding-bottom:50px;
	background-color: lightgrey;
}




/**
 * physio section
 *
*/
#section-phsyio {
	float:left;
	width:100%;
	background-color:#fff;
	color:#000;
	padding-bottom:50px;
}

#section-phsyio h2{
	color: #000080;
}

#section-phsyio ul {
	padding:0px;
	padding-left:15px;
}

/**
 * personal section
 *
*/
#section-personal {
	float:left;
	width:100%;
	background-color:orange;
	color:#fff;
	padding-bottom:50px;
}

#section-personal ul {
	padding:0px;
	padding-left:15px;
}



/**
 * contact section
 *
*/
#section-contact {
	float:left;
	width:100%;
	background-color: lightgray;
	color:#000;
	padding-bottom:20px;
}

.imprint-link {
	color:#fff;
	float:left;
}

.imprint-link:hover {
	color:#fff;
}


.mail-link {
	color:#fff;
}

.mail-link:hover {
	color:#2c2c61;
}

/*#route {
	display: none;
}*/
#map {
	width: 100%;
}





/**
 *  Footer Styles
 *
*/
#footer {
	float:left;
	width:100%;
}
