@font-face {
  font-family: 'Oleo Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Oleo Script'), local('OleoScript-Regular'), url(https://fonts.gstatic.com/s/oleoscript/v8/rax5HieDvtMOe0iICsUccChdu0o.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
.SEITE {
  padding-top: 50px;
}
.SEITE h1 {
  margin-bottom: 30px;
}
:root {
  --font-family-sans-serif: 'Open Sans', Helvetica, sans-serif;
  --internal-root-color: #3A3A3A;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #3A3A3A;
}
@media (min-width: 769px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}
body a {
  color: #997070;
  text-decoration: unset;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
body a:hover {
  color: #997070;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oleo Script', cursive;
  position: relative;
}
h1.underlined-left,
h2.underlined-left,
h3.underlined-left,
h4.underlined-left,
h5.underlined-left,
h6.underlined-left,
h1.underlined,
h2.underlined,
h3.underlined,
h4.underlined,
h5.underlined,
h6.underlined {
  padding-bottom: .4em;
}
h1.underlined-left:after,
h2.underlined-left:after,
h3.underlined-left:after,
h4.underlined-left:after,
h5.underlined-left:after,
h6.underlined-left:after,
h1.underlined:after,
h2.underlined:after,
h3.underlined:after,
h4.underlined:after,
h5.underlined:after,
h6.underlined:after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #997070;
  position: absolute;
  bottom: 0;
}
@media (min-width: 769px) {
  h1.underlined-left:after,
  h2.underlined-left:after,
  h3.underlined-left:after,
  h4.underlined-left:after,
  h5.underlined-left:after,
  h6.underlined-left:after,
  h1.underlined:after,
  h2.underlined:after,
  h3.underlined:after,
  h4.underlined:after,
  h5.underlined:after,
  h6.underlined:after {
    width: 150px;
  }
}
h1.underlined-left.underlined:after,
h2.underlined-left.underlined:after,
h3.underlined-left.underlined:after,
h4.underlined-left.underlined:after,
h5.underlined-left.underlined:after,
h6.underlined-left.underlined:after,
h1.underlined.underlined:after,
h2.underlined.underlined:after,
h3.underlined.underlined:after,
h4.underlined.underlined:after,
h5.underlined.underlined:after,
h6.underlined.underlined:after {
  left: 50%;
  transform: translateX(-50%);
}
header {
  overflow: hidden;
  background: center top no-repeat;
  background-size: cover;
  margin-bottom: 45px;
  position: relative;
  height: 400px;
  color: #FFF;
}
@media (min-width: 769px) {
  header {
    margin-bottom: 100px;
  }
}
header > div {
  top: 217px;
  position: relative;
  padding: 0 30px;
}
header > div h1 {
  font-size: 32px;
  line-height: 32px;
}
header > div > .name {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
@media (min-width: 769px) {
  header {
    height: 100vh;
  }
  header > div {
    top: 53%;
    text-align: center;
  }
  header > div h1 {
    font-size: 84px;
    line-height: 110px;
  }
  header > div > .name {
    transform: translateX(-100%);
    display: inline-block;
    font-size: 32px;
    line-height: 43px;
  }
}
footer {
  padding: 50px 0;
  background: #997070;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 769px) {
  footer {
    padding: 73px 0;
  }
}
footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer a:hover {
  color: #FFF;
}
footer h4 {
  color: #FFF;
  font-size: 24px;
  line-height: 33px;
}
@media (min-width: 769px) {
  footer h4 {
    font-size: 38px;
    line-height: 52px;
  }
}
footer .links {
  display: flex;
  align-items: flex-end;
}
footer .meta .underlined-left {
  margin-bottom: 19px;
}
footer .meta .underlined-left:after {
  background-color: #FFF;
}
section.quote {
  background: center top no-repeat;
  background-size: cover;
  margin-bottom: 80px;
  height: 180px;
  color: #FFF;
  position: relative;
  display: flex;
  justify-items: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 769px) {
  section.quote {
    margin-bottom: 100px;
    height: 360px;
  }
}
section.quote .row {
  justify-content: center;
}
section.quote blockquote {
  font-family: 'Oleo Script', cursive;
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 5px;
}
section.quote blockquote + span {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 15px;
}
@media (min-width: 769px) {
  section.quote blockquote {
    margin: 0 0 1rem;
    font-size: 42px;
    line-height: 45px;
  }
  section.quote blockquote + span {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 19px;
  }
}
section.quote .bg {
  background: rgba(152, 100, 100, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.persona {
  margin-bottom: 56px;
}
section.persona .img-fluid {
  margin: 0 auto 44px auto;
  display: block;
  max-width: 240px;
  width: 100%;
}
@media (min-width: 769px) {
  section.persona {
    margin-bottom: 100px;
  }
  section.persona .img-fluid {
    max-width: 100%;
  }
}
section.persona .headline {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  section.persona .headline.underlined-left:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  section.persona .headline {
    text-align: left;
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 40px;
  }
}
section.persona .row {
  justify-content: center;
}
.teaser {
  justify-content: center;
}
.teaser .teaser-item {
  text-align: center;
  margin-top: 55px;
}
@media (min-width: 769px) {
  .teaser .teaser-item {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .teaser .teaser-item:first-child {
    margin-top: 0;
  }
}
.teaser .teaser-item .headline {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #54839F;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .teaser .teaser-item .headline {
    margin-top: 35px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.offers {
  margin-bottom: 76px;
}
@media (min-width: 769px) {
  .offers {
    margin-bottom: 100px;
  }
}
.offers .headline {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 769px) {
  .offers .headline {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 52px;
  }
}
/*# sourceMappingURL=tanzen.css.map */