:root {
  --grey: #73767e;
  --black-2: #2e2a2d;
  --white-smoke: #fafafa;
  --peru-2: #b4906366;
  --black: #333232;
  --white: white;
  --peru: #b49063;
  --light-grey: #ced7db;
  --gainsboro: #dbdbdb;
  --dim-grey: #4e5055;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: var(--grey);
  font-family: Montserrat-Off, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}

h1 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

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

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

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.body {
  font-size: 1em;
}

.navbar {
  z-index: 99;
  background-color: var(--white-smoke);
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
}

.div-block {
  flex: 0 auto;
  order: -1;
  position: relative;
}

.nav-menu {
  order: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.nav-link {
  border-bottom: 8px solid var(--peru-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 30px;
  padding: 0 30px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 4px;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom-color: #b4906399;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom-color: var(--peru-2);
  color: var(--black);
  letter-spacing: 1px;
  padding-bottom: 0;
}

.nav-link.w--current:hover {
  border-bottom-color: #b4906399;
}

.nav-link.dropdown-trigger {
  z-index: 2;
}

.banner-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.banner {
  background-image: url('../images/kfo-daus-startseite-kieferorthopädie.png');
  background-position: 50% 0;
  background-size: cover;
  border: 1px #000;
  height: 100%;
  margin-top: 0;
  padding-top: 130px;
}

.text-block-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  z-index: 1;
  color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.text-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph {
  color: var(--black-2);
  font-size: 16px;
  font-weight: 400;
}

.bold-text {
  font-weight: 500;
}

.fixed-image-bg {
  background-image: url('../images/kfo-daus-startseite-willkommen.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 700px;
}

.fixed-image-bg.fib2 {
  background-image: url('../images/3.jpg');
  background-position: 100%;
  position: static;
  overflow: visible;
}

.image {
  display: none;
  position: relative;
}

.div-block-2 {
  width: 389px;
  position: absolute;
  inset: auto 8% 7% auto;
}

.section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.container-2 {
  text-align: center;
}

.section-2 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: var(--black-2);
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-4 {
  background-color: var(--black-2);
  padding-top: 50px;
  padding-bottom: 30px;
}

.div-block-5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.div-block-6 {
  color: #fff;
  font-weight: 300;
}

.heading-2 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-3 {
  letter-spacing: 1px;
  max-width: 319px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.link {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  display: inline;
}

.link:hover {
  color: #fff;
  font-weight: 200;
  text-decoration: underline;
  display: inline;
}

.text-block-2 {
  color: #fff;
  font-weight: 200;
  display: inline;
}

.div-block-7 {
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  color: #fff;
  text-decoration: underline;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  color: #fff;
  text-decoration: underline;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-5:hover {
  color: #fff;
  text-decoration: underline;
}

.div-block-8 {
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding-top: 130px;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-image: url('../images/kfo-daus-schwerpunkte.png');
  background-position: 100%;
  background-size: cover;
  width: 45%;
}

.div-block-9.team-header {
  background-image: url('../images/kfo-daus-team.png');
}

.div-block-9.praxis-header {
  background-image: url('../images/kfo-daus-praxis.png');
  background-position: 100% 100%;
}

.div-block-9.kontakt-header {
  background-image: url('../images/35.jpg');
  background-position: 20%;
}

.div-block-10 {
  background-color: #2e2a2d;
  width: 55%;
}

.text-block-3 {
  border-bottom: 14px solid var(--peru);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 0;
  padding-right: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%);
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 150px;
  position: static;
}

.section-3.arzt-section {
  color: var(--black);
  padding-top: 350px;
}

.section-3.impressum-datenschutz-section {
  background-color: var(--white-smoke);
  padding-top: 280px;
}

.section-3.danke {
  padding-top: 220px;
}

.heading-3 {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 120px;
  font-weight: 600;
  line-height: 120px;
}

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

.grid {
  grid-template-rows: minmax(20vw, .25fr) minmax(20vw, .25fr) minmax(20vw, .25fr) minmax(20vw, .25fr);
  grid-template-areas: "Area"
                       "."
                       "."
                       ".";
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
  margin-top: 130px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  z-index: 0;
  float: none;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-12 {
  background-color: #0000;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 55%;
  min-width: auto;
  max-width: none;
  padding: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-12.hidden {
  display: none;
}

.div-block-13 {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-13.div-block-14 {
  opacity: 0;
  transition: opacity .25s;
}

.div-block-13.div-block-14:hover {
  opacity: 1;
}

.link-block {
  opacity: 0;
  transition: background-color .25s, opacity .25s;
  position: absolute;
  inset: 0%;
}

.link-block:hover {
  opacity: 1;
  background-color: #fff6;
}

.paragraph-4 {
  z-index: 1;
  color: var(--black-2);
  text-transform: uppercase;
  cursor: default;
  border-bottom: 13px solid #d4e5e780;
  margin-right: -30px;
  padding-right: 30px;
  font-size: 60px;
  line-height: 22px;
  position: relative;
}

.paragraph-4.paragraph-6 {
  letter-spacing: 1px;
  text-shadow: 0 0 20px var(--white);
  cursor: pointer;
  border-bottom-color: #b4906399;
  font-size: 30px;
  font-weight: 700;
  line-height: 5px;
}

.paragraph-4.paragraph-7 {
  letter-spacing: 1px;
  text-shadow: 0 0 20px var(--white);
  border-bottom-color: #b4906399;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 2px;
}

.paragraph-5 {
  z-index: 1;
  color: var(--black);
  letter-spacing: 1px;
  text-shadow: 0 0 10px var(--white);
  cursor: default;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.dropdown {
  background-color: var(--black);
  opacity: 1;
  flex-direction: row;
  align-items: stretch;
  width: 350px;
  padding: 22px 35px;
  display: flex;
  position: static;
  inset: 35px 0% auto 215px;
}

.dropdown.dropdown-content {
  z-index: auto;
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  margin-bottom: -394px;
  padding: 25px 0 0;
  display: block;
  position: absolute;
  inset: 11px auto auto;
  overflow: hidden;
}

.dropdown.menu-trigger {
  opacity: .54;
  width: 175px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  top: -21px;
}

.link-6 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: color .2s;
}

.link-6:hover {
  color: var(--peru);
  text-decoration: none;
}

.heading-4 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.heading-5 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  max-width: 580px;
  margin: 30px auto 70px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.heading-5.hidden {
  display: none;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.schwerpunkt-image {
  background-image: url('../images/24.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 670px;
  position: relative;
}

.schwerpunkt-image.leistung-img-2, .schwerpunkt-image.leistung-img-3 {
  background-image: url('../images/15.jpg');
  background-position: 50%;
}

.schwerpunkt-image.leistung-img-4 {
  background-image: url('../images/22.jpg');
  background-position: 50%;
}

.schwerpunkt-image.leistung-img-5 {
  background-image: url('../images/16.jpg');
  background-position: 50%;
}

.schwerpunkt-image.leistung-img-6 {
  background-image: url('../images/19.jpg');
}

.schwerpunkt-image.leistung-img-7 {
  background-image: url('../images/17.jpg');
  background-position: 50%;
}

.schwerpunkt-image.leistung-img-8 {
  background-image: url('../images/21.jpg');
  background-position: 50%;
}

.schwerpunkt-image.leistung-img-9, .schwerpunkt-image.leistung-img-10, .schwerpunkt-image.leistung-img-11, .schwerpunkt-image.leistung-img-12 {
  background-image: url('../images/23.jpg');
  background-position: 50%;
}

.schwerpunkt-image.li1 {
  background-image: url('../images/kfo-daus-zahnspange-kinder.png');
}

.schwerpunkt-image.li2 {
  background-image: url('../images/kfo-daus-zahnspange-teens.jpg');
  background-position: 50%;
}

.schwerpunkt-image.li3 {
  background-image: url('../images/kfo-daus-aligner-therapie-erwachsene.jpg');
  background-position: 0%;
}

.schwerpunkt-image.li4 {
  background-image: url('../images/kfo-daus-aligner-schiene-therapie.jpg');
}

.schwerpunkt-image.li5 {
  background-image: url('../images/kfo-daus-lingualtechnik.jpg');
  background-position: 0 0;
}

.schwerpunkt-image.li6 {
  background-image: url('../images/kfo-daus-funktionskieferorthopaedie.jpg');
}

.schwerpunkt-top {
  position: relative;
  overflow: hidden;
}

.schwerpunkt-title {
  color: #fafafa99;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 150px;
  font-weight: 700;
  line-height: 107px;
  position: absolute;
  inset: auto 0% 0 -10px;
}

.schwerpunkt-title.leistung-text-2 {
  color: #fafafa99;
  font-size: 150px;
  line-height: 117px;
  left: -14px;
}

.schwerpunkt-title.leistung-text-3 {
  color: #fafafa99;
  font-size: 150px;
  line-height: 117px;
  left: -11px;
}

.schwerpunkt-title.leistung-text-4 {
  font-size: 10.1vw;
  line-height: 7.9vw;
  left: -16px;
}

.schwerpunkt-title.leistung-text-5 {
  font-size: 6.6vw;
  line-height: 5vw;
  bottom: -3px;
  left: 0;
}

.schwerpunkt-title.leistung-text-6 {
  font-size: 9.4vw;
  line-height: 7.1vw;
  left: -14px;
}

.schwerpunkt-title.leistung-text-7 {
  font-size: 10.8vw;
  line-height: 8.5vw;
  left: -11px;
}

.schwerpunkt-title.leistung-text-9 {
  font-size: 14.4vw;
  line-height: 11.2vw;
  left: -21px;
}

.schwerpunkt-title.leistung-text-8 {
  font-size: 7.6vw;
  line-height: 6vw;
}

.schwerpunkt-title.leistung-text-10, .schwerpunkt-title.leistung-text-11, .schwerpunkt-title.leistung-text-12 {
  font-size: 14.2vw;
  line-height: 11.2vw;
  bottom: -8px;
  left: -21px;
}

.schwerpunkt-text {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-8 {
  color: var(--black-2);
  letter-spacing: 1px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.heading-6 {
  color: var(--black);
  text-transform: uppercase;
  border-bottom: 12px solid #d4e5e7;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 300;
  line-height: 17px;
  display: inline-block;
}

.lightbox-link {
  transition: opacity .2s;
  overflow: visible;
}

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

.columns {
  width: 95%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  color: #979ca8;
  text-align: right;
  font-size: 12px;
  line-height: 12px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  letter-spacing: 1px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  display: inline-block;
}

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

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
}

.textarea {
  border: 1px solid var(--grey);
  min-height: 180px;
}

.field-label {
  color: var(--black-2);
  letter-spacing: 1px;
  margin-top: 20px;
  padding-left: 13px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-6 {
  color: var(--grey);
}

.link-7 {
  color: var(--grey);
  font-weight: 600;
  text-decoration: none;
}

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

.search {
  display: flex;
}

.container-4 {
  padding-top: 200px;
  padding-bottom: 100px;
}

.search-result-item {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.search-2 {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.search-input {
  margin-right: 30px;
}

.heading-7 {
  margin-bottom: 30px;
}

.submit-button {
  background-color: var(--black-2);
  color: var(--white-smoke);
  letter-spacing: 1px;
  margin-top: 20px;
  padding: 5px 30px;
  font-size: 14px;
  transition: background-color .2s ease-in-out;
}

.submit-button:hover {
  background-color: var(--peru);
}

.checkbox-label {
  color: var(--black);
  letter-spacing: 1px;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
}

.column {
  margin-top: 24px;
  margin-bottom: 20px;
}

.checkbox-field {
  width: 100%;
}

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

.column-2 {
  align-self: flex-end;
}

.heading-8 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.columns-3 {
  width: 95%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9 {
  color: var(--black-2);
  font-size: 16px;
  font-weight: 400;
}

.heading-9 {
  color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-18 {
  background-image: url('../images/map.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 800px;
  height: 800px;
  position: relative;
}

.div-block-18.iframe-placeholder {
  background-image: url('../images/map.jpg');
  background-size: cover;
}

.section-6 {
  padding-bottom: 100px;
}

.paragraph-10 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}

.paragraph-11 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.paragraph-12 {
  margin-bottom: 0;
}

.div-block-20 {
  background-color: var(--black-2);
  color: var(--white-smoke);
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 30px;
  transition: background-color .2s ease-in-out;
  display: inline-block;
  position: relative;
}

.div-block-20:hover {
  background-color: var(--peru);
}

.div-block-21 {
  width: 100%;
  max-width: 800px;
  height: 800px;
}

.div-block-21.iframe {
  display: none;
  overflow: hidden;
}

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

.dropdown-wrapper {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dropdown-wrapper.nav-link {
  border-bottom-style: none;
  margin-right: 0;
  padding-right: 0;
}

.dropdown-trigger.nav-link {
  z-index: auto;
  order: -1;
  align-self: flex-start;
  margin-left: auto;
}

.div-block-22 {
  flex-flow: column;
  padding: 25px 50px 25px 40px;
  display: flex;
}

.menu-line {
  background-color: #d4e5e7;
  width: 5px;
  height: auto;
  margin-right: 25px;
  padding-right: 0;
}

.arzt-fullpage-wrapper {
  justify-content: space-between;
  display: flex;
}

.arzt-desc {
  background-color: var(--white-smoke);
  justify-content: space-between;
  width: 90vw;
  display: flex;
}

.arzt-bild {
  width: 40%;
  max-width: 610px;
  margin-top: -50px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.arzt-dots {
  align-self: center;
  width: 10vw;
  display: block;
}

.arzt-dots.mobile-arzt-dots {
  display: none;
}

.arzt-vita {
  letter-spacing: 1px;
  width: 55%;
  margin-top: -9px;
  margin-bottom: 50px;
  margin-left: 10%;
  padding-right: 90px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.arzt-vita-date-line {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.avdl-left {
  flex: 0 auto;
  width: 130px;
}

.avdl-right {
  flex: 1;
  font-weight: 300;
}

.heading-10 {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 10px solid #dfcfbe;
  margin-top: 0;
  margin-bottom: 50px;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 10px;
  display: inline-block;
}

.image-4 {
  padding-left: 30px;
}

.container-5 {
  margin-top: 30px;
}

.text-block-8 {
  font-weight: 500;
}

.text-block-9 {
  font-weight: 400;
}

.brandy {
  color: var(--black);
  transition: color .2s;
}

.brandy:hover {
  color: #00ff7f;
  text-decoration: none;
}

.container-6 {
  color: var(--black-2);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.heading-11 {
  color: var(--black-2);
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 2em;
}

.text-block-11 {
  color: var(--black-2);
  text-transform: none;
  margin-top: 30px;
  font-weight: 400;
}

.link-8, .link-9, .link-10 {
  color: var(--black);
}

.div-block-23 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.div-block-23.center {
  justify-content: center;
  margin-top: 40px;
}

.bold-text-2 {
  color: var(--black);
}

.list {
  color: var(--black);
  letter-spacing: 1px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.popup-inner1 {
  background-image: url('../images/gal-2-small.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 500px;
  display: flex;
}

.image-7 {
  cursor: pointer;
  object-fit: fill;
}

.inhalt {
  border: 2px solid #fff;
  flex-direction: column;
  width: 90%;
  height: 90%;
  margin: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.popup-cb {
  z-index: 999;
  object-fit: fill;
  background-color: #000000b3;
  border: 1px solid #30539c66;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.copy {
  background-color: #fffc;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 93%;
  margin: auto;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.heading-13 {
  text-align: center;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.popup-fenster {
  flex-direction: column;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  overflow: visible;
  transform: translate(-50%, -50%);
}

.popup-inner-cb {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.heading-12 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 500;
}

.close-cb {
  justify-content: flex-end;
  display: flex;
}

.paragraph-13 {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 26px;
}

.danke-container {
  text-align: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-2 {
  margin-bottom: -20px;
  line-height: 2em;
}

.dropdown-list-wrapper {
  background-color: #191719;
}

.dropdown-list-wrapper.w--open {
  margin-top: 0;
}

.div-block-24, .div-block-25, .div-block-26 {
  display: none;
}

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

.heading-bar {
  z-index: 0;
  background-color: #b4906366;
  position: absolute;
  inset: 66% -20px 8% -5px;
}

.heading-container {
  margin-bottom: 60px;
  position: relative;
}

.schwerpunkt-bot {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-section {
  z-index: 1;
  color: var(--black-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.link-12, .link-13 {
  color: var(--white-smoke);
}

.form, .form-block {
  color: var(--black-2);
}

.heading-14 {
  color: var(--black);
  letter-spacing: 1px;
  margin-top: 50px;
  font-size: 20px;
}

.paragraph-14 {
  color: var(--black);
  font-size: 16px;
}

.paragraph-15 {
  color: var(--peru);
  letter-spacing: 1px;
}

.heading-15 {
  color: var(--black);
  letter-spacing: 1px;
  margin-top: 50px;
  font-size: 20px;
}

.paragraph-16 {
  color: var(--peru);
  letter-spacing: 1px;
  font-size: 16px;
}

.image-9 {
  border-radius: 10px;
  max-width: 30%;
}

.section-7, .div-block-27 {
  overflow: visible;
}

.column-4 {
  color: var(--black-2);
}

.text-block-13 {
  font-weight: 400;
}

.html-embed-2 {
  font-size: 16px;
}

.nutzungsbedingungen {
  font-weight: 500;
}

.open-tabelle {
  font-size: 16px;
  line-height: 25px;
}

.open-row {
  display: flex;
}

.open-day {
  width: 50px;
}

.text-block-14 {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: space-between;
    width: 90%;
    height: 100px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .brand {
    width: 145px;
  }

  .nav-menu {
    background-color: var(--white-smoke);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding: 20px 30px;
    inset: 70px 0% auto auto;
  }

  .nav-link {
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .banner-wrapper {
    height: 500px;
  }

  .banner {
    background-position: 20% 100%;
    padding-top: 70px;
  }

  .heading {
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    line-height: 24px;
    display: inline-block;
  }

  .text-block {
    max-width: 600px;
  }

  .fixed-image-bg {
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: scroll;
    height: 500px;
  }

  .div-block-2 {
    width: 270px;
  }

  .section {
    padding-top: 80px;
  }

  .paragraph-2 {
    font-weight: 200;
  }

  .div-block-4 {
    padding-bottom: 16px;
  }

  .div-block-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    place-items: start;
    width: 90%;
    max-width: 600px;
    padding-bottom: 40px;
    display: grid;
  }

  .div-block-6 {
    text-align: center;
  }

  .heading-2 {
    margin-bottom: 20px;
  }

  .menu-button {
    flex: 0 auto;
    order: 1;
    margin-bottom: 0;
    padding: 6px 6px 4px;
  }

  .menu-button.w--open {
    background-color: var(--peru-2);
    color: #fff;
    border-radius: 10px;
  }

  .icon {
    color: var(--black-2);
    font-size: 1.8em;
  }

  .div-block-8 {
    height: 500px;
    padding-top: 70px;
  }

  .div-block-9 {
    filter: brightness(80%);
    width: 100%;
  }

  .div-block-10 {
    display: none;
  }

  .text-block-3 {
    top: 50%;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section-3.arzt-section {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .section-3.impressum-datenschutz-section {
    padding-top: 119px;
  }

  .heading-3 {
    font-size: 80px;
  }

  .grid-3 {
    margin-top: 30px;
  }

  .image-3 {
    display: none;
  }

  .div-block-13 {
    justify-content: flex-end;
  }

  .div-block-13.div-block-14, .link-block {
    opacity: 1;
  }

  .paragraph-4 {
    background-color: #2c3945d9;
    border-bottom-style: none;
    border-bottom-width: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph-4.paragraph-6 {
    border: 2px solid var(--black-2);
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    background-color: #fff;
    align-self: stretch;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
  }

  .paragraph-4.paragraph-7 {
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
    text-shadow: none;
    background-color: #b4906399;
    align-self: stretch;
    margin-bottom: 0;
    margin-right: 0;
    padding: 23px 0 10px 16px;
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph-5 {
    color: #fff;
    letter-spacing: 1px;
    text-shadow: none;
    background-color: #b4906399;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 14px;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .dropdown.dropdown-content {
    display: none;
  }

  .heading-5 {
    margin-right: auto;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .schwerpunkt-image {
    background-attachment: scroll;
    height: 400px;
  }

  .schwerpunkt-title {
    font-size: 9vw;
    line-height: 6.5vw;
    left: -3px;
  }

  .schwerpunkt-title.leistung-text-2 {
    line-height: 7.6vw;
    left: -6px;
  }

  .schwerpunkt-title.leistung-text-3 {
    line-height: 7.1vw;
    left: -5px;
  }

  .schwerpunkt-title.leistung-text-4 {
    font-size: 10vw;
    line-height: 8.8vw;
    left: -6px;
  }

  .schwerpunkt-title.leistung-text-5 {
    width: 100%;
    font-size: 6.6vw;
    line-height: 6vw;
    bottom: -5px;
    left: -2px;
  }

  .schwerpunkt-title.leistung-text-6 {
    bottom: -1px;
    left: -7px;
  }

  .schwerpunkt-title.leistung-text-7 {
    left: -7px;
  }

  .schwerpunkt-title.leistung-text-9 {
    left: -10px;
  }

  .schwerpunkt-title.leistung-text-8 {
    bottom: -4px;
  }

  .schwerpunkt-title.leistung-text-10, .schwerpunkt-title.leistung-text-11, .schwerpunkt-title.leistung-text-12 {
    left: -10px;
  }

  .schwerpunkt-text {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .submit-button {
    transition: transform .15s ease-in-out, background-color .25s ease-in-out;
  }

  .submit-button:hover {
    background-color: var(--gainsboro);
  }

  .submit-button:active {
    transform: scale(.98);
  }

  .div-block-18.iframe-placeholder {
    height: 400px;
    margin-top: 30px;
  }

  .div-block-21.iframe {
    height: 400px;
    display: none;
    overflow: hidden;
  }

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

  .dropdown-wrapper.nav-link {
    margin: 40px 30px 30px 0;
  }

  .dropdown-trigger.nav-link {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .dropdown-trigger.nav-link.w--current {
    padding-right: 30px;
  }

  .arzt-fullpage-wrapper {
    overflow: hidden;
  }

  .arzt-desc {
    flex-direction: column-reverse;
    width: 100vw;
  }

  .arzt-bild {
    flex-flow: row;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 50px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .arzt-dots {
    display: none;
  }

  .arzt-dots.mobile-arzt-dots {
    order: -1;
    width: 10vw;
    min-width: 90px;
    margin-right: 20px;
    display: block;
  }

  .arzt-vita {
    width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .image-4 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .image-5 {
    order: 1;
    width: 80%;
    display: block;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy {
    width: 95%;
  }

  .popup-fenster {
    width: 75%;
  }

  .dropdown-2 {
    margin-bottom: 0;
  }

  .dropdown-list-wrapper.w--open {
    display: none;
  }

  .schwerpunkt-bot {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-section {
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 34px;
    line-height: 24px;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 32px;
  }

  .fixed-image-bg {
    background-position: 100%;
  }

  .div-block-9.kontakt-header {
    background-position: 30%;
  }

  .text-block-3 {
    font-size: 50px;
  }

  .section-3.arzt-section {
    padding-top: 70px;
  }

  .container-3 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-4 {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 63px;
  }

  .heading-5 {
    width: 90%;
  }

  .section-4 {
    padding-top: 49px;
    padding-bottom: 50px;
  }

  .schwerpunkt-image.li1 {
    background-image: url('../images/kfo-daus-zahnspange-kinder.jpg');
  }

  .schwerpunkt-title.leistung-text-2 {
    left: -4px;
  }

  .schwerpunkt-title.leistung-text-5 {
    bottom: -4px;
    left: 2px;
  }

  .schwerpunkt-title.leistung-text-7 {
    left: -5px;
  }

  .schwerpunkt-title.leistung-text-9 {
    bottom: -3px;
  }

  .schwerpunkt-title.leistung-text-8 {
    bottom: -2px;
  }

  .schwerpunkt-title.leistung-text-10, .schwerpunkt-title.leistung-text-11, .schwerpunkt-title.leistung-text-12 {
    bottom: -3px;
  }

  .div-block-18.iframe-placeholder, .div-block-21.iframe {
    max-width: 100%;
  }

  .column-3 {
    margin-top: 30px;
  }

  .arzt-fullpage-wrapper {
    flex-direction: column;
    width: 100vw;
  }

  .arzt-desc {
    flex-direction: column-reverse;
    width: 100vw;
  }

  .arzt-bild {
    align-self: flex-end;
    margin-top: 50px;
    margin-right: 0;
  }

  .arzt-dots.mobile-arzt-dots {
    min-width: 70px;
  }

  .arzt-vita {
    width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 10px;
  }

  .popup-inner1 {
    height: 280px;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 20px;
  }

  .popup-fenster {
    width: 89%;
  }

  .heading-12 {
    font-size: 27px;
    line-height: 33px;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-bar {
    top: 56%;
    bottom: 15%;
  }

  .heading-section {
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 18px;
  }
}

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

  .brand {
    width: 120px;
  }

  .div-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    flex-direction: row;
    flex: 1;
    order: 0;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
  }

  .banner-wrapper {
    height: 100vh;
  }

  .banner {
    background-position: 33% 100%;
  }

  .heading {
    font-size: 19px;
    line-height: 9px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 30px;
  }

  .fixed-image-bg {
    background-position: 50%;
    height: 220px;
  }

  .fixed-image-bg.fib2 {
    background-position: 100%;
  }

  .div-block-2 {
    inset: 20% auto auto 50%;
    transform: translate(-50%);
  }

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

  .paragraph-2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .menu-button {
    margin-bottom: -5px;
  }

  .div-block-8 {
    height: 737px;
    padding-top: 50px;
  }

  .div-block-9.kontakt-header {
    background-position: 50%;
  }

  .text-block-3 {
    border-bottom-width: 11px;
    padding-right: 20px;
    font-size: 27px;
    line-height: 10px;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-3.arzt-section {
    padding-top: 70px;
  }

  .section-3.impressum-datenschutz-section {
    padding-top: 60px;
    overflow: hidden;
  }

  .heading-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 43px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-12 {
    width: 100%;
  }

  .container-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 33px;
  }

  .heading-5 {
    max-width: 346px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
  }

  .schwerpunkt-image {
    height: 200px;
  }

  .schwerpunkt-image.leistung-img-2 {
    background-position: 50%;
  }

  .schwerpunkt-title {
    letter-spacing: 1px;
    font-size: 10vw;
    line-height: 7vw;
    left: -2px;
  }

  .schwerpunkt-title.leistung-text-2 {
    font-size: 60px;
    line-height: 15vw;
    bottom: -3px;
    left: -2px;
  }

  .schwerpunkt-title.leistung-text-3 {
    bottom: -3px;
    left: -1px;
  }

  .schwerpunkt-title.leistung-text-4 {
    bottom: -3px;
    left: -3px;
  }

  .schwerpunkt-title.leistung-text-5 {
    font-size: 6.5vw;
    line-height: 8.7vw;
    bottom: -6px;
    left: 4px;
  }

  .schwerpunkt-title.leistung-text-6 {
    left: -2px;
  }

  .schwerpunkt-title.leistung-text-7 {
    bottom: -2px;
    left: -3px;
  }

  .schwerpunkt-title.leistung-text-9 {
    bottom: -1px;
    left: -5px;
  }

  .schwerpunkt-title.leistung-text-8 {
    bottom: -1px;
  }

  .schwerpunkt-title.leistung-text-10, .schwerpunkt-title.leistung-text-11, .schwerpunkt-title.leistung-text-12 {
    bottom: -1px;
    left: -5px;
  }

  .heading-6 {
    line-height: 7px;
  }

  .heading-6.leistung-headline-zweizeilig {
    font-size: 19px;
    line-height: 5px;
  }

  .checkbox-label {
    width: 100%;
    max-width: 450px;
  }

  .heading-8 {
    line-height: 32px;
  }

  .div-block-21.iframe {
    display: none;
  }

  .html-embed {
    display: block;
  }

  .column-3 {
    margin-top: 30px;
  }

  .dropdown-wrapper.nav-link {
    margin-left: 30px;
  }

  .dropdown-trigger.nav-link {
    order: 0;
    align-self: stretch;
    margin-left: 0;
  }

  .arzt-dots.mobile-arzt-dots {
    display: none;
  }

  .arzt-vita {
    object-fit: fill;
    margin-top: 10px;
    overflow: visible;
  }

  .avdl-left {
    width: 100px;
  }

  .avdl-right {
    line-height: 1.7em;
  }

  .heading-10 {
    object-fit: fill;
    width: 100%;
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 9px;
  }

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

  .heading-11 {
    color: var(--black);
    font-size: 2em;
    line-height: 2em;
  }

  .text-block-11 {
    color: var(--black);
    margin-top: 50px;
    font-weight: 300;
    line-height: 1.8em;
  }

  .text-block-12 {
    color: var(--black);
    font-weight: 300;
    line-height: 1.8em;
  }

  .list {
    font-size: 16px;
    line-height: 26px;
  }

  .popup-inner1 {
    height: 450px;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-bar {
    right: -9px;
  }

  .heading-container {
    margin-bottom: 30px;
  }

  .heading-section {
    letter-spacing: .5px;
    font-size: 21px;
    line-height: 23px;
  }

  .open-tabelle {
    padding-top: 20px;
    font-size: 15px;
  }

  .open-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .open-day {
    justify-content: center;
    display: flex;
  }

  .text-block-14 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4b7ffd93-1921-2101-1be4-4f76f4b6cc20-f4b6cc1d, #w-node-_4b7ffd93-1921-2101-1be4-4f76f4b6cc2d-f4b6cc1d, #w-node-_4b7ffd93-1921-2101-1be4-4f76f4b6cc40-f4b6cc1d {
    justify-self: center;
  }
}


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