:root {
  --black: black;
  --white: white;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.93rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.82rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

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

.contain1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-wrapper__styles-wrapper {
  margin-bottom: 20px;
  display: flex;
}

.styles-wrapper__name {
  width: 200px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.styles-wrapper__elements {
  flex: 1;
}

.section-hero {
  width: 100%;
  height: 100vh;
  background-image: url('../images/br_s_home_hero_img.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
}

.br-s-main-sphere {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-titel-wrapper {
  width: 1100px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -290px;
  left: 0%;
  right: 0%;
}

.main-titel {
  color: var(--white);
  text-transform: uppercase;
  font-size: 9rem;
  line-height: 1;
}

.black {
  color: var(--black);
}

.kontakt-wrapper {
  flex-flow: column;
  padding-top: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-language {
  font-size: 2.93rem;
  line-height: 1.5;
}

.br-o {
  background-color: var(--white);
  color: rgba(255, 255, 255, 0);
  background-image: url('../images/br_s_visuals_brs-dot-joel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 2.3rem;
}

.br-o.br-dome {
  background-image: url('../images/br_s_visuals_brs-dot-dome.svg');
}

.br-o.br-silas {
  background-image: url('../images/br_s_visuals_brs-dot-silas.svg');
}

.kontakt-wrapper__form-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.cta-button {
  background-color: var(--black);
  border: 1px solid #000;
  transition: all .3s;
}

.cta-button:hover {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  transform: translate(0, -2px);
}

.cta-button.kontakt {
  margin-top: 20px;
}

.text-field-kontakt {
  border: 1px #000;
  border-bottom-style: solid;
}

.textarea-kontakt {
  min-height: 90px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  background-color: #ebebeb;
  margin-top: 20px;
  font-weight: 300;
}

.pflichtfelder {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
}

.required {
  color: #af1010;
}

.section-footer {
  background-color: var(--black);
}

.footer-wrapper__brand-wrapper {
  width: 90px;
  height: 90px;
}

.footer-wrapper {
  justify-content: space-between;
  padding: 20px 0;
  display: flex;
}

.footer-wrapper__link-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-links-name {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
}

.footer-link {
  color: var(--white);
  font-size: 1rem;
}

.footer-link-contain {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link-underline {
  height: 1px;
  background-color: var(--white);
}

.body-black {
  background-color: var(--black);
}

.rich-text-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.white {
  color: var(--white);
  font-size: 1rem;
}

.paragraph {
  font-size: 1.2rem;
}

.paragraph-2 {
  font-size: 1.125rem;
}

.blog-post-wrapper {
  padding-top: 120px;
}

.blog-post-display {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 130px;
  display: block;
}

.collection-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .section-hero {
    height: 545px;
    background-position: 50% 100%;
    background-size: contain;
    position: relative;
  }

  .main-titel-wrapper {
    width: auto;
    justify-content: center;
    align-items: center;
    bottom: -180px;
  }

  .main-titel {
    font-size: 5.6rem;
  }

  .br-s-main-sphere__img {
    width: 260px;
    height: 260px;
  }

  .section-kontakt, .footer-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    height: 380px;
    background-size: cover;
  }

  .main-titel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    bottom: -145px;
  }

  .main-titel {
    font-size: 4.5rem;
  }

  .br-s-main-sphere__img {
    width: 180px;
    height: 180px;
  }

  .kontakt-wrapper {
    padding-top: 180px;
  }

  .footer-wrapper__link-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: 300px;
  }

  .main-titel-wrapper {
    bottom: -83px;
  }

  .main-titel {
    font-size: 2.6rem;
  }

  .kontakt-wrapper {
    padding-top: 120px;
  }

  .div-language {
    font-size: 2.2rem;
  }

  .br-o {
    font-size: 1.8rem;
  }

  .footer-wrapper__brand-wrapper {
    width: 90px;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-wrapper__link-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
}

#w-node-_64d1950d-2001-af5f-e718-8a074a4668e6-6e9aed2d {
  grid-area: 1 / 1 / 2 / 2;
}


