﻿/* Meta CSS Für Energiekontor */
@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0 0 245px;
}
@media (min-width: 768px) {
  body {
    margin: 0 0 123px;
  }
}
a:hover,
a :visited,
a :active {
  font-family: volkswagen_serialbold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.active > * {
  font-family: volkswagen_serialbold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: volkswagen_serialbold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 0.9;
  color: #19a3db;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  padding: 0;
  margin: 0;
  margin-top: 17px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 23px;
	height: 25px;
	width: 1240px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  position: relative;
  margin-top: 0px;
  max-width: 1280px;
  border-bottom-style: none;
  overflow: hidden;
  /*background: url('../images/header-bg.png') repeat-y top left;*/
}
.page-header .signet {
  margin-top: 72px;
  margin-left: 31px;
  margin-bottom: -14px;
  /*@media (min-width: @screen-md-min) {
	      	margin-bottom: 46px;
	    }
	    @media (min-width: @screen-lg-min) {
			margin-bottom: 46px; 	   
		 }*/
  /* Image 230x54 Px */
}
@media (min-width: 768px) {
  .page-header .signet {
    margin-bottom: 46px;
  }
}
.page-header .signet img {
  height: 54px;
  width: 230px;
}
.page-header .navi {
  border: none;
}
.page-header .navi:before {
  content: "";
  width: 1280px;
  min-height: 32px;
  background: #ffffff no-repeat fixed;
  opacity: 0.95;
  filter: alpha(opacity=95);
  top: 0px;
  left: 0px;
  position: absolute;
  display: inline-block;
}
@media (min-width: 768px) {
  .page-header .navi {
    position: absolute;
    left: 50%;
    margin-left: -640px;
    padding-left: 0px;
    padding-right: 0px;
    width: 1280px;
    background-color: rgba(255, 255, 255, 0.55);
  }
}
@media (min-width: 992px) {
  .page-header .navi {
    position: absolute;
    left: 50%;
    margin-left: -640px;
    padding-left: 0px;
    padding-right: 0px;
    width: 1280px;
  }
}
@media (min-width: 1280px) {
  .page-header .navi {
    position: absolute;
    left: 50%;
    margin-left: -640px;
    padding-left: 0px;
    padding-right: 0px;
    width: 1280px;
  }
}
.page-header .navi .navbar-header {
  margin-right: 15px;
}
.page-header .navi .navbar-collapse {
  padding-left: 10px;
  padding-right: 10px;
}
.page-header .navi .container {
  padding: 0px;
}
.page-header .navi button {
  margin-bottom: 10px;
}
.page-header .navi .firstlevel + .firstlevel {
  float: right;
}
.page-header .navi ul.firstlevel {
  list-style: none;
}
.page-header .navi ul.firstlevel li {
  padding: 0px;
}
.page-header .navi ul.firstlevel li a {
  text-transform: uppercase;
  padding-right: 28px;
  padding-left: 28px;
}
.page-header .navi ul.firstlevel li:hover ul.scondlevel {
  visibility: visible;
}
.page-header .navi ul.firstlevel li ul.scondlevel {
  visibility: hidden;
  position: absolute;
  left: 0px;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  text-align: left;
  list-style: none;
}
.page-header .navi ul.firstlevel li ul.scondlevel:before {
  content: "";
  width: 2560px;
  height: 100%;
  background: #ffffff;
  opacity: 0.55;
  filter: alpha(opacity=55);
  top: 0px;
  left: -1280px;
  position: absolute;
  display: inline-block;
  z-index: -2;
}
.page-header .navi ul.firstlevel li ul.scondlevel:after {
  content: "";
  width: 300%;
  height: 100%;
  background: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  top: 0px;
  left: 0px;
  position: absolute;
  display: inline-block;
  z-index: -1;
}
.page-header .navi ul.firstlevel li ul.scondlevel li {
  position: relative;
  margin: 0;
  padding-top: 3px;
  padding-left: 28px;
  padding-right: 0px;
  padding-bottom: 3px;
}
.page-header .navi ul.firstlevel li ul.scondlevel li:hover:before {
  content: "";
  width: 300%;
  height: 100%;
  background: #ffffff;
  top: 0px;
  left: 0;
  position: absolute;
  display: inline-block;
  z-index: -1;
}
.page-header .navi ul.firstlevel li ul.scondlevel li a {
  color: #000;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  text-decoration: none;
  white-space: nowrap;
}
.page-header #content-left .jumbotron {
  position: relative;
  z-index: -3;
  max-width: 1280px;
  min-height: 358px;
  background: url(../images/7-HK-Verteiler_02_gold_zuschnitt.jpg) center center no-repeat;
  background-size: cover;
}
.page-header #content-left .jumbotron .caption {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  max-width: 1280px;
  min-width: 100%;
  min-height: 358px;
  background: url(../images/caption-bg.png);
  background-repeat: no-repeat;
  background-position: 0px 290px;
}
.page-header #content-left .jumbotron .caption .container h1 {
  margin-top: 290px;
  padding-top: 20px;
  padding-left: 18px;
  font-family: volkswagen_serialbold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 23px;
}
.page-header #content-left .jumbotron .caption .container p {
  position: absolute;
  top: 20px;
}
.jumbotron {
  border-radius: 0px;
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 245px;
  width: 100%;
  min-width: 100%;
  padding-top: 30px;
  margin-bottom: 0px;
  color: #ffffff;
  background-color: #1aa8dc;
  font-family: volkswagen_seriallight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
@media (min-width: 768px) {
  footer {
    height: 123px;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 10px;
  }
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #ffffff;
  font-family: inherit;
}