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;
}
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;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.inner {
  width: 90%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
strong {
  font-weight: 700;
}
* {
  -webkit-transition: all 0.5s ease;
  /* Firefox */
  /* WebKit */
  /* Opera */
  transition: all 0.5s ease;
  /* Standard */
  -webkit-transition: font-size none !important;
  transition: font-size none !important;
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v27-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v27-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v27-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v27-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v27-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v27-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v27-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
header {
  width: 100%;
  height: auto;
  border-bottom: 100px solid #765729;
  margin-bottom: 40px;
}
header #sticky {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 9999;
  background-color: rgba(152, 154, 155, 0.9);
}
header #sticky .left {
  width: 408px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 26px solid #765729;
  background-color: #fff;
}
header #sticky .left img {
  width: 308px;
  height: auto;
}
header #sticky .right {
  width: 70%;
  text-align: right;
  position: relative;
}
header #sticky .right #burger_menue {
  width: 50px;
  height: 50px;
  background-image: url('../img/burger_on.png');
  display: block;
  position: absolute;
  right: 0;
  margin-right: 110px;
  margin-top: 34px;
  display: none;
}
header #sticky .right #burger_menue:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
header #sticky .right #burger_menue.active {
  background-image: url('../img/burger_off.png');
}
header #sticky .right #facebook {
  position: absolute;
  right: 0;
  margin-top: 25px;
  margin-right: 25px;
}
header #sticky .right #facebook img {
  width: 64px;
  height: 64px;
}
header #sticky .right #facebook img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
header #sticky .right #facebook:hover {
  background: none;
}
header #sticky nav {
  position: absolute;
  right: 100px;
}
header #sticky nav ul {
  margin-top: 44px;
  margin-right: 0px;
}
header #sticky nav ul li {
  display: inline-block;
}
header #sticky nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 50px 20px;
}
header #sticky nav ul li a:hover {
  background-color: #765729;
}
body {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #393939;
}
h1,
h2,
h3 {
  font-family: 'Roboto';
  font-weight: 300;
  margin-bottom: 40px;
  color: #868889;
  font-size: 52px;
  line-height: 60px;
  color: #d0d1d1;
}
h3 {
  font-size: 32px;
  line-height: 40px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
p {
  margin-bottom: 30px;
}
.ani {
  margin-top: 200px;
}
.hide {
  margin-top: -130px;
}
.hide2 {
  margin-top: -1000px;
}
main ul li {
  position: relative;
  padding-left: 30px;
}
main ul li::before {
  content: "·";
  font-size: 70px;
  color: #765729;
  position: absolute;
  left: 0;
}
main p a {
  color: #765729;
}
main p a:hover {
  color: #868889;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
#slider {
  position: relative;
}
#slider img {
  position: relative;
  margin-bottom: -9px;
  z-index: 0;
}
#slider #logo_big {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  width: 483px;
  height: 562px;
  background-image: url('../img/logo1.png');
  background-size: cover;
}
#slider #logo_big span {
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 85px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
}
#slider #logo_big span strong {
  font-weight: 700;
}
.zweiteiler {
  margin-bottom: 75px;
}
.zweiteiler .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zweiteiler .inner .left {
  width: 60%;
}
.zweiteiler .inner .right {
  width: 30%;
}
.zweiteiler .inner h1,
.zweiteiler .inner h2 {
  width: 100%;
}
.image_full {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
  height: auto;
}
.zitat {
  font-weight: 400;
}
.zitat .first {
  margin-bottom: 80px;
  position: relative;
}
.zitat .first sub,
.zitat .first sup {
  position: absolute;
  color: #765729;
  font-size: 200px;
}
.zitat .first sub {
  margin-left: -75px;
  margin-top: -65px;
}
.zitat .first sup {
  margin-top: 70px;
}
.zitat .last strong {
  font-weight: 700;
  font-size: 28px;
}
.zitat .last #sign {
  width: 230px;
  height: auto;
  position: absolute;
  z-index: 0;
  margin-top: -24px;
}
.spacer {
  width: 100%;
  height: 595px;
  background: #868889;
  color: #fff;
  margin-bottom: 80px;
}
.spacer .inner {
  padding-top: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 90%;
}
.spacer .first {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}
.spacer .last {
  font-size: 80px;
  line-height: 86px;
  font-weight: 300;
}
.spacer#spacer1 {
  background-image: url('../img/divider-image-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  background-position: 100% 0%;
}
.spacer#spacer2 {
  background-image: url('../img/divider-image-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
}
.spacer#spacer2 .inner {
  padding-left: 40%;
}
.spacer#spacer3 {
  background-image: url('../img/divider-image-3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  background-position: 100% 0%;
}
.spacer#spacer4 {
  background-image: url('../img/divider-image-4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
}
.spacer#spacer4 .inner {
  padding-left: 40%;
}
.keyfacts {
  width: 100%;
  height: auto;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #d1d2d2));
  background: -webkit-linear-gradient(left, #ffffff 50%, #d1d2d2 50%);
  background: linear-gradient(90deg, #ffffff 50%, #d1d2d2 50%);
  margin-bottom: 80px;
}
.keyfacts .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
.keyfacts .inner .left,
.keyfacts .inner .right {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 54px;
}
.keyfacts .inner ol {
  list-style: none;
  counter-reset: list-number;
}
.keyfacts .inner ol li {
  position: relative;
  margin-bottom: 40px;
}
.keyfacts .inner ol li::before {
  counter-increment: list-number;
  content: counter(list-number);
  display: inline-block;
  color: #fff;
  background: #868889;
  border: 5px solid #868889;
  padding: 1px 12px;
  margin-right: 16px;
  border-radius: 50%;
  margin-left: -58px;
  position: absolute;
}
.keyfacts .inner .right ol {
  counter-reset: list-number 5 !important;
}
.keyfacts .inner .right ol li:last-child::before {
  padding: 1px 6px;
}
#kontakt {
  margin-bottom: 80px;
}
#kontakt .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#kontakt .inner .left {
  width: 35%;
}
#kontakt .inner .left a {
  color: #292929;
  font-weight: 700;
}
#kontakt .inner .left a:hover {
  color: #868889;
}
#kontakt .inner .left #telefon {
  margin-top: 40px;
  display: block;
  margin-bottom: 50px;
}
#kontakt .inner .left #telefon a {
  font-size: 32px;
  padding-left: 90px;
  position: relative;
}
#kontakt .inner .left #telefon a::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url('../img/telefon.svg');
  background-size: cover;
  position: absolute;
  left: 0;
  margin-top: -16px;
}
#kontakt .inner .center {
  width: 30%;
  background-color: #d0d1d1;
}
#kontakt .inner .center .inside {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 155px;
}
#kontakt .inner .center .inside h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 40px;
}
#kontakt .inner .right {
  width: 30%;
}
#kontakt .inner .right .inside {
  margin-top: 170px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
