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

.header {
  border-radius: 0 0 14px 14px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #272727;
  background-image: linear-gradient(#114d8b, #114d8b);
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 6px #0000008f;
}

.navlink {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  border-radius: 2px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.navlink:hover {
  background-color: #094077;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
}

.navlink.w--current {
  color: #fff;
  background-color: #2061a4;
}

.div-block {
  display: inline-block;
}

.button {
  background-color: #eca738;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  display: inline-block;
}

.body {
  background-color: #112e5d;
}

.button-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  padding: 20px;
  font-family: Roboto;
  font-weight: 700;
  display: none;
}

.welcome {
  color: #fff;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding-top: 36px;
  padding-bottom: 36px;
  display: block;
  position: relative;
}

.centered-container {
  text-align: center;
  flex: 0 auto;
}

.paragraph {
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  column-count: auto;
  margin-top: 20px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.heading {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.main-cta {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #f57600;
  background-image: url('../images/arrow.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  padding: 20px 100px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.main-cta:hover {
  background-color: #ad6725;
}

.div-block-3 {
  justify-content: center;
  margin-top: 44px;
  padding-right: 0;
  display: flex;
}

.wohnzimmer {
  color: #173c5d;
  background-color: #112e5d;
  padding-bottom: 32px;
}

.container {
  flex: 1;
}

.container-2 {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}

.div-block-4 {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.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;
}

.slide {
  background-image: url('../images/IMG-20220514-WA0001.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 800px;
}

.image {
  border-radius: 8px;
  margin-top: 44px;
  display: block;
}

.heading-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.feature {
  background-color: #124eaa;
  border-radius: 8px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 140px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 1px 1px 6px #0009;
}

.image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.ferienhaus {
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 0;
}

.flex-container {
  flex-flow: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
  display: flex;
}

.feature-image {
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 8px;
  min-width: 100%;
  display: inline-block;
}

.heading-3 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.paragraph-2 {
  color: #fff;
}

.container-3 {
  flex-direction: column;
  display: flex;
}

.flex-container-2 {
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-image-mask-2 {
  width: 100%;
  margin-right: 40px;
}

.heading-4 {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.image-2 {
  width: 100px;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  margin-bottom: 32px;
  display: flex;
}

.text-block {
  color: #fff;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.div-block-7 {
  justify-content: space-between;
  display: flex;
}

.price-info {
  background-color: #144a78;
  border-radius: 8px;
  flex-direction: column;
  height: 140px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  padding-bottom: 35px;
  font-family: Open Sans, sans-serif;
}

.price {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.price-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer {
  text-align: center;
  background-color: #0a1f42;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  display: none;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: none;
}

.div-block-8 {
  margin-top: 24px;
  margin-bottom: 0;
}

.paragraph-5 {
  color: #fff;
  margin-top: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.container-5 {
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.label-features {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.feature-icon {
  padding-bottom: 12px;
}

.pclose {
  color: #fff;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.schlafzimmer {
  background-color: #112e5d;
  padding-bottom: 32px;
}

.text-block-3 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.image-preview {
  border-radius: 8px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.kueche {
  color: #173c5d;
  background-color: #1b3c71;
  padding-bottom: 32px;
}

.bad {
  background-color: #1b3c71;
  padding-bottom: 32px;
}

.heading-mobile-gallery {
  color: #fff;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.list-item, .list-item-2 {
  display: none;
}

.image-3 {
  margin-top: 94px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.image-4 {
  border-radius: 8px;
  display: none;
}

.signature {
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  column-count: auto;
  margin-top: 20px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-9 {
  display: flex;
}

.intro {
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  column-count: auto;
  margin-top: 20px;
  padding-right: 44px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.impressum {
  margin-top: 80px;
  margin-bottom: 80px;
}

.link {
  color: #fff;
}

.modal-wrapper {
  z-index: 9999;
  background-color: #112e5dab;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.dialogbox {
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  display: block;
  box-shadow: 1px 1px 8px #00000045;
}

.info-contact {
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.phone-link {
  color: #333;
  padding-top: 32px;
  padding-bottom: 16px;
  font-size: 16px;
  text-decoration: none;
}

.dialog-hero {
  background-image: linear-gradient(225deg, #4330d6, #103792);
  border-radius: 14px 14px 0 0;
  justify-content: flex-end;
  height: 80px;
  display: flex;
  box-shadow: inset 8px 8px 20px -8px #0000004f;
}

.div-block-10 {
  flex-direction: column;
  padding: 0 24px 24px;
  display: flex;
}

.close-modal {
  width: 30px;
  margin-top: 20px;
  margin-right: 20px;
  position: static;
  inset: 0% 0% auto auto;
}

.heading-dialogbox {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-secondary {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  background-image: url('../images/mail.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #000;
  border-radius: 4px;
  margin-top: 16px;
  padding: 20px 44px 20px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.button-secondary:hover {
  background-color: #f1f1f1;
}

.main-cta-dialog {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #f57600;
  background-image: url('../images/phone.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 4px;
  padding: 20px 44px 20px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.main-cta-dialog:hover {
  background-color: #ad6725;
}

.image-5 {
  cursor: pointer;
}

.eingang {
  color: #173c5d;
  background-color: #1b3c71;
  padding-bottom: 32px;
}

.button-tertiary {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #3898ec00;
  background-image: url('../images/arrow_back.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #e4e4e4;
  border-radius: 4px;
  width: 300px;
  margin-top: 64px;
  padding: 20px 44px 20px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.button-tertiary:hover {
  background-color: #557bb9;
}

.text-block-4 {
  color: #fff;
}

.lightbox-link {
  width: 100%;
}

.image-grid-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  display: grid;
}

@media screen and (max-width: 991px) {
  .navbar {
    flex: none;
    width: 100%;
    display: flex;
  }

  .navlink {
    background-color: #114d8b;
  }

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

  .nav-menu {
    background-color: #0c3469;
  }

  .centered-container {
    max-width: 80%;
  }

  .main-cta {
    text-align: center;
    flex: 1;
  }

  .wohnzimmer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2 {
    width: 100%;
  }

  .icon, .icon-2 {
    display: none;
  }

  .image {
    margin-top: 44px;
  }

  .image-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .price-info {
    background-color: #055497;
  }

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

  .schlafzimmer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .kueche, .bad {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-secondary, .main-cta-dialog {
    text-align: center;
    flex: 1;
  }

  .eingang {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-tertiary {
    text-align: center;
    flex: 1;
  }

  .image-grid-mobile {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navlink {
    background-color: #0d3c6d;
  }

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

  .welcome {
    padding: 40px 20px;
  }

  .main-cta {
    text-align: center;
    flex: 1;
  }

  .div-block-3 {
    padding-right: 0;
  }

  .icon {
    display: none;
  }

  .feature {
    min-width: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .ferienhaus {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .feature-image-mask-2 {
    margin-right: 0;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .preise, .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .impressum {
    padding: 40px 20px;
  }

  .modal-wrapper {
    display: none;
  }

  .button-secondary, .main-cta-dialog {
    text-align: center;
    flex: 1;
  }

  .back-link {
    color: #fff;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 24px;
  }

  .link-block {
    text-align: center;
    width: 100%;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .button-tertiary {
    color: #fff;
    text-align: center;
    background-color: #3898ec00;
    background-image: url('../images/arrow_back.svg');
    border-color: #fff;
    flex: 1;
    width: 100%;
  }

  .button-tertiary:hover {
    background-color: #557bb9;
  }
}

@media screen and (max-width: 479px) {
  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #0c3469;
  }

  .welcome {
    padding-left: 16px;
    padding-right: 16px;
  }

  .centered-container {
    text-align: left;
    max-width: 90%;
    max-height: 133%;
  }

  .paragraph {
    width: auto;
    font-size: 16px;
    display: block;
  }

  .heading {
    font-size: 30px;
  }

  .main-cta {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-3 {
    padding-right: 0;
  }

  .wohnzimmer {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon {
    display: none;
  }

  .heading-2 {
    padding-left: 0;
  }

  .feature {
    border-radius: 4px;
    flex-direction: row;
    justify-content: flex-start;
    min-width: 200px;
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .ferienhaus {
    margin-bottom: 16px;
    padding: 0 16px;
  }

  .feature-image {
    margin-bottom: 20px;
  }

  .container-4 {
    flex-direction: column;
    align-items: center;
  }

  .price-container {
    flex-flow: column wrap;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .preise {
    padding: 40px 16px;
  }

  .label-features {
    padding-left: 7px;
  }

  .feature-icon {
    padding-bottom: 0;
  }

  .schlafzimmer {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .kueche, .bad {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-mobile-gallery {
    padding-left: 20px;
  }

  .signature, .intro {
    width: auto;
    font-size: 16px;
    display: block;
  }

  .impressum {
    padding: 40px 20px;
  }

  .modal-wrapper {
    display: none;
  }

  .heading-dialogbox {
    font-size: 24px;
  }

  .button-secondary {
    text-align: center;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .main-cta-dialog {
    text-align: center;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .eingang {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-tertiary {
    text-align: center;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .image-grid-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
    padding-bottom: 0;
    display: block;
  }
}

#w-node-_1dab3a51-7b38-6c4c-a23f-e594b848a036-322d3a88 {
  grid-area: Area;
}

#w-node-a5322a06-3f08-7ed9-26c6-cfaba95de816-322d3a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c115aad-d7b4-11b2-01f4-422db4307563-322d3a88, #w-node-_82a55a4d-90aa-1136-5836-5dc3ad96dc67-322d3a88, #w-node-_18bde3e1-664c-dca8-3c9d-575b44cfda5c-322d3a88, #w-node-_8edf21ad-6acd-85d7-0a0d-626a97110c73-322d3a88, #w-node-ba70dbef-147c-0884-b7a2-e2add1e4e27d-322d3a88, #w-node-_2cb621e1-cc8c-fe64-44cc-7ace6d621d8c-322d3a88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3513103-576d-9adb-95ee-2cfab076c394-322d3a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d3513103-576d-9adb-95ee-2cfab076c392-322d3a88 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d3513103-576d-9adb-95ee-2cfab076c394-322d3a88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a5322a06-3f08-7ed9-26c6-cfaba95de814-322d3a88 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


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