@font-face {
  font-family: Andy;
  src: url('../fonts/AndyRegular.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Andy;
  src: url('../fonts/AndyBold.OTF') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

@font-face {
  font-family: Furore;
  src: url('../fonts/Furore.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gray: #313130;
  --white: #fff;
  --red: #99080b;
}

body {
  background-color: var(--gray);
  color: var(--white);
  font-family: Barlowcondensed, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Furore, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

p {
  margin-bottom: 20px;
}

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

strong {
  font-weight: 700;
}

.nav-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1600px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container.nav-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.container.grid-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr .75fr .75fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.container.container--partner {
  max-width: 800px;
  display: none;
}

.nav-menu {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-social-container {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-contact {
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  font-size: 24px;
  line-height: 1.1;
  display: flex;
}

.navbar {
  background-color: var(--gray);
}

.nav-link {
  color: var(--white);
  padding: 10px 15px;
  font-size: 24px;
  line-height: 1.1;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.w--current {
  color: #99080b;
}

.nav-link.w--current:hover {
  opacity: 1;
}

.nav-contact-link {
  color: var(--white);
  margin-left: 10px;
  text-decoration: none;
}

.hero-section {
  border-bottom: 5px solid var(--white);
}

.hero-container {
  background-image: url('../images/2-Header-KiBO-Page-small.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 36vw;
  padding-bottom: 5%;
  padding-left: 10%;
  display: flex;
}

.hero-container.start {
  background-image: url('../images/Header-KiBO-Page.jpg');
  height: 36vw;
}

.hero-container.kurse {
  background-image: url('../images/66deb7d073aa66181278365b_2-Header-KiBO-Page-2.jpg');
}

.hero-container.trainer {
  background-image: url('../images/4-Header-KiBO-Page-small.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 24vw;
}

.hero-container.kontakt {
  background-image: url('../images/SCR-20240927-ohfw.jpeg');
  height: 24.5vw;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.section-kurse {
  background-image: url('../images/Fotolia_99260635_L.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 450px;
  position: relative;
}

.paragraph-div {
  position: relative;
}

.unterschrift-container {
  position: absolute;
  inset: auto -260px -140px auto;
}

.heading-container.hc-kurse {
  text-align: center;
  position: relative;
}

.start-bottom-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.person-tile {
  text-align: center;
  flex-flow: column;
  width: 300px;
  display: flex;
}

.tile-heading {
  z-index: 1;
  margin-bottom: -30px;
  position: relative;
}

.tile-image {
  border: 2px solid var(--white);
  background-image: linear-gradient(90deg, #4b4b4b, #0a0a0a);
  width: 300px;
  height: 400px;
  padding-top: 49px;
  position: relative;
}

.tile-image.ti-2 {
  border-width: 3px;
  border-radius: 20px;
  overflow: visible;
}

.tile-bottom {
  color: var(--red);
  margin: -20px -10px -10px;
  padding: 12px 10px 20px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.paint-heading {
  background-image: url('../images/8-Header-KiBO-Page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -15px -15px 10px;
  padding: 7px 15px 15px;
  font-family: Furore, sans-serif;
  font-size: 32px;
}

.paint-heading.ph-kurse {
  margin-bottom: 0;
}

.person-image {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.person-image.teddy {
  border-radius: 20px;
  width: 340px;
  margin-left: -20px;
}

.handschuh {
  z-index: 1;
  width: 120px;
  position: absolute;
  inset: -9px -66px auto auto;
}

.umlaut-dots {
  width: 10px;
  font-family: Furore, sans-serif;
  font-size: 32px;
  position: absolute;
  inset: -24px auto auto 195px;
  transform: rotate(90deg);
}

.umlaut-dots.ud-2 {
  z-index: 1;
  top: auto;
  bottom: 32px;
  left: 190px;
}

.umlaut-dots.ud-3 {
  z-index: 1;
  z-index: 1;
  top: auto;
  bottom: 32px;
  left: 190px;
}

.umlaut-dots.ud-4 {
  z-index: 1;
  top: auto;
  bottom: 32px;
  left: 176px;
}

.umlaut-dots.ud-3 {
  z-index: 1;
  top: auto;
  bottom: 32px;
  left: 155px;
}

.umlaut-dots.ud-5 {
  z-index: 1;
  top: auto;
  bottom: 32px;
  left: 181px;
}

.umlaut-dots.ud-teddy {
  z-index: 1;
  font-size: 20px;
  top: auto;
  bottom: 44px;
  left: 120px;
}

.tile-bottom-background {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.stroke-stretch {
  width: 100%;
  max-width: none;
  height: 100%;
}

.tile-bottom-text {
  z-index: 1;
  font-size: 17px;
  position: relative;
}

.trainer-text {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.list-item {
  font-weight: 400;
}

.list {
  padding-left: 20px;
  list-style-type: disc;
}

.list.list-hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 32px;
  display: grid;
}

.list.kurse {
  display: none;
}

.paint-heading-2 {
  z-index: 1;
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Furore, sans-serif;
  font-size: 28px;
  font-weight: 400;
  position: relative;
}

.paint-heading-wrapper {
  margin-bottom: 20px;
  padding: 10px 13px 13px;
  position: relative;
}

.stroke {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 5px solid var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
}

.footer-logo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-right: 50px;
  display: flex;
}

.footer-link {
  color: var(--red);
}

.kurse-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 90%;
  padding-top: 0;
  display: grid;
}

.kurse-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 2px solid var(--white);
  background-image: linear-gradient(90deg, #363636, #000);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 400px);
  grid-auto-columns: 1fr;
  margin-top: -20px;
  padding: 40px 15px 20px 30px;
  display: grid;
}

.kurse-content {
  position: relative;
}

.kurse-heading {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: -2px;
  font-family: Andy, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.kurse-zeiten {
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.kurse-badge {
  color: var(--white);
  text-align: center;
  align-self: flex-end;
  width: 40vw;
  text-decoration: none;
  position: relative;
  top: 5px;
  left: auto;
  right: 6vw;
}

.kurse-badge-heading {
  z-index: 1;
  font-size: 42px;
  font-weight: 700;
  position: relative;
}

.kurse-badge-subline {
  z-index: 1;
  font-size: 27px;
  position: relative;
}

.stroke-black {
  z-index: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.boxer {
  width: 700px;
  position: absolute;
  inset: auto auto 0% 13.5vw;
}

.badge-bottom {
  padding: 6px 35px 15px;
  font-family: Furore, sans-serif;
  position: absolute;
  inset: auto 5vw 180px auto;
}

.underline {
  text-decoration: underline;
}

.stroke-kurse-red {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bb-text {
  z-index: 1;
  position: relative;
}

.galery {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1600px;
  display: grid;
  position: relative;
}

.lightbox-link {
  border: 2px solid var(--white);
  border-radius: 20px;
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.lightbox-preview {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.galery-bg {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 10px solid var(--red);
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/AdobeStock_279387361.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 5vw;
  display: flex;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-shadow: 0 1px 20px #00000080;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.trainer-container {
  grid-column-gap: 2vw;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.heading-over-stroke {
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 20px;
  font-family: Furore, sans-serif;
  font-size: 28px;
  position: relative;
}

.ext-block {
  position: absolute;
  inset: 0% 0% auto auto;
}

.extern {
  color: #43c547;
  font-size: 18px;
  text-decoration: none;
}

.team-tasks {
  text-align: center;
  background-image: linear-gradient(#0000, #141414 44%);
  width: 100%;
  padding-top: 30px;
  padding-bottom: 35px;
  font-family: Furore, sans-serif;
  font-size: 20px;
  position: absolute;
  bottom: 0;
}

.team-tasks.tt2 {
  border-radius: 20px;
}

.galery-background {
  z-index: 0;
  background-image: linear-gradient(#0000 80%, #313130), url('../images/volfangel--j6aqzlHxNk-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: -5.1vw 0% auto;
}

.rtb {
  font-weight: 400;
}

.heading {
  font-weight: 500;
}

.anmelden {
  width: 50px;
  position: absolute;
  inset: 41% auto auto -3%;
  transform: rotate(20deg);
}

.contact-partnerlogos {
  width: 450px;
}

@media screen and (max-width: 991px) {
  .container.grid-container {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: start center;
  }

  .nav-menu {
    background-color: #414141;
  }

  .start-bottom-container {
    flex-flow: column;
    grid-template-columns: .75fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .person-tile.pt-start {
    margin-bottom: 60px;
  }

  .trainer-text {
    width: 100%;
  }

  .list-item.li-hero {
    font-size: 22px;
  }

  .footer {
    margin-top: 0;
  }

  .menu-button {
    background-color: var(--gray);
    padding: 12px;
    font-size: 35px;
  }

  .menu-button.w--open {
    background-color: #414141;
  }

  .kurse-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
  }

  .kurse-badge {
    align-self: center;
    width: 90%;
    right: auto;
  }

  .boxer {
    left: 8.2vw;
  }

  .badge-bottom {
    font-size: 20px;
  }

  .galery {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_279387361.jpg');
    background-position: 0 0, 50%;
    flex-flow: column;
    padding-left: 5vw;
  }

  .trainer-container {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container.grid-container {
    grid-template-columns: 1fr;
  }

  .hero-container {
    height: 350px;
  }

  .hero-container.kurse {
    height: 36vw;
  }

  .section.section-kurse {
    padding-top: 40px;
    overflow: hidden;
  }

  .kurse-container {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .kurse-heading {
    font-size: 22px;
  }

  .kurse-zeiten {
    font-size: 21px;
  }

  .kurse-badge-heading {
    margin-bottom: -6px;
    font-size: 32px;
  }

  .kurse-badge-subline {
    font-size: 21px;
  }

  .badge-bottom {
    font-size: 20px;
  }

  .lightbox-link {
    height: 210px;
  }

  .galery-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .trainer-container {
    grid-template-columns: 1fr;
  }

  .keep {
    white-space: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .nav-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.nav-container {
    padding-top: 10px;
    padding-bottom: 14px;
  }

  .container.container--partner {
    width: 95%;
  }

  .nav-contact {
    margin-top: 10px;
    margin-left: 0;
    font-size: 20px;
  }

  .hero-container {
    height: 400px;
  }

  .hero-container.start {
    background-position: 50%;
  }

  .hero-container.kurse {
    background-image: linear-gradient(#000000c4, #000000c4), url('../images/2-Header-KiBO-Page-small.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5%;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .unterschrift-container {
    margin-top: 10px;
    position: static;
  }

  .heading-container {
    margin-left: auto;
    margin-right: auto;
  }

  .person-tile.pt-start {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-image {
    width: 270px;
    height: 340px;
  }

  .paint-heading {
    font-size: 29px;
  }

  .person-image.teddy {
    width: 310px;
  }

  .handschuh {
    top: 35px;
    right: -39px;
  }

  .umlaut-dots.ud-2 {
    font-size: 25px;
    bottom: 31px;
    left: 169px;
  }

  .umlaut-dots.ud-4 {
    font-size: 25px;
    bottom: 31px;
    left: 157px;
  }

  .umlaut-dots.ud-3 {
    font-size: 25px;
    bottom: 31px;
    left: 139px;
  }

  .umlaut-dots.ud-5 {
    font-size: 25px;
    bottom: 31px;
    left: 162px;
  }

  .umlaut-dots.ud-teddy {
    bottom: 35px;
    left: 106px;
  }

  .list-item.li-hero {
    font-size: 18px;
  }

  .list.list-hero {
    grid-template-columns: 1fr;
  }

  .list.kurse {
    display: block;
  }

  .paint-heading-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .kurse-badge {
    right: .8vw;
  }

  .kurse-badge-heading {
    font-size: 23px;
  }

  .kurse-badge-subline {
    font-size: 15px;
  }

  .boxer {
    width: 300px;
  }

  .badge-bottom {
    bottom: 246px;
    right: auto;
  }

  .galery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
  }

  .lightbox-link {
    height: 170px;
  }

  .galery-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-section {
    padding: 60px 5%;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .trainer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-over-stroke {
    font-size: 25px;
  }

  .team-tasks {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .anmelden {
    width: 35px;
  }

  .contact-partnerlogos {
    width: 100%;
  }
}

#w-node-_3fd580a1-3e57-af63-7d44-cc4c7f1e4270-00bee6d8, #w-node-_376021e5-a2a6-e315-5f7c-3fe72b84b8e8-00bee6d8, #w-node-_39a9efd0-8daf-6001-c55b-1127829dd7ef-c05ecbcb, #w-node-_2f450a29-d68b-9dc3-18e0-f065564aca8c-c05ecbcb, #w-node-ff6d6903-18e1-f9d1-9e3b-514a1591e8ed-c05ecbcb, #w-node-_0fb8cba8-f608-bf49-4e25-4beb9527eb86-c05ecbcb {
  align-self: end;
}

#w-node-_5c62c097-6b5c-ca03-0a6f-c8687dbdb8d2-57630303 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_97130ded-3369-754c-4109-6abec2d10c72-57630303, #w-node-ef84c519-eaf6-7ad6-4c36-ca301d7295fa-57630303 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20cee659-c6e8-84cd-fb47-e23ba02a1e79-57630303, #w-node-_3f7a4921-becc-7c8f-fa82-f04afbda4a65-57630303 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_638b3ea3-22aa-1690-23ef-9e6509a9e9e7-57630303, #w-node-d042b4a7-fa5d-138e-f7d8-041acb2ab98f-57630303 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee241728-2a71-aca6-e39c-06a6c03bfa19-57630303, #w-node-_29009a52-3b8f-905a-a7eb-c4e3d409196f-57630303 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8debb7b6-0c5e-0a68-1f85-701ba2660185-3dd6637a, #w-node-_43a0d0ef-e013-05c4-a1c2-89feaf62e431-3dd6637a, #w-node-f16d75ca-0ed2-18f7-cd7a-a632ff668ac4-3dd6637a, #w-node-_2be1ea37-586a-561d-34ed-add5c6a87372-3dd6637a, #w-node-_2f49335b-67bd-c19a-5bec-962623ed1c52-3dd6637a, #w-node-_06b87a51-a6fb-42b3-4c82-83c206f3618d-3dd6637a, #w-node-_34b3c63b-92af-49dc-2dbf-6f6df369ae1b-3dd6637a, #w-node-_31f73056-f14d-9f4e-53bc-44f254c66357-3dd6637a {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_5c62c097-6b5c-ca03-0a6f-c8687dbdb8d2-57630303 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_97130ded-3369-754c-4109-6abec2d10c72-57630303, #w-node-ef84c519-eaf6-7ad6-4c36-ca301d7295fa-57630303, #w-node-_20cee659-c6e8-84cd-fb47-e23ba02a1e79-57630303, #w-node-_3f7a4921-becc-7c8f-fa82-f04afbda4a65-57630303, #w-node-_638b3ea3-22aa-1690-23ef-9e6509a9e9e7-57630303, #w-node-d042b4a7-fa5d-138e-f7d8-041acb2ab98f-57630303, #w-node-ee241728-2a71-aca6-e39c-06a6c03bfa19-57630303, #w-node-_29009a52-3b8f-905a-a7eb-c4e3d409196f-57630303 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Andy';
  src: url('../fonts/AndyRegular.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Andy';
  src: url('../fonts/AndyBold.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('../fonts/BarlowSemiCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Furore';
  src: url('../fonts/Furore.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}