/* ::: Allgemeines
-------------------------------------------------- */
@font-face {
  font-family: 'robotolight';
  src: url("fonts/Roboto-Light-webfont.eot");
  src: url("fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Light-webfont.woff2") format("woff2"), url("fonts/Roboto-Light-webfont.woff") format("woff"), url("fonts/Roboto-Light-webfont.ttf") format("truetype"), url("fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoregular';
  src: url("fonts/Roboto-Regular-webfont.eot");
  src: url("fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular-webfont.woff2") format("woff2"), url("fonts/Roboto-Regular-webfont.woff") format("woff"), url("fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.wrapper:after,
.inner:after,
.clear:after,
.mobileHeader:after,
.contactUs form .formControls {
  content: '';
  display: table;
  clear: both; }

body {
  font-family: 'robotoregular', sans-serif;
  line-height: 160%;
  font-size: 17px;
  color: black; }

img, svg {
  display: block;
  max-width: 100%; }

/* ::: Variables and Mixins
-------------------------------------------------- */
/* ::: Schriften und Text
-------------------------------------------------- */
h1,
h2,
h3 {
  font-family: 'robotolight', sans-serif;
  line-height: 140%; }

h1,
h2,
.details h3,
.pageFooter h3 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 24px;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  text-align: center; }
  h1:after,
  h2:after,
  .details h3:after,
  .pageFooter h3:after {
    display: block;
    content: '';
    height: 7px;
    width: 110px;
    background: url(graphics/kniggeHeadingDecoration.svg) no-repeat;
    margin: 24px auto; }

.sectionTitle {
  padding: 0 48px; }

@media screen and (min-width: 960px) {
  h2,
  .details h3,
  .pageFooter h3 {
    text-align: left; }
    h2:after,
    .details h3:after,
    .pageFooter h3:after {
      margin: 24px 0; }

  .sectionTitle {
    padding: 0; } }
.defaultText h2 {
  margin-top: 72px; }
  .defaultText h2:first-child {
    margin-top: 0; }
.defaultText h3 {
  margin-top: 36px; }
.defaultText h2 + h3 {
  margin-top: 0; }

h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 24px; }

.bold {
  font-weight: bold; }

em {
  font-style: italic;
  font-size: 18px; }

p {
  margin-bottom: 16px; }

.uppercase {
  text-transform: uppercase; }

.centered {
  text-align: center; }

a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none; }

