
.test {
  position: absolute;
  z-index: 10000;
  background-color: #f36;
  color: #111;
  bottom: 0;
  left: 0;
  display: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

html,
body,
#page {
  background-color: #f1ece2;
  color: rgba(50, 30, 0, 0.85);
  font-family: Merriweather, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  height: 100%;
  width: 100%;
}

#page {
  position: relative;
  top: 32px;
}

#topnav,
.content-wrapper > .content,
footer {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

#topnav {
  height: 100%;
}

span.claim {
  color: #777;
  display: inline-block;
  margin: 0 0 0 21px;
  vertical-align: 7px;
  font-family: "Titillium Web";
}

/* @group Wrapper */

#topnav-wrapper {
  height: 70px;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #111;
  overflow: hidden;

  -webkit-transition: all 1s;
  transition: all 1s;
}
#topnav-wrapper.open {
  height: 99% !important;
  box-shadow: 0 12px 0 12px rgb(253, 153, 42);
}
#topnav-wrapper.open nav {
  margin-top: 18px;
  top: 0;
}

#pricing {
  padding: 10% 0 1%;
  height: 100%;
  width: 100%;
  text-align: center;
}

#pricing svg {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
}

body.scrolled #topnav-wrapper {
  height: 38px;
}

.header-wrapper {
  height: 70%;
}

.content-wrapper {
  background-color: #f4f2e7;
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.5);
  border-top: 1px solid #fff;
  position: relative;
  z-index: 9;
}

#footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding: 0.2em;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1);
}

/* @end */

/* @group Headlines */

h2 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.1;
  font-weight: 200;
}

.header-text h2 {
  font-size: 56px;
  margin-bottom: 1em;
  color: #fff;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.75);
  position: relative;
  float: left;
}

section#home .header-text h2 span.second {
  color: #cf0;
}

section#vorgehen .header-text h2 span.second {
  color: #99e0e6;
}

section#referenzen .header-text h2 span.second {
  color: #4af0c4;
}

section#kontakt .header-text h2 span.second {
  color: #ffb5d2;
}

.content-wrapper .content h2 {
  font-size: 32px;
  margin-bottom: 1em;
}

h4,
.content-wrapper .content h2 span.second {
  font-family: Merriweather, serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  padding: 0.3em 0 0 0.1em;
}

/* @end */

.hidden {
  display: none;
}

.fadeIn {
  opacity: 1 !important;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fadeOut {
  opacity: 0 !important;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a {
  color: #333;
  text-decoration: none;
}

p {
  margin: 1em 0;
  line-height: 1.5;
}

p,
li {
  font-style: italic;
}

ul {
  margin: 0.5em 1em;
}

li {
  margin: 0 0.5em 0.5em 0.2em;
}

hr {
  margin: 3em 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

blockquote {
  font-weight: 900;
  font-style: italic;
}

blockquote:before {
  content: "”";
  font-size: 100px;
  font-style: normal;
  float: left;
  line-height: 0.8;
  margin: 0.05em 0.2em -0.2em 0;
  font-family: Georgia;
}

button a {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
  text-shadow: 1px 1px 0 #fff;
}

#topnav #logo {
  margin-top: 27px;
  float: left;

  -o-transition: all 2s;
  -ms-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  transition: all 2s;
}

body.scrolled #topnav #logo {
  margin-top: 8px;
}

#topnav #logo img {
  width: inherit;
  height: 24px;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  transition: all 2s;
}
body.scrolled #topnav #logo img {
  width: inherit;
  height: 19px;
}

#topnav nav {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}

#topnav ul,
#topnav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav li {
  float: left;
}

#topnav nav a {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 21px 0 21px;
  margin-left: 1em;
  display: block;
  height: 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}
body.scrolled #topnav nav a {
  margin-left: 1px;
}

#topnav nav .menu-current a {
  background-color: rgba(255, 255, 255, 0.1);
}
#topnav nav a:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}

/* @group Header */

.header-image {
  position: absolute;
  width: 100%;
  height: inherit;

  background-position: center;
  background-size: cover;

  z-index: 1;
}

.header-image .blurlayer {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

section#home .header-image {
  background-image: url(../img/header/pfau.jpg);
}
section#home .header-image .blurlayer {
  background-image: url(../img/header/pfau-matt.jpg);
}
section#vorgehen .header-image {
  background-image: url(../img/header/hirsch.jpg);
}
section#vorgehen .header-image .blurlayer {
  background-image: url(../img/header/hirsch-matt.jpg);
}
section#referenzen .header-image {
  background-image: url(../img/header/schwan.jpg);
  background-position: center 0;
}
section#referenzen .header-image .blurlayer {
  background-image: url(../img/header/schwan-matt.jpg);
  background-position: center 0;
}
section#kontakt .header-image {
  background-image: url(../img/header/flamingo.jpg);
}
section#kontakt .header-image .blurlayer {
  background-image: url(../img/header/flamingo-matt.jpg);
}
section#referenzen .header-text {
  top: 6.5%;
}

