/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0px; }

[class*='col-'] {
  float: left;
  padding-right: 20px; }

[class*='col-']:last-of-type {
  padding-right: 0px; }

.grid {
  width: 100%;
  max-width: 557px;
  min-width: 255px;
  margin: 0 auto;
  overflow: hidden; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

.grid-pad {
  padding: 20px 0 0px 20px; }

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px; }

.push-right {
  float: right; }

/* Content Columns */
.col-1-1 {
  width: 100%; }

.col-2-3, .col-8-12 {
  width: 66.66%; }

.col-1-2, .col-6-12 {
  width: 50%; }

.col-1-3, .col-4-12 {
  width: 33.33%; }

.col-1-4, .col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6, .col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

/* Layout Columns */
.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px; } }
#slides {
  position: relative; }

#slides .slides-container {
  display: none; }

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%; }

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both; }

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%; }

.slides-navigation a {
  position: absolute;
  display: block; }

.slides-navigation a.prev {
  left: 30px; }

.slides-navigation a.next {
  right: 30px; }

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  text-align: right;
  width: 100%;
  padding-right: 30px; }

.slides-pagination a {
  color: transparent;
  /*  border: 2px solid #807046;
    border-radius: 0px; */
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 2px 3px;
  overflow: hidden;
  text-indent: -100%;
  background-color: #ffffff; }

.slides-pagination a.current {
  background: #807046; }

@media handheld, only screen and (max-width: 767px) {
  .slides-navigation a.prev {
    left: 10px; }

  .slides-navigation a.next {
    right: 10px; } }
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color], .pure-form select, .pure-form textarea {
  padding: 0.9em 0.5em;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  margin-top: -2px; }

.pure-form input:not([type]) {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pure-form input[type=color] {
  padding: .2em .5em; }

.pure-form input[type=text]:focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus, .pure-form input[type=date]:focus, .pure-form input[type=month]:focus, .pure-form input[type=time]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, .pure-form input[type=number]:focus, .pure-form input[type=search]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=color]:focus, .pure-form select:focus, .pure-form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #129FEA; }

.pure-form input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #129FEA; }

.pure-form input[type=file]:focus, .pure-form input[type=radio]:focus, .pure-form input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 1px auto #129FEA; }

.pure-form .pure-checkbox, .pure-form .pure-radio {
  margin: .5em 0;
  display: block; }

.pure-form input[type=text][disabled], .pure-form input[type=password][disabled], .pure-form input[type=email][disabled], .pure-form input[type=url][disabled], .pure-form input[type=date][disabled], .pure-form input[type=month][disabled], .pure-form input[type=time][disabled], .pure-form input[type=datetime][disabled], .pure-form input[type=datetime-local][disabled], .pure-form input[type=week][disabled], .pure-form input[type=number][disabled], .pure-form input[type=search][disabled], .pure-form input[type=tel][disabled], .pure-form input[type=color][disabled], .pure-form select[disabled], .pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.pure-form input[readonly], .pure-form select[readonly], .pure-form textarea[readonly] {
  background: #eee;
  color: #777;
  border-color: #ccc; }

.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

.pure-form input:focus:invalid:focus, .pure-form textarea:focus:invalid:focus, .pure-form select:focus:invalid:focus {
  border-color: #e9322d; }

.pure-form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus, .pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d; }

.pure-form select {
  border: 1px solid #ccc;
  background-color: #fff; }

.pure-form select[multiple] {
  height: auto; }

.pure-form label {
  margin: .5em 0 .2em; }

.pure-form fieldset {
  margin: 0;
  padding: .35em 0 .75em;
  border: 0; }

.pure-form legend {
  display: block;
  width: 100%;
  padding: .3em 0;
  margin-bottom: .3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5; }

.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea {
  display: block;
  margin: .25em 0; }

.pure-form-stacked input:not([type]) {
  display: block;
  margin: .25em 0; }

.pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, .pure-form-aligned .pure-help-inline, .pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.pure-form-aligned textarea {
  vertical-align: top; }

.pure-form-aligned .pure-control-group {
  margin-bottom: .5em; }

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0; }

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 10em; }

.pure-form input.pure-input-rounded, .pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: .5em 1em; }

.pure-form .pure-group fieldset {
  margin-bottom: 10px; }

.pure-form .pure-group input {
  display: block;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  position: relative;
  top: -1px; }

