:root {
  --black: #333;
  --sw-farbe: #00beb3;
  --gray: #646862;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Glegoo, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

h1 {
  color: var(--sw-farbe);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 140%;
}

h2 {
  color: var(--gray);
  margin-top: 2.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: var(--gray);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

.container {
  max-width: 1240px;
  padding: 8rem 1rem 16rem;
}

.logo-legalpages {
  width: 30em;
}

.richtext-legalpages {
  margin-top: 4em;
}

.wrap-main {
  width: 100%;
  height: 100%;
  display: block;
}

.div-block {
  height: 144.82vh;
}

.div-block-2 {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrap-logo-subline {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.container-footer {
  color: var(--gray);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.headline {
  color: var(--gray);
  text-align: center;
  padding-top: 1vw;
  font-family: Bevan, sans-serif;
  font-size: 2vw;
  font-weight: 400;
}

.kontaktinfos {
  line-height: 160%;
}

.kontaktinfos.is-divider {
  color: #a2a5a1;
  padding-left: .75rem;
  padding-right: .75rem;
}

.legal-link {
  color: var(--gray);
  text-decoration: none;
}

.legal-link:hover {
  text-decoration: underline;
}

.logo-landingpage {
  width: 56vw;
  margin-top: -2em;
}

.contact-link {
  color: var(--gray);
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.no-wrap {
  white-space: nowrap;
}

.container-logo-subline {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-image: url('../images/background-taxbullshit1.5x-Kopie.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kontaktinfos-content {
  opacity: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-left {
  position: relative;
}

.container-right {
  flex-flow: row;
  font-size: .75rem;
  display: flex;
}

.kontaktinfos-button {
  color: var(--gray);
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.kontaktinfos-button:hover {
  text-decoration: underline;
}

.wrap-cow {
  z-index: -1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-cow {
  height: 35vh;
}

.legal-link-divider {
  color: #a2a5a1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.container-company-name {
  font-weight: 700;
}

.container-company-address, .container-company-contact {
  display: flex;
}

.wrap-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.5rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .richtext-legalpages {
    margin-top: 3em;
  }

  .headline {
    font-size: 2.75vw;
  }

  .kontaktinfos.is-divider {
    display: none;
  }

  .logo-landingpage {
    width: 75vw;
  }

  .container-right {
    flex-direction: column;
    align-items: flex-end;
  }

  .legal-link-divider {
    display: none;
  }

  .container-company-address, .container-company-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-top: 3rem;
  }

  .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .logo-legalpages {
    width: 22em;
  }

  .wrap-logo-subline {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .container-footer {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .headline {
    font-size: 1.25rem;
  }

  .kontaktinfos {
    text-align: center;
  }

  .kontaktinfos.is-divider {
    display: block;
  }

  .legal-link {
    color: #fff;
  }

  .logo-landingpage {
    width: 85vw;
  }

  .contact-link {
    color: #fff;
  }

  .body {
    background-attachment: fixed;
  }

  .kontaktinfos-content {
    opacity: 1;
    align-items: center;
  }

  .container-left {
    color: #fff;
  }

  .container-right {
    flex-direction: row;
    align-items: center;
  }

  .kontaktinfos-button {
    display: none;
  }

  .wrap-cow {
    position: static;
  }

  .legal-link-divider {
    display: block;
  }

  .container-company-address, .container-company-contact {
    flex-direction: row;
    justify-content: center;
  }

  .wrap-content {
    background-color: var(--gray);
    color: var(--gray);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    overflow-wrap: break-word;
    font-size: 2rem;
  }

  h2 {
    margin-top: 2rem;
  }

  p {
    overflow-wrap: anywhere;
  }

  .logo-legalpages {
    width: 15em;
  }

  .richtext-legalpages {
    margin-top: 2em;
  }

  .div-block-2 {
    height: 100vh;
  }

  .headline {
    font-size: 1.5rem;
  }

  .kontaktinfos.is-divider {
    display: none;
  }

  .logo-landingpage {
    width: auto;
  }

  .logo-link {
    width: 100%;
  }

  .container-right {
    flex-direction: column;
  }

  .wrap-cow {
    display: flex;
  }

  .legal-link-divider {
    display: none;
  }

  .container-company-address, .container-company-contact {
    flex-direction: column;
    align-items: center;
  }
}


@font-face {
  font-family: 'Bevan';
  src: url('../fonts/Bevan-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glegoo';
  src: url('../fonts/Glegoo-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glegoo';
  src: url('../fonts/Glegoo-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}