/* --------------------------------------------------
   Grundsetup
-------------------------------------------------- */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  color: #111;
  background-color: #ffffff;
}

/* --------------------------------------------------
   Hero
-------------------------------------------------- */

.hero {
  background-image:
	linear-gradient(
	 rgba(245, 248, 250, 0.15),
   rgba(245, 248, 250, 0.15)
	),
	url("../media/AdobeStock_1257120228.jpeg");
  background-size: cover;
  background-position: center;
  padding: 6em 3% 4.5em 3%;
}

.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.logo-img {
  max-width: 520px;
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------------------------
   Content
-------------------------------------------------- */

.content {
  max-width: 1200px;
  width: 90%;
  padding: 3em 3% 4em 3%;
}

section {
  margin-bottom: 3em;
}

.lead {
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 700;
}

.lead {
  margin: 0 0 0.75rem 0;
}
.lead:last-child {
  margin-bottom: 0;
}

.zitat {
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1.1em;
  margin: 0 0 1em 0 !important;
}

.autor {
  font-size: 1.2em;
  line-height: 1.6em;
  margin: -1.5em 0 1em 0;
}

/* --------------------------------------------------
   Typografie
-------------------------------------------------- */

h2 {
  font-weight: 700;
  font-size: 1.5em;
  margin: 0 0 0.75em 0;
}

p {
  line-height: 1.5;
  margin: 0 0 1em 0;
  font-size: 1em;
}

strong {
  font-weight: 700;
}

ul {
  margin: 0;
  padding-left: 1.2em;
}

li {
  margin-bottom: 0.4em;
  font-size: 1em;
  line-height: 1.5;
}

/* --------------------------------------------------
   Kontakt.content {
     max-width: 1200px;
     width: 90%;
     padding: 3em 3% 4em 3%;
   }
-------------------------------------------------- */

.contact a {
  font-weight: 700;
  text-decoration: none;
  color: #111;
}

/* --------------------------------------------------
   Footer
-------------------------------------------------- */

.footer {
  padding: 2em 3% 2em 3%;
  font-size: 0.85em;
  color: #555;
}