html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'ff-meta-web-pro-condensed', 'Calibri', 'Helvetica Neue', sans-serif;
}
.horizontal-rule {
  display: block;
  height: 3px;
  margin-top: 12vh;
  margin-bottom: 12vh;
  width: 300px;
  background-color: #000;
}
h1,
h2 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.13em;
}
.Slide {
  display: flex;
  height: auto;
  min-height: 100% !important;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Slide-welcome {
  min-height: 100%;
  background-image: url(../img/scott-webb-268893-unsplash.jpg );
  justify-content: flex-start;
}
.Slide-welcome .Logo {
  margin: auto;
  width: 300px;
  max-width: 80%;
  max-height: 90%;
  padding-bottom: 1.5em;
}
.Slide-loslassen,
.Slide-neudenken {
  text-align: center;
}
.Slide-loslassen h2,
.Slide-neudenken h2 {
  color: #111111;
  font-size: 2.75em;
  line-height: 1.15em;
  font-weight: 600;
  margin-bottom: 0.5em;
  max-width: 90%;
}
.Slide-loslassen p,
.Slide-neudenken p {
  color: #a8a8a8;
  font-size: 2.75em;
  line-height: 1.2em;
  margin-top: 0.5em;
  max-width: 80%;
}
.Slide-person {
  background-image: url(../img/karin-neubauer-portrait.jpg );
  align-items: flex-start;
}
.Slide-person h2 {
  font-size: 2em;
  padding-bottom: 0.5em;
  line-height: 1.15em;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 0;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.Slide-person p {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-top: 0.5em;
  letter-spacing: 0.01em;
}
.Slide-person .vita {
  margin-left: 5em;
  display: block;
  width: 230px;
  max-width: 80%;
}
.Slide-services {
  background-image: url(../img/scott-webb-268893-unsplash-turned.jpg );
  background-position: right center;
  max-width: 100%;
}
.Slide-services .service-wrapper {
  width: 850px;
  max-width: 90%;
  display: flex;
  flex-direction: row;
  height: auto;
}
.Slide-services .service {
  /*
        flex: 1 1 33.3%;
        flex: 1 1 0;
        display: block;
        width: 227px;
        */
  flex: 1 1 30%;
  width: 33%;
  min-width: 150px;
  padding: 0 1.75em;
  margin-bottom: 0.5em;
  min-height: 200px;
}
.Slide-services h2 {
  font-size: 1.9em;
  padding-bottom: 0.5em;
  line-height: 1.15em;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 0;
  border-bottom: 2px solid #111111;
}
.Slide-services p {
  font-size: 1.1em;
  line-height: 1.4em;
}
@media screen and (max-width: 699px) {
  .Slide-services .service-wrapper {
    flex-direction: column;
  }
  .Slide-services .service {
    width: 80%;
    margin-bottom: 1.5em;
  }
}
.Slide-kontakt {
  text-align: center;
}
.Slide-kontakt h2 {
  color: #111111;
  font-size: 2.75em;
  line-height: 1.15em;
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.Slide-kontakt p {
  color: #111111;
  font-size: 1.6em;
  letter-spacing: 0em;
  line-height: 1.6em;
  margin-top: 0.5em;
  width: 425px;
  max-width: 80%;
  text-align: left;
}
.Slide-kontakt p strong {
  text-transform: uppercase;
  letter-spacing: 0em;
}
.Slide-kontakt p a {
  color: #111111;
  text-decoration: none;
}
.Slide-kontakt p a.email {
  text-decoration: underline;
}
.Slide-kontakt p a.weblink {
  text-decoration: underline;
}
.Slide-Impressum {
  text-align: center;
}
.Slide-Impressum div {
  width: 960px;
  max-width: 90%;
  text-align: left;
}
.Slide-Impressum h2 {
  color: #111111;
  font-size: 2.75em;
  line-height: 1.15em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.Slide-Impressum p {
  color: #111111;
  margin-top: 0.5em;
  font-size: 1em;
  line-height: 1.5em;
  max-width: 80%;
  font-size: 1.1em;
  line-height: 1.4em;
}
.Slide-Impressum p.back {
  margin-top: 0;
  font-size: 1.75em;
  line-height: 1.2em;
}
.Slide-Impressum p.back a {
  color: #111111;
}
footer {
  text-align: center;
  border-top: 2px solid #111111;
  padding-bottom: 1em;
}
footer p {
  color: #111111;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 1.6em;
  margin: 0.25em auto;
  width: 960px;
  max-width: 80%;
  text-align: right;
}
footer p strong {
  text-transform: uppercase;
  letter-spacing: 0em;
}
footer p a {
  color: #a8a8a8;
  text-decoration: none;
  font-weight: 700;
}
footer p a:hover {
  color: #111111;
}
footer p span {
  color: #a8a8a8;
}
.Navigation {
  display: block;
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 1000;
  text-align: center;
  margin: -100px 0 0 0;
  padding: 0;
}
.Navigation ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Navigation ol li {
  margin: 6px 0;
  padding: 0;
}
.Navigation ol li a {
  font-size: 20px;
  line-height: 14px;
  text-decoration: none;
  position: relative;
}
.Navigation ol li a span {
  display: inline-block;
  padding: 0px 8px;
  color: #111111;
}
.Navigation ol li a .empty {
  display: inline-block;
}
.Navigation ol li a .full {
  display: none;
}
.Navigation ol li a:hover .empty {
  display: none;
}
.Navigation ol li a:hover .full {
  display: inline-block;
}
.Navigation ol li a.active .empty {
  display: none !important;
}
.Navigation ol li a.active .full {
  display: inline-block !important;
}
.impressum {
  column-count: 3;
  break-before: column;
}
.impressum p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.impressum p a {
  color: #333;
}
/*# sourceMappingURL=karin-neubauer.css.map */