:root {
  --gainsboro: #e6e6e6;
  --white: white;
  --gainsboro-2: #d9d9d9;
  --grey: #757575;
  --dark-slate-grey: #393939;
  --dim-grey: #5d5d5d;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--gainsboro);
  color: #393939;
  font-family: Muli, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

p {
  margin-bottom: 0;
}

a {
  color: #2c3944;
  font-style: normal;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.main-content-wrapper {
  background-color: var(--white);
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 81px 3vw 220px;
  position: relative;
  box-shadow: 0 0 40px #00000036;
}

.body {
  color: #2c3944;
  background-color: #c7dfef;
  font-family: Montserratoff, sans-serif;
}

.nav-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.brand {
  width: 90%;
  max-width: 400px;
}

.nav-menu {
  border-top: 1px solid var(--gainsboro-2);
  border-bottom: 1px solid var(--gainsboro-2);
  justify-content: center;
  width: 90%;
  max-width: 960px;
  margin-top: 65px;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  margin: 16px 18px;
  padding: 0;
}

.section {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 150px;
}

.start-img-wrapper {
  object-fit: cover;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.start-img {
  object-fit: cover;
  width: 100%;
  height: 500px;
  display: block;
}

.container {
  text-align: center;
  padding-bottom: 30px;
}

.heading {
  border-bottom: 1px solid var(--gainsboro-2);
  margin-top: 0;
  margin-bottom: 36px;
  font-weight: 500;
}

.paragraph {
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.paragraph.kleingedrucktes {
  margin-top: 40px;
  font-size: 12px;
  line-height: 20px;
}

.team-tile {
  flex-direction: column;
  width: 85%;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-tile-img {
  width: 270px;
  height: 340px;
  margin-right: 40px;
}

.team-tile-text {
  flex: 1;
}

.team-tile-text-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.team-tile-text-paragraph {
  text-align: left;
  margin-bottom: 12px;
  line-height: 28px;
}

.team-tile-img-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.form-section {
  flex: 0 auto;
}

.form-section.fs-r {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

.form {
  justify-content: space-between;
  display: flex;
}

.input {
  border: 1px solid var(--gainsboro-2);
  text-align: left;
  width: 300px;
  height: 50px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 50px;
}

.input::placeholder {
  color: var(--grey);
}

.input.textarea {
  width: 100%;
  height: 250px;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 40px;
}

.form-block {
  width: 90%;
  max-width: 770px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  background-color: var(--gainsboro-2);
  color: var(--dark-slate-grey);
  width: 140px;
  height: 50px;
  font-size: 17px;
  transition: opacity .1s;
}

.submit-button:hover {
  opacity: .8;
}

.checkbox-label {
  text-align: justify;
  font-size: 11px;
  line-height: 14px;
}

.pflichtfeld {
  text-align: left;
  max-width: 300px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 18px;
}

.checkbox-field {
  max-width: 300px;
  margin-bottom: 1px;
  padding-left: 25px;
}

.map-wrapper {
  width: 90%;
  max-width: 770px;
  height: 268px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.checkbox {
  margin-left: -25px;
}

.columns {
  padding-bottom: 40px;
}

.map-placeholder {
  background-image: url('../images/map.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.map-placeholder-content {
  width: 81%;
  max-width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-text {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.google {
  color: #00f;
  text-decoration: none;
}

.google:hover {
  text-decoration: underline;
}

.button {
  background-color: var(--gainsboro-2);
  color: var(--dark-slate-grey);
  width: 100px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  transition: opacity .1s;
}

.button:hover {
  opacity: .8;
}

.map {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.contact-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 770px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: 15px;
  line-height: 1.4;
  display: flex;
}

.info-box {
  text-align: left;
  font-weight: 400;
}

.info-box.info-box-bold {
  font-weight: 700;
}

.link {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.footer {
  background-color: #2c3944;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.to-top {
  background-color: var(--gainsboro-2);
  width: 40px;
  height: 40px;
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.up-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%);
}

.footer-content {
  text-align: center;
  font-size: 17px;
}

.footer-link {
  color: var(--white);
  margin-left: 7px;
  margin-right: 7px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

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

.form-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.25fr;
  width: 100%;
}

.mobile-menu {
  border-top: 1px solid var(--gainsboro-2);
  border-bottom: 1px solid var(--gainsboro-2);
  width: 90%;
  display: none;
}

.mobile-nav-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.mobile-nav-link {
  text-transform: uppercase;
  margin: 0 18px;
  padding: 0;
  font-size: 18px;
}

.burger-open, .burger {
  width: 30px;
}

.imprint-text {
  padding-top: 100px;
}

.imprint-text h3 {
  font-size: 2em;
}

.imprint-text p {
  font-size: 1em;
  line-height: 1.7rem;
}

.imprint-text h4 {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 1em;
}

.imprint-text a {
  color: var(--dark-slate-grey);
  font-weight: 400;
  text-decoration: none;
}

.text-span {
  height: 60px;
}

.text-span-2 {
  line-height: 50px;
}

.moremarge {
  margin-top: 20px;
  display: inline-block;
}

.danke-wrapper {
  padding-top: 20px;
  padding-bottom: 50px;
}

.captcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-2, .bold-text {
  font-weight: 400;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 500;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  font-weight: 400;
}

.bold-text-14 {
  font-weight: 500;
  line-height: 30px;
}

.bold-text-15, .bold-text-16 {
  font-weight: 500;
}

.bold-text-17 {
  font-weight: 600;
}

.vita-line {
  justify-content: space-between;
  display: flex;
}

.vita-line-l {
  flex: none;
  width: 120px;
}

.vita-date {
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 32px;
}

.vita-line-r {
  flex: 1;
}

.vita-desc {
  text-align: left;
  margin-bottom: 0;
}

.link-2 {
  color: #fff;
}

.team-grid {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.html-embed-2 {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.link-3, .link-4 {
  text-decoration: none;
}

.rich-text {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 34px;
}

.grid {
  grid-template: "Area ."
                 ". ."
                 "Area-2 Area-3"
                 / 1fr 1fr;
  grid-auto-flow: row;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.slider {
  display: none;
}

@media screen and (max-width: 991px) {
  .main-content-wrapper {
    width: 90%;
  }

  .nav-menu {
    display: none;
  }

  .team-tile-img {
    width: 200px;
    height: 290px;
  }

  .form {
    flex-direction: column;
  }

  .input {
    width: 100%;
  }

  .pflichtfeld, .checkbox-field {
    max-width: none;
  }

  .map-wrapper {
    margin-bottom: 150px;
  }

  .contact-wrapper {
    flex-wrap: wrap;
  }

  .form-grid {
    grid-row-gap: 16px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: column;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    width: 100%;
  }

  .column-top {
    margin-bottom: 26px;
  }

  .mobile-menu {
    height: 50px;
    margin-top: 60px;
    padding: 10px 5px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-nav-menu {
    z-index: 1;
    width: 100%;
    display: none;
  }

  .mobile-trigger {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 26px;
    right: 10px;
  }

  .burger-open {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .burger {
    width: 22px;
    height: 22px;
    margin-top: -13px;
    margin-bottom: 0;
    position: relative;
  }

  .burger-close {
    width: 30px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .vita-date {
    font-size: 16px;
    line-height: 25px;
  }

  .vita-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-wrapper {
    width: 100%;
    padding-top: 50px;
  }

  .body {
    font-size: 16px;
    line-height: 28px;
  }

  .nav-container {
    width: 90%;
  }

  .brand {
    max-width: 320px;
  }

  .nav-menu {
    display: none;
  }

  .section {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 250px;
  }

  .start-img-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .start-img {
    height: 300px;
  }

  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph {
    line-height: 28px;
  }

  .team-tile {
    flex-direction: column;
    align-items: center;
  }

  .team-tile-img {
    margin-right: 0;
  }

  .team-tile-text {
    margin-top: 20px;
  }

  .team-tile-text-heading {
    margin-bottom: 0;
    font-size: 16px;
  }

  .map-wrapper {
    margin-bottom: 250px;
  }

  .map-text {
    font-size: 11px;
    line-height: 1.2em;
  }

  .contact-wrapper {
    flex-direction: column;
    place-content: center flex-start;
    align-items: center;
  }

  .info-box {
    text-align: center;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .menu-button {
    border-top: 1px solid var(--gainsboro-2);
    border-bottom: 1px solid var(--gainsboro-2);
    width: 100%;
    margin-top: 23px;
    padding: 8px 7px;
  }

  .icon {
    text-align: right;
    font-size: 34px;
  }

  .mobile-menu {
    height: 50px;
    margin-top: 60px;
    padding: 10px 5px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-nav-menu {
    z-index: 1;
    width: 100%;
    display: none;
  }

  .mobile-trigger {
    z-index: 2;
    align-self: flex-end;
    position: absolute;
    top: 24px;
    right: 10px;
    transform: translate(0%, -50%);
  }

  .burger-open {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .burger {
    width: 22px;
    height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .burger-close {
    width: 30px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .imprint-text {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .imprint-text h3 {
    font-weight: 700;
  }

  .team-grid {
    flex-direction: column;
  }

  .grid, .right-arrow, .left-arrow {
    display: none;
  }

  .slider {
    height: 100%;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 16px;
  }

  .team-tile {
    width: 100%;
  }

  .team-tile-img {
    width: 100%;
    height: 350px;
  }

  .team-tile-text-heading {
    text-align: left;
  }

  .map-wrapper {
    margin-bottom: 20px;
  }

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

  .mobile-menu {
    overflow: hidden;
  }

  .mobile-nav-menu {
    display: none;
  }

  .vita-line {
    flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .vita-line-l {
    width: 90px;
    margin-bottom: 6px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slide-nav {
    justify-content: center;
  }
}

#w-node-_94b32a51-101e-c0a4-cc85-e866ad20e8e2-dfe79d4f, #w-node-_3f25421e-be27-0b2f-e850-fdc11e620832-dfe79d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_904857c1-dcb8-8c68-bd2f-be3611e031a2-dfe79d4f {
  grid-area: Area-2;
}

#w-node-_83668143-278d-b770-be41-a2bd4713b068-dfe79d4f {
  grid-area: Area-3;
}

#w-node-cfd99f5f-e2be-3931-737f-0e930f5608a7-dfe79d4f, #w-node-_75057fc8-429e-fcf6-7987-7b78beb38981-dfe79d4f, #w-node-_81770067-9f7f-a597-068f-3cfea9397b6a-dfe79d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4f3edf8-09ad-8a63-6845-f780a61a5476-dfe79d4f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_40962f90-73f1-2da1-ada4-0a5c94b9d8ff-dfe79d4f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_81770067-9f7f-a597-068f-3cfea9397b6a-dfe79d4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c4f3edf8-09ad-8a63-6845-f780a61a5476-dfe79d4f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ee8a224d-7206-3985-d2be-966b4e2e91f9-dfe79d4f, #w-node-_40962f90-73f1-2da1-ada4-0a5c94b9d8ff-dfe79d4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-BoldItalic.ttf') format('truetype'), url('../fonts/Muli-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Bold.ttf') format('truetype'), url('../fonts/MontserratOff-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-BoldItalic.ttf') format('truetype'), url('../fonts/MontserratOff-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}