.pure-form .pure-group input:focus {
  z-index: 2; }

.pure-form .pure-group input:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0; }

.pure-form .pure-group input:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px; }

.pure-form .pure-group button {
  margin: .35em 0; }

.pure-form .pure-input-1 {
  width: 100%; }

.pure-form .pure-input-2-3 {
  width: 66%; }

.pure-form .pure-input-1-2 {
  width: 50%; }

.pure-form .pure-input-1-3 {
  width: 33%; }

.pure-form .pure-input-1-4 {
  width: 25%; }

.pure-form .pure-help-inline, .pure-form-message-inline {
  display: inline-block;
  padding-left: .3em;
  color: #666;
  vertical-align: middle;
  font-size: .875em; }

.pure-form-message {
  display: block;
  color: #666;
  font-size: .875em; }

.pure-button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 10px; }

.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.pure-button {
  font-family: "thesansmonosemilight", Courier, mono;
  font-size: 100%;
  *font-size: 90%;
  *overflow: visible;
  padding: .5em 1em;
  color: #ffffff;
  *border: 1px solid #999;
  border: 0 rgba(0, 0, 0, 0);
  background-color: #807046;
  text-decoration: none;
  border-radius: 0px;
  margin-top: 10px;
  text-transform: uppercase; }

.pure-button-hover, .pure-button:hover, .pure-button:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1)); }

.pure-button:focus {
  outline: 0; }

.pure-button-active, .pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset; }

.pure-button[disabled], .pure-button-disabled, .pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
  border: 0;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  -khtml-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  cursor: not-allowed;
  box-shadow: none; }

.pure-button-hidden {
  display: none; }

.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
  background-color: #807046;
  color: #fff; }

.error {
  color: #f44040; }

/* @group Reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* @end */
@font-face {
  font-family: 'thesansmonosemilight';
  src: url("/fonts/thesansmono-4-semilight-webfont.eot");
  src: url("/fonts/thesansmono-4-semilight-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/thesansmono-4-semilight-webfont.woff2") format("woff2"), url("/fonts/thesansmono-4-semilight-webfont.woff") format("woff"), url("/fonts/thesansmono-4-semilight-webfont.ttf") format("truetype"), url("/fonts/thesansmono-4-semilight-webfont.svg#thesansmonosemilight") format("svg");
  font-weight: normal;
  font-style: normal; }
/* basic styles */
p {
  font: 1em/1.35em "Times New Roman", Times, serif;
  letter-spacing: 1px;
  color: #365c6d; }

h3 {
  font: 2em "thesansmonosemilight", Courier, mono;
  text-align: center;
  margin-bottom: 35px;
  color: #807046;
  text-transform: uppercase;
  letter-spacing: 1px; }

h4 {
  font: 2.1em "thesansmonosemilight", Courier, mono;
  text-align: center;
  color: #807046;
  text-transform: uppercase;
  letter-spacing: 1px; }

.top-btn {
  text-align: center;
  padding: 5px;
  display: block;
  margin-top: 80px; }

a:hover {
  opacity: 0.4; }

.t80 {
  padding-bottom: 100px; }

#one ol {
  list-style: disc;
  padding-left: 20px; }

#one li {
  font: 1em/1.35em "Times New Roman", Times, serif;
  letter-spacing: 1px;
  color: #365c6d;
  text-align: left; }

strong {
  font-weight: bold; }

/* Header */
header {
  font-family: "thesansmonosemilight", Courier, mono;
  background-color: #f3eee4;
  padding: 14px 14px 12px;
  position: fixed;
  display: block;
  width: 100%;
  z-index: 1000; }

header img {
  height: 75px; }

.nav-container {
  position: absolute;
  top: 40px;
  width: 100%;
  margin-left: 30px; }

header nav {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 610px;
  height: 40px; }

nav li {
  display: block;
  float: left;
  padding: 5px 46px 5px 0; }

header nav a {
  text-transform: uppercase;
  text-decoration: none;
  color: #807046;
  padding-bottom: 6px; }

header nav a:hover {
  border-bottom: 4px solid #807046;
  opacity: 1; }

