@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Light.eot');
    src: url('fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/roboto/Roboto-Light.woff2') format('woff2'),
        url('fonts/roboto/Roboto-Light.woff') format('woff'),
        url('fonts/roboto/Roboto-Light.ttf') format('truetype'),
        url('fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Regular.eot');
    src: url('fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/roboto/Roboto-Regular.woff2') format('woff2'),
        url('fonts/roboto/Roboto-Regular.woff') format('woff'),
        url('fonts/roboto/Roboto-Regular.ttf') format('truetype'),
        url('fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* { margin:0; padding:0; text-indent:0; font-family:'Roboto', sans-serif; font-weight:300; color:#666666; }
html, body { height:100%; }
h1 { margin-bottom:25px; color:#666666; font-size:30px; font-weight:300; }
h2 { margin-bottom:10px; color:#f7ae34; font-size:23px; font-weight:300; }
p { font-size:15px; line-height:25px; margin-bottom:25px; }
strong, b { font-weight:400; }
abbr { border-bottom:1px dotted; cursor:help; }

#wrapper { width:1230px; margin:auto; position:relative; background:#f7ae34;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000; }
	
#header_image { width:1230px; height:320px; overflow:hidden; top:0px; left:0; position:absolute; }
#background { width:1230px; top:0px; left:0px; overflow:hidden; position:absolute; z-index:5; }
#content { width:1230px; top:0px; left:0px; position:absolute; z-index:10; }
#content ul { margin-left:20px; }
#content ul li { margin-bottom:5px; }

#logo { top:55px; left:130px; position:absolute; }
ul#navigation { top:380px; left:180px; width:220px; margin:0; position:absolute; }
ul#navigation li { list-style-type:none; margin-bottom:22px; font-size:16px; font-weight:400; }
ul#navigation li a { text-decoration:none; font-weight:400; }
ul#navigation li.active, ul#navigation li.active a, ul#navigation li:hover { list-style-image:url(images/naturheilpraxis_list_image.png); color:#f7ae34; }

#textbox { left:480px; top:350px; width:620px; position:absolute; background:rgba(255,255,255,0.8) }
#textbox ul li {  font-size:15px; line-height:21px; margin-bottom:5px; }
#kontakt { top:840px; left:160px; position:absolute; }
#kontakt p { font-size:13px; line-height:20px; }
#kontakt p a { text-decoration:none; }
#kontakt sup { font-size:10px; }

#footer { left:0px; height:180px; position:absolute; }


.w54 { padding:15px 40px 60px 40px; }
.impressum { font-size:13px; line-height:20px; }
.h14 { height:1370px; }
.t14 { top:1190px; }
.h15 { height:1420px; }
.t15 { top:1240px; }
.h16 { height:1520px; }
.t16 { top:1340px; }
.h17 { height:2080px; }
.t17 { top:1900px; }
.h18 { height:2250px; }
.t18 { top:2070px; }
.h20 { height:2350px; }
.t20 { top:2170px; }
.h30 { height:3780px; }
.t30 { top:3600px; }
.clearbreak { width:1230px; height:20px; clear:both; }


label {color:#333;}
input { width:200px; border:1px solid #CCC; padding:5px; margin:0 30px 10px 0; font-size:12px; color:#000;}
input:focus { background:#EFEFEF; border:1px solid #000;}
textarea { border:1px solid #CCC; padding:5px; margin:0 0 10px 0; width:441px; height:160px;}
.fehler { color:#930; margin-bottom:30px; text-align:left; }
.siteactive {color:#f7ae34; font-weight:400;}
.border {border:1px solid #f7ae34;}

.list {margin-bottom: 0px;}