/* © Copyright Naturheilpraxis Mettier
Design: www.carolabartsch.ch */

@font-face {
    font-family: 'numansregular';
    src: url('fonts/numans-regular-webfont.woff2') format('woff2'),
         url('fonts/numans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
	font-size: 62.5%;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
body {
	text-align: center;
	font: 14px/19px 'numansregular',Verdana, Geneva, sans-serif;
	color:#6F7072;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'numansregular',Verdana, Geneva, sans-serif;
	font-weight:normal;
}
h1 {
	font-size: 22px;
	line-height:25px;
	margin:0;
	padding:0px 0px 15px 0px;
	color:#A31824;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 12px;
	line-height:15px;
	color:#A31824;
}
h5, h6 {
	font-size: 14px;
	line-height:22px;
}
a { 
	font-family: 'numansregular',Verdana, Geneva, sans-serif;
	text-decoration: none;
	color:#6F7072;
}
a:hover { 
	color:#A31824;
}
div#wrapper {
	width:800px;
	height:100%;
	margin:0px auto;
	text-align:left;
	background-color:#FFF;

}
div#header {
	position:relative;
	padding:0;
	width:800px;
	height: 230px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
div#logo {
	float:right;
	margin-top:43px;
	margin-right:40px;
	margin-bottom:47px;
}
div#logo img{
	float:left;
	margin-top:8px;
}
div#logo h4{
	float:right;
	margin-top:46px;
}
div#logo h3{
	margin-right:5px;
}
div#nav {
	width:500px;
	float:left;
	text-align:left;
	height:40px;
	padding-left:300px;
	padding-top:12px;
	background-image:url(../images/bg-nav.jpg);
	background-repeat:repeat-x;
}
div#nav li {
	display:inline;
	margin-right: 40px;
	text-decoration: none;
}
div#nav a:hover,
ul#subnav a:hover,
body#home li.navhome a,
body#ueber li.navueber a,
body#therapien li.navtherapien a,
body#therapien.naturheilkunde li.naturheilkunde a,
body#therapien.kinesiologie li.kinesiologie a,
body#therapien.craniosacral li.craniosacral a,
body#therapien.unterstuetze li.unterstuetze a,
body#praxis li.navpraxis a,
body#kontakt li.navkontakt a {
	color:#A31824;
}
div#wrap_content {
	position:relative;
	text-align:left;
	margin-top:40px;
	height:auto;
}
div#maincontent {
	float:right;
	margin-bottom:10px;
	padding-right:40px;
	width:460px;
	height:auto;
	text-align:left;
}
div#maincontent.closed {
	float:left;
	margin-bottom:10px;
	padding:40px 20px 0px 20px;
	width:760px;
	height:auto;
	text-align:center;
}
body#kontakt h5{
	white-space:pre;
}
body#kontakt h6{
	display:block;
	white-space:pre;
	text-align:right;
	margin-top:-40px;
	margin-bottom:12px;
}
div#map a{
	font-size: 11px;
	color:#6F7072;
}
div#map a:hover{
	color:#A31824;
}
div#col {
	margin:0;
	float:left;
	text-align:left;
	width: 195px;
	height:auto;
	padding:40px 75px 0px 30px;
	margin-bottom:20px;
}
body#home div#col {
	margin-bottom:0px;
}
span.sl1{
	font-size: 22px;
	line-height:40px;
	color:#A31824;
}
span.sl2{
	display:block;
	white-space:pre;
	text-align:right;
	padding-top:0px;
	line-height:28px;
	color:#A31824;
}
span.sl3{
	font-size: 22px;
	line-height:40px;
}
body#therapien div#col {
	padding-top:40px;
}
ul#subnav li a {
	display:block;
	list-style-type:none;
	line-height:22px;
}
body#kontakt div#col {
	padding-top:60px;
}
span.sl4{
	font-size: 18px;
	line-height:24px;
	color:#A31824;
	white-space:pre;
}
span.sl5{
	font-size: 18px;
	display:block;
	white-space:pre;
	text-align:right;
	padding-top:30px;
	line-height:22px;
	color:#A31824;
}
div#footer {
	width:770px;
	font-size:11px;
	text-align: left;
	padding-left:20px;
}
div#design {
	float:right;
	margin-top:-20px;
	margin-right:40px;
}
body#home {
	height:100%;
}
div#main {
	min-height:100%;
}
div#clear {
	clear:both;
}
body#home div#wrap_content  {
	padding-bottom: 120px;
}
body#home div#footer {
    position:relative;
	height:135px;
	margin-top:-150px;
    padding-bottom:15px;
	background-image:url(../images/flowers.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
    overflow:hidden;
}
body#home div#footer p{
    padding-top:130px;
}
#home #address{
    position:absolute;
    left: 20px;
    bottom: 110px;
}
#home #address h6{
    font-size: 12px;
}

@media screen and (max-width: 800px) {
    html, body{
        position:relative;
        width:100%;
        background-image:none;
        overflow-x:hidden;
    }
	div#wrapper {
	width:100%;
	text-align:center;
    }
    div#header {
	   width:100%;
    }
    div#logo h4{
	   text-align:left;
    }
    #divnav{
        width:100%;
        overflow-x:hidden;
    }
    div#maincontent.closed {
	   width:100%;
        padding-left:0px;
        padding-right:0px;
    }
    div#maincontent.closed h1 {
        padding-left:10px;
        padding-right:10px;
    }
    div#footer{
        width:100%;
        max-width:100%;
        padding-left:0px;
        overflow-x:hidden;
    }
     div#footer p{
        padding-left:10px;
    }
}
@media screen and (max-width: 720px) {
div#header {
    background-image:url(../images/header2.jpg);;
    }
}
@media screen and (max-width: 580px) {
div#header {
    background-image:url(../images/header3.jpg);
    }
    div#maincontent.closed {
	padding-top:10px;
    }
}

@media screen and (max-width: 540px) {
div#header {

    background-image:none;
    }
}

