/* ==============
   Base Styles & Variables
   ============= */
/*Farben*/
body {
  margin: 0;
  padding: 0;
  font: normal 14px/22px 'Magra', Arial, Helvetica, sans-serif;
  color: #484848;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
h1 {
  font-family: 'Magra', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.75em;
  color: #d9332f;
  border-bottom: 1px solid #bfc3c6;
  padding: 0 0 10px 0;
  margin: 0 0 7px 0;
}
h2 {
  font-family: 'Magra', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  color: #4a8d9b;
  text-transform: uppercase;
}
h3 {
  font-family: 'Magra', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  color: #d9332f;
  margin: 0 0 10px 0;
}
h4 {
  font-family: 'Magra', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  color: #d9332f;
}
h5 {
  font-family: 'Magra', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #d9332f;
}
h6 {
  font-family: 'Magra', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: .8em;
  color: #d9332f;
}
p {
  margin: 0 0 10px 0;
}
a {
  color: #36383b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
  color: #af9970;
}
h2 a {
  color: #4a8d9b;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
/* ==============
   Header
   ============= */
header {
  width: auto;
  background: url(../img/header-bg.png) repeat-x;
  border-bottom: 3px solid #d9332f;
  z-index: 999;
}
header .wrapper {
  z-index: 999;
}
#wbs-logo a {
  width: 287px;
  height: 95px;
  display: block;
  text-indent: -9999px;
  background: url(../img/wbs-logo.png) no-repeat;
  float: left;
  margin: 100px 0 0 15px;
}
.header-bottom {
  background: url(../img/karton-oben.jpg) no-repeat;
  height: 177px;
  z-index: 990;
}
nav {
  text-transform: uppercase;
  margin: 0 0 0 15px;
}
nav ul li {
  float: left;
  padding: 72px 0 0 0;
  list-style: none;
}
nav ul li:hover a {
  color: #f5f5f5;
  background: url(../img/klebestreifen.png) no-repeat 0 -164px;
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.25);
  text-decoration: none;
}
nav ul li a {
  font: normal 1.85em/2em 'Anton', Arial, Helvetica, sans-serif;
  color: #36383b;
  text-decoration: none;
  padding: 60px 20px 0 20px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.51);
}
nav ul li.current a,
nav ul li.currentpath a {
  color: #f5f5f5;
  background: url(../img/klebestreifen.png) no-repeat 0 -164px;
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.25);
  text-decoration: none;
}
/*Dropdown*/
ul li.open:hover ul {
  display: block;
}
ul li.open:hover ul li a {
  color: #36383b;
  background: none;
  box-shadow: none;
}
ul li.open ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 118px;
  left: 0;
  background: url(../img/klebestreifen.png) repeat-y;
  margin: 0;
  min-height: 103px;
  width: 138px;
  padding: 0 0 10px 15px;
}
ul li.open ul li {
  margin: 0;
  padding: 6px 0;
  float: none;
}
ul li.open ul li a {
  margin: 0;
  padding: 0;
  font-size: 1.05em;
  line-height: 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
ul li.open ul li a:hover {
  background: none;
  box-shadow: none;
  color: #f5f5f5;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.51);
}
#stoerer {
  float: right;
  margin: 35px 30px 0 0;
}
/*Header & Slogans*/
#slogan {
  position: absolute;
  left: 300px;
  top: -10px;
  width: 641px;
  height: 294px;
  text-indent: -9999px;
}
#header-image {
  float: right;
  position: relative;
  top: 17px;
  z-index: 999;
  width: 527px;
  height: 294px;
  text-indent: -9999px;
}
#slogan {
  background: url(../img/header/slogan-home.png) no-repeat;
}
#header-image {
  background: url(../img/header/DA_logo.png) no-repeat;
}
.haushaltsaufloesung #slogan {
  background: url(../img/header/slogan-haushalt.png) no-repeat;
}
.abbruch #slogan {
  background: url(../img/header/slogan-abriss.png) no-repeat 30px 0;
}
.ententsorgungs-containerdienst #slogan {
  background: url(../img/header/slogan-container.png) no-repeat 45px 0;
}
.ausschachtung-und-bodenmanagement #slogan {
  background: url(../img/header/slogan-boden.png) no-repeat 10px 0;
}
.haushaltsaufloesung #header-image {
  background: url(../img/header/header-haushalt.png) no-repeat;
}
.abbruch #header-image {
  background: url(../img/header/header-abriss.png) no-repeat;
}
.ententsorgungs-containerdienst #header-image {
  background: url(../img/header/header-container.png) no-repeat;
}
.ausschachtung-und-bodenmanagement #header-image {
  background: url(../img/header/header-boden.png) no-repeat;
}
/* ==============
   Content
   ============= */
