@font-face {
  font-family: 'VulfSans-Bold';
  src: url("../fonts/Vulf_Sans-Bold.woff2") format("woff2"), url("../fonts/Vulf_Sans-Bold.woff") format("woff"), url("../fonts/Vulf_Sans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'VulfSans-Regular';
  src: url("../fonts/Vulf_Sans-Regular.woff2") format("woff2"), url("../fonts/Vulf_Sans-Regular.woff") format("woff"), url("../fonts/Vulf_Sans-Regular.ttf") format("truetype");
}

html {
  font-family: 'VulfSans-Regular';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "onum" 1, "pnum" 1, "liga" 1;
  font-size: calc(0.5vw + 12px);
}

body {
  background-color: white;
  min-height: 100vh;
}

* {
  color: #3e0d19;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd, div, address {
  line-height: 1.2em;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
}

em, address {
  font-style: normal;
}

ul, ol {
  list-style: none;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

a {
  text-decoration: none;
}

.section {
  display: flex;
  justify-content: center;
}

.container {
  width: 90%;
  max-width: 2000px;
}

@media (max-width: 880px) {
  .container {
    width: 80%;
  }
}

@media (max-width: 510px) {
  .container {
    width: 85%;
  }
}

.header {
  height: 100vh;
  position: relative;
  padding: 15vh 0 7vh 0;
  overflow: hidden;
}

.header__bild {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  animation-name: titelbild;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.48, 0.05, 0.71, 0.87);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  transform: scale(1.2) rotate(3deg);
}

@media (max-width: 880px) {
  .header__bild {
    position: absolute;
  }
}

@keyframes titelbild {
  100% {
    transform: scale(1) rotate(0);
  }
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(130deg, #611427 30%, rgba(159, 202, 0, 0.2) 100%);
  mix-blend-mode: multiply;
}

.container--header {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 880px) {
  .container--header {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (max-width: 880px) {
  .header__text {
    width: 100%;
  }
}

.header__text h1, .header__text h2, .header__text h3 {
  font-size: 4.5rem;
  line-height: 0.9em;
}

@media (max-width: 1320px) {
  .header__text h1, .header__text h2, .header__text h3 {
    font-size: 4rem;
  }
}

@media (max-width: 1100px) {
  .header__text h1, .header__text h2, .header__text h3 {
    font-size: 3rem;
  }
}

@media (max-width: 510px) {
  .header__text h1, .header__text h2, .header__text h3 {
    font-size: 2.25rem;
  }
}

.header__text h1, .header__text h2 {
  font-family: 'VulfSans-Bold';
}

.header__text h1 {
  color: white;
}

.header__text h2 {
  color: #9FCA00;
}

.header__text h3 {
  color: #b02546;
}

.header__logo {
  justify-self: end;
  width: 12vw;
  display: inline-block;
  margin-right: -0.65vw;
}

@media (max-width: 1320px) {
  .header__logo {
    width: 9rem;
  }
}

@media (max-width: 1100px) {
  .header__logo {
    width: 7rem;
  }
}

@media (max-width: 880px) {
  .header__logo {
    grid-row: 3/4;
    grid-column: 4/5;
  }
}

.header__logo img {
  border: 0.65vw solid white;
  border-radius: 100%;
}

@media (max-width: 1320px) {
  .header__logo img {
    border: 0.5rem solid white;
  }
}

@media (max-width: 1100px) {
  .header__logo img {
    border: 0.4rem solid white;
  }
}

.main {
  background-color: white;
  padding: 12vh 0;
}

.container--main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

@media (max-width: 1100px) {
  .container--main {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }
}

@media (max-width: 880px) {
  .container--main {
    grid-row-gap: 1.2em;
  }
}

.main__header {
  grid-column: 1/-1;
}

.main__header h1, .main__header h2, .main__header h3 {
  font-size: 2rem;
  line-height: 1em;
}

.main__header h1 {
  color: #9FCA00;
}

.main__header h2 {
  color: #9FCA00;
  font-family: 'VulfSans-Bold';
}

.main__header h3 {
  color: #b02546;
}

@media (max-width: 880px) {
  .main__spalte {
    grid-column: 2/-1;
  }
}

@media (max-width: 510px) {
  .main__spalte {
    grid-column: 1/-1;
  }
}

.main__spalte strong {
  font-family: 'VulfSans-Bold';
}

.main__lead {
  color: #b02546;
}

.main__footer {
  color: #b02546;
  margin-top: 1.2em;
  font-family: 'VulfSans-Bold';
}

.aside {
  background-color: #DDE0C4;
  padding: 8vh 0 7vh 0;
}

.container--aside {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
  grid-template-rows: auto 1fr;
}

@media (max-width: 1100px) {
  .container--aside {
    grid-column-gap: 1rem;
  }
}

@media (max-width: 880px) {
  .container--aside {
    grid-template-columns: repeat(3, 1fr);
  }
}

.aside__item {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  position: relative;
  grid-row: 1/3;
  padding-bottom: 1.2em;
}

@media (max-width: 880px) {
  .aside__item {
    grid-column: 2/-1;
    grid-row: auto;
    padding-bottom: 0;
    border: none;
  }
}

@media (max-width: 510px) {
  .aside__item {
    grid-column: 1/-1;
  }
}

.aside__item a {
  background-image: linear-gradient(90deg, rgba(176, 37, 70, 0.5), rgba(176, 37, 70, 0.5));
  background-position: 0% calc(100% - 2px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.aside__item p {
  padding-right: 1rem;
}

.aside__item p, .aside__item h4, .aside__item a, .aside__item address {
  font-size: 0.8rem;
}

.aside__item h4 {
  display: block;
  margin-top: 1.2em;
  font-family: 'VulfSans-Bold';
}

.aside__button {
  color: #b02546;
}

.aside__item--person {
  grid-row: 1/2;
  padding-bottom: 6vw;
}

@media (max-width: 880px) {
  .aside__item--person {
    grid-row: auto;
  }
}

.aside__item--portrait {
  grid-column: 4/5;
  grid-row: 2/3;
  justify-self: end;
  border: none;
  margin-top: -6vw;
  margin-right: calc(-0.65vw);
}

@media (max-width: 880px) {
  .aside__item--portrait {
    grid-column: 2/-1;
    grid-row: auto;
  }
}

.aside__item--portrait img {
  border: 0.65vw solid white;
  border-radius: 100%;
  width: 12vw;
  animation-iteration-count: 1;
}

@media (max-width: 1320px) {
  .aside__item--portrait img {
    border-width: 0.5rem;
    width: 9rem;
  }
}

@media (max-width: 1100px) {
  .aside__item--portrait img {
    border-width: 0.4rem;
    width: 7rem;
  }
}

.footer {
  background-color: #3e0d19;
  padding: 6vh 0 6vh 0;
  z-index: 1;
  position: relative;
}

.container--footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__impressum {
  display: flex;
}

@media (max-width: 880px) {
  .footer__impressum {
    flex-direction: column;
  }
}

.footer__impressum p {
  padding-right: 1rem;
}

.footer__impressum * {
  color: #DDE0C4;
  font-size: 0.6rem;
}

.footer__impressum a {
  background-image: linear-gradient(90deg, rgba(176, 37, 70, 0.6), rgba(176, 37, 70, 0.6));
  background-position: 0% calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.footer__insta {
  display: block;
  width: 12vw;
  margin-right: -0.65vw;
  text-align: center;
}

.footer__insta span {
  display: none;
}

@media (max-width: 1320px) {
  .footer__insta {
    width: 9rem;
  }
}

@media (max-width: 1100px) {
  .footer__insta {
    width: 7rem;
  }
}

.footer__insta img {
  display: inline-block;
  width: 1.75rem;
  margin-top: 0.4rem;
}

/*# sourceMappingURL=styles.css.map */