/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 14px;
  font-style: normal; }

.flaticon-arrow-right:before {
  content: "\e000"; }

body {
  margin: 0 auto;
  font-family: "Open Sans";
  font-size: 14px;
  color: #333333;
  line-height: 1.2; }

a {
  color: #ffffff; }

section.row,
header,
footer {
  padding: 1% 20%; }
  section.row h2,
  header h2,
  footer h2 {
    font-family: "Open Sans";
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold; }

section.row {
  padding-top: 2%;
  padding-bottom: 2%; }
  section.row ul li {
    padding: 9px 0; }

section.row:after,
header:after {
  content: ".";
  clear: both;
  visibility: hidden;
  display: block;
  height: 0px; }

header {
  background-color: #000000;
  color: #ffffff; }
  header h1 {
    font-size: 18px;
    font-family: "Open Sans";
    float: left;
    margin: 9px 0 0 15px; }
  header img {
    max-height: 55px;
    float: left; }
  header nav {
    float: right; }
    header nav ul li {
      float: left;
      margin-left: 15px; }
      header nav ul li a {
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        line-height: 55px;
        padding: 7px; }
      header nav ul li a:hover {
        text-decoration: underline; }
    header nav ul li:first-child {
      margin: 0; }
    @media (max-width: 980px) {
      header nav {
        clear: both; } }

#welcome {
  background: #272727 url("../img/dach.png") no-repeat 0 0;
  color: #ffffff; }
  #welcome h2 {
    width: 65%;
    font-size: 30px;
    margin-bottom: 30px; }
  #welcome p {
    width: 65%;
    font-size: 18px; }

#leistungen {
  background-color: #f4f4f4;
  border-top: 5px solid #e3e3e3;
  border-bottom: 5px solid #e3e3e3; }
  #leistungen ul {
    display: block;
    width: 33.3333333%;
    float: left; }
    @media (max-width: 950px) {
      #leistungen ul {
        clear: both; } }

#kontakt {
  background-color: #000000;
  color: #ffffff; }
  #kontakt ul {
    display: block;
    width: 50%;
    float: left; }
    @media (max-width: 1170px) {
      #kontakt ul {
        clear: both; } }

#gallery {
  background-color: #272727;
  color: #ffffff; }
  #gallery ul li {
    float: left;
    margin-right: 30px; }
    #gallery ul li a img {
      max-width: 360px;
      border: 5px solid #3d3d3d; }
  #gallery ul li:nth-child(3n+3) {
    margin-right: 0; }
    @media (max-width: 1914px) {
      #gallery ul li:nth-child(3n+3) {
        margin-right: 30px; } }

footer {
  line-height: 18px;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px; }
  footer a {
    color: #ffffff; }

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