.header-content {
  margin: 0 auto;
  max-width: 1260px;
  width: 90%;
  position: relative;
}

.header-text {
  position: absolute;
  width: 90%;
  top: 15%;
  left: 5%;
  z-index: 1;
  opacity: 1;
  -o-transition: top 1.5s, opacity 0.5s;
  -ms-transition: top 1.5s, opacity 0.5s;
  -moz-transition: top 1.5s, opacity 0.5s;
  -webkit-transition: top 1.5s, opacity 0.5s;
  transition: top 1.5s, opacity 0.5s;
}

.header-text.slideUp {
  top: 10%;
  -o-transition: top 1.5s, opacity 0.5s;
  -ms-transition: top 1.5s, opacity 0.5s;
  -moz-transition: top 1.5s, opacity 0.5s;
  -webkit-transition: top 1.5s, opacity 0.5s;
  transition: top 1.5s, opacity 0.5s;
}

.header-text h2 .godown:hover {
  background-position: center top;
  cursor: pointer;
  -o-transition: background-position 0.5s;
  -ms-transition: background-position 0.5s;
  -moz-transition: background-position 0.5s;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
}

.header-text h2 .godown {
  width: 96px;
  height: 96px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 140px;
  left: 20%;
  background-image: url(../img/godown.png);
  background-size: cover;
  background-position: center bottom;
  cursor: pointer;
}

.header-text .box {
  border-radius: 4px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 3px 0 rgba(255, 255, 255, 1), inset -1px -1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 1em 2em;
  font-size: 21px;
  line-height: 1.1;
  font-family: "Titillium Web";
  font-weight: 700;
  position: absolute;
  top: 5%;
  left: 0;
  opacity: 0;
  display: inline-block;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.3);
  color: rgba(0, 0, 0, 0.8);
}

section#home .header-text .box {
  background-color: #cf0;
}
section#vorgehen .header-text .box {
  background-color: #99e0e6;
}
section#referenzen .header-text .box {
  background-color: #9bdfcd;
  margin-top: 9%;
}
section#kontakt .header-text .box {
  background-color: #ffb1b2;
}

section#vorgehen .col:first-child {
  width: 420px;
  padding-right: 5%;
}

section#referenzen .col:first-child {
  width: 400px;
  padding-right: 15%;
}

/* @end */

/* @group Form */

.button,
button,
input[type="submit"] {
  border: none;
  background-color: rgba(150, 200, 0, 1);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 0.9em 1.2em 0.7em 1.2em;
  line-height: 1;
  cursor: pointer;
  box-shadow: 1px 1px 0px 0 rgba(0, 0, 0, 0.2), -1px -1px 0px 0 rgba(255, 255, 255, 0.1);
  margin-top: 1em;
}

#pricing .button,
#pricing .button:active {
  position: absolute;
  top: 70px;
  right: 0;
  clear: both;
  padding: 14px 21px 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#pricing .button:hover {
  background-color: #333;
}
#pricing .button.active {
  display: none;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

.form-container {
  margin: 0 0 150px 276px;
  width: 400px;
}

input[type="text"],
input[type="email"],
textarea {
  padding: 1em;
  border: 1px solid rgba(50, 30, 0, 0.15);
  box-shadow: inset 0 -1px 3px 0 rgba(50, 30, 0, 0.1);
  display: block;
  width: 100%;
  border-radius: 4px;
}

textarea {
  height: 100px;
}

input[type="text"].error,
input[type="email"].error,
textarea.error {
  box-shadow: 0 0 2px 0 rgba(255, 0, 0, 1);
}

label {
  font-weight: bold;
  margin-bottom: 0.5em;
  display: block;
}
.required,
label.error {
  font-weight: normal;
  color: #c03;
}
label.error {
  position: absolute;
  right: 12px;
  top: 30px;
}
.field-container {
  margin-bottom: 1em;
  position: relative;
}
.field-container.last {
  height: 0;
  overflow: hidden;
  margin: 0;
}
/* @end */
section {
  position: relative;
}

.content-wrapper > .content {
  padding: 3% 0;
}

.content-wrapper > .content .col {
  display: table-cell;
  vertical-align: top;
}

.content-wrapper > .content.col-two .col:first-child {
  padding-right: 5%;
  width: 31%;
}
.content-wrapper > .content.col-two .col:last-child {
  width: 64%;
}

.content-wrapper > .content .col:first-child img {
  margin: -0.3em 5em 1.2em -0.3em;
  border-radius: 3px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  float: left;
  padding: 3px;
}

#referenzen .clientlogo {
  display: inline-block;
  margin: 0 7.9% 1em 0;
  width: 25%;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

button#frontedit {
  padding: 0.5em 1em;
  margin: 2em 0;
}

button#frontedit img {
  margin-right: 1em;
}
