@font-face {
  font-family: Montserratoff;
  src: url('../fonts/MontserratOff-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  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-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  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-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #333;
  --white: white;
  --tan: #cfc0ad;
  --silver: #c1c1c1;
}

.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(--black);
  background-image: linear-gradient(#0000, #0000), url('../images/bg-wide.jpg');
  font-family: Montserratoff, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}

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

p {
  opacity: .8;
  margin-bottom: 0;
  line-height: 1.5;
}

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

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.navbar {
  border-bottom: 1px solid var(--white);
  background-color: var(--white);
  color: var(--white);
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

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

.nav-link:active {
  color: var(--tan);
}

.nav-link.w--current {
  color: #f4912f;
}

.nav-link.nav-link-last {
  margin-right: 0;
}

.brand {
  width: 300px;
  margin-top: -20px;
}

.nav-container {
  width: 95%;
  max-width: 1800px;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

.hero-section {
  background-image: url('../images/startseite-dres-schwarz.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  padding-bottom: 60px;
  display: flex;
}

.hero-text-block {
  color: var(--white);
  text-align: center;
  background-color: #333333b3;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 1.1;
}

.hero-heading-span {
  color: var(--tan);
  font-weight: 400;
}

.down-button {
  width: 60px;
  height: 60px;
  margin-bottom: -30px;
  position: relative;
}

.down-button-image {
  z-index: 1;
  max-width: 100%;
  position: relative;
}

.down-button-glow {
  z-index: 0;
  border: 2px solid #f4912f;
  border-radius: 50%;
  position: absolute;
  inset: 1%;
}

.menu-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--tan);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.menu-bar-link-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
}

.menu-link {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: opacity .15s;
  display: flex;
}

.menu-link:hover {
  opacity: .8;
}

.menu-link-heading {
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.container {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1300px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.container.dark {
  background-color: var(--black);
  color: var(--white);
}

.container.transparent {
  background-color: #0000;
}

.section {
  background-color: #33333324;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rich-text-block {
  width: 90%;
  max-width: 960px;
}

.rich-text-block.centered {
  text-align: center;
  letter-spacing: .3px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  font-weight: 300;
}

.section-heading {
  position: absolute;
  inset: 50% auto auto -60px;
  transform: translate(-50%)translate(0, -50%)rotate(-90deg);
}

.rotated-heading {
  color: var(--silver);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
}

.side-heading-span {
  color: var(--tan);
  font-weight: 600;
}

.team-wrapper {
  flex-direction: column;
  width: 90%;
  display: flex;
}

.arzt-tile {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.arzt-image {
  background-image: url('../images/1-Dr.-med.-Dr.-med.-dent.-Aaron-Schwarz.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30%;
  padding-bottom: 400px;
}

.arzt-image.ai2 {
  background-image: url('../images/2-Dr.-med.-Nicole-Schwarz.jpg');
}

.arzt-vita {
  width: 70%;
  padding-left: 30px;
}

.arzt-vita-heading {
  color: var(--tan);
  margin-bottom: 20px;
  font-weight: 600;
}

.arzt-vita-text {
  color: #333c;
  font-size: 16px;
  overflow: hidden;
}

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

.team-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.team-image {
  background-image: url('../images/3-Sandra-Bollmann-Kammler.jpg');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  padding-bottom: 120%;
}

.team-image.ti2 {
  background-image: url('../images/4-Dana-Borowski-Zahnärztliche-Fachangestellte.jpg');
}

.team-image.ti3 {
  background-image: url('../images/5-Manuela-Intschert-Zahnärztliche-Fachangestellte.jpg');
}

.team-image.ti4 {
  background-image: url('../images/6-Mary-Ann-Fehsecke-Zahnärztliche-Fachangestellte.jpg');
}

.team-image.ti5 {
  background-image: url('../images/7-Susanne-Pilz-Anmeldung.jpg');
}

.team-image.ti6 {
  background-image: url('../images/8-Marika-Jensson-Anmeldung.jpg');
}

.team-image.ti7 {
  background-image: url('../images/9-Kerstin-Schwind-Praxismangement.jpg');
}

.team-image.ti8 {
  background-image: url('../images/Inga-Müller.jpg');
}

.team-image.ti9 {
  background-image: url('../images/Jacqueline-Zühlke.jpg');
}

.team-heading {
  color: var(--tan);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1;
}

.team-position {
  color: #333c;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.schwerpunkte-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid var(--tan);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 960px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 60px;
}

.schwerpunkte-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.schwerpunkt-tile {
  align-items: flex-start;
  display: flex;
}

.schwerpunkt {
  letter-spacing: .5px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.checkbox-data {
  letter-spacing: .2px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 17px;
}

.pflichtfelder {
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}

.form-wrapper {
  width: 90%;
  margin: 120px auto 70px;
}

.submit-button {
  background-color: var(--black);
  width: 120px;
  height: 60px;
  font-size: 19px;
  font-weight: 500;
  line-height: 42px;
}

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

.input-block.ibl {
  width: 45%;
  margin-right: 40px;
}

.input-block.ibr {
  width: 55%;
  display: flex;
}

.textarea {
  border: 1px solid var(--black);
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 30px;
}

.textarea::placeholder {
  color: #757575;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  color: #333;
  letter-spacing: .6px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.input::placeholder {
  color: #757575;
}

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

.input-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.plane {
  text-align: center;
}

.plane-text {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
}

.kontakt-bar {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
}

.kontakt-tile {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  box-shadow: 0 17px 10px -10px #0003;
}

.kontakt-tile-icon {
  text-align: center;
  margin-bottom: 20px;
}

.text-link {
  color: var(--black);
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

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

.kontakt-tile-icon-text {
  margin-top: 10px;
  font-weight: 600;
}

.opening {
  margin-top: 60px;
}

.open-tabelle {
  color: #333c;
}

.open-row {
  line-height: 1.8;
  display: flex;
}

.open-day {
  width: 50px;
}

.map-wrapper {
  border: 3px solid var(--tan);
  width: 90%;
  max-width: 960px;
  margin-top: 120px;
  padding: 15px;
}

.map-container {
  height: 500px;
  position: relative;
}

.map {
  z-index: 1;
  background-image: url('../images/map.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.map-text {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.map-text-text {
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  width: 95%;
  max-width: 470px;
  font-size: 16px;
  line-height: 21px;
}

.map-link {
  color: var(--tan);
  font-weight: 500;
  text-decoration: none;
}

.map-button {
  background-color: var(--black);
  letter-spacing: .5px;
  margin-top: 20px;
  text-decoration: none;
}

.map-button:hover {
  text-decoration: none;
}

.map-code {
  width: 100%;
  height: 100%;
  display: none;
}

.footer {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: var(--white);
  letter-spacing: .5px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 600;
  text-decoration: none;
}

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

.up-button {
  background-color: var(--black);
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-top: -20px;
  margin-bottom: 40px;
  position: relative;
  transform: rotate(-180deg);
  box-shadow: 0 0 10px #f4912f91;
}

.arzt-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.impressum-section {
  padding-top: 180px;
}

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

.impressum-text {
  color: var(--black);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--black);
  text-align: center;
  width: 120px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  font-weight: 300;
  display: block;
  position: absolute;
}

.hide-longer-text {
  background-image: linear-gradient(#fff0, #fff);
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.arzt-vita-text-wrapper {
  position: relative;
}

.body {
  background-image: linear-gradient(to bottom, var(--white), var(--white)), url('../images/bg-wide.jpg');
}

.bold-text {
  text-align: left;
}

.body-impressum {
  background-image: linear-gradient(#0000, #0000);
}

.nav-top-leiste {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.online-button {
  background-color: var(--black);
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-right: 6px;
  font-size: 16px;
  transition: opacity .1s;
}

.online-button:hover {
  opacity: .9;
  text-decoration: none;
}

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

.recaptcha {
  margin-bottom: 0;
  margin-right: 50px;
}

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

.danke-container {
  max-width: 600px;
}

.danke-heading {
  font-size: 30px;
  line-height: 30px;
}

.danke-subheading {
  font-size: 20px;
  line-height: 28px;
}

.danke-button {
  background-color: var(--black);
  margin-top: 15px;
}

.danke-button:hover {
  opacity: .85;
  text-decoration: none;
}

.html-embed {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.popup-cb {
  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;
}

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

.inhalt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 30px 45px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

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

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

.close-wrapper {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 50px;
  padding: 15px;
  transition: background-color .2s;
}

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

.popup-p {
  margin-top: 20px;
  font-size: .8em;
  line-height: 1.6;
}

.text-wf {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  font-size: 26px;
  display: flex;
}

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

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

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

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

.popup-flex {
  text-align: left;
  display: flex;
}

.popup-mobile {
  color: var(--black);
}

.popup-mobile:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.popup-timer {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    align-items: center;
  }

  .brand {
    width: 210px;
    margin-top: -8px;
  }

  .nav-container {
    justify-content: space-between;
    padding-top: 30px;
    display: flex;
  }

  .hero-section {
    height: 600px;
  }

  .hero-heading {
    font-size: 35px;
    font-weight: 600;
  }

  .down-button {
    display: none;
  }

  .menu-bar-link-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    width: 100%;
    max-width: none;
  }

  .section-heading {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .rotated-heading {
    font-size: 35px;
  }

  .team-wrapper {
    margin-top: 30px;
  }

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

  .arzt-image {
    background-position: 50% 20%;
    width: 100%;
    max-width: 400px;
    padding-bottom: 450px;
  }

  .arzt-vita {
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
    padding-left: 0;
  }

  .team-container {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .schwerpunkte-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .schwerpunkte-list {
    grid-template-columns: 1fr;
  }

  .schwerpunkt-tile {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .schwerpunkt {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pflichtfelder {
    font-size: 11px;
    line-height: 15px;
  }

  .form-wrapper {
    max-width: 600px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .submit-button {
    height: 50px;
    font-size: 20px;
    line-height: 30px;
  }

  .input-block.ibl {
    width: 100%;
    margin-right: 0;
  }

  .input-block.ibr {
    width: 100%;
    height: 200px;
  }

  .textarea, .input {
    font-size: 18px;
    line-height: 27px;
  }

  .input-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .kontakt-bar {
    grid-template-columns: 1fr;
  }

  .map-container {
    width: 100%;
    height: 300px;
  }

  .map-text-text {
    font-size: 12px;
    line-height: 17px;
  }

  .menu-link-image {
    height: 30px;
  }

  .hide-on-mobile {
    display: none;
  }

  .impressum-section {
    padding-top: 120px;
  }

  .menu-button {
    color: var(--black);
  }

  .nav-top-leiste {
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .online-button {
    margin-bottom: 0;
  }

  .popup-fenster {
    max-width: 620px;
  }

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

  .text-wf {
    font-size: 24px;
  }

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

@media screen and (max-width: 767px) {
  .menu-bar-link-container, .team-container {
    grid-template-columns: 1fr 1fr;
  }

  .schwerpunkte-container {
    padding: 20px;
  }

  .schwerpunkt {
    font-size: 15px;
    line-height: 26px;
  }

  .input-block.ibl {
    width: 100%;
    margin-right: 0;
  }

  .input-block.ibr {
    width: 100%;
    height: 200px;
    margin-top: 30px;
  }

  .input-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .input-button-wrapper {
    justify-content: center;
    padding-top: 50px;
  }

  .map-text-text {
    font-size: 15px;
    line-height: 22px;
  }

  .text-span {
    display: none;
  }

  .popup-inner1, .inhalt {
    padding: 10px;
  }

  .image-9 {
    width: 16px;
  }

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

  .close-wrapper {
    padding: 8px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .brand {
    width: 160px;
    margin-top: 4px;
    padding-left: 0;
  }

  .nav-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-heading {
    letter-spacing: 1px;
    font-size: 24px;
  }

  .rotated-heading {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

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

  .team-container {
    grid-template-columns: 1fr;
  }

  .schwerpunkte-container {
    border-style: none;
    margin-bottom: 0;
    padding: 0;
  }

  .input {
    font-size: 16px;
  }

  .input-button-wrapper {
    flex-direction: column;
    padding-top: 30px;
  }

  .plane-text {
    font-size: 15px;
  }

  .opening {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .map-wrapper {
    margin-top: 60px;
  }

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

  .recaptcha {
    margin-bottom: 30px;
    margin-right: 0;
  }

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

#w-node-_7cb8fff6-0aa2-311d-2b1e-55738574be5e-7d61f028, #w-node-_08e298c0-ef98-8738-3eac-1d8b0a9c1a49-7d61f028, #w-node-_893442db-721f-462f-d9e7-a5724601621f-7d61f028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e61a6b58-8f5a-88f7-ba07-00fb9762235a-7d61f028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bea17573-a803-937c-a0a0-3c2004a77d97-7d61f028, #w-node-_2fd561a6-0367-9f09-1478-ba73e3480642-7d61f028, #w-node-_604e7e23-e65a-a794-6c73-9389c9e111ee-7d61f028, #w-node-_3a960868-7e5a-08c7-64b4-303028d3db03-7d61f028, #w-node-e939c725-a72e-7e47-ccb6-bf9a5b14fbb4-7d61f028, #w-node-_8b90d8ae-8965-07b5-5c11-3db554ec89f5-7d61f028, #w-node-_13871518-150b-311e-45f4-9aca7f118742-7d61f028, #w-node-_74c5ab3c-37b9-24ec-d845-eee7d4cb0a65-7d61f028, #w-node-b328647c-e354-4b4d-5799-f0a1b6879ca1-7d61f028, #w-node-_21826549-0ede-f2c3-d5d2-a5df84c29f27-7d61f028, #w-node-b0aea81c-c9dc-6040-a835-0bd6ac4d1bfb-7d61f028, #w-node-_17ffbcea-e5d1-8a37-6f49-767e9153ba8d-7d61f028, #w-node-_276fe78c-733a-59a7-cba8-665a0680d84a-7d61f028, #w-node-f91ae9a1-8888-f5ce-0d7f-8049a49e879d-7d61f028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  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-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  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-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}