#kontakt .inner .right .inside input[type="text"],
#kontakt .inner .right .inside input[type="tel"],
#kontakt .inner .right .inside input[type="email"],
#kontakt .inner .right .inside textarea {
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #292929;
  border: 1px solid #292929;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
}
#kontakt .inner .right .inside textarea {
  height: 150px;
}
#kontakt .inner .right .inside .submit {
  background-color: #292929;
  border: none;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
  position: relative;
}
#kontakt .inner .right .inside .submit::after {
  content: "→";
  color: #fff;
  position: absolute;
  font-size: 14px;
  margin-left: 10px;
}
#kontakt .inner .right .inside .submit:hover {
  background-color: #868889;
}
.galerie {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.galerie .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.galerie .inner a {
  width: 22%;
  height: auto;
  position: relative;
  margin-bottom: 2%;
}
.galerie .inner a::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  background-image: url('../img/lupe.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: -50px;
  margin-top: -20px;
}
.galerie .inner a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#team_container {
  -webkit-transition: none !important;
  transition: none !important;
  position: fixed;
  width: 50%;
  height: auto;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 30%;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
  display: none;
}
#team_container #close_team_container {
  position: absolute;
  right: 0;
  color: #765729;
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: -20px;
}
#team_container .inner h3 {
  color: #765729;
  font-family: 'Roboto';
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 50px;
}
#map {
  position: relative;
  padding-bottom: 36%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale();
          filter: grayscale();
}
.full {
  width: 100%;
}
body.unterseite header {
  border: none;
  padding-bottom: 80px;
}
body.unterseite .full {
  min-height: 600px;
}
.zweispaltig_text {
  width: 100%;
  margin-bottom: 40px;
}
.zweispaltig_text .split {
  width: 100%;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 100px;
          column-gap: 100px;
}
#overlay_containr {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}
#overlay_containr #overlay {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  background-color: #868889;
  width: 90%;
  max-width: 768px;
  height: auto;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.37);
          box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.37);
}
#overlay_containr #overlay strong {
  font-weight: bold;
  font-size: 22px;
}
#overlay_containr #overlay #close_overlay {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}
footer {
  background-color: #765729;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
footer a {
  color: #fff;
  margin-left: 20px;
}
footer a:hover {
  text-decoration: underline;
}
footer .inner {
  margin-top: 130px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .inner .left,
footer .inner .right {
  width: 50%;
}
footer .inner .right {
  text-align: right;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  -webkit-transition: none !important;
  transition: none !important;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
  -webkit-transition: none !important;
  transition: none !important;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
  -webkit-transition: none !important;
  transition: none !important;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
  -webkit-transition: none !important;
  transition: none !important;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
  -webkit-transition: none !important;
  transition: none !important;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  -webkit-transition: none !important;
  transition: none !important;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
  -webkit-transition: none !important;
  transition: none !important;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  -webkit-transition: none !important;
  transition: none !important;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: none !important;
  transition: none !important;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  -webkit-transition: none !important;
  transition: none !important;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  -webkit-transition: none !important;
  transition: none !important;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition: none !important;
  transition: none !important;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important;
}
@media screen and (max-width: 1400px) {
  header #sticky .right {
    width: 700px;
  }
}
@media screen and (max-width: 1380px) {
  .zweiteiler .inner .left {
    width: 100%;
    margin-bottom: 80px;
  }
  .zweiteiler .inner .right {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .spacer {
    height: 300px;
  }
  .spacer .inner {
    padding-top: 72px;
  }
  .spacer .first {
    font-size: 14px;
  }
  .spacer .last {
    font-size: 40px;
    line-height: 50px;
  }
  .spacer#spacer2 .inner,
  .spacer#spacer4 .inner {
    padding-left: 52%;
  }
  .galerie .inner a::after {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -18px;
  }
  #slider #logo_big {
    width: 300px;
    height: 349px;
  }
  #slider #logo_big span {
    font-size: 30px;
    line-height: 35px;
    bottom: 55px;
  }
}
@media screen and (max-width: 1150px) {
  header #sticky .left {
    width: 200px;
  }
  header #sticky .left img {
    width: 150px;
  }
  header #sticky .right {
    width: 30%;
    position: relative;
  }
  header #sticky .right #burger_menue {
    display: block;
    margin-top: 15px;
  }
  header #sticky .right #facebook {
    margin-top: 8px;
  }
  header #sticky nav {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 83px;
    right: 0;
    text-align: center;
  }
  header #sticky nav ul {
    margin-top: 0;
    margin-right: 0;
  }
  header #sticky nav ul li {
    display: block;
    background-color: #868889;
  }
  header #sticky nav ul li:hover {
    background-color: #765729;
  }
  header #sticky nav ul li a {
    display: block;
    color: #fff;
    padding: 10px 20px;
  }
  #kontakt .inner .left {
    width: 100%;
    margin-bottom: 80px;
  }
  #kontakt .inner .center,
  #kontakt .inner .right {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  #slider #logo_big {
    width: 200px;
    height: 233px;
  }
  #slider #logo_big span {
    font-size: 20px;
    line-height: 25px;
    bottom: 32px;
  }
}
@media screen and (max-width: 900px) {
  #team_container {
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .keyfacts .inner .left,
  .keyfacts .inner .right {
    width: 100%;
  }
  .keyfacts {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #d1d2d2));
    background: -webkit-linear-gradient(top, #ffffff 50%, #d1d2d2 50%);
    background: linear-gradient(180deg, #ffffff 50%, #d1d2d2 50%);
  }
  .keyfacts .right ol {
    margin-top: 80px;
  }
  #kontakt .inner .center,
  #kontakt .inner .right {
    width: 100%;
  }
  #kontakt .inner .right .inside {
    margin-top: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .inner .left,
  footer .inner .right {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .inner .right a {
    display: block;
  }
  .spacer {
    height: 150px;
  }
  .spacer .inner {
    padding-top: 22px;
  }
  .spacer .first {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .spacer .last {
    font-size: 25px;
    line-height: 30px;
  }
  .spacer#spacer2 .inner,
  .spacer#spacer4 .inner {
    padding-left: 40%;
  }
  header {
    border-bottom: 50px solid #765729;
  }
  #slider #logo_big {
    width: 120px;
    height: 140px;
  }
  #slider #logo_big span {
    font-size: 14px;
    line-height: 16px;
    bottom: 20px;
  }
  #team_container {
    padding: 20px;
    top: 10%;
    width: 80%;
  }
  #team_container .inner {
    font-size: 14px;
  }
  #team_container .inner h3 {
    font-size: 25px;
    line-height: 30px;
  }
  #team_container #close_team_container {
    margin-top: -10px;
  }
  .galerie .inner a {
    width: 30%;
    margin-bottom: 4%;
  }
  .zweispaltig_text .split {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 540px) {
  .galerie .inner a {
    width: 47%;
    margin-bottom: 4%;
  }
  .zitat .last #sign {
    position: relative;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=styles.css.map */