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; }

html body {
  background: #ECF0F1;
  font-family: 'Abel', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #808a94; }
  @media (max-width: 479px) {
    html body #TitleLogo {
      width: 100%; } }
  html body #title {
    max-height: 90vh; }
    @media (max-width: 479px) {
      html body #title {
        overflow: hidden;
        width: 100vw;
        height: 65vh; }
        html body #title img:first-child {
          position: absolute;
          left: 30%;
          width: auto;
          height: 65vh;
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
  @media (max-width: 479px) {
    html body .placeholder {
      height: 2em;
      clear: both; } }
  @media (max-width: 479px) {
    html body img {
      display: block; } }
  html body h1 {
    display: inline-block;
    font-size: 28px;
    color: #34495E;
    margin-bottom: 1em;
    position: relative; }
    html body h1:before {
      position: absolute;
      content: '';
      width: 60px;
      display: block;
      height: 2px;
      top: -20px;
      left: -10px;
      background: #34495E; }
    html body h1.yellow {
      color: #F8C957; }
    html body h1.white {
      color: #ffffff; }
      html body h1.white:before {
        background: #ffffff; }
  html body h2 {
    color: #34495E;
    font-size: 24px;
    border-left: 3px solid #dcb4af;
    padding-bottom: 1em; }
  html body section {
    position: relative; }
    html body section.highlight {
      background: #dcb4af;
      padding-top: 6em;
      margin-top: -10px;
      z-index: 10000;
      margin-top: -100px; }
      @media (max-width: 479px) {
        html body section.highlight {
          margin-top: 0; } }
    html body section.white {
      background: #ffffff;
      padding-top: 6em;
      margin-top: -10px;
      z-index: 10000;
      margin-top: -100px; }
      @media (max-width: 479px) {
        html body section.white {
          margin-top: 0; } }
    html body section.gray {
      background: #ECF0F1;
      padding-top: 6em;
      margin-top: -10px;
      z-index: 10000;
      margin-top: -100px; }
      @media (max-width: 479px) {
        html body section.gray {
          margin-top: 0; } }
    html body section h1 {
      line-height: 30px; }
  html body quote {
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative;
    color: #dcb4af; }
    @media (max-width: 479px) {
      html body quote {
        position: static;
        width: 100% !important;
        padding: 0 60px;
        text-indent: 100px; } }
    html body quote .name {
      color: #808a94;
      display: block;
      font-size: 12px;
      text-indent: 0px; }
    html body quote:before {
      content: '"';
      font-family: 'Gloria Hallelujah', cursive;
      color: #dcb4af;
      position: absolute;
      font-size: 200px;
      line-height: 120px;
      left: -60px;
      top: 0; }
      @media (max-width: 479px) {
        html body quote:before {
          left: -80px;
          top: -30px; } }
  html body #arbeitsweise {
    padding-top: 100px; }
    html body #arbeitsweise h2 {
      border-left: none; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000000;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
  header.fixed {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  header nav #Logo {
    padding: 1em 0;
    cursor: pointer; }
  header nav ul {
    text-align: right; }
    header nav ul li {
      display: inline-block; }
      header nav ul li a, header nav ul li a:hover, header nav ul li a:focus, header nav ul li a:visited {
        text-transform: uppercase;
        font-size: 14px;
        display: inline-block;
        color: #34495E;
        padding: 1em 0;
        margin-right: 1em;
        cursor: pointer;
        border-bottom: 3px solid transparent;
        text-decoration: none; }
      header nav ul li.active a {
        color: #dcb4af;
        border-bottom: 3px solid #dcb4af; }
      header nav ul li:hover a {
        color: #34495E;
        border-bottom: 3px solid #34495E; }

#philosophie {
  padding: 1em 0 6em 0; }
  #philosophie article .center {
    text-align: center; }
  #philosophie article h2 {
    border-left: none;
    background: #dcb4af;
    color: #ffffff;
    padding: 1em; }
  #philosophie article span.highlight {
    color: #dcb4af;
    font-size: 24px; }

.quote {
  background: #dcb4af;
  position: absolute;
  top: 300px;
  left: 100px;
  color: #ffffff;
  width: 600px;
  font-size: 40px;
  line-height: 40px;
  z-index: 1000;
  padding: 1em 2em 1em 1em; }
  @media (max-width: 479px) {
    .quote {
      position: static;
      width: 100% !important; } }

#leistungen article {
  margin-top: 6em; }
  #leistungen article h2 {
    border-left: none;
    margin-bottom: 0.5em;
    padding-bottom: 0; }
  #leistungen article p {
    margin-bottom: 2em; }
  #leistungen article .yellow {
    background: #dcb4af;
    color: #ffffff;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em; }
    #leistungen article .yellow h2 {
      color: #ffffff; }
    #leistungen article .yellow p {
      margin-bottom: 0; }
  #leistungen article .bordered {
    border: 3px solid #dcb4af;
    color: #808a94;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    box-sizing: border-box; }
    #leistungen article .bordered h2 {
      color: #34495E; }
    #leistungen article .bordered p {
      margin-bottom: 0; }
  #leistungen article .action {
    text-align: center;
    font-size: 24px;
    margin-top: 3em;
    padding: 1em;
    height: 3em;
    background: #dcb4af;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer; }
    #leistungen article .action span {
      display: block;
      position: absolute;
      left: 0;
      top: 0px;
      line-height: 3em;
      height: 100%;
      width: 100%;
      -moz-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      -webkit-transition: all ease 0.4s;
      transition: all ease 0.4s; }
    #leistungen article .action .out {
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #leistungen article .action .over {
      background: #34495E;
      color: #ffffff;
      -moz-transform: translate3d(0, 100px, 0);
      -o-transform: translate3d(0, 100px, 0);
      -webkit-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0); }
    #leistungen article .action:hover .out {
      -moz-transform: translate3d(0, -100px, 0);
      -o-transform: translate3d(0, -100px, 0);
      -webkit-transform: translate3d(0, -100px, 0);
      transform: translate3d(0, -100px, 0); }
    #leistungen article .action:hover .over {
      -moz-transform: translate3d(0, 0px, 0);
      -o-transform: translate3d(0, 0px, 0);
      -webkit-transform: translate3d(0, 0px, 0);
      transform: translate3d(0, 0px, 0); }
