@charset "UTF-8";
/* #region General */
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-ifont-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 400;
}

h3 {
  font-size: 28px;
  font-weight: 300;
}

p {
  font-size: 15px;
  line-height: 28px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
}

a:active, a:focus, a:active {
  text-decoration: none !important;
}

/*  SCROLL FIX NON MOBILE
[id]::before {
  content: '';
  display: block;
  height:      76px;
  margin-top: -76px;
  visibility: hidden;
}
*/
section {
  padding: 50px 0;
}

section .section-title {
  margin-bottom: 70px;
}

section .section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}

section .section-title p {
  font-family: 'Volkhov', serif;
  font-style: italic;
  color: #666;
}

/* #endregion General */
/* #region Header Nav*/
#navbar {
  background-color: #fff;
  border: 0px;
}

#navbar .navbar-brand {
  padding-top: 5px;
}

#navbar .navbar-default .navbar-nav {
  /* padding-top: 10px; */
}

#navbar .navbar .navbar-toggler {
  margin-top: 9px;
}

/* #endregion Header Nav */
/* #region Intro */
/*#intro {
  background: url("../img/Fotos/M.Heinen%20u.%20J.Gerlach6.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  padding: 200px 0 280px 0;
  position: relative;
  &:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #8b86a3, #322e40);
    opacity: 0.8;
  }
  .block {
    color: #E3E3E4;
    h1 {
      font-family: 'Roboto', sans-serif;
      font-weight: 100;
      font-size: 45px;
      line-height: 60px;
      letter-spacing: 10px;
      padding-bottom: 45px;
    }
    p {
      font-size: 23px;
      line-height: 40px;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      letter-spacing: 3px;
    }
  }
} */
/* #endregion Intro */
/* #region Intro Parallax*/
#intro-Parallax {
  margin-top: 76px;
}

#intro-Parallax .parallax-window {
  min-height: 400px;
  height: 65vh;
  background: transparent;
  position: relative;
}

#intro-Parallax .parallax-window .into-text {
  margin-top: 10vh;
  color: #E3E3E4;
}

#intro-Parallax .parallax-window .into-text h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 10px;
  padding-bottom: 45px;
}

#intro-Parallax .parallax-window .into-text p {
  font-size: 23px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
}

#intro-Parallax .parallax-window:before {
  content: "";
  position: absolute;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-gradient(linear, right top, left top, from(#8b86a3), to(#322e40));
  background: linear-gradient(to left, #8b86a3, #322e40);
  opacity: 0.8;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

@media (min-width: 992px) {
  #intro-Parallax .parallax-window {
    height: calc(100vh - 76px);
  }
}

#intro-Parallax .arrow-container {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
          transform: translate(-50%, -50%) rotateZ(0deg);
}

#intro-Parallax .arrow-container:hover {
  cursor: pointer;
}

#intro-Parallax .arrow-container:hover .arrow {
  top: 50%;
}

#intro-Parallax .arrow-container:hover .arrow:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-30deg);
          transform: translate(-50%, -50%) rotateZ(-30deg);
}

#intro-Parallax .arrow-container:hover .arrow:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(30deg);
          transform: translate(-50%, -50%) rotateZ(30deg);
}

#intro-Parallax .arrow {
  position: absolute;
  left: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#intro-Parallax .arrow:before, #intro-Parallax .arrow:after {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  background: #fff;
  width: 3px;
  height: 45px;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
          transform: translate(-50%, -50%) rotateZ(-45deg);
}

#intro-Parallax .arrow:after {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
          transform: translate(-50%, -50%) rotateZ(45deg);
}

#intro-Parallax .arrow:nth-child(1) {
  opacity: 0.3;
  top: 35%;
}

#intro-Parallax .arrow:nth-child(2) {
  opacity: 0.6;
  top: 55%;
}

#intro-Parallax .arrow:nth-child(3) {
  opacity: 0.9;
  top: 75%;
}