.activ {
  border-bottom: 4px solid #807046; }

.linie {
  width: 541px;
  height: 2px;
  border-bottom: 2px dotted #807046;
  position: relative;
  float: left;
  margin-top: 4px; }

.logo {
  display: block;
  width: 145px; }

h1 {
  font-size: 30px;
  line-height: 15px;
  color: #807046;
  text-transform: uppercase;
  float: right;
  display: block;
  position: relative;
  top: 26px; }

.logo-sub {
  font-size: 12px;
  margin-left: 2px; }

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
  display: block; }

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  font-family: "thesansmonosemilight", Courier, mono;
  text-decoration: none;
  text-transform: uppercase;
  color: #807046;
  background: transparent;
  text-align: center;
  padding: 10px;
  display: none;
  opacity: 1;
  width: 80px;
  position: absolute;
  right: 5px; }

/*
.show-menu:before {
	content: url(/img/arrow-k.png);
}
*/
/*Hide checkbox*/
input[type=checkbox] {
  display: none;
  -webkit-appearance: none; }

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu {
  display: block;
  font-size: 12px; }

.lang {
  font: 12px "thesansmonosemilight", Courier, mono;
  color: #807046;
  display: block;
  position: absolute;
  right: 14px;
  top: 14px; }

.lang a {
  color: #807046;
  text-decoration: none; }

.lang a:hover {
  color: #807046;
  text-decoration: underline; }

/* slide */
.headline-1 {
  width: 55%;
  padding: 5px;
  display: block;
  position: relative;
  top: 20%;
  left: 35%; }

.headline-2 {
  width: 50%;
  padding: 5px;
  display: block;
  position: relative;
  top: 20%;
  left: 10%; }

.headline-3 {
  width: 50%;
  padding: 5px;
  display: block;
  position: relative;
  top: 60%;
  left: 25%; }

.headline-4 {
  width: 50%;
  padding: 5px;
  display: block;
  position: relative;
  top: 16%;
  left: 25%; }

.headline-5 {
  width: 50%;
  padding: 5px;
  display: block;
  position: relative;
  top: 55%;
  left: 25%; }

.headline-6 {
  width: 45%;
  padding: 5px;
  display: block;
  position: relative;
  top: 20%;
  left: 6%; }

.balken {
  z-index: 1000;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 45px;
  display: block;
  background: url(/img/white-2.svg) 20% 50% no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover; }

.jump-btn {
  display: inline-block;
  position: absolute;
  top: 6px;
  bottom: 60px;
  right: 135px; }

.jump-btn a {
  font-family: "thesansmonosemilight", Courier, mono;
  color: #807046;
  text-decoration: none; }

.jump-btn a:after {
  content: url(/img/arrow-k.png);
  position: relative;
  top: 17px;
  padding-left: 10px; }

