:root {
  --deep-pink: #e6007e;
  --deep-sky-blue: #2daae1;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --white-smoke-4: #f1f1ed;
  --grey: #777;
  --dim-grey: #525252;
}

body {
  color: #000000bd;
  background-color: #edeff2;
  height: 100%;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  letter-spacing: 2px;
  text-transform: none;
  background-color: #e6007e;
  background-image: radial-gradient(circle farthest-side at -20% 110%, #e6007e 11%, #2daae1);
  border-radius: 16px;
  width: 31%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Kofipuresans bold, Arial, sans-serif;
  transition: all .533s;
  display: block;
  box-shadow: 0 3px 6px #00000073;
}

.button.full-width:hover {
  box-shadow: none;
  background-color: #2daae1;
  background-image: none;
}

.brand-text {
  color: #cf404d;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
}

.section {
  background-color: #fff;
  padding: 63px 40px;
  position: relative;
  box-shadow: 0 1px 18px #00000042;
}

.section.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
}

.section.angebot {
  border-bottom: 3px #2daae1;
  padding-bottom: 48px;
}

.call-to-action-section {
  color: #fff;
  background-color: #2daae1;
  padding: 44px 40px;
}

.call-to-action-heading {
  letter-spacing: 1px;
  margin-top: 3px;
  margin-bottom: -4px;
  font-family: Kofipuresans bold, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

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

.hero-heading {
  color: #e6007e;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 7px;
  font-family: Kofipuresans bold, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.hero-subheading {
  color: #2daae1;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-family: Kofipuresans light, Arial, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2daae1;
  background-image: radial-gradient(circle at 100% 0, #2daae1, #e6007e);
  border-style: none;
  border-color: #2daae1;
  border-radius: 16px;
  padding: 7px 15px;
  font-family: Kofipuresans bold, Arial, sans-serif;
  font-size: 12px;
  transition: all .617s;
  box-shadow: 0 2px 3px #0006;
}

.hollow-button.white:hover {
  box-shadow: none;
  color: #fff;
  background-color: #2daae1;
  background-image: none;
  border-color: #2daae1;
}

.hollow-button.white.sub {
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
  margin-top: 25px;
}

.hollow-button.white.sub:hover {
  color: #2daae1;
  background-color: #fff;
}

.hollow-button.white.sub.hjhjhj {
  padding: 11px 20px 10px;
  box-shadow: 2px 0 6px -1px #000000b5;
}

.hollow-button.white.sub.hjhjhj:hover {
  box-shadow: none;
}

.hollow-button.white.mehr {
  text-align: center;
  min-width: auto;
  max-width: 127px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  display: block;
}

.hollow-button.red {
  color: #fff;
  text-transform: uppercase;
  background-color: #e6007e;
  border-color: #e6007e;
  padding-top: 12px;
  font-family: Kofipuresans bold, Arial, sans-serif;
}

.hollow-button.red:hover {
  color: #e6007e;
  background-color: #0000;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #e6007e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 2px #000;
  font-family: Kofipuresans bold, Arial, sans-serif;
  font-weight: 700;
}

.section-heading.centered.subsub {
  color: #2daae1;
  text-transform: none;
  font-family: Kofipuresans light, Arial, sans-serif;
  font-size: 24px;
}

.section-heading.centered.subsub.kkoonnttaakktt {
  border-top: 3px solid #2daae1;
  margin-top: 10px;
  padding-top: 68px;
}

.section-heading.centered.line {
  border-top: 3px solid #2daae1;
  padding-top: 67px;
}

.section-subheading.center {
  color: #000000d9;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 38px;
  margin-bottom: 59px;
  font-family: Kofipuresans light, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.section-subheading.center.kontakt {
  color: #2daae1;
  text-align: center;
  letter-spacing: 1px;
  font-family: Kofipuresans bold, Arial, sans-serif;
  font-size: 26px;
  line-height: 45px;
}

.section-subheading.center.mittig {
  color: #000000d9;
  text-align: center;
  letter-spacing: 1px;
  border-top: 1px #000;
  border-bottom: 3px solid #2daae1;
  padding-bottom: 68px;
  padding-left: 38px;
  padding-right: 38px;
}

.section-subheading.center.centereeeed {
  color: #0000009c;
  text-align: center;
  letter-spacing: 1px;
  font-family: Kofipuresans light, Arial, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  font-family: Kofipuresans light, Arial, sans-serif;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: 1;
  background-color: #0000;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: .78;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #cfcfcf;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 27px;
  padding-bottom: 27px;
  display: inline;
}

.footer-text {
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 9px;
  font-family: Kofipuresans bold, Arial, sans-serif;
  font-size: 14px;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  max-width: 100%;
  margin-bottom: 19px;
}

.hero-title-wrapper {
  z-index: 9;
  text-align: center;
  background-color: #fff;
  width: 689px;
  margin-bottom: -210px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-bottom: 30px;
  display: block;
  position: relative;
  top: 0%;
  left: 0;
  right: 0;
  box-shadow: 0 0 6px #fff, 0 0 50px -2px #0000001f;
}

.left-navigation {
  background-color: #f1f1ed;
  width: 274px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  color: #2daae1;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 0;
  font-family: Kofipuresans bold, Arial, sans-serif;
  font-size: 15px;
  transition: opacity .467s;
  display: block;
}

.nav-link:hover {
  color: #e6007e;
}

.nav-link.w--current {
  color: #e6007e;
  font-family: Kofipuresans bold, Arial, sans-serif;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 66px;
  display: block;
}

.social-footer {
  text-align: center;
  background-color: #0000;
  margin-top: 150px;
  margin-bottom: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.banner {
  background-image: none;
  height: 100%;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
  background-color: #0ad15d;
}

.success-message.err {
  background-color: #e6007e;
}

.paragraph-form {
  color: #fff;
  margin-bottom: 0;
  font-family: Kofipuresans bold, Arial, sans-serif;
  font-size: 18px;
}

.hhh444 {
  color: #e6007e;
  letter-spacing: 2px;
  font-family: Kofipuresans bold, Arial, sans-serif;
}

.ppp444 {
  color: #2daae1;
  letter-spacing: 1px;
  font-family: Kofipuresans bold, Arial, sans-serif;
  line-height: 27px;
}

.unterrrow {
  margin-top: 54px;
}

.impressumlink {
  color: #2daae1;
  cursor: pointer;
  justify-content: flex-end;
  text-decoration: none;
  transition: all .583s;
  display: inline;
}

.impressumlink:hover {
  letter-spacing: 4px;
}

.tab {
  background-color: #525252;
  border-radius: 16px;
  margin-bottom: 7px;
  margin-left: 7px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .5s;
}

.tab:hover {
  background-color: #2daae1;
}

.tab.w--current {
  color: #edeff240;
  background-color: #2daae1;
  border-width: 0;
  border-color: #2daae1;
  border-bottom-style: none;
}

.tab.big {
  margin-left: 6px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.tab.big:hover {
  background-color: #2daae1;
}

.tab.big.w--current {
  background-color: #2daae1;
  border: 2px solid #2daae1;
  margin-left: 4px;
}

.tab.bbiigg {
  background-color: #525252;
  padding-top: 19px;
  padding-bottom: 19px;
}

.tab.bbiigg:hover {
  background-color: #2daae1;
}

.tab.bbiigg.w--current {
  background-color: #2daae1;
  padding-top: 19px;
  padding-bottom: 19px;
}

.tabtext {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Kofipuresans bold, Arial, sans-serif;
  font-size: 11px;
  display: block;
}

.tabmenu {
  display: block;
  position: relative;
}

.phonelink {
  color: #2daae1;
  text-decoration: none;
  transition: all .5s;
}

.phonelink:hover {
  color: #e6007e;
}

.heroslide {
  background-color: #0000;
  height: 100%;
}

.slide1 {
  z-index: 0;
  background-image: url('../images/IMG_5561.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide1._2 {
  z-index: 0;
  background-image: url('../images/01.jpg');
  background-position: 1% 67%;
  background-size: cover;
}

.slide1._3 {
  background-image: url('../images/4_IMG_5504.jpg');
  background-size: cover;
}

.slide1._4 {
  background-image: url('../images/5_IMG_5487.jpg');
  background-size: cover;
}

.slide1._5 {
  background-image: url('../images/1_Eimer.jpg');
  background-size: cover;
}

.slidenav {
  color: #25ccbf;
  background-color: #fff;
  border-radius: 0;
  max-width: 689px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 0;
  font-size: 11px;
}

.column {
  padding-right: 45px;
}

.tabscontent {
  text-align: center;
  border-bottom: 3px #2daae1;
  width: 919px;
  height: 230px;
  min-height: 230px;
  max-height: 230px;
}

.body {
  background-color: #fff;
  padding-left: 274px;
}

.angebotcontainer {
  border-bottom: 3px #2daae1;
  padding-bottom: 0;
}

.tabangebot {
  margin-bottom: 0;
  padding-bottom: 0;
}

.calltoactionheadlight {
  margin-top: 0;
  font-family: Kofipuresans light, Arial, sans-serif;
}

.container {
  background-color: #0000;
  justify-content: space-around;
  display: flex;
}

.datenschutzheading {
  margin-top: 57px;
  font-family: Kofipuresans bold, Arial, sans-serif;
}

.html-embed {
  display: none;
}

.kk {
  margin-bottom: -56px;
  padding-bottom: 0;
}

.ll {
  color: var(--deep-pink);
  text-decoration: none;
}

.ll:hover {
  color: var(--deep-sky-blue);
}

.note-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  display: none;
  position: absolute;
  inset: auto 3% 6% auto;
}

.div-block {
  background-image: radial-gradient(circle farthest-side, #e20e81, #539cd6);
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s cubic-bezier(.637, .012, .25, 1), opacity .2s;
  display: flex;
}

.div-block:hover {
  transform: rotate(360deg);
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Kofipuresans bold, Arial, sans-serif;
  font-size: 19px;
  line-height: 26px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .button.full-width {
    margin-top: 68px;
  }

  .hamburger-button {
    color: #fff;
    margin-top: 30px;
    margin-right: 27px;
  }

  .hamburger-button.w--open {
    background-color: #0000;
    margin-right: 27px;
    transform: rotate(90deg);
  }

  .section.section-gray {
    padding-top: 0;
  }

  .call-to-action-heading {
    font-size: 16px;
  }

  .hero-heading {
    margin-bottom: -8px;
    font-size: 22px;
  }

  .hero-subheading {
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 20px;
  }

  .hollow-button.white {
    font-size: 9px;
  }

  .hollow-button.white.sub.hjhjhj {
    margin-top: 29px;
  }

  .hollow-button.white.mehr {
    font-size: 11px;
  }

  .section-heading.centered.subsub {
    font-size: 24px;
  }

  .section-heading.centered.untern {
    margin-top: 101px;
  }

  .section-heading.centered.angebot {
    margin-top: 105px;
  }

  .section-heading.centered.galerie {
    margin-top: 96px;
  }

  .section-heading.centered.kkonntk {
    margin-top: 97px;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .grid-image {
    max-width: 100%;
  }

  .hero-title-wrapper {
    width: 400px;
    margin-top: 2px;
    margin-bottom: -116px;
    padding-top: 1px;
    padding-bottom: 21px;
    top: 5%;
  }

  .left-navigation {
    float: none;
    width: 100%;
    height: auto;
    position: fixed;
    inset: 0 0 auto;
  }

  .nav-link {
    text-align: center;
    padding-left: 13px;
  }

  .nav-link.w--current {
    text-align: center;
  }

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

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 13px;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    height: 500px;
    margin-top: -26px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content {
    padding-top: 121px;
  }

  .hhh444 {
    font-size: 15px;
  }

  .tab.big {
    margin-bottom: 20px;
  }

  .slidenav {
    max-width: 400px;
  }

  .burgericon {
    color: #e6007e;
    font-size: 33px;
  }

  .logo {
    max-width: 60%;
  }

  .tabscontent {
    width: auto;
  }

  .body {
    padding-left: 0;
  }

  .kk {
    margin-bottom: 42px;
  }

  .note-wrapper {
    bottom: 13%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

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

  .hero-heading {
    font-size: 37px;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .grid-fours {
    width: 33.333%;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

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

@media screen and (max-width: 479px) {
  .button.full-width {
    text-align: center;
    width: 40%;
  }

  .hamburger-button {
    margin-top: 19px;
    margin-right: 20px;
  }

  .hamburger-button.w--open {
    margin-right: 20px;
  }

  .section {
    margin-top: -12px;
  }

  .call-to-action-heading {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 27px;
  }

  .hero-heading {
    font-size: 18px;
    line-height: 36px;
  }

  .hero-subheading {
    margin-bottom: 3px;
    font-size: 12px;
  }

  .hollow-button.white.sub.hjhjhj {
    margin-top: 8px;
    margin-bottom: 6px;
  }

  .section-heading.centered {
    font-size: 29px;
  }

  .section-heading.centered.subsub.kkoonnttaakktt {
    font-size: 20px;
  }

  .section-subheading.center {
    text-align: center;
    font-size: 14px;
  }

  .section-subheading.center.kontakt {
    font-size: 14px;
    line-height: 29px;
  }

  .section-subheading.center.mittig {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .grid-image {
    margin-left: -205px;
    position: static;
    top: 0;
    left: 0;
  }

  .hero-title-wrapper {
    width: 292px;
    margin: 21px auto -167px;
    padding-top: 23px;
    padding-bottom: 20px;
    display: block;
    top: 0%;
  }

  .left-navigation {
    position: fixed;
  }

  .logo-link {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .banner {
    height: 450px;
    margin-top: auto;
  }

  .content {
    margin-top: 0;
    padding-top: 81px;
  }

  .hhh444, .ppp444 {
    text-align: left;
  }

  .tab {
    margin-bottom: 20px;
  }

  .phonelink {
    font-size: 15px;
    line-height: 30px;
  }

  .slidenav {
    padding-top: 12px;
  }

  .logo {
    max-width: 47%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column {
    padding-right: 10px;
  }

  .h5mobile {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #2daae1;
    border-radius: 15px;
    padding-top: 14px;
    padding-bottom: 13px;
    font-family: Kofipuresans bold, Arial, sans-serif;
    font-size: 12px;
  }

  .paragrafmobile {
    text-align: center;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-bottom: 29px;
    padding-left: 21px;
    padding-right: 21px;
    font-family: Kofipuresans light, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .datenschutzheading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .note-wrapper {
    display: none;
    inset: auto 5% 2% auto;
  }
}


@font-face {
  font-family: 'Kofipuresans light';
  src: url('../fonts/KofiPureSans-Light.eot') format('embedded-opentype'), url('../fonts/KofiPureSans-Light.woff') format('woff'), url('../fonts/KofiPureSans-Light.ttf') format('truetype'), url('../fonts/KofiPureSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kofipuresans bold';
  src: url('../fonts/KofiPureSans-Bold.eot') format('embedded-opentype'), url('../fonts/KofiPureSans-Bold.woff') format('woff'), url('../fonts/KofiPureSans-Bold.ttf') format('truetype'), url('../fonts/KofiPureSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}