@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.red {
  color: #a12515;
}

a {
  border-bottom: dashed 0px #a12515;
  text-decoration: none;
  color: #a12515;
}

.header-wrapper {
  border: solid 0px red;
  max-width: 1920px;
  margin: 0 auto;
}

header {
  padding: 20px 50px 20px 50px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 90px;
  background: rgba(241, 237, 234, 0.8);
  z-index: 3;
}

header ul {
  font-family: "Jura", Arial, Helvetica, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 0px;
}

header li {
  display: inline-block;
  border: solid 0px red;
  text-decoration: none;
}

header li a {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #4D4D4D;
  text-decoration: none;
  padding: 0px 15px 0px 15px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
}

.logo {
  width: 234px;
  height: 59px;
  text-align: left;
  float: left;
  border: solid 0px red;
  background: url("../img/klingner-planungsbuero.svg") no-repeat center center;
  background-size: contain;
}

.logo img {
  width: 100%;
  height: auto;
}

/*------MENU-----*/
#menu {
  width: auto;
  text-align: right;
  float: right;
  color: #4D4D4D;
  margin-top: 20px;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0);
}

/*Hover state for top level links*/
li:hover a, li:visited a {
  text-decoration: none;
  color: #a12515;
}

.active {
  color: #a12515;
  font-weight: 500;
}

.show-menu {
  text-decoration: none;
  color: #a12515;
  text-align: right;
  padding: 10px 0;
  display: none;
}

input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
}

input[type=checkbox]:checked ~ #menu {
  display: block;
}

header.scrolled {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  position: fixed;
  padding: 0px 50px 0px 50px;
  height: 60px;
  background: #f1edea;
}

header.scrolled .logo {
  margin-top: 10px;
  width: 160px;
  height: 40px;
  background: url("../img/klingner-planungsbuero.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

header.scrolled #menu {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  /*MENU BARS*/
  .show-menu {
    display: block;
  }
  .show-menu .bars {
    padding: 20px 20px 0px 0px;
  }
  .show-menu .bars:before {
    font-family: "klingner";
    content: "\f008";
    font-size: 30px;
    color: #000;
  }
  /*Make dropdown links appear inline*/
  ul#menu {
    border: solid 0px red;
    width: 100%;
    position: static;
    display: none;
    background: #dbdbdb;
    margin-top: 12px;
    height: 100vh;
  }
  .active {
    border: 0px;
  }
  /*Create vertical spacing*/
  /*Make all menu links full width*/
  ul li, li a {
    width: 100%;
    border: solid 1px #fff;
    padding: 10px;
  }
  header {
    padding: 0px 0px 0px 0px;
    height: 80px;
    background: white;
  }
  header .logo {
    height: 70px;
    float: left;
    background: url("../img/klingner-planungsbuero.svg") no-repeat center center;
    background-size: contain;
    margin: 5px 0px 0px 5px;
  }
  header ul {
    margin-top: 4px;
  }
  header li a {
    padding-bottom: 10px;
  }
  header.scrolled {
    padding: 0px 0px 0px 0px;
    height: 80px;
    background: white;
  }
  header.scrolled .logo {
    height: 70px;
    float: left;
    background: url("../img/klingner-planungsbuero.svg") no-repeat center center;
    background-size: contain;
    margin: 5px 0px 0px 5px;
  }
  header.scrolled ul {
    margin-top: 4px;
  }
  header.scrolled li a {
    padding-bottom: 10px;
  }
}

/*Responsive*/
[class*="grid-"] {
  float: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="grid-"].no-paddding {
  padding: 0;
}

[class*="grid-"].float-right {
  float: right;
}

.grid-1 {
  width: 100%;
}

.grid-2 {
  width: 100%;
}

.grid-3 {
  width: 100%;
}

.grid-4 {
  width: 100%;
}

.grid-5 {
  width: 100%;
}

.grid-6 {
  width: 100%;
}

.grid-7 {
  width: 100%;
}

