body {
  padding: 0;
  margin: 0;
  background-color: #e6e6e6;
  font-weight: 300;
  font-size: 16px;
  color: #1d1d1d; }

b {
  font-weight: 500; }

h1 {
  font-weight: 400;
  font-size: 40px; }

h2 {
  font-size: 30px;
  font-weight: 300; }

h3 {
  font-size: 24px;
  font-weight: 300; }

a {
  color: #7A7A7A; }
  a:hover {
    color: #5f5f5f; }

.topline {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #fac66e;
  z-index: 100; }

.container {
  width: 100%;
  font-family: 'Open Sans', sans-serif; }
  .container .container-inner {
    position: relative;
    width: 1200px;
    margin: 0 auto; }
  .container .row {
    padding: 0 40px; }

header {
  margin-top: 5px;
  background-color: #fff; }
  header .slogan {
    line-height: 100px;
    font-size: 25px;
    font-weight: 300;
    color: #999; }

footer {
  background-color: #ccc; }
  footer .container-inner {
    padding: 40px 0; }

.imgborder {
  padding: 10px;
  background: #fff;
  cursor: pointer;
  position: relative; }
  .imgborder a:after {
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    font-family: "Glyphicons Halflings";
    content: "\e003";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 45px;
    font-weight: normal;
    opacity: 0;
    padding: 45px 95px; }
  .imgborder:hover a:after {
    opacity: 1; }

.hallenleuchte {
  background-image: url("../img/hallenleuchte/MX180-02.jpg");
  background-size: cover;
  height: 400px;
  background-position: center center;
  position: relative; }
  .hallenleuchte .title {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .hallenleuchte .title h2 {
      padding: 0;
      margin: 0;
      line-height: 80px; }

.maschinenleuchte {
  background-image: url("../img/maschinenleuchte/1.jpg");
  background-size: cover;
  height: 600px;
  background-position: top center;
  position: relative; }
  .maschinenleuchte .title {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .maschinenleuchte .title h2 {
      margin: 0;
      padding: 0;
      line-height: 80px; }

table tr {
  border-bottom: 1px solid #d1d1d1; }
table td, table th {
  padding: 8px 30px; }
  table td:first-child, table th:first-child {
    padding-left: 0; }

.featherlight-content {
  overflow: hidden !important; }

.impressum {
  padding-bottom: 40px; }
  .impressum h1 {
    font-weight: 300;
    font-size: 30px;
    padding: 15px 0; }
  .impressum h2 {
    font-weight: 300;
    font-size: 22px;
    padding: 11px 0; }
  .impressum strong {
    font-weight: 500; }

/*# sourceMappingURL=main.css.map */