#leistungen #diver {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 10%;
  width: 300px;
  height: 100%; }
  #leistungen #diver img {
    position: absolute;
    width: 300px;
    height: 828px;
    -moz-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s; }

#steckbrief ul {
  list-style: none; }
  #steckbrief ul li {
    padding-left: 36px;
    line-height: 24px;
    color: #808a94;
    margin-bottom: 0.5em;
    position: relative; }
    #steckbrief ul li:before {
      content: '';
      width: 4px;
      height: 4px;
      margin-right: 24px;
      position: absolute;
      left: 10px;
      top: 10px;
      display: inline-block;
      vertical-align: center;
      background: #dcb4af; }

#meine-kunden .client {
  text-align: center;
  height: 90px; }
  #meine-kunden .client img {
    max-width: 100%;
    max-height: 60px;
    cursor: pointer;
    -webkit-filter: grayscale(1);
    -moz-transition: -webkit-filter ease 0.4s;
    -o-transition: -webkit-filter ease 0.4s;
    -webkit-transition: -webkit-filter ease 0.4s;
    transition: -webkit-filter ease 0.4s; }
    #meine-kunden .client img:hover {
      -webkit-filter: grayscale(0); }

#branchen {
  margin-top: 0;
  padding-bottom: 100px; }
  #branchen .branche {
    background: #dcb4af;
    position: relative;
    padding-bottom: 15%; }
    #branchen .branche div {
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      color: #ffffff;
      font-size: 24px;
      text-transform: uppercase;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #branchen .branche:after {
      padding-top: 100%;
      content: ''; }
    #branchen .branche:nth-child(1) {
      background: rgba(220, 180, 175, 0.35);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(2) {
      background: rgba(220, 180, 175, 0.4);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(3) {
      background: rgba(220, 180, 175, 0.45);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(4) {
      background: rgba(220, 180, 175, 0.5);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(5) {
      background: rgba(220, 180, 175, 0.55);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(6) {
      background: rgba(220, 180, 175, 0.6);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(7) {
      background: rgba(220, 180, 175, 0.65);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(8) {
      background: rgba(220, 180, 175, 0.7);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(9) {
      background: rgba(220, 180, 175, 0.75);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(10) {
      background: rgba(220, 180, 175, 0.8);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(11) {
      background: rgba(220, 180, 175, 0.85);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(12) {
      background: rgba(220, 180, 175, 0.9);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(13) {
      background: rgba(220, 180, 175, 0.95);
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(14) {
      background: #dcb4af;
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(15) {
      background: #dcb4af;
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(16) {
      background: #dcb4af;
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(17) {
      background: #dcb4af;
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(18) {
      background: #dcb4af;
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(19) {
      background: #dcb4af;
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }
    #branchen .branche:nth-child(20) {
      background: #dcb4af;
      /*background: rgba(255, 255, 255, $i * 0.05 + 0.3); */ }

#partner .partner {
  text-align: center;
  border-right: 1px solid #dcb4af;
  height: 5em; }
  #partner .partner:last-child {
    border-right: none; }
  @media (max-width: 479px) {
    #partner .partner {
      border-right: none; } }
  #partner .partner a {
    font-weight: normal;
    color: #dcb4af; }
    #partner .partner a:hover {
      color: #dcb4af;
      text-decoration: none; }

#kontakt {
  background: #dcb4af;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 100px; }
  #kontakt article {
    background: #ffffff;
    color: #dcb4af;
    font-size: 14px;
    padding: 2em 1em 2em 1em;
    text-align: center;
    color: #808a94; }
    #kontakt article .name {
      font-size: 24px; }
    #kontakt article form input {
      width: 100%;
      border: none;
      margin-bottom: 1em;
      outline: none;
      border-bottom: 1px solid #dcb4af;
      border-radius: 0; }
      #kontakt article form input.parsley-error {
        color: red;
        border-bottom: 1px solid red; }
      #kontakt article form input + ul {
        display: none; }
    #kontakt article form #SubmitForm {
      border: none;
      background: #34495E;
      color: #ffffff;
      padding: 10px;
      cursor: pointer; }
      #kontakt article form #SubmitForm.sending {
        color: transparent;
        background: #dcb4af; }
        #kontakt article form #SubmitForm.sending:after {
          -moz-transition: background ease 0.4s;
          -o-transition: background ease 0.4s;
          -webkit-transition: background ease 0.4s;
          transition: background ease 0.4s;
          content: '';
          left: 50%;
          margin-left: -12px;
          top: 10px;
          width: 24px;
          height: 24px;
          display: block;
          position: absolute;
          background: url("../img/loader.svg") center center no-repeat;
          background-size: 24px 24px;
          z-index: 100000;
          -webkit-animation: rotation linear 0.6s infinite;
          -moz-animation: rotation linear 0.6s infinite;
          -ms-animation: rotation linear 0.6s infinite;
          -o-animation: rotation linear 0.6s infinite;
          animation: rotation linear 0.6s infinite; }
      #kontakt article form #SubmitForm.done {
        color: #ffffff; }
    #kontakt article form textarea {
      width: 100%;
      height: 170px;
      border: none;
      outline: none;
      background: linear-gradient(to bottom, #ffffff, #ffffff 93%, rgba(0, 0, 0, 0.05) 7%, rgba(0, 0, 0, 0.05));
      background-size: 100% 24px; }
      #kontakt article form textarea.parsley-error {
        color: red;
        background: linear-gradient(to bottom, #ffffff, #ffffff 93%, rgba(255, 0, 0, 0.5) 7%, rgba(255, 0, 0, 0.5));
        background-size: 100% 24px; }
      #kontakt article form textarea + ul {
        display: none; }

@-webkit-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-ms-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
footer {
  position: relative;
  background: #ffffff;
  margin-top: -100px;
  padding: 40px 0px; }
  footer div {
    text-align: center; }

#impressum h1 {
  font-weight: 600; }
  #impressum h1:before {
    display: none; }