.grid-8 {
  width: 100%;
}

.grid-9 {
  width: 100%;
}

.grid-10 {
  width: 100%;
}

.grid-11 {
  width: 100%;
}

.grid-12 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .grid-1 {
    width: 8.33333%;
  }
  .grid-2 {
    width: 16.66667%;
  }
  .grid-3 {
    width: 25%;
  }
  .grid-4 {
    width: 33.33333%;
  }
  .grid-5 {
    width: 41.66667%;
  }
  .grid-6 {
    width: 50%;
  }
  .grid-7 {
    width: 58.33333%;
  }
  .grid-8 {
    width: 66.66667%;
  }
  .grid-9 {
    width: 75%;
  }
  .grid-10 {
    width: 83.33333%;
  }
  .grid-11 {
    width: 91.66667%;
  }
  .grid-12 {
    width: 100%;
  }
  .grid-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-offset-3 {
    margin-left: 25%;
  }
  .grid-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-offset-6 {
    margin-left: 50%;
  }
  .grid-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-offset-9 {
    margin-left: 75%;
  }
  .grid-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-offset-12 {
    margin-left: 100%;
  }
}

.min-height {
  min-height: 200px;
}

@viewport {
  zoom: 1.0;
  width: device-width;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: regular;
  line-height: 24px;
  color: #4D4D4D;
}

.clearer {
  clear: both;
}

hr {
  border: solid 1px #dbdbdb;
  max-width: 1434px;
}

