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

:root {
  --grey: #73767e;
  --black: #333232;
  --white-smoke: #fafafa;
  --gainsboro: #dbdbdb;
  --azure: #4f8ac8;
  --white: white;
  --azure-transparent: #4f8ac8b3;
  --dim-grey: #4e5055;
  --dark-slate-grey: #2c3945d9;
  --light-grey: #ced7db;
}

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

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

a {
  color: var(--black);
  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: 15px;
  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: 220px;
}

.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(--gainsboro);
  text-transform: none;
  margin-right: 30px;
  padding: 0 30px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 3px;
}

.nav-link:hover {
  border-bottom-color: var(--azure);
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom-color: var(--azure);
  color: var(--black);
  text-transform: none;
  font-weight: 600;
}

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

.banner {
  background-image: url('../images/kieferorthopaedie-mueller-ewa-jan-web.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px #000;
  height: 100%;
  margin-top: 100px;
  padding-top: 130px;
}

.heading {
  z-index: 1;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  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);
  letter-spacing: 0;
  font-weight: 400;
}

.fixed-image-bg {
  background-image: url('../images/kieferorthopaedie-mueller-behandlungsraum-2-sw-web.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 700px;
}

.fixed-image-bg.fib2 {
  background-image: url('../images/kieferorthopaedie-mueller-eva-web.jpg');
  background-position: 50% 0;
}

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

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

.copyright {
  color: var(--black);
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: .9em;
  font-weight: 400;
  display: inline-block;
}

.copyright-container {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--grey);
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.footer-wrapper-01 {
  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;
  display: flex;
}

.footer-item {
  color: #fff;
  font-weight: 300;
}

.heading-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 1.17em;
  line-height: 1.17em;
}

