/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../font/lato-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../font/lato-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-regular - latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("../font/playfair-display-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800 - latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 800;
  src: url("../font/playfair-display-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-900 - latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  src: url("../font/playfair-display-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.top-bar {
  background: #f4f4f4;
}
.top-bar ul {
  background: transparent;
}
.top-bar ul li a {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  color: #8fc640;
  font-size: 1.1rem;
  transition: all 0.25s ease-in-out;
}
.top-bar ul li a:hover {
  color: #7aa834;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display";
  font-weight: 900;
  color: #8fc640;
  line-height: 110%;
  font-size: 2.5rem;
  margin-bottom: 35px;
}

p, ul, li, ol {
  font-family: "Lato";
  color: #808282;
  font-size: 1rem;
  line-height: 160%;
}

a {
  color: #2a2a2a;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #7aa834;
}

b {
  font-family: "Lato";
  font-weight: 700;
}

.titelbild {
  background: url("../img/titelbild.jpg") no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 80vh;
  position: relative;
  z-index: 1;
}
.titelbild .verlauf {
  width: 100%;
  height: 100%;
  padding: 0px;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(18deg, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0) 66%);
  z-index: 2;
}
.titelbild .inhalttitelbild {
  padding: 0rem 0 3rem 3rem;
  z-index: 100;
}
.titelbild h1 {
  color: #eaeaea;
  font-size: 3rem;
  margin-bottom: 15px;
}
.titelbild h2 {
  color: #eaeaea;
  font-family: "Lato";
  font-weight: 700;
  font-size: 1.2rem;
  max-width: 740px;
  line-height: 1.4;
}

.bild01 {
  background: url("../img/01.jpg") no-repeat center center scroll;
}

.bild02 {
  background: url("../img/02.jpg") no-repeat center center scroll;
}

.bild03 {
  background: url("../img/03.jpg") no-repeat center center scroll;
}

.bild05 {
  background: url("../img/05.jpg") no-repeat center center scroll;
}

.bild06 {
  background: url("../img/06.jpg") no-repeat center center scroll;
}

.bild100w {
  width: 100%;
  height: 70vh;
  min-height: 400px;
  max-height: 900px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.grid-container {
  width: 100%;
  max-width: 1400px;
}

.grid-container.inhalt {
  padding: 10rem 2rem;
}
.grid-container.inhalt img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  max-width: 60%;
  margin: 0 auto;
  display: block;
}

.logo {
  width: 100%;
  max-width: 260px;
  padding: 15px 0 15px 25px;
}

.button {
  background: #8fc640;
  padding: 10px 25px 12px 25px;
  font-size: 1.1rem;
  font-family: "Lato";
  font-weight: 700;
  border-radius: 100px;
}
.button:hover {
  background: #7aa834;
}

#faq {
  background-color: #eaeaea;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}
#faq .wrapper {
  max-width: 900px;
  margin: 0 auto;
}
#faq .wrapper .accordion {
  background: none;
  margin-top: 25px;
}
#faq .wrapper .is-active .accordion-title {
  background-color: #7aa834;
  border-radius: 10px 10px 0 0px;
}
#faq .wrapper .accordion-title {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  color: #f4f4f4;
  background-color: #8fc640;
  border-radius: 10px;
}
#faq .wrapper .accordion-title:hover {
  background-color: #7aa834;
}
#faq .wrapper .accordion-content {
  margin-bottom: 5px;
  margin-top: -5px;
  border-radius: 0px 0 10px 10px;
}

#kontakt {
  background-color: #eaeaea;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}
#kontakt .wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.kontaktbox {
  background-color: #8fc640;
  border-radius: 15px;
  padding: 1rem;
}
.kontaktbox img {
  border-radius: 100% !important;
  padding: 2rem;
  box-shadow: none !important;
  max-width: 100% !important;
}
.kontaktbox h5 {
  color: #fff;
  font-size: 2rem;
}
.kontaktbox p {
  color: #f4f4f4;
}
.kontaktbox a {
  color: #f4f4f4;
}

#kunden, #publikationen {
  background-color: #eaeaea;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}
#kunden .wrapper, #publikationen .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
#kunden a, #publikationen a {
  font-weight: 700;
}

#impressum {
  text-align: center;
  padding: 3rem;
  font-weight: 700;
  font-size: 0.8rem;
}

.impressum h1, .impressum h2, .impressum h3, .impressum h4, .impressum h5, .impressum h6 {
  font-family: "Playfair Display";
  font-weight: 900;
  color: #8fc640;
  line-height: 110%;
  font-size: 1.5rem;
  margin-top: 15px;
  margin-bottom: 5px;
}
