@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Bold.ttf') format("truetype"), url('../fonts/Manrope-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1c1c1c;
  --copy-bright: #fff;
  --sandy-brown: #ffbb69;
  --copy-grey: #7a7a7a;
}

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

.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 {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 45px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2;
}

p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 27px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 27px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.title2 {
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
  line-height: .8;
}

.gutter-outside {
  padding-left: 4em;
  padding-right: 4em;
}

.title4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2;
}

.title4.text-regular {
  font-size: 1.7em;
}

.title4.text-small {
  font-size: 1.3em;
}

.p-xl-end {
  padding-bottom: 3em;
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.p-sm-start {
  padding-top: 3em;
}

.p-xl-start {
  padding-top: 8.5em;
}

.p-xl-start.p-xl-end {
  padding-top: 3em;
}

.divider {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside.full-height {
  height: 100%;
}

.footer {
  z-index: 10;
  background-color: var(--black);
  color: var(--copy-bright);
  text-align: center;
  padding: 40px 27px 27px;
  position: relative;
}

.section-tutorial {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.text-center {
  text-align: center;
}

.text-regular {
  font-weight: 400;
}

.main-nav__underline {
  background-color: #121217;
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.intro {
  width: 100%;
  max-width: 43.75em;
}

.intro.is80 {
  max-width: 80em;
}

.hero__background-image-wrapper {
  z-index: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.hero__background-image-wrapper.main {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080), url('../images/bull-riding2.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  position: absolute;
}

.hero__grid-left {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 630px;
  display: flex;
  position: relative;
}

.hero__grid-left.hero {
  max-width: 39em;
}

.hero__grid-left.hero.is80 {
  max-width: 80em;
}

.main-nav__logo {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.main-nav__menu {
  display: flex;
}

.main-nav__links-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.main-section {
  z-index: 10;
  color: #121217;
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.main-section.main-hero {
  background-color: var(--black);
  color: var(--copy-bright);
  min-height: 100vh;
  padding-top: 7.5em;
  padding-bottom: 4.375em;
  display: block;
}

.main-section.main-hero.is80 {
  min-height: 60vh;
}

.subtitle {
  color: #73737c;
  font-size: 1.125em;
}

.main-nav {
  background-color: #000;
  border-bottom: 1px solid #c1c2c5;
  flex-direction: column;
  justify-content: center;
  height: 90px;
  display: flex;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
}

.main-nav-inner {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero__background-image {
  height: auto;
  max-height: 80vh;
}

.hero__grid {
  z-index: auto;
  background-color: var(--black);
  grid-template-rows: auto;
  height: 100vh;
  padding-top: 14em;
  padding-bottom: 3.75em;
  display: block;
  position: relative;
}

.hero__grid.is80 {
  height: 80vh;
}

.main-nav__link {
  color: #121217;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.4;
  text-decoration: none;
}

.main-nav__link:hover {
  opacity: 1;
}

.main-nav__link.light {
  color: var(--copy-bright);
  font-size: .875rem;
}

.main-nav__link.right {
  padding-right: 0;
}

.hero-parallax {
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.grid-leistung__subtitle {
  align-self: flex-end;
  margin-bottom: 20px;
  font-size: 18px;
}

.grid-leistung__subtitle.left {
  align-self: flex-start;
  margin-bottom: 0;
}

.grid-leistung__card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  border: 1px solid #ddd;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .4s;
}

.grid-leistung__card:hover {
  background-color: #eee;
}

.grid-leistung__card.first {
  border-style: none;
  align-items: flex-start;
  padding: 34px 0;
  display: flex;
}

.grid-leistung__card.first:hover {
  background-color: #0000;
}

.grid-leistungen {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.subtitle__wrapper {
  width: 100%;
  max-width: 56em;
  padding-bottom: 0;
}

.logo-text {
  color: var(--sandy-brown);
  letter-spacing: .01em;
  font-size: 1.2em;
}

.cta-link {
  color: var(--copy-grey);
  display: inline;
}

.text-color-highlight {
  color: var(--sandy-brown);
}

.text-bright {
  color: var(--copy-bright);
}

.image {
  background-color: var(--copy-bright);
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
}

.text-span {
  font-size: 3rem;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.slider {
  max-height: 90vh;
}

.slider-2 {
  height: 100%;
}

.hide {
  display: none;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rich-text-block {
  text-align: left;
}

.rich-text-block h1 {
  margin-bottom: 30px;
}

.rich-text-block li {
  font-size: 1.2rem;
  line-height: 1.7;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-link {
  background-color: var(--copy-bright);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  margin: auto;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.container {
  margin-top: 60px;
}

.heading {
  text-align: center;
  font-size: 25px;
}

.div-block-4 {
  text-align: center;
  max-width: 175px;
}

.section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bull-riding.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 55px;
}

.paragraph {
  color: #fff;
  font-size: 17px;
  line-height: 27px;
}

.section-2 {
  background-color: #eee;
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block-5 {
  color: #2b2b2b;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  text-decoration: none;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.grid-3 {
  grid-template-rows: auto;
}

.heading-3 {
  font-size: 20px;
  line-height: 30px;
}

.container-2 {
  margin-bottom: 40px;
}

.link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.div-block-6 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.image-4 {
  margin-bottom: 15px;
  display: block;
}

.container-3 {
  max-width: 800px;
}

.image-5 {
  margin-bottom: 15px;
}

.container-4 {
  max-width: 800px;
}

.image-6 {
  margin-bottom: 15px;
}

.div-block-7 {
  max-width: 300px;
  height: auto;
  max-height: 100%;
  margin-right: 20px;
}

.image-7 {
  max-width: 300px;
  height: auto;
  max-height: 350px;
  display: block;
}

.container-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-tutorial {
    border-top: 1px solid #d4d4d4;
  }

  .intro {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .hero__background-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    position: relative;
  }

  .hero__background-image-wrapper.main {
    align-items: flex-end;
    position: relative;
  }

  .hero__grid-left {
    max-width: none;
    display: block;
  }

  .hero__grid-left.hero {
    align-items: center;
    max-width: none;
  }

  .main-nav__logo {
    z-index: 1000;
    border-right-style: none;
  }

  .main-nav__menu {
    z-index: 99;
    position: relative;
    inset: 0%;
  }

  .main-section.main-hero {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-nav {
    z-index: 999;
    height: 80px;
  }

  .hero__background-image {
    flex: 0 auto;
  }

  .hero__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .main-nav__link {
    color: #fff;
    transition: opacity .4s;
  }

  .main-nav__link:hover {
    opacity: .7;
  }

  .hero-parallax {
    position: relative;
    overflow: hidden;
  }

  .grid-leistungen {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .72rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .title2 {
    font-size: 4rem;
  }

  .title4 {
    font-size: 1.5em;
  }

  .p-xl-end {
    padding-bottom: 2em;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .hero__background-image-wrapper {
    overflow: visible;
  }

  .main-nav__logo {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav__menu {
    justify-content: center;
    width: 100%;
    margin-top: 2em;
  }

  .main-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .main-section.main-hero {
    overflow: hidden;
  }

  .main-section.main-hero.is80 {
    min-height: 50vh;
  }

  .main-nav {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
    position: absolute;
  }

  .main-nav-inner {
    flex-direction: column;
  }

  .hero__grid {
    padding-top: 17em;
    padding-bottom: 5em;
  }

  .hero__grid.is80 {
    height: 60vh;
  }

  .grid-leistungen {
    grid-template-columns: 1fr;
  }

  .text-span {
    font-size: 2rem;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .title2 {
    font-size: 2.5rem;
  }

  .hero__background-image-wrapper {
    padding-top: 0;
    overflow: visible;
  }

  .main-nav__logo {
    border-right-style: none;
    max-width: 45vw;
    padding-right: 0;
  }

  .main-section {
    padding-top: 6.25rem;
  }

  .main-section.main-hero {
    height: auto;
    min-height: auto;
  }

  .hero__background-image {
    overflow: hidden;
  }

  .hero__grid.is80 {
    height: 50vh;
  }

  .hero-parallax {
    position: relative;
  }

  .grid-leistung__card.first {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-leistungen {
    grid-template-columns: 1fr;
  }

  .text-span {
    font-size: 1.5rem;
  }
}

#w-node-_33730a6b-ee81-c5f6-d485-559f2693ff86-20a20ead, #w-node-_33730a6b-ee81-c5f6-d485-559f2693ff86-596b8628, #w-node-_33730a6b-ee81-c5f6-d485-559f2693ff86-3f5b5c24, #w-node-_33730a6b-ee81-c5f6-d485-559f2693ff86-3368df45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}