.paragraph-3 {
  max-width: 319px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-3.mail {
  max-width: 350px;
}

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

.footer-wrapper-02 {
  text-align: center;
  letter-spacing: 0;
}

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

.header-container {
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.header-item-01 {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-intraoralscanner-sw-web.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 45%;
}

.header-item-01.team-header {
  background-image: url('../images/kieferorthopaedie-mueller-ewa-jan-2-web.jpg');
}

.header-item-01.praxis-header {
  background-image: url('../images/kieferorthopaedie-mueller-ambiente-web.jpg');
  background-position: 35%;
}

.header-item-01.kontakt-header {
  background-image: url('../images/kieferorthopaedie-mueller-kontakt-web.jpg');
  background-position: 0%;
}

.header-item-01.berweiser {
  background-image: url('../images/kieferorthopaedie-mueller-schwerpunkte-sw-web.jpg');
  background-position: 0%;
}

.header-item-01.jobs {
  background-image: url('../images/kieferorthopaedie-mueller-eva-web.jpg');
  background-position: 40%;
}

.header-item-02 {
  background-color: var(--grey);
  width: 55%;
}

.site-title {
  border-bottom: 16px solid var(--azure);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 250px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 40px;
  font-size: 60px;
  font-weight: 600;
  line-height: 21px;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%);
}

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

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

.content-section.impressum-datenschutz-section {
  padding-top: 200px;
}

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

.content-section.hidden {
  display: none;
}

.image-block {
  background-color: #0000;
  align-self: stretch;
  width: 50%;
  min-width: auto;
  max-width: none;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.paragraph-4.paragraph-6 {
  letter-spacing: 2px;
  text-shadow: 0 0 20px var(--white);
  cursor: pointer;
  border-bottom-style: none;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-4.paragraph-7 {
  letter-spacing: 2px;
  text-shadow: 0 0 20px var(--white);
  border-bottom-style: none;
  margin-bottom: 0;
  padding-top: 130px;
  font-size: 25px;
  font-weight: 700;
}

.paragraph-5 {
  z-index: 1;
  color: var(--black);
  text-shadow: 0 0 10px var(--white);
  cursor: default;
  margin-top: 0;
  font-size: 16px;
  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;
}

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

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

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

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

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

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

.schwerpunkt-image.erwachsene {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-erwachsene-web.jpg');
  background-position: 50% 0;
}

.schwerpunkt-image.kiefer-op {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-kiefer-op-web.jpg');
  background-position: 50%;
}

.schwerpunkt-image.sthetik {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-aesthetik-web.jpg');
}

.schwerpunkt-image.digitale-abformung {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-digitale-abformung-web.jpg');
  background-position: 100%;
}

.schwerpunkt-image.retention {
  background-image: url('../images/kieferorthopaedie-mueller-lose-zahnspange-web.jpg');
}

.schwerpunkt-image.knirscherschiene {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-aufbiss-knirscherschiene-web.jpg');
  background-position: 50%;
}

.schwerpunkt-image.cmd {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-cmd-web.jpg');
}

.schwerpunkt-image.sportmundschutz {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-sportmundschutz-web.jpg');
}

.schwerpunkt-image.implantate {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-implantate-web.jpg');
  background-position: 50% 0;
}

.schwerpunkt-image.kinder-jugendliche {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-kinder-jugebdliche-web.jpg');
  background-position: 100%;
}

.schwerpunkt-image.schnarcherschiene {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-schnarcherschiene-web.jpg');
}

.schwerpunkt-image.allergien {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-allergien-web.jpg');
}

.schwerpunkt-image.patienteninfo {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-patienteninformation-web.jpg');
}

.schwerpunkt-image.anamnesebogen {
  background-image: url('../images/kieferorthopaedie-mueller-behandlung-anamnesebogen-web.jpg');
}

.schwerpunkt-top {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.schwerpunkt-title {
  color: #eaeaea99;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 7vw;
  font-weight: 700;
  line-height: 5vw;
  position: absolute;
  inset: auto 0% -2px -4px;
}

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

.paragraph-block {
  color: var(--black);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-block.text-center {
  color: var(--black);
  text-align: center;
  font-weight: 400;
}

.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);
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  display: inline-block;
}

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

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

.field-label {
  color: var(--grey);
  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;
}

.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(--azure);
  color: var(--white);
  margin-top: 20px;
  padding: 5px 30px;
  transition: background-color .2s ease-in-out;
}

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

.checkbox-label {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
}

.column {
  margin-top: 24px;
}

.checkbox-field {
  width: 100%;
}

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

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

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

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

.columns-3.top-space {
  margin-top: 30px;
}

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

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

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

.map-section.visible-mobile {
  display: none;
}

.paragraph-10 {
  text-align: center;
  width: 100%;
  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;
}

.paragraph-12:hover {
  color: var(--white);
}

.div-block-20 {
  background-color: var(--gainsboro);
  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(--azure);
  color: var(--white);
}

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

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

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

.dropdown-list-container {
  flex-flow: column;
  padding: 25px 50px 25px 40px;
  display: flex;
}

.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 {
  width: 50%;
  margin-top: -9px;
  margin-bottom: 50px;
  margin-left: 10%;
  padding-right: 90px;
}

.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 {
  border-bottom: 10px none var(--azure);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 50px;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

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

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

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

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

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

.brandy:hover {
  color: var(--black);
  text-decoration: none;
}

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

.text-block-11 {
  color: var(--black);
  margin-top: 30px;
}

.text-block-12, .link-9, .link-10 {
  color: var(--black);
}

.image-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.dropdown-list-wrapper {
  background-color: var(--dim-grey);
}

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

.heading-bar {
  z-index: 0;
  background-color: var(--azure);
  opacity: .6;
  position: absolute;
  inset: 55% -30px 5% -5px;
}

.heading-bar.is-smaller {
  top: 80%;
  left: 25px;
  right: 36px;
}

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

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

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

.accordion-wrapper {
  width: 100%;
  padding-top: 50px;
}

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

.dropdown-container {
  padding-bottom: 20px;
}

.team-dropdown-trigger {
  width: 100%;
  font-weight: 500;
}

.team-dropdown {
  z-index: 0;
  cursor: pointer;
  border-bottom: 1px solid #babdc8;
  width: 100%;
  display: block;
}

.team-dropdown.td-no-border {
  border-bottom-style: none;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.heading-14 {
  color: var(--black);
  letter-spacing: 2px;
}

.button {
  background-color: var(--azure);
  color: var(--white);
  margin-top: 20px;
  padding: 5px 30px;
  transition: background-color .2s ease-in-out;
}

.button:hover {
  background-color: var(--grey);
  text-decoration: none;
}

.text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25 {
  font-weight: 400;
}

.social-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 33px;
  display: block;
}

.social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  width: 30px;
  height: 33px;
  margin-left: 0;
  display: flex;
}

.button-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

.recaptcha {
  margin-top: 15px;
}

.paragraph-16 {
  color: var(--black);
}

.html-embed-cookie {
  color: var(--black);
  margin-top: 30px;
  font-size: 1em;
  line-height: 2em;
}

.startup-container {
  z-index: 4000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.startup-animation {
  max-width: 1800px;
}

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

.footer-wrapper-03 {
  text-align: center;
  letter-spacing: 0;
}

.popup-p-2 {
  color: #a3b7b0;
  text-decoration: none;
}

.popup-p-2:hover {
  color: #a3b7b080;
}

.popup-p {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.popup-p h4 {
  margin-bottom: 20px;
}

.popup-inner1-2 {
  background-color: var(--white-smoke);
  height: 80%;
  padding: 20px;
  display: flex;
  position: relative;
}

.popup-fenster-2 {
  z-index: 1;
  flex-direction: column;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.close-cb-2 {
  z-index: 1;
  justify-content: flex-end;
  margin-bottom: -25px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.popup-cb-2 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  background-color: #000000a6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.text-wf {
  color: #333;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  font-size: 26px;
  display: flex;
}

.inhalt-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  padding: 30px 30px 45px;
  display: flex;
  position: relative;
  overflow: auto;
}

.close-bg {
  z-index: 0;
  position: fixed;
  inset: 0%;
}

.close-wrapper {
  cursor: pointer;
  background-color: #333;
  border-radius: 50px;
  padding: 10px 15px;
  transition: background-color .2s;
}

.close-wrapper:hover {
  background-color: #1a1a1a;
}

.image-9 {
  object-fit: contain;
  width: 20px;
}

.popup-bot-row {
  color: #333;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  font-size: 20px;
  display: none;
}

.popup-text {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.popup-multi-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

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

  .brand {
    width: 120px;
  }

  .nav-menu {
    background-color: var(--white-smoke);
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 10px;
    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%;
    margin-top: 70px;
  }

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

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

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

  .section {
    padding-top: 80px;
  }

  .copyright {
    font-weight: 200;
  }

  .footer-container {
    padding-bottom: 16px;
  }

  .footer-wrapper-01 {
    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: center start;
    width: 90%;
    max-width: 600px;
    padding-bottom: 40px;
    display: grid;
  }

  .footer-item {
    text-align: center;
  }

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

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

  .menu-button.w--open {
    background-color: var(--azure);
  }

  .icon {
    font-size: 1.7em;
    line-height: 1em;
  }

  .header-container {
    height: 500px;
    padding-top: 70px;
  }

  .header-item-01 {
    filter: brightness(80%);
    width: 100%;
  }

  .header-item-01.kontakt-header {
    filter: brightness(45%);
  }

  .header-item-01.berweiser, .header-item-01.jobs {
    background-position: 100% 45%;
  }

  .header-item-02 {
    display: none;
  }

  .site-title {
    margin-left: 0;
    top: 50%;
  }

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

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

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

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

  .div-block-13.div-block-14, .div-block-13.div-block-15 {
    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 {
    background-color: var(--azure-transparent);
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    border: 0 solid #000;
    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 {
    background-color: var(--azure-transparent);
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
    text-shadow: 0 0 0 var(--white);
    align-self: stretch;
    margin-bottom: 0;
    margin-right: 0;
    padding: 9px 0 2px 16px;
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph-5 {
    background-color: var(--azure-transparent);
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 0 0 var(--white);
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 9px;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .main-heading {
    font-size: 70px;
  }

  .subheading {
    margin-right: auto;
  }

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

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

  .schwerpunkt-title {
    font-size: 7vw;
    bottom: -2px;
    left: -3px;
  }

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

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

  .map-section.visible-mobile {
    display: block;
  }

  .map-section.visible-desktop {
    display: none;
  }

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

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

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

  .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, .heading-bar {
    display: none;
  }

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

  .heading-section {
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

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

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

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

  .social-container {
    padding-left: 80px;
  }

  .social-block {
    margin-top: 10px;
  }

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

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

  .popup-p {
    margin-top: 20px;
  }

  .popup-fenster-2 {
    max-width: 700px;
  }

  .inhalt-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-bot-row {
    padding-top: 20px;
    font-size: 20px;
  }

  .popup-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    background-position: 50% 100%;
  }

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

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

  .header-item-01.kontakt-header {
    background-position: 30%;
  }

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

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

  .subheading {
    width: 90%;
  }

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

  .schwerpunkt-title {
    bottom: -1px;
  }

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

  .social-container {
    margin-top: -10px;
    padding-left: 60px;
  }

  .social-block {
    width: 20px;
  }

  .div-block-29 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .popup-p {
    margin-top: 10px;
    font-size: 17px;
    line-height: 24px;
  }

  .popup-inner1-2 {
    padding: 10px;
  }

  .close-cb-2 {
    margin-bottom: -14px;
    margin-right: 0;
  }

  .text-wf {
    font-size: 20px;
    line-height: 29px;
  }

  .inhalt-2 {
    padding: 10px;
  }

  .close-wrapper {
    padding: 8px;
  }

  .image-9 {
    width: 16px;
  }

  .popup-bot-row {
    flex-direction: column;
    padding-top: 20px;
    font-size: 16px;
  }

  .popup-multi-grid {
    grid-template-columns: 1fr;
  }
}

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

  .brand {
    width: 135px;
  }

  .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-right: 10px;
    display: flex;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
  }

  .banner-wrapper {
    height: 85vh;
  }

  .banner {
    background-position: 62%;
    background-size: cover;
    height: 100%;
  }

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

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

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

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

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

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

  .copyright-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrapper-01 {
    grid-template-columns: 1fr;
  }

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

  .icon {
    font-size: 1.3em;
  }

  .header-container {
    height: 737px;
    padding-top: 50px;
  }

  .header-item-01.team-header {
    background-position: 60% 0;
  }

  .header-item-01.kontakt-header {
    background-position: 50%;
  }

  .site-title {
    border-bottom-width: 14px;
    font-size: 32px;
    line-height: 8px;
    top: 87%;
    transform: translate(-50%);
  }

  .content-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-section.arzt-section {
    padding-top: 30px;
  }

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

  .image-block {
    width: 100%;
  }

  .main-heading {
    font-size: 32px;
  }

  .subheading {
    max-width: 346px;
  }

  .schwerpunkt-image {
    height: 200px;
  }

  .schwerpunkt-title {
    bottom: 0;
    left: -2px;
  }

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

  .paragraph-block.text-center {
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .html-embed {
    display: block;
  }

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

  .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;
    line-height: 1.8em;
  }

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

  .popup-inner1 {
    height: 450px;
  }

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

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

  .heading-bar {
    display: none;
    top: 72%;
    bottom: 14%;
    right: -1px;
  }

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

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

  .social-container {
    margin-top: 10px;
    padding-left: 85px;
  }

  .social-block {
    margin-top: 20px;
  }

  .button-container {
    flex-flow: column;
  }

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

  .html-embed-cookie {
    line-height: 1.8em;
  }

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

  .popup-p {
    font-size: 15px;
    line-height: 22px;
  }
}

#w-node-d547adf0-c81d-633f-e286-b60c03351946-8b37b6fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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