/* content */
.content-1 {
  background-color: #b0c6ce;
  background-image: radial-gradient(#fbfbfb, #b0c6ce);
  padding-top: 200px;
  height: 900px; }

.content-2 {
  background-color: #cabc9f;
  background-image: radial-gradient(#eeece7, #cabc9f);
  padding-top: 200px;
  height: 900px; }

.content-3 {
  background-color: #cabc9f;
  background-image: radial-gradient(#fbfbfb, #b0c6ce);
  padding-top: 200px;
  height: 100%;
  padding-bottom: 180px; }

.balken-2 {
  z-index: 1000;
  width: 100%;
  height: 90px;
  display: block;
  background: url(/img/white-2.svg) 20% 50% no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  margin-top: 25px; }

/* Footer */
footer {
  font: 1em/1.35em "thesansmonosemilight", Courier, mono;
  color: #807046;
  background-color: #f3eee4;
  padding: 34px 22px 14px;
  height: 345px; }

#mobil-contact {
  font: 1em/1.35em "thesansmonosemilight", Courier, mono;
  color: #807046;
  background-color: #f3eee4;
  padding: 34px 22px 50px;
  height: 100%;
  display: none; }

#mobil-contact a {
  text-decoration: none;
  color: #807046; }

.ABC {
  text-transform: uppercase;
  letter-spacing: 1px; }

footer a {
  text-decoration: none;
  color: #807046; }

.wrap {
  width: 800px; }

/* form */
.stand {
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 65px; }

@media handheld, only screen and (max-width: 900px) {
  /*Make dropdown links appear inline*/
  ul {
    position: static;
    display: none;
    padding: 62px 0 0; }

  /*Create vertical spacing*/
  li {
    float: none;
    text-align: center;
    margin: 0;
    padding: 0; }

  header nav {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 40px; }

  nav li {
    display: block;
    float: left;
    padding: 0; }

  li a {
    display: block;
    min-width: 140px;
    height: 50px;
    text-align: left;
    color: #807046;
    background-color: #f3eee4;
    text-decoration: none;
    padding-top: 18px;
    margin: 0;
    padding-left: 20px;
    border-top: 1px solid #807046; }

  /*Make all menu links full width*/
  ul li, li a {
    width: 100%; }

  /*Display 'show menu' link*/
  .show-menu {
    display: block;
    padding-top: 5px; }

  .linie {
    display: none; }

  .nav-container {
    position: absolute;
    top: 40px;
    width: 100%;
    left: -1px;
    margin-left: 0; }

  .lang {
    right: 26px;
    top: 14px; }

  footer {
    display: none; }

  #mobil-contact {
    display: block; }

  .jump-btn {
    display: inline-block;
    position: absolute;
    top: 6px;
    bottom: 60px;
    right: 15px; }

  .jump-btn a {
    font: 12px "thesansmonosemilight", Courier, mono;
    color: #807046;
    text-decoration: none; }

  .show {
    visibility: hidden;
    display: none; }

  .activ {
    border-bottom: 0 solid transparent; } }
@media handheld, only screen and (max-width: 700px) {
  /*Make dropdown links appear inline*/
  ul {
    position: static;
    display: none;
    padding: 53px 0 0; }

  /*Create vertical spacing*/
  li {
    float: none;
    text-align: center;
    margin: 0;
    padding: 0; }

  header nav {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 40px; }

  nav li {
    display: block;
    float: left;
    padding: 0; }

  li a {
    display: block;
    min-width: 140px;
    height: 50px;
    text-align: left;
    color: #807046;
    background-color: #f3eee4;
    text-decoration: none;
    padding-top: 18px;
    margin: 0;
    padding-left: 20px;
    border-top: 1px solid #807046; }

  /*Make all menu links full width*/
  ul li, li a {
    width: 100%; }

  /*Display 'show menu' link*/
  .show-menu {
    display: block;
    padding-top: 5px; }

  .linie {
    display: none; }

  .nav-container {
    position: absolute;
    top: 30px;
    width: 100%;
    left: -1px;
    margin-left: 0; }

  header {
    font-family: "thesansmonosemilight", Courier, mono;
    background-color: #f3eee4;
    padding: 14px 14px 12px;
    position: fixed;
    display: block;
    z-index: 1000; }

  header img {
    height: 55px; }

  .logo {
    display: block;
    width: 125px; }

  h1 {
    font-size: 30px;
    line-height: 15px;
    color: #807046;
    text-transform: uppercase;
    float: right;
    display: block;
    position: relative;
    top: 16px; }

  .logo-sub {
    font-size: 12px;
    margin-left: 2px; }

  h4 {
    font: 0.8em/1.2em "thesansmonosemilight", Courier, mono;
    text-align: center;
    color: #807046;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block; }

  .headline-1, .headline-2, .headline-3, .headline-4, .headline-5, .headline-6 {
    width: 65%;
    padding: 10px;
    display: block;
    position: relative;
    top: 135px;
    left: 18%;
    background-color: #f3eee4; }

  .content-1, .content-2, .content-3 {
    height: 100%;
    padding-top: 120px;
    padding-bottom: 0; }

  footer {
    display: none; }

  #mobil-contact {
    display: block; }

  .slides-navigation a.prev {
    left: 10px; }

  .balken {
    z-index: 1000;
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 45px;
    display: block;
    background: url(/img/white-2.svg) 35% 50% no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover; }

  .balken-2 {
    z-index: 1000;
    width: 100%;
    height: 65px;
    display: block;
    background: url(/img/white-2.svg) 35% 50% no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    margin-top: 25px;
    margin-bottom: 25px; }

  .jump-btn {
    display: inline-block;
    position: absolute;
    top: -5px;
    bottom: 60px;
    right: 15px; }

  .jump-btn a {
    font: 12px "thesansmonosemilight", Courier, mono;
    color: #807046;
    text-decoration: none; }

  .show {
    visibility: hidden;
    display: none; }

  .activ {
    border-bottom: 0 solid transparent; } }
