@charset "UTF-8"; 
 /**
 *
 * @copyright       Copyright 2013, Daniel Raßbach
 *
 * @link            http://www.rasani.de
 * @lastmodified    $Date: 2013-03-28 14:00:00 +0100 $
 * @created         2013-03-28 14:00:00 +0100
 */

@import url('style.css');

/*###################################################
 *                                                  *
 *                  General Elements                *
 *                                                  *
 ###################################################*/

.hidden {
  display: none;
}

body {
  padding:0;
  margin:0;
  background:url('../bilder/bgrHolzbodenDunkel.jpg') left top;
  font-family: 'Open Sans', sans-serif;
}

.wrapper {
  padding-bottom: 70px;
}

.container {
  position:relative;
}
b, strong {
  letter-spacing: 0.08em;
}
a {
  color:#fff;
  text-decoration:none;
}
a:hover {
  text-shadow:0 0 5px #fff;
  text-decoration:none;
  color:#fff;
}
h1, h2, h3, h4, h5, h6 {
  color:#fff;
  text-transform:uppercase;
  font-weight:600;
}
h1 {
  font-size:30px;
}
h2 {
  font-size:26px;
}
h3 {
  font-size:22px;
}
h4 {
  font-size:18px;
}
h5 {
  font-size:16px;
}

 ul, footer ul {
  list-style-type:none;
}
 li, footer li {
  position:relative;
  margin-bottom:5px;
  padding-left:10px;
}
 li:before, footer li:before {
  background:url('../bilder/icon/iconStuhl.png');
  content:'';
  position:absolute;
  right:100%;
  height:25px;
  width:25px;
  top:-3px;
}

.light {
  background:url('../bilder/bgrHolzbodenHell.jpg') left top;
  box-shadow: 0px 2px 25px #000;
  position:relative;
}

.dark {
  box-shadow: 0px 2px 25px #000;
  position:relative;
}

.light #content--main, .light div.rotating_gallery {
  position:relative;
  z-index:500;
}
.light:after {
  content:' ';
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background: -moz-radial-gradient(center, ellipse cover,  rgba(248,243,219,0.8) 0%, rgba(248,243,219,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(248,243,219,0.8)), color-stop(100%,rgba(248,243,219,0))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(248,243,219,0.8) 0%,rgba(248,243,219,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  rgba(248,243,219,0.8) 0%,rgba(248,243,219,0) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  rgba(248,243,219,0.8) 0%,rgba(248,243,219,0) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  rgba(248,243,219,0.8) 0%,rgba(248,243,219,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66f8f3db', endColorstr='#00f8f3db',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  z-index:100;
}

.light:before, .dark:before {
  background: url('../bilder/bgrDeteils.png')no-repeat left top;
  content: ' ';
  width: 350px;
  height: 70px;
  position: absolute;
  top: 100%;
  opacity:0.9;
}
.well h2 {
  font-size: 1.6em;
  margin-top: -48px;
}
.light p, .light label {
  color:#5d5141;
  font-weight:400;
}
.dark p, .dark label, .dark li {
  color:#ffeec9;
  font-weight:300;
}
.light .well h2 {
  color:rgba(62,46,34,0.5);
}
.light .well li {
  color:#fff;
  font-weight:300;
}
.dark .well li {
  color:#f9ecd1;
  font-weight:300;
}

.dark .well h2 {
  color:#b8a489;
}

label {
  margin-bottom:0;
}

input, textarea {
  width:100%;
  padding:0;
  padding:3px;
  border-radius:0;
  border:none;
  box-shadow:none;
  font-family:'Open Sans',sans-serif;
  margin-bottom:10px;
}
.dark input[type="submit"] {
  background:#ffeec9;
}
.light input[type="submit"] {
  background:#5d5141;
  color:#fff;
}
  
/*###################################################
 *                                                  *
 *                  Navigation Elements             *
 *                                                  *
 ###################################################*/
#logo {
  background: url('../bilder/logoHome.png')no-repeat left bottom;
  background-size: contain;
  height: 120px;
  padding: 0;
  width: 100%;
  display: block;
}
.navbar-inner {
  border:none;
}
.navbar-inner {
  background:url('../bilder/bgrBraun.jpg')left top;
  min-height:165px;
}
.navbar {
  box-shadow: 0px 2px 25px #000;
  position:relative;
  z-index:900;
  margin-bottom:90px;
}
.navbar .nav {
  margin: 0 0 0 80px;
}
.navbar .nav>li:before {
  display:none;
}
.navbar .nav>li {
  padding: 0;
}

.navbar .nav>li>a {
  text-shadow: none;
  font-size: 1em;
  color:rgba(225,208,173,0.7);
  text-transform: uppercase;
  -webkit-transition: all 0.5s ;
  transition: all 0.5s ;
  padding: 10px;
  letter-spacing:0.08em;
}
.navbar .nav>li>a:hover, .navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
  background:transparent;
  box-shadow:none;
  text-shadow: 0 0 10px #fff;
  color:rgba(255,255,255,1);
  -webkit-transition: all 0.5s ;
  transition: all 0.5s ;
}
.navbar-inner {
  border-radius:0;
}
/*###################################################
 *                                                  *
 *                  Slider Elements                 *
 *                                                  *
 ###################################################*/

#quote {
  padding: 0;
  width: 100%;
  position:relative;
  text-align:center;
}

