* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  line-height: 1.6em;
  font-size: 1.6em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  display: block;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
video::-webkit-media-controls {
  display: none !important;
}
.container {
  margin: 0 auto;
  max-width: 1260px;
}
.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.col {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
@font-face {
  font-family: pt1;
  src: url("../../assets/fonts/pt1.eot");
  src: url("../../assets/fonts/pt1.eot?#iefix") format('embedded-opentype'), url("../../assets/fonts/pt1.woff") format('woff'), url("../../assets/fonts/pt1.ttf") format('truetype'), url("../../assets/fonts/pt1.svg#graphik_webregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: pt2;
  src: url("../../assets/fonts/pt2.eot");
  src: url("../../assets/fonts/pt2.eot?#iefix") format('embedded-opentype'), url("../../assets/fonts/pt2.woff") format('woff'), url("../../assets/fonts/pt2.ttf") format('truetype'), url("../../assets/fonts/pt2.svg#graphik_webregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: v-reg;
  src: url("../../assets/fonts/v-reg.eot");
  src: url("../../assets/fonts/v-reg.eot?#iefix") format('embedded-opentype'), url("../../assets/fonts/v-reg.woff") format('woff'), url("../../assets/fonts/v-reg.ttf") format('truetype'), url("../../assets/fonts/v-reg.svg#graphik_webregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: v-semiitalic;
  src: url("../../assets/fonts/v-semiitalic.eot");
  src: url("../../assets/fonts/v-semiitalic.eot?#iefix") format('embedded-opentype'), url("../../assets/fonts/v-semiitalic.woff") format('woff'), url("../../assets/fonts/v-semiitalic.ttf") format('truetype'), url("../../assets/fonts/v-semiitalic.svg#graphik_webregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'v-reg';
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'pt1';
  font-weight: normal;
}
p + p {
  margin-top: 1.6rem;
}
p.big {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  p.big {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
p.small {
  font-size: 1.1rem;
  line-height: 1.6;
}
p.dropcap:first-letter {
  font-family: 'v-semiitalic';
  font-weight: normal;
  font-size: 6rem;
  float: left;
  color: #293729;
  line-height: 0.6;
  padding-top: 1rem;
  margin-left: 0rem;
  margin-right: 0.8rem;
  margin-bottom: 0rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 769px) {
  p.dropcap:first-letter {
    font-size: 5rem;
    padding-top: 0.7rem;
  }
}
p b,
b,
strong {
  font-family: 'v-semiitalic';
  font-weight: normal;
  color: #293729;
}
.btn {
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #293729;
  font-family: 'pt1';
  font-weight: normal;
  line-height: 2;
  cursor: ponter;
  font-size: 1.4rem;
  display: inline-block;
  border: 1px solid rgba(41,55,41,0.5);
  border-radius: 3px;
  padding: 6px 16px 7px 16px;
  margin-top: 20px;
}
.btn:hover {
  color: #c93b57;
  border-color: #c93b57;
}
p,
b,
strong {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1380px) {
  p,
  b,
  strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  p,
  b,
  strong {
    font-size: 16px;
  }
}
blockquote {
  font-family: 'v-semiitalic';
  font-weight: normal;
}
h1 {
  font-size: 5.8rem;
  line-height: 1;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 769px) {
  h1 {
    font-size: 3.2rem;
    line-height: 1;
  }
}
h2 {
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 2.6rem;
  font-family: 'pt2';
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  h2 {
    font-size: 3.2rem;
  }
}
h3 {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}
h4 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
h5 {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  line-height: 1.8;
}
ul {
  margin-top: 1.6rem;
}
ul li {
  list-style-type: none;
}
section h1 {
  font-size: 48px;
  margin-bottom: 26px;
}
@media screen and (max-width: 769px) {
  section h1 {
    font-size: 38px;
    margin-bottom: 16px;
  }
}
section h2 {
  font-size: 22px;
  margin-bottom: 12px;
}
.injecticons {
  height: 0px;
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  background: #fff1e4;
  color: #293729;
}
h1,
h2,
h3,
h4,
h5 {
  color: #293729;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
}
::selection {
  background: #293729;
  color: #fff1e4;
}
section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 769px) {
  section {
    padding: 60px 20px;
  }
}
section.full-width {
  max-width: 100%;
}
a {
  color: #2e818f;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .hide-mobile {
    display: none;
  }
}
nav {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
nav ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
}
@media screen and (max-width: 769px) {
  nav ul {
    display: flex;
    justify-content: space-between;
  }
}
nav ul li {
  text-align: center;
}
nav ul li a {
  font-family: 'pt1';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #293729;
  font-size: 14px;
}
nav ul li a:hover {
  color: #c93b57;
}
nav ul li .btn-contact {
  border: 1px solid rgba(41,55,41,0.5);
  border-radius: 3px;
  padding: 6px 16px 7px 16px;
}
nav ul li .btn-contact:hover {
  border-color: #c93b57;
}
nav ul li a.logo {
  background-image: url("../../assets/img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 82px;
  text-indent: -9999px;
  display: block;
}
@media screen and (max-width: 769px) {
  nav ul li a.logo {
    width: 6.2rem;
  }
}
.bg-hero {
  height: calc(100vh - 102px);
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 50%;
  height: 100%;
  transform: translateX(-50%);
  background-image: url("../../assets/img/bg-hero.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
section.hero {
  min-height: 400px;
  height: calc(100vh - 102px);
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-content: center;
  position: relative;
  padding: 0 20px;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  section.hero {
    grid-template-columns: 1fr;
  }
}
section.hero .hero-text {
  grid-column: 2/6;
}
section.hero .hero-text h1 {
  font-family: 'pt2';
  font-weight: normal;
  font-size: 76px;
  margin-bottom: 26px;
}
@media screen and (max-width: 769px) {
  section.hero .hero-text h1 {
    font-size: 42px;
  }
}
section.hero .hero-text h2 {
  font-family: 'v-reg';
  font-weight: normal;
  font-size: 32px;
  color: #b6a78c;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  section.hero .hero-text h2 {
    font-size: 22px;
  }
}
section.hero .hero-text p {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  section.hero .hero-text p {
    font-size: 16px;
  }
}
section.hero .hero-img {
  background-image: url("../../assets/img/hero.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 85% 50%;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 769px) {
  section.hero .hero-img {
    opacity: 0.1;
  }
}
.bg-einfuehrung {
  background-image: linear-gradient(to bottom right, #f3baae, #d08779);
  position: relative;
}
.bg-einfuehrung .mandala {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-einfuehrung .mandala::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80vh;
  height: 80vh;
  transform: translate(40vh, 40vh);
  background-image: url("../../assets/img/bg-hero.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.15;
}
section.einfuehrung {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 40px 80px;
  max-width: 1280px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1380px) {
  section.einfuehrung {
    grid-gap: 20px 40px;
  }
}
@media screen and (max-width: 769px) {
  section.einfuehrung {
    display: block;
  }
}
section.einfuehrung .img {
  grid-column: span 5;
  transform: translateY(-180px);
  height: calc(100% + 180px);
  background-image: url("../../assets/img/einfuehrung.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 769px) {
  section.einfuehrung .img {
    height: calc(40vh + 120px);
    transform: translateY(-120px);
    background-position: center 75%;
    width: 100%;
  }
}
section.einfuehrung .text {
  grid-column: span 3;
}
@media screen and (max-width: 769px) {
  section.einfuehrung .text {
    padding: 0;
    margin-top: -60px;
  }
}
section.einfuehrung .text h1 {
  color: #fff1e4;
}
section.einfuehrung .text-2 {
  grid-column: span 5;
}
section.einfuehrung .text-2 blockquote p {
  color: #fff1e4;
  font-size: 32px;
  width: 120%;
  transform: translateX(-10%);
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 1380px) {
  section.einfuehrung .text-2 blockquote p {
    width: 100%;
    transform: none;
  }
}
section.wirkung {
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 80px;
}
@media screen and (max-width: 769px) {
  section.wirkung {
    display: block;
  }
}
@media screen and (max-width: 1380px) {
  section.wirkung {
    grid-gap: 40px;
  }
}
section.wirkung .text {
  grid-column: 2/5;
}
@media screen and (max-width: 1380px) {
  section.wirkung .text {
    grid-column: 1/5;
  }
}
section.wirkung .text h1 {
  color: #b6a78c;
}
section.wirkung .img {
  grid-column: 5/8;
  height: calc(100% - 90px);
  align-self: end;
  background-image: url("../../assets/img/wirkung-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
@media screen and (max-width: 1380px) {
  section.wirkung .img {
    grid-column: 5/9;
  }
}
section.wirkung .text-2 {
  grid-column: 5/8;
}
@media screen and (max-width: 1380px) {
  section.wirkung .text-2 {
    grid-column: 5/9;
  }
}
section.wirkung .img-2 {
  grid-column: 1/5;
  height: 100%;
  background-image: url("../../assets/img/wirkung-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1380px) {
  section.wirkung .img-2 {
    grid-column: 1/5;
  }
}
@media screen and (max-width: 769px) {
  section.wirkung .img-2 {
    height: 40vh;
    margin: 20px 0;
  }
}
.bg-trainieren {
  background-image: linear-gradient(to bottom right, #cabaa1, #c9b9a0);
  position: relative;
}
.bg-trainieren section.trainieren {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 80px;
}
@media screen and (max-width: 769px) {
  .bg-trainieren section.trainieren {
    display: block;
  }
}
.bg-trainieren section.trainieren .text {
  grid-column: 2/5;
}
@media screen and (max-width: 1380px) {
  .bg-trainieren section.trainieren .text {
    grid-column: 1/5;
  }
}
.bg-trainieren section.trainieren .text h1 {
  color: #fff1e4;
}
.bg-trainieren .img {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url("../../assets/img/trainieren.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 769px) {
  .bg-trainieren .img {
    position: relative;
    width: 100%;
    height: 50vh;
  }
}
section.auswirkung {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 40px 80px;
}
@media screen and (max-width: 769px) {
  section.auswirkung {
    display: block;
  }
}
@media screen and (max-width: 1380px) {
  section.auswirkung {
    grid-gap: 40px;
  }
}
section.auswirkung .opener {
  text-align: center;
  grid-column: 1/9;
}
section.auswirkung .opener h1 {
  color: #2e818f;
}
section.auswirkung .opener blockquote {
  font-size: 52px;
  line-height: 1.2;
  font-family: 'v-reg';
  font-weight: normal;
}
@media screen and (max-width: 1380px) {
  section.auswirkung .opener blockquote {
    font-size: 42px;
  }
}
@media screen and (max-width: 769px) {
  section.auswirkung .opener blockquote {
    font-size: 32px;
  }
}
section.auswirkung .img {
  grid-column: 2/5;
  height: 100%;
  background-image: url("../../assets/img/auswirkung.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
section.auswirkung .img::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  top: 40px;
  left: -100px;
  background-image: url("../../assets/img/bg-auswirkung.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.4;
}
@media screen and (max-width: 769px) {
  section.auswirkung .img::after {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  section.auswirkung .img {
    height: 40vh;
    margin: 20px 0;
  }
}
section.auswirkung .text {
  grid-column: 5/8;
}
.bg-kurse {
  background-image: linear-gradient(to bottom right, #dbc8ca, #f6e7df);
}
section.kurse {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 40px 80px;
}
@media screen and (max-width: 769px) {
  section.kurse {
    display: block;
  }
}
@media screen and (max-width: 1380px) {
  section.kurse {
    grid-gap: 40px;
  }
}
section.kurse .opener {
  grid-column: 2/5;
}
section.kurse .opener h1 {
  color: #b9375f;
}
section.kurse .img {
  grid-column: 1/5;
  background-image: url("../../assets/img/group.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 769px) {
  section.kurse .img {
    height: 40vh;
    margin: 20px 0;
  }
}
section.kurse .img::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 60px;
  left: -25px;
  background-image: url("../../assets/img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1380px) {
  section.kurse .img::after {
    left: 20px;
    top: 20px;
  }
}
section.kurse .text {
  grid-column: 5/9;
}
@media screen and (max-width: 1380px) {
  section.kurse .text {
    grid-column: 5/9;
  }
}
@media screen and (max-width: 769px) {
  section.kurse .text {
    margin: 40px 0;
  }
}
section.kurse .text p {
  font-size: 16px;
}
section.kurse .text p + p {
  margin: 0;
}
section.kurse .text h3 {
  font-family: 'v-semiitalic';
  font-weight: normal;
  font-size: 24px;
  margin: 8px 0;
}
section.kurse .text h4 {
  font-family: 'pt1';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 6px;
}
section.kurse .text h4:first-child {
  margin-top: 0;
}
section.kurse .text-2 {
  grid-column: 2/5;
}
@media screen and (max-width: 769px) {
  section.kurse .text-2 {
    border-top: 1px solid rgba(41,55,41,0.2);
    padding-top: 20px;
  }
}
section.kurse .text-2 a {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-top: 42px;
  color: #293729;
  font-family: 'pt1';
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  section.kurse .text-2 a {
    font-size: 18px;
  }
}
section.kurse .text-2 a .icon {
  margin-right: 16px;
}
section.kurse .text-2 a + a {
  margin-top: 22px;
}
.bg-kosten {
  background-image: linear-gradient(to bottom right, #d6ccd0, #d6cbd0);
  position: relative;
}
.bg-kosten .mandala {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-kosten .mandala::after {
  content: '';
  position: absolute;
  top: -10%;
  left: 10%;
  width: 120%;
  height: 120%;
  background-image: url("../../assets/img/bg-hero.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0.2;
}
section.kosten {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 40px 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  section.kosten {
    display: block;
  }
}
@media screen and (max-width: 1380px) {
  section.kosten {
    grid-gap: 40px;
  }
}
section.kosten .text {
  grid-column: 2/4;
}
@media screen and (max-width: 1380px) {
  section.kosten .text {
    gird-column: 2/5;
  }
}
section.kosten .text-2 {
  grid-column: 5/9;
  margin-top: 34px;
}
section.uebermich {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 40px 80px;
}
@media screen and (max-width: 769px) {
  section.uebermich {
    display: block;
  }
}
@media screen and (max-width: 1380px) {
  section.uebermich {
    grid-gap: 20px 40px;
  }
}
section.uebermich .img {
  grid-column: 1/5;
}
@media screen and (max-width: 769px) {
  section.uebermich .img {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
section.uebermich .img p {
  font-family: 'v-semiitalic';
  font-weight: normal;
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  section.uebermich .img p {
    display: none;
  }
}
section.uebermich .text {
  grid-column: 5/8;
}
section.uebermich .text h1 {
  color: #b6a78c;
}
.bg-mitarbeiter {
  background-image: linear-gradient(to bottom right, #97cfd4, #8abab4);
  position: relative;
}
.bg-mitarbeiter .mandala {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-mitarbeiter .mandala::after {
  content: '';
  position: absolute;
  width: 80vh;
  height: 80vh;
  top: -40vh;
  left: -40vh;
  background-image: url("../../assets/img/bg-hero.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0.2;
}
.bg-mitarbeiter section.mitarbeiter {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 40px 80px;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
  margin-top: 60px;
}
@media screen and (max-width: 1380px) {
  .bg-mitarbeiter section.mitarbeiter {
    grid-gap: 40px;
  }
}
@media screen and (max-width: 769px) {
  .bg-mitarbeiter section.mitarbeiter {
    display: block;
    margin-top: 0;
    padding: 100px 20px;
  }
}
.bg-mitarbeiter section.mitarbeiter .text {
  grid-column: 1/5;
}
.bg-mitarbeiter section.mitarbeiter .text h1 {
  color: #fff1e4;
}
.bg-mitarbeiter section.mitarbeiter .img {
  grid-column: 5/9;
  background-image: url("../../assets/img/mitarbeiter.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-160px);
}
@media screen and (max-width: 769px) {
  .bg-mitarbeiter section.mitarbeiter .img {
    position: relative;
    width: 100%;
    height: 50vh;
    transform: none;
    margin: 20px 0;
  }
}
.bg-mitarbeiter section.mitarbeiter .text-2 {
  grid-column: 5/9;
  transform: translateY(-166px);
}
@media screen and (max-width: 769px) {
  .bg-mitarbeiter section.mitarbeiter .text-2 {
    transform: none;
  }
}
section.contact {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: start;
  grid-gap: 40px 80px;
}
@media screen and (max-width: 769px) {
  section.contact {
    display: block;
  }
}
section.contact .logo {
  grid-column: 1/5;
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  grid-gap: 20px;
}
section.contact .logo h1 {
  color: #b6a78c;
  margin-bottom: 16px;
}
@media screen and (max-width: 769px) {
  section.contact .logo {
    grid-template-columns: 1fr 2fr;
    margin-bottom: 40px;
  }
  section.contact .logo h1 {
    font-size: 28px;
    margin-bottom: 6px;
  }
  section.contact .logo h2 {
    font-size: 18px;
  }
}
section.contact .text {
  grid-column: 5/8;
}
@media screen and (max-width: 1380px) {
  section.contact .text {
    grid-column: 5/9;
  }
}
section.contact .text a {
  display: flex;
  align-content: center;
  color: #293729;
  font-family: 'v-semiitalic';
  font-weight: normal;
  margin: 20px 0;
  font-size: 22px;
}
section.contact .text a .icon {
  margin-right: 16px;
}
section.contact .text a:hover {
  color: #c93b57;
}
section.contact .text a:hover .icon {
  color: #c93b57;
}
@media screen and (max-width: 769px) {
  section.contact .text a {
    font-size: 18px;
  }
}
section.contact .text p + p {
  margin: 0;
}
section.contact .text b {
  margin-top: 20px;
  display: block;
}
section.legal {
  max-width: 620px;
}
section.legal p {
  font-size: 16px;
}
section.legal h1 {
  color: #b6a78c;
}
section.legal h2 {
  font-size: 26px;
  font-family: 'pt1';
  font-weight: normal;
  margin-top: 40px;
  color: #b6a78c;
}
section.legal h3 {
  font-size: 16px;
  margin-bottom: 6px;
  margin-top: 20px;
}
footer {
  background: #f7e9dd;
}
footer section {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: 'pt1';
  font-weight: normal;
  padding: 20px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 80px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  footer section {
    display: block;
    text-align: center;
  }
}
footer section p {
  opacity: 0.5;
  font-size: 12px;
}
footer section ul {
  display: flex;
  justify-self: end;
  margin: 0;
}
@media screen and (max-width: 769px) {
  footer section ul {
    display: block;
    text-align: center;
    margin-top: 16px;
  }
}
footer section ul li {
  margin-left: 40px;
}
@media screen and (max-width: 769px) {
  footer section ul li {
    margin: 0;
  }
}
footer section ul li a {
  color: #293729;
  opacity: 0.5;
}
footer section ul li a:hover {
  opacity: 1;
}
.alert__global {
  width: 100%;
  background: #a2253c;
}
.alert__wrapper {
  padding: 2rem 6rem;
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .alert__wrapper {
    padding: 2rem;
  }
}
.alert__wrapper p + p {
  margin: 0;
}
.alert__wrapper p {
  color: rgba(255,241,228,0.75);
}
@media screen and (max-width: 769px) {
  .alert__wrapper p {
    display: inline;
  }
}
.alert__wrapper p b {
  color: #fff1e4;
}
@media screen and (max-width: 769px) {
  .alert__wrapper p b {
    display: inline;
  }
}
