@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --gps-red: #e30b13;
  --gps-black: #000;
  --gps-light-blue: #5380af;
  --gps-light-grey: #f7f7f7;
  --gps-grey: #71767e;
}

.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: #333;
  font-family: Droidsans, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Droidsans, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: var(--gps-red);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Droidsans, Arial, sans-serif;
  font-size: 15px;
}

.nav-dropdown-link:hover {
  font-weight: 700;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--gps-black);
  -webkit-text-stroke-color: var(--gps-black);
}

.button-primary-nav {
  background-color: var(--gps-red);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-left: 15px;
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-nav:hover {
  color: #fff;
  background-color: #000;
}

.button-primary-nav:active {
  background-color: #43464d;
}

.navbar-logo-left {
  background-color: #fff;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #000;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--gps-red);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.logo {
  width: 350px;
}

.text-block {
  font-family: Droidsans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.event-slider {
  background-color: var(--gps-light-blue);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pump-waves-01.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  padding: 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.event-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 30px;
}

.event-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.event-block {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 24px;
}

.event-slider-pic {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 18px;
}

.event-slider-info-block {
  flex-flow: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.event-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.supporters {
  border-bottom: 1px #e4ebf3;
  margin-bottom: 0;
  padding: 20px 30px;
  position: relative;
}

.supporter-wrapper-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.supporter-logo {
  opacity: .5;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 18px;
}

.supporter-logo:hover {
  opacity: 1;
  max-width: 100%;
}

.event-slider-location {
  color: var(--gps-red);
  margin-bottom: 10px;
  font-family: Rubikdirt, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.slider-event-date {
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.body {
  color: #000;
  font-family: Droidsans, Arial, sans-serif;
  font-size: 15px;
}

.icon {
  margin-left: -48px;
}

.nav-link-fa-brands {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 10px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-fa-brands:hover {
  color: var(--gps-red);
}

.footer {
  background-color: var(--gps-light-blue);
  background-image: url('../images/pump-waves-01.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px 40px;
  position: relative;
}

.footer-container {
  width: 100%;
  max-width: 940px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--gps-light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.nav-date {
  color: var(--gps-red);
  font-weight: 700;
}

.event-slider-link {
  color: #000;
  text-decoration: none;
}

.footer-links {
  color: var(--gps-light-grey);
  margin-bottom: 3px;
  text-decoration: none;
  display: block;
}

.footer-links:hover {
  text-decoration: underline;
}

.footer-column {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.text {
  font-family: Droidsans, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  position: static;
}

.head-big {
  color: var(--gps-black);
  -webkit-text-fill-color: inherit;
  background-color: #f6f6f6;
  background-clip: border-box;
  border-bottom: 1px #000;
  border-radius: 7px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px 5px 5px 10px;
  font-family: Droidsans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  display: block;
}

.columns-2 {
  padding-right: 10px;
}

.footer-text {
  color: var(--gps-light-grey);
  padding-right: 20px;
}

.announce-section {
  background-color: var(--gps-red);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  padding: 10px 20px;
}

.announce-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.hero-section {
  background-image: linear-gradient(167deg, #000 13%, #ef0e0e 51%, #dfa200 81%);
  margin-bottom: 20px;
  padding: 20px 30px;
}

.hero-container {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-info-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: 50px;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.hero-date {
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 25px;
  font-weight: 700;
}

.hero-location {
  color: var(--gps-red);
  flex: 0 auto;
  margin-bottom: 10px;
  font-family: Rubikdirt, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.hero-image {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.hero-text {
  font-size: 18px;
}

.hero-veranstalter {
  margin-top: 20px;
  font-size: 18px;
  line-height: 25px;
}

.about-section {
  padding: 20px 30px 0;
}

.text-span {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.news-section {
  padding: 20px 30px 0;
}

.newsticker-date {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  position: static;
}

.newsticker-date.red {
  color: var(--gps-red);
  margin-right: 10px;
  font-family: Droidsans, Arial, sans-serif;
  font-weight: 700;
}

.newsticker-item {
  font-family: Droidsans, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  position: static;
}

.event-details-section {
  padding: 20px 30px 0;
}

.event-details-subhead {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  position: static;
}

.event-details-subhead.red {
  color: var(--gps-red);
  margin-right: 10px;
}

.event-details-item {
  font-size: 18px;
  line-height: 30px;
  position: static;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-headline {
  color: var(--gps-red);
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 5px 14px 10px;
  font-family: Rubikdirt, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  display: block;
}

.page-details-section {
  padding: 20px 30px 0;
}

.footer-title-sub {
  color: var(--gps-light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.rechtliches-details {
  font-size: 18px;
  line-height: 30px;
  position: static;
}

.hero-headline-only {
  color: var(--gps-red);
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 15px;
  font-family: Rubikdirt, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  display: block;
}

.text-span-2, .text-span-3 {
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.love {
  color: var(--gps-red);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.footer-small {
  font-size: 13px;
}

.red {
  color: var(--gps-red);
}

.footer-links-copy {
  color: var(--gps-light-grey);
  margin-bottom: 3px;
  text-decoration: none;
  display: block;
}

.footer-links-copy:hover {
  text-decoration: underline;
}

.iframe-embed {
  border: 1px #000;
  width: 100%;
}

.announce-link {
  color: var(--gps-light-grey);
  text-decoration: underline;
}

.anmelde-button {
  background-color: var(--gps-red);
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.magnify {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.link-pressemeldung {
  color: var(--gps-black);
}

.local-supporters {
  border-bottom: 1px #e4ebf3;
  margin-bottom: 0;
  padding: 20px 30px 0;
  position: relative;
}

.nav-link-fa-classic {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-fa-classic:hover {
  color: var(--gps-red);
}

.anmeldung-offen {
  background-color: var(--gps-red);
  color: var(--gps-light-grey);
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.maps {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 14px;
}

.event-slider-sub {
  color: var(--gps-black);
  border-radius: 10px;
  padding: 10px 10px 10px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.ignite-video {
  border-radius: 0;
}

.video-powered-ignite {
  font-size: 12px;
  line-height: 16px;
  position: static;
}

.track-details-item {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 30px;
  position: static;
}

.track-details-subhead {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  position: static;
}

.track-details-subhead.red {
  color: var(--gps-red);
  margin-right: 5px;
}

.suppllier {
  border-bottom: 1px #e4ebf3;
  margin-bottom: 40px;
  padding: 0 30px 20px;
  position: relative;
}

.qpaypal-qr-code {
  float: right;
  clear: none;
  text-align: center;
  vertical-align: baseline;
  margin-bottom: 20px;
  margin-left: 20px;
  display: block;
}

.hero-info-box-raceday {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-note {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.hero-high {
  background-image: linear-gradient(167deg, #000 13%, #ef0e0e 51%, #dfa200 81%);
  height: 50px;
  margin-bottom: 20px;
  padding: 30px;
}

.event-details-section-copy {
  padding: 20px 30px 0;
}

.hero-container-backimg {
  background-color: #fff;
  background-image: url('../images/pumptrack-teaser.jpg');
  background-position: 50% 70%;
  background-size: auto;
  border-radius: 10px;
  height: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
}

.supporters-copy {
  border-bottom: 1px #e4ebf3;
  margin-bottom: 0;
  padding: 20px 30px;
  position: relative;
}

.event-details-item-copy {
  font-size: 18px;
  line-height: 30px;
  position: static;
}

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-link {
    font-size: 18px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 5px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .text-block {
    font-size: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .event-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .supporter-logo {
    margin-bottom: 30px;
  }

  .footer-container {
    max-width: 728px;
  }

  .icon-2 {
    font-size: 40px;
  }

  .hero-info-box {
    margin-top: 0;
  }

  .local-supporters, .suppllier {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-info-box-raceday {
    margin-top: 0;
  }

  .supporters-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-toggle.w--open {
    margin-bottom: 0;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .button-newsletter {
    margin-top: 10px;
  }

  .button-primary-nav {
    margin-top: 20px;
    margin-left: 0;
    padding: 15px;
    font-size: 30px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
  }

  .text-block {
    font-size: 30px;
    line-height: 30px;
  }

  .list-item {
    margin-bottom: 20px;
  }

  .event-slider {
    padding: 60px 15px;
  }

  .supporters {
    padding: 30px;
  }

  .supporter-wrapper-three {
    margin-bottom: -30px;
  }

  .supporter-logo {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link-fa-brands {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 50px;
    display: inline-block;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .hero-section {
    display: block;
  }

  .hero-info-box {
    margin-top: 20px;
    margin-left: 0;
  }

  .hero-image {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-veranstalter {
    margin-bottom: 20px;
  }

  .local-supporters {
    padding: 30px;
  }

  .nav-link-fa-classic {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 50px;
    display: inline-block;
  }

  .suppllier {
    padding: 30px;
  }

  .hero-info-box-raceday {
    margin-top: 20px;
    margin-left: 0;
  }

  .supporters-copy {
    padding: 30px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .event-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .supporter-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .supporter-logo {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-container {
    max-width: none;
  }

  .hero-date {
    font-size: 20px;
  }

  .hero-location {
    font-size: 30px;
  }

  .video-powered-ignite {
    text-align: center;
  }

  .hero-note {
    font-size: 20px;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubikdirt';
  src: url('../fonts/RubikDirt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Droidsans';
  src: url('../fonts/DroidSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Droidsans';
  src: url('../fonts/DroidSans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}