/* COMMONS */
body{margin:0;padding:0;font-family:Arial,Verdana,sans-serif}
.width_100{width:100%;}
.text_left{text-align:left;}
.float_left{float:left;}
.float_right{float:right;}
.clearer{clear:both;}

/* WIREFRAME */
.responsive_format{max-width:980px;width:95%;margin:0 auto;}
.ul_content{margin:0;padding:0 0 0 15px;}

/* LINKS */
a.active{color:#fff !important;}
#content a{color:#333;background:url(../images/linkarrow.png) left no-repeat;font-weight:bold;text-decoration:none;padding-left:25px;}
#content a:hover{text-decoration:underline;}
a.link_white{color:#fff !important;}
a.link_white:hover{text-decoration:underline;}

/* HEADER */
#header{padding:10% 0 1% 0;}
div.logo img{width:250px;height:auto;}

/* SLIDER */
#wrapper_slider{padding:1% 0;}
ul.bxslider{margin-top:0;}
ul.bxslider li img{margin-left:-39px !important;}

/* CONTENT */
#content{color:#fff;text-align:left;line-height:1.4em;padding:1% 0 3% 0;}
#content h2{font-size:1.6em;}

/* IMPRINT */


/* BACKGROUND */
#wrapper_header{background:#333;}
#wrapper_slider{background:#808080;}
/* home */
body.home{background-color: #C0B3AD;
}
/* ueber uns */
body.ueber-uns{background-color: #B87361;
}
/* unternehmensgeschichte */
body.unternehmensgeschichte{background:#595959;}
/* team */
body.team{background:#97bcc5;}
/* aktuelles */
body.aktuelles{background:#cc9c9c;}
/* service */
body.service{background:#de6e75;}
/* marken */
body.marken{background:#88b9cd;}
/* kontakt */
body.kontakt{background:#880b1d;}
/* impressum */
body.impressum{background:#808080;}

/* MEDIA QUERIES */
@media (min-width: 1px) and (max-width: 900) { 
    #content p{
        padding-right:2%;
    }
    .imprint_right{
        width:100%;
    }
    .imprint_left{
        width:100%;
    }
}
@media (min-width: 901px) and (max-width: 3000px) { 
    #content p{
        padding-right:30%;
    }
    .imprint_right{
        width:30%;
    }
    .imprint_left{
        width:30%;
        padding-right:6%;
    }
}