#quote:before {
  background: url('../bilder/anführungszeichenOffen.png')no-repeat left top;
  height: 130px;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 30px;
  content: '';
  top: -70px;
  opacity: 0.2;
}
#quote:after {
  background: url('../bilder/anführungszeichenZu.png')no-repeat left top;
  height: 120px;
  padding: 0;
  width: 150px;
  position: absolute;
  right: 220px;
  top: 40px;
  content: '';
  opacity: 0.2;
}
#quote h2 {
  text-transform: none;
  font-size: 2.5em;
  font-weight: 400;
  color:#ffeec9;
}
#quote h2 span.subtitle {
  font-size: 0.7em;
  font-weight: 300;
  font-style: italic;
}
#quote h1 {
  font-size:1.3em;
  font-weight:400;
  color:#ffeec9;
}
#quote .white {
  color:#fff;
}



.referenz_item > img {
  width:100%; 
  height:auto;
  border-radius:100%;
  border:5px solid white;
  margin: 60px 0 30px 0;
}
.referenz_item > h2 {
  font-size:1.5em;
  text-align: center;
  line-height: 1.25em;
}

/*###################################################
 *                                                  *
 *                  Content Elements                *
 *                                                  *
 ###################################################*/

.joboffer {
  border: 1px solid #8C7C61;
  padding: 1em;
  margin-top: 10px;
}

.well {
  background: -moz-linear-gradient(top,  rgba(62,46,34,0.5) 0%, rgba(62,46,34,0.5) 1%, rgba(62,46,34,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,46,34,0.5)), color-stop(1%,rgba(62,46,34,0.5)), color-stop(100%,rgba(62,46,34,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(62,46,34,0.5) 0%,rgba(62,46,34,0.5) 1%,rgba(62,46,34,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(62,46,34,0.5) 0%,rgba(62,46,34,0.5) 1%,rgba(62,46,34,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(62,46,34,0.5) 0%,rgba(62,46,34,0.5) 1%,rgba(62,46,34,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(62,46,34,0.5) 0%,rgba(62,46,34,0.5) 1%,rgba(62,46,34,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#803e2e22', endColorstr='#003e2e22',GradientType=0 ); /* IE6-9 */
  border:none;
}

.hobel-gross {
  margin:auto;
  background:url('../bilder/logo.png') no-repeat center center;
  height:43px;
  width:73px;
  text-align: center;
  position: relative;
}
/*.hobel-gross span {
  display: inline-block;
  position: relative;  
}*/
.hobel-gross:before,
.hobel-gross:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 245px;
  height: 3px;
  background: #ffeec9;
  margin-top: 12px;
}
.hobel-gross:before {
  right: 100%;
  margin-right: 55px;
}
.hobel-gross:after {
  left: 100%;
  margin-left: 55px;
}

.hobel-klein {
  margin:auto;
  background:url('../bilder/logoKlein.png') no-repeat center center;
  height:23px;
  width:53px;
  text-align: center;
  position: relative;
}
.hobel-klein:before,
.hobel-klein:after {
  content: "";
  position: absolute;
  top: -4px;
  width: 200px;
  height: 3px;
  background: #ffeec9;
  margin-top: 12px;
}
.hobel-klein:before {
  right: 100%;
  margin-right: 35px;
}
.hobel-klein:after {
  left: 100%;
  margin-left: 35px;
}
.hobel-grafik {
  background: url('../bilder/handhobel.png')no-repeat left top;
  height: 480px;
  width: 600px;
  position: relative;
  left: -115px;
}
/*###################################################
 *                                                  *
 *                  Footer Elements                 *
 *                                                  *
 ###################################################*/
footer {
  background:url('../bilder/bgrBraun.jpg')left top;
  padding-top:30px;
}
footer .kontakt p {
  padding-left: 80px;
}

footer .csc-menu li {
    display: inline;
    float: right;
}

footer .csc-menu li:before {
    content: none;
}

footer p, footer li {
  color:#ffeec9;
  font-weight:300;
  font-size: 1em;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  font-size: 17px;
  font-weight: 400;
  margin-top: 17px;
  margin-bottom: 22px;
}

footer a {
  color:#ffeec9;
}
footer a:hover {
  color:#fff;
  text-decoration:none;
}
.leistung2 {
  margin-top:80px;
}

/* IMG */
DIV.csc-textpic, DIV.csc-textpic DIV.csc-textpic-imagerow, UL.csc-uploads LI {
  width:100%;
}
DIV.csc-textpic .csc-textpic-imagewrap IMG {
  width:100%;
}
/*###################################################
 *                                                  *
 *               Responsive Elements                *
 *                                                  *
 ###################################################*/
@media (max-width: 800px) {
#content--main {
  padding: 0 10px;
}
#logo {
  background-size:contain;
}
}
@media (max-width: 650px) {
div.gallery, .hobel-grafik {
  display:none;
}
iframe {
  width:100%;
}
}

@media (min-width: 1200px) {
.container, .navbar .container {
  width: 960px;
}
}