/* #endregion Intro Parallax */
/* #region Über uns */
#ueber-uns-section {
  padding: 25px 0;
  background-color: white;
}

#ueber-uns-section .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
}

#ueber-uns-section .block p {
  color: #7B7B7B;
  padding-top: 20px;
}

#ueber-uns-section .block img {
  width: 100%;
}

#ueber-uns-section .section-title {
  margin-bottom: 0px;
}

#ueber-uns-section .section-title p {
  padding-top: 20px;
}

@media (min-width: 768px) {
  #ueber-uns-section {
    padding: 50px 0;
  }
}

/* #endregion Über uns */
/* #region Zitat */
.quote {
  text-align: center;
  border-top: 2px solid #8aad1b;
  border-bottom: 2px solid #8aad1b;
  border-left: none;
  color: #1a1a1a;
  font-size: 1.1em;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  position: relative;
  -webkit-transition: 0.2s border ease-in-out;
  transition: 0.2s border ease-in-out;
  margin: 1.5em 0;
  z-index: 0;
  padding: 1.5em 1em;
}

.quote p {
  font-size: 1.1em;
}

.quote:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 0;
  height: 4px;
  margin-top: -3px;
  margin-left: -1em;
  width: 2em;
}

@media (min-width: 1200px) {
  .quote:before {
    top: 50%;
    left: -4px;
    height: 2em;
    width: 5px;
    margin-left: 0;
    margin-top: -1em;
  }
}

.quote:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  font-size: 0.75em;
  left: 50%;
  top: 0;
  margin-top: -0.5em;
  margin-left: -0.5em;
  color: #8aad1b;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-indent: -2px;
  width: 1em;
  -webkit-transition: 0.2s all ease-in-out, 0.4s -webkit-transform ease-in-out;
  transition: 0.2s all ease-in-out, 0.4s -webkit-transform ease-in-out;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out, 0.4s -webkit-transform ease-in-out;
}

@media (min-width: 1200px) {
  .quote:after {
    font-size: 1em;
    left: -0.1em;
    top: 50%;
    margin-top: -0.5em;
  }
}

.quote cite {
  display: block;
  font-size: 0.75em;
  line-height: 1.8em;
  margin-top: 1em;
  text-align: right;
}

@media (min-width: 1200px) {
  .quote cite {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .quote {
    margin: 1.1em -2em;
  }
}

@media (min-width: 1200px) {
  .quote {
    border: none;
    border-left: 3px solid #8aad1b;
    font-size: 1.25em;
    line-height: 1.8em;
    margin: 1.1em -4em;
    padding: 1em 2em;
  }
}

/* #endregion */
/* #region Leistungen */
#leistungen {
  padding: 50px 0;
}

/* #endregion Leistungen*/
/* #region Kontakt Parralax */
#call-to-action {
  background: url("../img/Fotos/pexels-photo-461049.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}

#call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 57, 21, 0.4);
  opacity: 0.8;
}

#call-to-action h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}

#call-to-action p {
  font-size: 1.3em;
  line-height: 1.6;
}

#call-to-action .btn-call-to-action {
  padding: 15px 35px;
  border: none;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  margin-top: 30px;
}

/* #endregion Kontakt Parralax */
/* #region Feature */
/*#feature {

  width: 100%;
  background-color: #8bae1e;
  padding: 100px 0;

  h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  p {
    color: black;
    margin-bottom: 20px;
  }

  .btn-view-works {
    background: #655E7A;
    color: #fff;
    padding: 10px 20px;
  }

  @include md {
    background: url("../img/Fotos/Chef_Side.jpg");
    //background-position: 50% 94px;
    display: block;
    position: relative;
    overflow: visible;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  @include xl {
    background-color: #87aa1c;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;

  }
*/
/*
@include xl {
  background: none;
  background-color: #8bae1e;
  display: inherit;
}

.widescreen-image {
  display: none;
  
  @include xl {
    display: inherit;
  }
}


}*/
#feature {
  width: 100%;
  background-color: #88B04B;
  padding: 100px 0;
  /*
@include xl {
  background: none;
  background-color: #8bae1e;
  display: inherit;
}

.widescreen-image {
  display: none;
  
  @include xl {
    display: inherit;
  }
}

*/
}

