@charset "UTF-8";
/* CSS Document */
/* CSS Document */
* {
  outline: none;
}

a img {
  border: none;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 990px;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  height: 100%;
}

body {
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#wrapper {
  width: 100%;
  min-width: 980px;
  height: 700px;
  overflow-x: hidden;
  position: relative;
}

#wrap {
  position: relative;
  margin: 0 auto;
  padding: 87px 0 0 0;
  width: 976px;
  display: block;
  min-height: 240px;
}

#logo {
  position: absolute;
  right: 4px;
  top: 30px;
}

#navigation {
  height: 63px;
  padding-left: 1px;
}
#navigation ul, #navigation ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation ul li {
  margin-right: 38px;
  padding-right: 20px;
  padding-top: 9px;
}
#navigation ul li a {
  text-transform: uppercase;
  color: #023f86;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
#navigation ul li.rex-active,
#navigation ul li.rex-current {
  background: url(img/navigation-icon-humburg-langer-haustechnik.png) no-repeat;
  background-position: right top;
}
#navigation ul li.rex-active a,
#navigation ul li.rex-current a {
  border-bottom: 1px solid #ee700e;
}
#navigation ul li:hover a {
  border-bottom: 1px solid #ee700e;
}

#subnav {
  padding-top: 30px;
}
#subnav ul, #subnav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#subnav ul li {
  margin-bottom: 15px;
  padding-left: 20px;
}
#subnav ul li a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}
#subnav ul li:hover,
#subnav ul li.rex-active,
#subnav ul li.rex-current {
  background: url(img/subnav-icon-humburg-langer-haustechnik.gif) no-repeat;
  background-position: left center;
}
#subnav ul li:hover a,
#subnav ul li.rex-active a,
#subnav ul li.rex-current a {
  font-weight: 700;
}

.box1 {
  position: relative;
  background: #ccc;
  width: 240px;
  height: 240px;
  margin: 0 0 4px 0;
  float: left;
  border-right: 4px solid white;
  overflow: hidden;
}

.box2 {
  position: relative;
  background: #ccc;
  width: 484px;
  height: 484px;
  margin: 0 0 4px 0;
  float: left;
  border-right: 4px solid white;
  overflow: auto;
}

.clear {
  clear: both;
}

.lightblue {
  background: #ccd8e7;
}

.middleblue {
  background: #b3c5da;
}

.blue {
  background: #a7bcd5;
}

.darkblue {
  background: #8da8c8;
}

h1 {
  font-weight: 400;
  font-size: 26px;
  color: #023f86;
  text-transform: uppercase;
  padding: 10px 10px 10px 18px;
  margin: 0;
}

h2 {
  padding: 0 0 0 18px;
  margin: 0 0 -15px 0;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}

h3 {
  padding: 5px 8px 5px 18px;
  font-weight: 300;
  font-size: 15px;
  color: #495960;
}

p, ul li {
  color: #495960;
  font-size: 1.03em;
  font-weight: 300;
  line-height: 1.5em;
  padding: 5px 15px 5px 18px;
}

strong {
  font-weight: 700;
}

.box1 img, .box1 p img {
  position: absolute;
  left: 0;
  top: 0;
}

.solo {
  position: absolute;
  bottom: 0;
}

.middleblue p, ul li, h2, h1 {
  color: #004087;
}

.darkblue p {
  color: #fff;
}

a {
  color: #023f86;
  text-decoration: none;
}

img.wasserzeichen {
  margin: 0 -50px 0 0;
}

ul {
  margin: 0;
  padding: 0 0 17px 17px;
  list-style-image: url(img/listimg-humburg-langer-haustechnik.png);
}
ul li {
  margin: 0;
  padding: 0 6px 0 0;
}

#schmuck0 {
  position: absolute;
  top: 150px;
  right: 980px;
  background: #fff;
  height: 240px;
  width: 5500px;
  display: block;
}

#schmuck1 {
  position: absolute;
  bottom: 4px;
  right: 980px;
  background: #ccd8e7;
  height: 240px;
  width: 5500px;
  display: block;
}

#schmuck2 {
  position: absolute;
  top: 150px;
  right: 0;
  background: #ccd8e7;
  height: 240px;
  width: 980px;
  display: block;
}

#signet {
  position: absolute;
  right: -70px;
  bottom: -60px;
  background: url(img/signet-humburg-langer-haustechnik.png) no-repeat;
  width: 220px;
  height: 220px;
  display: block;
}

#clear {
  position: relative;
  height: 150px;
  display: block;
  width: 100%;
  clear: both;
}

#logoleiste {
  position: absolute;
  bottom: 0;
  height: 130px;
  width: 100%;
}
#logoleiste #logos {
  position: relative;
  margin: 0 auto;
  width: 976px;
}
#logoleiste #logos a {
  margin-right: 10px;
}
#logoleiste #logos a-last {
  margin-right: 0;
}
#logoleiste #logos a.bni {
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 9;
}

#footer {
  position: absolute;
  bottom: 0;
  height: 80px;
  background: #4d78aa;
  width: 100%;
}
#footer #footerLinks {
  margin: 0 auto;
  width: 755px;
  text-align: right;
  padding: 30px 18px 0 0;
}
#footer #footerLinks a {
  text-transform: uppercase;
  color: #022753;
  margin-left: 20px;
}
#footer #footerLinks a:hover {
  color: #ccd8e7;
}

.hide {
  display: none;
}
