/* Compiled Less CSS File */
/* Generated from "style.css" */

/* =======
   L E S S */
/* ===========
   L A Y O U T */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  min-height: 100%;
  position: relative;
}
body {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #1d1d1a;
  background: url(../img/bg-baustelle.jpg) center center no-repeat fixed;
  background-size: cover;
}
#wrapper {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.85);
  -moz-box-shadow: 0 0 3px #000000;
  -webkit-box-shadow: 0 0 3px #000000;
  box-shadow: 0 0 3px #000000;
  position: relative;
}
header,
#banner,
footer {
  padding: 0 60px;
}
header {
  padding: 30px 60px;
}
header li {
  list-style: url(../img/daumen-hoch.png);
  line-height: 3;
  font-size: 20px;
  font-size: 1.25rem;
}
header ul {
  margin-top: 10px;
}
#banner {
  background: #0077c8;
  height: 80px;
  line-height: 80px;
  margin-bottom: 60px;
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  font-weight: bold;
}
#banner .telefon {
  font-size: 40px;
  font-size: 2.5rem;
}
#banner a {
  color: #fff;
}
#banner .float-left {
  margin-right: 20px;
}
#banner img {
  margin-top: 10px;
}
#kind {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.vcard {
  padding: 20px;
  margin-left: 60px;
  background: #ffffff url(../img/abk.png) top right no-repeat;
}
.vcard .last {
  line-height: 2;
  margin-bottom: 0;
}
.vcard .highlight {
  font-size: 20px;
  font-size: 1.25rem;
}
.vcard h2 {
  margin-top: 0;
}
main {
  padding-left: 60px;
}
footer {
  margin-top: 290px;
}
footer img {
  margin-left: 20px;
  vertical-align: middle;
}
/* ===================================
   N A V I G A T I O N   &   L I N K S */
a:link,
a:visited {
  color: #0077c8;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
a:hover img,
a:focus img,
a:active img {
  opacity: 0.8;
}
/* =====================
   A L L G E M E I N E S */
img {
  max-width: 100%;
  height: auto;
}
.browser-hinweis {
  display: block;
  background: #F0E3AE;
  padding: 10px 20px;
  color: #333;
  text-align: center;
}
p {
  margin-bottom: 1.5em;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
small {
  font-size: 14px;
  font-size: 0.875rem;
}
h1,
h2,
h3 {
  font-weight: normal;
  margin: 1.5em 0 15px 0;
  color: #666;
}
h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 0;
}
h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
h1 a,
h2 a,
h3 a {
  display: block;
}
hr {
  border: none;
  border-top: none;
  height: 1px;
  background: #ccc;
  margin: 15px 0;
}
main ul,
main ol {
  margin: 15px 0;
  overflow: auto;
}
main ul {
  padding-left: 18px;
  list-style-type: disc;
  margin-right: 130px;
  line-height: 2;
}
main ol {
  padding-left: 30px;
}
main table {
  margin: 15px 0;
}
main td,
main th {
  border: 0px solid #bfbfbf;
  padding: 0 20px 20px 0;
  vertical-align: top;
}
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img.float-left {
  margin-right: 20px;
}
img.float-right {
  margin-left: 20px;
}
.lb {
  margin-right: 0 !important;
}
.galerie {
  margin: 50px 0;
}
.galerie img {
  float: left;
  margin-right: 1px;
}
/* =======================
   D R U C K - S T Y L E S */
@media print {
  * {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important;
  }
  html {
    background-color: #fff;
  }
  /* Hide navigation */
  nav {
    display: none;
  }
  /* Show link destinations in brackets after the link text */
  a[href]:after {
    content: " (" attr(href) ") ";
  }
  a[href] {
    font-weight: bold;
    text-decoration: underline;
    color: #06c;
    border: none;
  }
  /* Don't show link destinations for JavaScript or internal links */a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Show abbr title value in brackets after the text */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  figure {
    margin-bottom: 1em;
    overflow: hidden;
  }
  figure img {
    border: 1px solid #000;
  }
}