#feature img {
  width: 100%;
}

#feature h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

#feature p {
  color: black;
  margin-bottom: 20px;
}

#feature .btn-view-works {
  background: #655E7A;
  color: #fff;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  #feature {
    padding: 50px 0 0 0;
  }
}

/* #region Erfahrung */
#erfahrungen {
  /*-- GENERAL STYLES
    ------------------------------*/
  /*----- TIMELINE ITEM -----*/
  /*----- TIMELINE INFO -----*/
  /*----- TIMELINE MARKER -----*/
  /*----- TIMELINE CONTENT -----*/
  /*----- TIMELINE PERIOD -----*/
}

#erfahrungen .timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#erfahrungen .timeline h1, #erfahrungen .timeline h2, #erfahrungen .timeline h3, #erfahrungen .timeline h4, #erfahrungen .timeline h5, #erfahrungen .timeline h6 {
  line-height: inherit;
}

#erfahrungen .timeline-item {
  padding-left: 40px;
  position: relative;
}

#erfahrungen .timeline-item:last-child {
  padding-bottom: 0;
}

#erfahrungen .timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

#erfahrungen .timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}

#erfahrungen .timeline-marker:before {
  background: #8aad1b;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

#erfahrungen .timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}

.timeline-item:last-child #erfahrungen .timeline-marker:after {
  content: none;
}

#erfahrungen .timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #8aad1b;
}

#erfahrungen .timeline-content {
  padding-bottom: 40px;
}

#erfahrungen .timeline-content p:last-child {
  margin-bottom: 0;
}

#erfahrungen .period {
  padding: 0;
}

#erfahrungen .period .timeline-info {
  display: none;
}

#erfahrungen .period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}

#erfahrungen .period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}

#erfahrungen .period .timeline-content {
  padding: 40px 0 70px;
}

#erfahrungen .period .timeline-title {
  margin: 0;
}

/* #endregion Erfahrung */
/* #region Kontakt */
#kontakt .address-block li {
  margin-bottom: 20px;
}

#kontakt .address-block li i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}

#kontakt .social-icons {
  margin-top: 40px;
}

#kontakt .social-icons li {
  display: inline-block;
  margin: 0 6px;
}

#kontakt .social-icons a {
  display: inline-block;
}

#kontakt .social-icons i {
  color: #2C2C2C;
  margin-right: 25px;
  font-size: 25px;
}

#kontakt #googleMapsOverlay {
  padding-top: 2em;
}

#kontakt #googleMapsOverlay .google-map {
  position: relative;
}

#kontakt #googleMapsOverlay .google-map #map {
  width: 100%;
  height: 300px;
  background-color: #ff432e;
}

@media (min-width: 768px) {
  #kontakt #googleMapsOverlay {
    padding-top: 0px;
  }
}

#kontakt #kontakt-box .block img {
  width: 100%;
}

#kontakt #kontakt-box .block h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 28px;
  padding-bottom: 30px;
}

#kontakt #kontakt-box .block p {
  color: #5C5C5C;
  display: block;
}

/* #endregion Kontakt */
/* #region Footer */
footer {
  background: #F5F5F5;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 55px;
}

footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}

footer a {
  color: #595959;
}

footer .footer-menu {
  padding-bottom: 25px;
}

footer .footer-menu ul {
  margin: 0px;
  padding: 0px;
}

footer .footer-menu ul li {
  display: inline-block;
  padding: 0px 20px;
}

footer .footer-menu ul li a {
  display: inline-block;
  color: #494949;
}

footer .footer-menu ul li a:hover {
  color: #000;
}

/* #endregion Footer */
/* #region Datenschutz */
#datenschutz,
#impressum {
  margin-top: 76px;
}

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