.hidden {
  display: none !important;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.wrapper {
  margin: 0 auto;
  max-width: 1920px;
  border: solid 0px red;
}

.align-bottom {
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.inner-wrapper {
  border: solid 0px red;
  max-width: 1434px;
  margin: 0 auto;
}

.inner-wrapper.bg-color {
  background-color: transparent;
}

.float-left {
  float: left;
}

.pos-fix {
  position: fixed;
}

img {
  width: 100%;
}

.img-halfwidth {
  width: 50%;
}

footer {
  padding: 60px 50px 60px 50px;
  color: #fff;
  float: left;
  width: 100%;
  background-color: #333;
}

footer a {
  color: #fff;
  border: none;
  width: 100%;
  padding-top: 30px;
}

footer a:hover {
  color: #a12515;
  border-bottom: solid 1px #a12515;
}

footer .inner-wrapper ul li {
  padding: 0px 0px 20px 0px;
}

footer .inner-wrapper ul li:before {
  color: #fff;
  font-family: "klingner-font";
  content: "";
}

@media screen and (max-width: 768px) {
  .inner-wrapper {
    padding: 30px;
  }
  .inner-wrapper.bg-color {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width: 480px) {
  img {
    margin: 0px 0px 10px 0px;
  }
  .inner-wrapper.bg-color {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

body, html {
  margin: 0;
  padding: 0;
}

.parallax-window {
  perspective: 1px;
  height: 100vh;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: black;
}

.parallax-window h1 {
  font-size: 50px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Jura", Arial, Helvetica, sans-serif;
  color: #fff;
}

.parallax-window p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 140%;
  font-weight: 300;
  margin-top: 0px;
  text-transform: none;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.parallax-window h2 {
  font-size: 22px;
  line-height: 130%;
  font-weight: 500;
  padding-bottom: 20px;
}

.parallax-window h3 {
  width: 100%;
  font-size: 28px;
  line-height: 130%;
  font-weight: 300;
  padding-bottom: 20px;
  text-transform: uppercase;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .parallax-window {
    display: block;
    padding-top: 200px;
  }
  *::-ms-backdrop h1, .parallax-window h1 {
    margin-top: 300px;
  }
  /* IE11 */
}

.scrolled h1, .scrolled h2, .scrolled p {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 600ms linear;
  -moz-transition: 600ms linear;
  -o-transition: 600ms linear;
  -ms-transition: 600ms linear;
  transition: 600ms linear;
}

.smaller {
  height: 450px;
}

@media screen and (max-width: 480px) {
  .parallax-window h1 {
    font-size: 28px;
    background-color: rgba 255, 255, 255, 0.6;
  }
  .parallax-window h2 {
    padding: 0px 30px 0px 30px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .parallax-window h3 {
    width: 100%;
    font-size: 28px;
    line-height: 130%;
    font-weight: 300;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .parallax-window p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
    margin-top: 0px;
    text-transform: none;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
  }
  .parallax-window .quote {
    padding: 0px 30px 0px 30px;
    font-size: 20px;
  }
}

table {
  width: 100%;
}

table thead th {
  font-weight: 700;
  padding: 8px 15px 8px 0;
  border-bottom: 1px solid #ccc;
}

table tbody td {
  padding: 8px 15px 8px 0;
}

section {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}

article {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding: 30px 0px 30px 0px;
}

article.inner-wrapper {
  margin: 0 auto;
  max-width: 1434px;
  padding: 120px 0px 60px 0px;
}

article.wide {
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}

.margin-60 {
  margin: 60px 0px 60px 0px;
}

.top-minus {
  margin-top: -120px;
}

.shade-top {
  -webkit-box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, 0.2);
}

.border-top {
  border-top: solid 1px #ccc;
}

.border-bottom {
  border-bottom: solid 1px #ccc;
}

.bg-grey {
  background-color: #ccc;
}

.bg-white {
  background-color: #fff;
}

.bg-beige {
  background-color: #C4B7A9;
}

.bg-beige h2 {
  color: #fff;
}

.bg-light-grey {
  background-color: #dbdbdb;
  border: solid 0px blue;
}

.bg-dark-grey {
  background-color: #666;
  color: #fff;
}

.bg-dark-grey h2 {
  color: #fff;
}

.bg-brand-red {
  background-color: #a12515;
  color: #fff;
  z-index: 100;
}

.bg-brand-red a {
  color: #fff;
}

.bg-brand-red {
  background-color: #a12515;
}

.bg-pattern-1 {
  border-top: solid 1px #dbdbdb;
  background: url("../img/61842b.jpg") no-repeat center center;
  background-size: cover;
}

.halfwidth {
  width: 50%;
}

.square_top_right:before {
  background-color: #a12515;
  content: '';
  position: absolute;
  padding-bottom: 100%;
  width: 60px;
  right: 0%;
  transform-origin: left top;
  z-index: 1;
  bottom: 91%;
}

.square_bottom_left:after {
  background-color: #a12515;
  content: '';
  position: absolute;
  padding-bottom: 100%;
  width: 120px;
  bottom: 10%;
  left: 0;
  top: 82%;
}

@media screen and (max-width: 480px) {
  article {
    padding: 30px 0px 30px 0px;
  }
  article.inner-wrapper {
    padding: 30px 0px 30px 0px;
  }
  .margin-60 {
    margin: 30px 0px 30px 0px;
  }
  .square_top_right:before {
    bottom: 98%;
    width: 40px;
  }
  .square_bottom_left:after {
    top: 98%;
    width: 40px;
  }
}

/* jura-300 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 300;
  src: url("../css/fonts/jura-v19-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/jura-v19-latin-300.eot?#iefix") format("embedded-opentype"), url("../css/fonts/jura-v19-latin-300.woff2") format("woff2"), url("../css/fonts/jura-v19-latin-300.woff") format("woff"), url("../css/fonts/jura-v19-latin-300.ttf") format("truetype"), url("../css/fonts/jura-v19-latin-300.svg#Jura") format("svg");
  /* Legacy iOS */
}

/* jura-500 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 500;
  src: url("../css/fonts/jura-v19-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/jura-v19-latin-500.eot?#iefix") format("embedded-opentype"), url("../css/fonts/jura-v19-latin-500.woff2") format("woff2"), url("../css/fonts/jura-v19-latin-500.woff") format("woff"), url("../css/fonts/jura-v19-latin-500.ttf") format("truetype"), url("../css/fonts/jura-v19-latin-500.svg#Jura") format("svg");
  /* Legacy iOS */
}

/* jura-600 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 600;
  src: url("../css/fonts/jura-v19-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/jura-v19-latin-600.eot?#iefix") format("embedded-opentype"), url("../css/fonts/jura-v19-latin-600.woff2") format("woff2"), url("../css/fonts/jura-v19-latin-600.woff") format("woff"), url("../css/fonts/jura-v19-latin-600.ttf") format("truetype"), url("../css/fonts/jura-v19-latin-600.svg#Jura") format("svg");
  /* Legacy iOS */
}

/* jura-regular - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: url("../css/fonts/jura-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/jura-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../css/fonts/jura-v19-latin-regular.woff2") format("woff2"), url("../css/fonts/jura-v19-latin-regular.woff") format("woff"), url("../css/fonts/jura-v19-latin-regular.ttf") format("truetype"), url("../css/fonts/jura-v19-latin-regular.svg#Jura") format("svg");
  /* Legacy iOS */
}

/* jura-700 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 700;
  src: url("../css/fonts/jura-v19-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/jura-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("../css/fonts/jura-v19-latin-700.woff2") format("woff2"), url("../css/fonts/jura-v19-latin-700.woff") format("woff"), url("../css/fonts/jura-v19-latin-700.ttf") format("truetype"), url("../css/fonts/jura-v19-latin-700.svg#Jura") format("svg");
  /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../css/fonts/open-sans-v27-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/open-sans-v27-latin-300.eot?#iefix") format("embedded-opentype"), url("../css/fonts/open-sans-v27-latin-300.woff2") format("woff2"), url("../css/fonts/open-sans-v27-latin-300.woff") format("woff"), url("../css/fonts/open-sans-v27-latin-300.ttf") format("truetype"), url("../css/fonts/open-sans-v27-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../css/fonts/open-sans-v27-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/open-sans-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../css/fonts/open-sans-v27-latin-regular.woff2") format("woff2"), url("../css/fonts/open-sans-v27-latin-regular.woff") format("woff"), url("../css/fonts/open-sans-v27-latin-regular.ttf") format("truetype"), url("../css/fonts/open-sans-v27-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../css/fonts/open-sans-v27-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/open-sans-v27-latin-500.eot?#iefix") format("embedded-opentype"), url("../css/fonts/open-sans-v27-latin-500.woff2") format("woff2"), url("../css/fonts/open-sans-v27-latin-500.woff") format("woff"), url("../css/fonts/open-sans-v27-latin-500.ttf") format("truetype"), url("../css/fonts/open-sans-v27-latin-500.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../css/fonts/open-sans-v27-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/open-sans-v27-latin-600.eot?#iefix") format("embedded-opentype"), url("../css/fonts/open-sans-v27-latin-600.woff2") format("woff2"), url("../css/fonts/open-sans-v27-latin-600.woff") format("woff"), url("../css/fonts/open-sans-v27-latin-600.ttf") format("truetype"), url("../css/fonts/open-sans-v27-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url("../css/fonts/open-sans-v27-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/open-sans-v27-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../css/fonts/open-sans-v27-latin-300italic.woff2") format("woff2"), url("../css/fonts/open-sans-v27-latin-300italic.woff") format("woff"), url("../css/fonts/open-sans-v27-latin-300italic.ttf") format("truetype"), url("../css/fonts/open-sans-v27-latin-300italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-500italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url("../css/fonts/open-sans-v27-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/open-sans-v27-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../css/fonts/open-sans-v27-latin-500italic.woff2") format("woff2"), url("../css/fonts/open-sans-v27-latin-500italic.woff") format("woff"), url("../css/fonts/open-sans-v27-latin-500italic.ttf") format("truetype"), url("../css/fonts/open-sans-v27-latin-500italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'klingner';
  src: url("../css/fonts/klingner.eot?64147141");
  src: url("../css/klingner.eot?64147141#iefix") format("embedded-opentype"), url("../css/fonts/klingner.woff2?64147141") format("woff2"), url("../css/fonts/klingner.woff?64147141") format("woff"), url("../css/fonts/klingner.ttf?64147141") format("truetype"), url("../css/fonts/klingner.svg?64147141#klingner") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'klingner';
    src: url('../font/klingner.svg?64147141#klingner') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "klingner";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-thumbs-up:before {
  content: '\e800';
}

/* '' */
.icon-ok:before {
  content: '\e801';
}

/* '' */
.icon-left-open:before {
  content: '\e802';
}

/* '' */
.icon-right-open:before {
  content: '\e803';
}

/* '' */
.icon-up-open:before {
  content: '\e804';
}

/* '' */
.icon-down-open:before {
  content: '\e805';
}

/* '' */
.icon-home:before {
  content: '\e806';
}

/* '' */
.icon-home-1:before {
  content: '\e807';
}

/* '' */
.icon-warehouse:before {
  content: '\e840';
}

/* '' */
.icon-menu:before {
  content: '\f008';
}

/* '' */
.icon-angle-double-left:before {
  content: '\f100';
}

/* '' */
.icon-angle-double-right:before {
  content: '\f101';
}

/* '' */
.icon-angle-double-up:before {
  content: '\f102';
}

/* '' */
.icon-angle-double-down:before {
  content: '\f103';
}

/* '' */
.icon-quote-left:before {
  content: '\f10d';
}

/* '' */
.icon-quote-right:before {
  content: '\f10e';
}

/* '' */
.icon-wpforms:before {
  content: '\f298';
}

/* '' */
.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.bold {
  font-weight: 500;
}

.black {
  color: #000;
}

.txt-align-bottom {
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.txt-align-middle {
  display: table-cell;
  vertical-align: middle;
}

.red {
  color: #a12515;
}

.light-grey {
  color: #dbdbdb;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.txt-white {
  color: #fff;
}

strong {
  font-weight: 500;
}

h1 {
  font-size: 34px;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 10;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 46px;
  line-height: 130%;
  font-weight: 400;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #C4B7A9;
  font-family: "Jura", Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 22px;
  line-height: 140%;
  font-weight: 400;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  text-transform: none;
}

p {
  line-height: 150%;
  padding: 0px 0px 10px 0px;
  width: 100%;
}

.smallheadline {
  font-size: 34px;
  line-height: 140%;
}

p:last-child {
  padding: 0px 0px 0px 0px;
  clear: both;
}

@media screen and (max-width: 768px) {
  h1, h2 {
    padding: 20px 0px 10px 0px;
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  h1, h2 {
    padding: 20px 0px 10px 0px;
    font-size: 28px;
  }
  p:last-child {
    padding: 0px 0px 20px 0px;
    clear: both;
  }
  .txt-align-bottom {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.inner-wrapper ul, .viewport-txt ul {
  padding: 10px 0px 10px 0px;
}

.inner-wrapper ul li, .viewport-txt ul li {
  border: 0px;
  padding-left: 0px;
  line-height: 26px;
  padding-bottom: 10px;
}

.inner-wrapper ul li:before, .viewport-txt ul li:before {
  color: #a12515;
  font-family: "klingner";
  content: "\e803";
  display: inline-block;
  position: absolute;
  margin: 0px 0px 0px -15px;
  background: none;
  width: 5px;
  height: 5px;
  font-size: 14px;
}

.inner-wrapper.check-list ul li, .viewport-txt.check-list ul li {
  padding-left: 20px;
}

.inner-wrapper.check-list ul li:before, .viewport-txt.check-list ul li:before {
  color: #a12515;
  font-family: "klingner";
  content: "\e801";
  margin: 0 0 0 -20px;
  font-size: 14px;
}

.inner-wrapper p + ul, .viewport-txt p + ul {
  margin-top: -10px;
}

.inner-wrapper .txt-left ul, .viewport-txt .txt-left ul {
  padding: 20px 0px 10px 15px;
}

@media screen and (max-width: 480px) {
  .viewport-txt ul {
    padding: 0px 0px 0px 0px;
  }
  .viewport-txt ul li {
    border: 0px;
    padding-left: 15px;
    font-size: 14px;
    padding-bottom: 0px;
  }
  .viewport-txt ul li:before {
    color: #a12515;
    font-family: "FontAwesome";
    content: "\f111";
    display: inline-block;
    position: absolute;
    margin: 0px 5px 0px -12px;
    background: none;
    width: 5px;
    height: 5px;
    font-size: 8px;
  }
}

.viewport {
  position: relative;
  background: url("../img/xxx") no-repeat center center;
  background-attachment: fixed;
  height: 400px;
  background-position: 0 70%;
  background-size: cover;
  text-align: center;
}

.viewport h1 {
  position: absolute;
  color: #fff;
  padding: 10px 10px 10px 10px;
  font-size: 32px;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 1;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: rgba(196, 183, 169, 0.8);
  position: absolute;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 65%;
}

.viewport .quote {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 150%;
  font-weight: 100;
  font-style: italic;
  color: #fff;
  text-align: center;
  position: absolute;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.viewport h3 {
  width: 100%;
  font-size: 28px;
  line-height: 130%;
  font-weight: 300;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.viewport .viewport-txt {
  margin: 0 auto;
  position: absolute;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.light-viewport-layer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
  height: 100%;
}

.dark-viewport-layer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4d4d4d+0,747474+100&1+0,0.3+100 */
  background: -moz-linear-gradient(top, #4d4d4d 0%, rgba(116, 116, 116, 0.3) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4d4d4d 0%, rgba(116, 116, 116, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4d4d4d 0%, rgba(116, 116, 116, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#4d747474',GradientType=0 );
  /* IE6-9 */
  height: 100%;
}

.darker-viewport-layer {
  height: 100%;
  border: solid 1px red;
  background-color: rgba(0, 0, 0, 0.3);
}

.beige-viewport-layer {
  height: 100%;
  background-color: rgba(196, 183, 169, 0.95);
}

@media screen and (max-width: 768px) {
  .viewport {
    height: 300px;
  }
  .viewport
.quote {
    padding: 0px 30px 0px 30px;
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .viewport {
    min-height: 400px;
  }
  .viewport h1, .viewport h2, .viewport h3 {
    font-size: 20px;
    top: 60%;
  }
  .viewport
.quote {
    padding: 0px 0px 0px 0px;
    font-size: 28px;
  }
}

.more-btn,
.btn-reg {
  margin-top: 20px;
  font-size: 18px;
  font-family: "Jura", Arial, Helvetica, sans-serif;
  text-align: center;
  background: transparent;
  position: relative;
  padding: 10px 80px 10px 80px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #C4B7A9;
  display: inline-block;
  margin-bottom: 15px;
}

.more-btn:hover,
.btn-reg:hover {
  background-color: #a12515;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.more-btn + *,
.btn-reg + * {
  padding-top: 10px;
}

.more-btn.more-link,
.btn-reg.more-link {
  width: auto;
  padding: 10px 30px 10px 40px;
  color: #666;
  background: #fff;
  margin: 30px 0px 0px 15px;
}

.more-btn.more-link:hover,
.btn-reg.more-link:hover {
  color: #666;
}

.dark-grey {
  color: #4D4D4D;
}

.dark-grey:hover {
  background-color: #a12515;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.white {
  color: #fff;
}

.white:hover {
  background-color: #a12515;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scrolled .btn-reg {
  color: rgba(0, 0, 0, 0.2);
  border: solid 0px rgba(255, 255, 255, 0.4);
  -webkit-transition: 600ms linear;
  -moz-transition: 600ms linear;
  -o-transition: 600ms linear;
  -ms-transition: 600ms linear;
  transition: 600ms linear;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  padding-top: 5px;
  color: red;
}

/*
.grid-icon {
    float: right;
    height: 26px;
    width: 26px;
    border-radius: 100px;
    text-transform: uppercase;
    background: red;
    position: relative;
    padding: 0px 0px 0px 0px;
    color: $darkest-grey;
    text-decoration: none;
    margin-bottom: 25px;
    &:before {
        content: "";
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 1px solid red;
        border-radius: 100px;
        z-index: 98;

        &:hover {
            border: solid 1px $light-grey;
        }
    }

    &:after {
        position: absolute;
        font-size: 50px;
        top: -10px;
        left: -11px;
        right: -10px;
        bottom: -10px;
        text-align: left;
        color: $white;
    }

    &:hover {
        background-color: $light-grey;
        cursor: pointer;
        -webkit-transition: 400ms linear;
        -moz-transition: 400ms linear;
        -o-transition: 400ms linear;
        -ms-transition: 400ms linear;
        transition: 400ms linear;

        &:before {
            border-color: $light-grey;
        }
    }
}*/
/*Runde Icons*/
.circle-icon {
  margin: 0 auto;
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 0px;
  padding: 5px 0px;
}

.circle-icon img {
  width: 70%;
}

/*--------------------------------------- Nach oben scrollen ----------------------------------------*/
.nav_up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  white-space: nowrap;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  z-index: 9999;
  border: solid 0px red;
}

.nav_up:before {
  color: #a12515;
  font-family: "klingner";
  content: "\e804";
  display: inline-block;
  position: absolute;
  margin: 0px 10px 0px -18px;
  background: none;
  font-size: 30px;
}

/*PDF*/
a[href$=".pdf"] {
  padding-left: 30px;
}

a[href$=".pdf"]:before {
  color: #a12515;
  font-family: "klingner";
  content: "\f298";
  display: inline-block;
  position: absolute;
  background: none;
  font-size: 16px;
  margin: 0px 0px 0px -20px;
}

.side-buttons {
  margin-top: 150px;
  position: fixed;
  right: 0px;
  z-index: 99;
  height: auto;
  max-width: 30px;
}

.side-icon {
  float: right;
  height: 60px;
  width: 60px;
  text-transform: uppercase;
  background: #333;
  position: relative;
  padding: 10px 10px 10px 10px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 35px;
  border: solid 1px #fff;
}

@media screen and (max-width: 480px) {
  .circle img {
    margin: 0px;
  }
  .side-buttons {
    margin-top: 40px;
  }
  .nav_up {
    position: fixed;
    bottom: 0px;
    right: 0px;
  }
}

/* .img-wrapper {   
height:100%;
    border:solid 1px red;
    background-color:  rgba(0,0,0,0.9);
}


The Container

  
  Styles for the caption overlays
  Standard Box: Top Center
  .box-flex {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    color: $white;
 width:100%;
  }
  
  Box: Center Center
  .box-flex-center {
    align-items: center;
  }
  
  Box: Bottom Center
  .box-flex-bottom {
    align-items: flex-end;
  }
  
  Box: Top Right
  .box-flex-top-right {
    justify-content: flex-end;
  }
  
  Box: Center Left
  .box-flex-center-left {
    align-items: center;
    justify-content: flex-start;
  }
  
  Box: Bottom Right
  .box-flex-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
  
  .box-img {
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    background-color: rgba(0,0,0,.8);
  
  }
  
  .box-img:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
  
  .box-caption {
    position: absolute;
    max-width: 328px;
    margin: 0;
    padding: 40px;
    word-break: break-word;

    background-color: rgba(0,0,0,.8);
    color: $white;
  }
  
  .box-caption:hover {
    background-color: rgba(0,0,0,.5);
    color: #e6e6e6;
    transition: all ease .5s;
  }
  
  Styles for multiple caption overlays
  
  align-self: flex-start
  .align-start {
    align-self: flex-start;
  }
  
  align-self: center
  .align-center {
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  align-self: flex-end
  .align-end {
    align-self: flex-end;
  }



 */
.box.content-small {
  padding: 0px;
}

.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 340px;
  padding: 50px;
}

.box .content-small .content {
  padding: 30px;
}

.box .box-content {
  padding: 40px;
  background: inherit;
  overflow: hidden;
  height: 100%;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box .box-content h3 {
  font-size: 18px;
  color: #fff;
}

.box .box-content img {
  width: 20%;
  padding-bottom: 20px;
}

.box-layer {
  background-color: rgba(77, 77, 77, 0.8);
  padding: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%); */
  /* -webkit-filter: blur(7px);
    filter: blur(7px); */
  z-index: -1;
}

.box-layer:hover {
  background-color: rgba(77, 77, 77, 0.4);
  padding: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* -webkit-transform: translate(0%,0%);
  -ms-transform: translate(0%,0%);
  transform: translate(0%,0%); */
  /* -webkit-filter: blur(7px);
  filter: blur(7px); */
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .box .box-content img {
    padding-bottom: 0px;
  }
}

.slider-content {
  /* .holder {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
} */
  /* Hide the images by default */
  /* Smartphones (portrait and landscape) ----------- */
  /* Container for image text */
  /* Six columns side by side */
  /* Add a transparency effect for thumbnail images */
}

.slider-content body {
  margin: 0;
}

.slider-content * {
  box-sizing: border-box;
}

.slider-content img {
  vertical-align: middle;
}

.slider-content .container {
  position: relative;
  padding: 0px;
}

.slider-content .holder::-webkit-scrollbar {
  display: none;
}

.slider-content .slides {
  display: none;
  /* max-width: 1000px; */
  /* width: 100%;
  flex-shrink: 0;
  height: 100%; */
}

.slider-content .slides img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 600px) {
  .slider-content .prevContainer,
  .slider-content .nextContainer {
    display: none;
    visibility: hidden;
  }
}

.slider-content .prevContainer,
.slider-content .nextContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% - 54px));
  height: 54px;
  width: 54px;
  cursor: pointer;
}

.slider-content .prevContainer {
  margin-left: 26px;
  left: 0;
  border-radius: 30px 0 0 30px;
}

.slider-content .prev {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: 32px;
  float: left;
  margin-left: 12px;
}

.slider-content .prev svg,
.slider-content .next svg {
  fill: white;
}

.slider-content .nextContainer {
  margin-right: 26px;
  right: 0;
  border-radius: 0 30px 30px 0;
}

.slider-content .next {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: 32px;
  float: right;
  margin-right: 12px;
}

.slider-content .caption-container {
  text-align: left;
  background-color: #fff;
  padding: 20px 10px 30px 10px;
  color: #4D4D4D;
}

.slider-content .row:after {
  content: "";
  display: table;
  clear: both;
}

.slider-content .column {
  float: left;
  width: 16.66%;
  padding-right: 10px;
  padding-top: 10px;
}

.slider-content .slide-thumbnail {
  width: 100%;
  opacity: 0.6;
  cursor: pointer;
}

.slider-content .active,
.slider-content .slide-thumbnail:hover {
  opacity: 1;
}

.img-card {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 30px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}

.img-card * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.img-card:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.img-card img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.img-card figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img-card h3,
.img-card h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.img-card h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
}

.img-card h5 {
  font-weight: normal;
  background-color: #C4B7A9;
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.img-card a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.img-card:hover:before,
.img-card.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.img-card:hover h3,
.img-card.hover h3,
.img-card:hover h5,
.img-card.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.img-card:hover h3,
.img-card.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.img-card:hover h5,
.img-card.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media screen and (max-width: 768px) {
  .img-card h3,
  .img-card h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .img-card h3,
  .img-card h5 {
    font-size: 14px;
  }
}
