/********** CSS RESETS **********/
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;
  text-decoration: none; }

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

body {
  line-height: 1; }

img {
  -ms-interpolation-mode: bicubic; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  *height: 13px;
  *width: 13px; }

input::-ms-clear {
  display: none; }

* {
  box-sizing: content-box; }

header {
  width: 100%;
  overflow: hidden;
  background: #333;
  position: fixed;
  z-index: 100; }
  header #logo {
    float: left;
    margin: 15px 25px;
    width: 170px;
    height: 66px; }
    header #logo span {
      display: none; }
  header nav {
    margin: 10px 0 0;
    float: right; }
    header nav ul li {
      font-size: 1.5rem;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px rgba(236, 116, 4, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      overflow: hidden; }
      header nav ul li:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #ec7404;
        height: 4px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      header nav ul li.active:before {
        right: 0; }
      header nav ul li a {
        display: block;
        color: #ccc;
        padding: 20px; }
      header nav ul li:hover a {
        color: #ec7404; }

section {
  overflow: hidden;
  padding: 20px;
  margin: 80px 150px; }
  section ol {
    margin: 75px 0 0;
    list-style-type: disc;
    color: #ec7404; }
    section ol li {
      margin: 0 0 10px 650px; }
      section ol li span {
        color: #333; }

section img {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block; }
  section img.float-right {
    float: right;
    margin-left: 40px; }
  section img.float-left {
    float: left;
    margin-right: 40px; }
  section img.animate {
    opacity: 1; }
  section img.animate.from-right, section img.animate.from-left {
    opacity: 0.5; }

.animate {
  transform: translateX(0%);
  transition: all 1.0s ease; }
  .animate.from-left {
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%); }
  .animate.from-right {
    transform: translateX(50%);
    -webkit-transform: translateX(50%); }

#clients ul {
  margin: 20px auto;
  width: 760px; }
  #clients ul li {
    float: left;
    margin: 20px;
    transition: all 0.3s ease; }
    #clients ul li:hover {
      -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25); }
    #clients ul li a {
      width: 150px;
      height: 150px;
      display: block; }
      #clients ul li a.senheiser {
        background: #0096D6 url("http://de-de.sennheiser.com/assets/v4r/sennheiser_logo-faf325509ead9860feb277394d16f343.svg") no-repeat center; }
      #clients ul li a.shell {
        background: #fff url("http://s01.static-shell.com/etc/designs/shell/clientlibs/publish/css/img/logos/shell.gif") no-repeat center; }
      #clients ul li a.bft {
        background: #fff url("http://www.rheinland-kraftstoff.de/img/brands/bft_kl.GIF") no-repeat center; }
      #clients ul li a.sb {
        background: #fff url("http://www.rheinland-kraftstoff.de/img/brands/sb-tank-q_kl.GIF") no-repeat center; }
      #clients ul li a.silpion {
        background: #fff url("http://www.silpion.de/wp-content/uploads/silpion_logo_gruen_web1.png") no-repeat center;
        background-size: 80%; }

#map {
  width: 500px;
  height: 400px;
  background-color: #CCC;
  float: right; }

form input, form textarea {
  width: 90%;
  margin: 0 0% 20px;
  border: 0;
  color: #333;
  border-bottom: 1px solid #000;
  background: transparent;
  padding: 2.5%; }

form textarea {
  width: 78%;
  height: 100px;
  margin: 0 2.5% 20px 7.5%; }

form button {
  padding: 20px 5%;
  margin: 0 7.5%;
  background: #ec7404;
  color: #000;
  border: 0; }

footer {
  width: 100%;
  background: #333;
  color: #ccc;
  font-weight: bold;
  line-height: 180%;
  overflow: hidden; }
  footer section {
    margin-top: 0;
    margin-bottom: 0;
    height: auto; }
  footer .col {
    text-align: center; }

body {
  background: #ccc;
  color: #333;
  font-size: 14px;
  font-family: arial; }

.page-margin {
  width: 1280px;
  margin: 0 auto; }

#page-body {
  padding-top: 116px;
  line-height: 180%; }

.col {
  width: 40%; }
  .col.left {
    float: left;
    margin-left: 7.5%; }
  .col.right {
    margin-right: 7.5%;
    float: right; }

h1:not(#logo) {
  font-size: 1.8rem;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 40px 40px;
  border-bottom: 1px solid #ec7404; }

h2 {
  font-size: 1rem;
  color: #ec7404;
  font-weight: bold; }

p {
  margin: 20px 0; }

strong {
  font-weight: bold; }

blockquote {
  text-align: justify;
  transition: all 1s ease; }