.ecke-down {
  width: 121px;
  height: 21px;
  background: url(../img/pfeil-down.jpg) no-repeat;
  display: block;
  text-indent: -9999px;
  position: relative;
  top: -75px;
}
.ecke-up {
  width: 121px;
  height: 21px;
  background: url(../img/pfeil-up.jpg) no-repeat;
  display: block;
  text-indent: -9999px;
  position: absolute;
  bottom: -5px;
  right: 80px;
}
.content {
  padding: 72px 0 94px 0;
  z-index: 1;
}
#breadcrumb {
  position: absolute;
  top: 30px;
  font-size: 10px;
  color: #af9970;
}
#breadcrumb a {
  color: #af9970;
}
.row-full {
  width: auto;
  margin: 0 0 45px 0;
}
div.large {
  width: 493px;
  float: left;
  margin: 0 30px 0 0;
}
div.small {
  width: 380px;
  float: right;
}
div.equal {
  width: 46%;
  float: left;
  margin: 0;
}
div.equal.last-child {
  margin: 0 0 0 75px;
}
.nobox div.large {
  width: 570px;
}
.nobox div.small {
  width: 280px;
}
.content ul {
  list-style-position: inside;
}
.adv-box {
  width: 348px;
  height: 272px;
  border: 2px solid #D9332F;
  padding: 33px 0 0 25px;
  background: url(../img/vorteile-bg) no-repeat;
}
.adv-box li {
  list-style: none;
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #36383b;
  text-shadow: none;
  text-transform: uppercase;
  line-height: 1.68em;
}
.quote {
  color: #af9970;
  font-size: 1.6em;
  text-align: right;
  position: absolute;
  right: 10px;
  width: 380px;
  line-height: 1.05em;
  font-style: italic;
}
/* ==============
   Homepage Styles
   ============= */.sol-item {
  border-bottom: 1px solid #7c858b;
  margin: 30px 0 0 0;
}
.sol-item h2 {
  margin: 0 0 10px 0;
}
.sol-item p img {
  margin: -18px 0 0 0;
}
/* ==============
   Gallery Styles
   ============= */
div.small .gallery-fancybox .gallery-thumb {
  float: left;
  padding: 0;
  border: solid 1px #d9332f;
  margin-right: 10px;
  margin-bottom: 20px;
  box-shadow: 0 3px 7px #CCC;
}
div#gallery .gallery-fancybox .gallery-thumb {
  float: left;
  padding: 0;
  border: solid 1px #d9332f;
  margin-right: 35px;
  margin-bottom: 20px;
  box-shadow: 0 3px 7px #CCC;
}
/* ==============
   Formular Styles
   ============= */
#p01-contact1 {
  margin: 25px 0;
}
#p01-contact1 input, .kontakt .field.text input {
  width: 285px;
  background: #f9f9f9;
}
#p01-contact1 textarea, .kontakt .field.textarea textarea {
  width: 425px;
  background: #f9f9f9;
}
#p01-contact1 .submit, .kontakt div .submit {
  width: 150px;
  background: #d9332f;
  color: whiteSmoke;
  text-shadow: 0 1px 0 #000;
  border: 1px solid #7a1111;
}
#p01-contact1 .submit:hover, .kontakt div .submit:hover {
  background: #4a8d9b;
  color: #fff;
  text-shadow: none;
  border: 1px solid #355b70;
}
#p01-contact1 .submit:active, .kontakt div .submit:active {
  background: #af9970;
  color: #fff;
  text-shadow: none;
  border: 1px solid #5f461c;
}
#p01-contact1 .submit,
#p01-contact1 .submit:hover,
.kontakt div .submit,
.kontakt div .submit:hover {
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
/* ==============
   Footer Styles
   ============= */
footer {
  background: #ecedf1;
  border-top: 3px solid #d9332f;
}
.footercontent {
  min-height: 250px;
  background: url(../img/karton-unten.jpg) no-repeat;
}
#sitemap {
  text-transform: uppercase;
  margin: 0 0 0 10px;
}
#sitemap li {
  float: left;
  padding: 35px 0 0 0;
  list-style: none;
}
#sitemap li a {
  font: normal 1.35em/2em 'Anton', Arial, Helvetica, sans-serif;
  color: #36383b;
  text-decoration: none;
  padding: 0 15px 0 15px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.51);
}
#sitemap li a:hover {
  color: #f9f9f9;
  text-decoration: none;
}
#standorte {
  text-transform: uppercase;
  margin: 0 10px 0 0;
  float: right;
}
#standorte li {
  float: left;
  padding: 35px 0 0 0;
  list-style: none;
}
#standorte li a {
  font: normal 1.35em/2em 'Anton', Arial, Helvetica, sans-serif;
  color: #36383b;
  text-decoration: none;
  padding: 0 15px 0 15px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.51);
}
#standorte li a:hover {
  color: #f9f9f9;
  text-decoration: none;
}
.footercontent span.seo-footer {
  display: block;
  margin: 65px 0 0 0;
  text-align: left;
  font-size: 0.85em;
}
.footercontent center {
  margin-top: 6em;
  margin-bottom: 3em;
}

/* ==============
   Css3
   ============= */
a,
a:hover {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