/* ::: Layout
-------------------------------------------------- */
body {
  border-top: 8px solid #a18235; }

.inner {
  padding: 48px; }

.sidebar {
  position: absolute;
  left: -8000px;
  z-index: 9999;
  width: 100%;
  height: auto;
  background-color: white;
  -webkit-animation: slide 1s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 1s forwards;
  animation-delay: 2s;
  transition: 1s;
  padding: 72px 32px; }

.sidebar.open {
  transition: 1s;
  left: 0px;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  border-bottom: 8px solid #a18235; }

@media screen and (max-width: 1200px) {
  .contentWrapper {
    padding-top: 84px; } }
.mobileHeader {
  position: fixed;
  width: 100%;
  padding: 24px;
  top: 0;
  left: 0;
  background-color: white;
  border-bottom: 8px solid #a18235; }

.toggleMenu {
  display: block;
  position: relative; }
  .toggleMenu .logo {
    display: inline-block;
    width: 160px; }
  .toggleMenu svg {
    width: 24px;
    display: inline-block;
    margin-right: 12px;
    padding-bottom: 7px; }

.canvas {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: stretch; }

.canvas:after {
  display: table;
  content: '';
  clear: both; }

.sidebar svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px; }
.sidebar .logo {
  display: block;
  max-width: 260px;
  margin: 0 auto 48px auto; }

@media screen and (min-width: 1200px) {
  .mobileHeader {
    display: none;
    visibility: hidden; }

  .sidebar {
    display: block;
    overflow: hidden;
    width: 30%;
    border-right: 1px solid #a18235;
    position: relative !important;
    left: auto; }
    .sidebar.open {
      border-bottom: none; }
    .sidebar .toggleMenu svg {
      display: none;
      visibility: hidden; }

  .contentWrapper {
    width: 70%; }

  .inner {
    max-width: 1280px;
    padding: 72px; } }
@media screen and (min-width: 1400px) {
  .sidebar {
    width: 20%; }

  .contentWrapper {
    width: 80%; } }
.logo {
  display: block; }

.sidebar a:hover {
  color: #a18235; }
.sidebar .social {
  text-align: center;
  margin: 48px auto; }
.sidebar .socialIcon svg {
  fill: #a18235; }

.intro .inner {
  background-image: url(graphics/kniggeCouple.svg);
  background-repeat: no-repeat;
  background-position: right 20px; }

.contactUs,
.basicInfo {
  background-color: #f6f6f6; }

@media screen and (min-width: 800px) {
  .introText {
    width: 50%; } }
.imageWrapper {
  padding-right: 24px; }

.basicInfo-Image,
.detailImage {
  display: block;
  border-radius: 50%;
  overflow: hidden; }

.pageFooter {
  background-color: #a18235;
  padding: 48px; }

.featureImage {
  margin-bottom: 72px; }

.detailWrapper {
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 120px;
  margin-bottom: 64px;
  background-size: 80%; }
  .detailWrapper.bg1 {
    background-image: url(graphics/background-1.svg);
    background-position: bottom left; }
  .detailWrapper.bg2 {
    background-image: url(graphics/background-2.svg);
    background-position: bottom right; }
  .detailWrapper.bg3 {
    background-image: url(graphics/background-3.svg);
    background-position: bottom left; }
  .detailWrapper.bg4 {
    background-image: url(graphics/background-4.svg);
    background-position: bottom right; }

@media screen and (min-width: 1200px) {
  .detailWrapper {
    padding-bottom: 64px;
    background-size: 50%; } }
.contactUs h2 {
  text-align: center; }
  .contactUs h2:after {
    margin: 24px auto; }
.contactUs p {
  max-width: 480px;
  margin: 24px auto 48px auto;
  text-align: center; }
.contactUs form .formItem {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 18px; }
  .contactUs form .formItem:after {
    display: table;
    content: '';
    clear: both; }
.contactUs form label {
  display: block;
  float: left;
  width: 30%;
  text-align: right;
  padding-right: 10px;
  font-size: 14px; }
.contactUs form input, .contactUs form textarea {
  width: 70%;
  float: left;
  border: none;
  border-radius: 3px;
  padding: 10px; }
.contactUs form .checkboxes label {
  float: right;
  text-align: left;
  width: 70%; }
.contactUs form .checkboxes .regular-checkbox {
  width: auto;
  text-align: right;
  float: right;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  margin-top: 4px; }
.contactUs form .formControls {
  width: 100%; }
.contactUs form .submitButton-Wrapper {
  width: 70%;
  float: right; }
.contactUs form .pusher {
  width: 30%;
  float: left; }
.contactUs form .submitButton {
  font-family: 'robotolight', sans-serif;
  display: block;
  width: auto;
  margin-top: 48px;
  background: transparent;
  color: #a18235;
  padding: 14px 32px;
  border: 1px solid #a18235;
  float: none;
  text-transform: uppercase;
  font-size: 16px; }
  .contactUs form .submitButton:hover {
    cursor: pointer;
    color: black;
    border: 1px solid black; }
.contactUs form label a {
  color: #a18235; }
  .contactUs form label a:hover {
    text-decoration: underline; }

/* ::: Menus und Navigation
-------------------------------------------------- */
.menu {
  font-family: 'robotolight', sans-serif; }
  .menu li {
    margin-bottom: 22px;
    text-align: center; }
  .menu a {
    text-transform: uppercase;
    font-size: 18px; }

/* ::: Components
-------------------------------------------------- */
.featureList {
  margin-left: 48px; }
  .featureList li {
    padding-right: 64px;
    margin-bottom: 12px; }
  .featureList li:before {
    content: '';
    width: 30px;
    height: 6px;
    display: inline-block;
    background-image: url(graphics/listItem.svg);
    background-repeat: no-repeat;
    margin-left: -42px;
    padding-right: 12px; }

@media screen and (min-width: 960px) {
  .featureList {
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 40px;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    padding-left: 42px; } }
.basicInfo-Image,
.detailImage {
  margin-bottom: 48px; }

.quote {
  width: 90%;
  margin: 0 auto;
  font-style: italic;
  font-size: 15px;
  margin-bottom: 24px; }

.details h2 {
  text-align: center; }
  .details h2:after {
    display: none; }
.details h3 {
  font-size: 24px;
  text-align: center; }
  .details h3:after {
    margin: 24px auto; }

.detail {
  max-width: 680px;
  margin: 0 auto; }

.detailImage {
  margin: 36px auto;
  max-width: 300px; }

.contact {
  margin: 0 auto;
  text-align: center; }
  .contact:before {
    content: '';
    display: block;
    margin: 72px auto;
    height: 7px;
    width: 110px;
    background: url(graphics/kniggeHeadingDecoration.svg) no-repeat; }
  .contact a {
    display: block;
    margin: 8px auto; }

.callToContact {
  position: relative;
  display: block;
  background: #a18235;
  padding: 20px;
  color: white;
  width: 240px;
  text-transform: uppercase;
  margin: 72px auto 0 auto;
  height: 66px;
  text-align: center; }
  .callToContact:hover {
    background: black;
    color: white !important; }
    .callToContact:hover:before {
      background: black; }

@media screen and (min-width: 1200px) {
  .callToContact {
    width: 270px;
    margin: 0;
    margin-top: 72px;
    text-align: left; }
    .callToContact:before {
      content: '';
      height: 66px;
      width: 300px;
      background: #a18235;
      position: absolute;
      left: -300px;
      top: 0; }
    .callToContact:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-top: 33px solid transparent;
      border-bottom: 33px solid transparent;
      border-right: 20px solid white; } }
.pageFooter {
  color: white;
  font-family: 'robotolight', sans-serif; }
  .pageFooter .logo {
    max-width: 160px; }
  .pageFooter .module {
    margin-bottom: 48px; }
  .pageFooter p, .pageFooter ul, .pageFooter li {
    margin-bottom: 12px;
    color: white; }
  .pageFooter a {
    color: white; }
    .pageFooter a:hover {
      text-decoration: underline; }
  .pageFooter h3 {
    font-size: 20px;
    text-align: left; }
    .pageFooter h3:after {
      margin: 24px 0;
      background: url(graphics/kniggeHeadingDecoration-white.svg) no-repeat; }
  .pageFooter .socialIcon svg path {
    fill: white; }

.socialIcon {
  display: inline-block;
  max-width: 68px;
  padding: 0px 8px; }
  .socialIcon svg {
    max-width: 100%; }
  .socialIcon:hover {
    opacity: .8; }

/* to top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(../media/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: black;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px; } }
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; } }

/*# sourceMappingURL=style.css.map */
