@font-face {
  font-family: Gravesend Sans;
  src: url('../fonts/gravesend-sans-medium.woff2') format("woff2"), url('../fonts/gravesend-sans-medium.eot') format("embedded-opentype"), url('../fonts/gravesend-sans-medium.ttf') format("truetype"), url('../fonts/gravesend-sans-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gravesend Sans;
  src: url('../fonts/gravesend-sans-fine.woff2') format("woff2"), url('../fonts/gravesend-sans-fine.eot') format("embedded-opentype"), url('../fonts/gravesend-sans-fine.ttf') format("truetype"), url('../fonts/gravesend-sans-fine.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gravesend Sans;
  src: url('../fonts/gravesend-sans-bold.woff2') format("woff2"), url('../fonts/gravesend-sans-bold.eot') format("embedded-opentype"), url('../fonts/gravesend-sans-bold.ttf') format("truetype"), url('../fonts/gravesend-sans-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gravesend Sans;
  src: url('../fonts/gravesend-sans-light.woff2') format("woff2"), url('../fonts/gravesend-sans-light.eot') format("embedded-opentype"), url('../fonts/gravesend-sans-light.ttf') format("truetype"), url('../fonts/gravesend-sans-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --bright-yellow: #ffdd5a;
  --dark-blue: #2c4568;
  --white: #fff;
  --grey: #d4d4d4;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

li {
  list-style-type: square;
}

.div-block-19 {
  background-image: linear-gradient(217deg, #2d456882, #0000 35%), url('../images/BM-Main-1.jpg');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 45vw;
  min-height: 600px;
  padding: 40px 50px 50px;
}

.navbar-3 {
  z-index: 99;
  background-color: #2c456800;
  height: 100px;
  position: sticky;
  inset: 0 auto auto;
  overflow: visible;
}

.navbar-3.flex {
  justify-content: space-around;
  align-items: center;
}

.nav-200margin {
  -webkit-backdrop-filter: brightness(75%) blur(5px);
  backdrop-filter: brightness(75%) blur(5px);
  height: 100px;
  margin-top: -200px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-200margin.none {
  margin-top: 0;
}

.container-12 {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1700px;
  height: 100%;
  padding-left: 35px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.container-12.space-around {
  justify-content: space-around;
}

.container-12.no-padding {
  padding-right: 0;
}

.link-block-11 {
  z-index: 999;
  float: left;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  position: relative;
}

.nav-menu-3 {
  z-index: 200;
  float: right;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-menu-3.hidden {
  display: none;
}

.nav-menu-3.main {
  width: auto;
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: auto;
  margin-left: 2vw;
  padding-top: 20px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Gravesend Sans, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  transition: all .425s;
}

.nav-link-2:hover {
  opacity: 1;
  color: #ffdd5a;
  text-decoration: none;
}

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

.heading {
  color: var(--bright-yellow);
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #30334500;
  border-left: 3px #2c4f75;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  font-family: Gravesend Sans, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.heading.subheading {
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.heading.subheading.bg {
  background-color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 13px 5px 15px;
  line-height: 28px;
}

.heading.pictures_start {
  color: #ffdd5a;
  text-align: center;
  letter-spacing: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 38px;
  display: flex;
}

.heading.slogan {
  color: #2d4568;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: Gravesend Sans, Verdana, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 34px;
}

.heading.slogan._2 {
  text-align: left;
  letter-spacing: 3px;
  text-shadow: 0 1px 13px #fff;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
}

.heading.pictures_content {
  z-index: 50;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--bright-yellow);
  text-align: left;
  letter-spacing: 5px;
  background-color: #fff0;
  border-left-width: 0;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-bottom: auto;
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 37%;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
  transition: filter .55s cubic-bezier(.645, .045, .355, 1);
  display: block;
  position: absolute;
  inset: 0%;
}

.heading.pictures_content:hover {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
}

.heading.pictures_content.backwards {
  color: #2d4568;
  text-align: left;
  width: 100%;
  padding-left: 60px;
  padding-right: 12vw;
  font-weight: 300;
}

.heading.no-margin {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 300;
}

.heading.termin {
  color: var(--dark-blue);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.heading.themen {
  padding-left: 60px;
  font-family: Gravesend Sans, Verdana, sans-serif;
  font-weight: 300;
}

.heading.uebermich-mobile.show {
  display: none;
}

.text {
  max-width: 1300px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text.start {
  max-width: 1300px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.text.head {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text.image-sections {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 60px;
  display: flex;
}

.text._2 {
  max-width: 1300px;
  padding-top: 0;
  padding-bottom: 60px;
}

.text.impress {
  max-width: 1300px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph {
  color: #ffffffe6;
  letter-spacing: 1px;
  text-transform: none;
  column-count: 0;
  border-left: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 28px;
  list-style-type: square;
}

.paragraph.dark {
  color: #2d4568;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph.flie-text {
  margin-bottom: 20px;
}

.einleitung_start {
  z-index: 10;
  background-color: var(--dark-blue);
  border-top: 2px #2c4f75;
  height: auto;
  margin-top: -110px;
  padding-top: 110px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}

.quick-stack {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  margin-top: 50px;
  padding: 0;
  position: relative;
}

.link-block {
  width: 100%;
  height: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  transition: background-color .2s;
  position: relative;
}

.div-block:hover {
  filter: brightness();
  transform: translate(0);
}

.div-block:active {
  background-image: none;
}

.div-block._1 {
  background-image: url('../images/BMors1.jpg');
  background-position: 50% 36%;
  margin-bottom: 0;
}

.div-block._3 {
  background-image: url('../images/Termine.jpg');
  background-position: 50% 20%;
  margin-bottom: 0;
}

.div-block._2 {
  background-image: url('../images/BMors2.jpg');
  background-position: 50% 39%;
  background-size: cover;
  margin-bottom: 0;
}

.cell {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.div-block-23 {
  background-image: url('../images/19---DSC05067-k.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 150px;
  width: 300px;
  height: 300px;
  box-shadow: 10px 20px 40px #0000001a;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-3 {
  grid-column-gap: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}

.list-item {
  color: #2d4568;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.list {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}

.list.padding-left {
  column-count: 0;
  background-color: #fff;
  border-bottom: 2px solid #ffdd5a;
  column-gap: 60px;
  min-width: 100%;
  max-width: 29vw;
  margin-top: 0;
  padding: 60px;
}

.list.bullet-points {
  list-style-type: square;
}

.section-bg-pic {
  z-index: 10;
  background-color: #fff;
  background-image: url('../images/Family.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px 60px 49vw;
  position: relative;
}

.section-bg-pic._2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pic-div-full {
  background-image: url('../images/BMors2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: auto;
  position: relative;
  box-shadow: 7px 11px 40px 2px #00000029;
}

.pic-div-full._1 {
  background-image: url('../images/1-Wohnen---DSC02905-kl.jpg');
  background-position: 50% 57%;
  position: relative;
  box-shadow: 7px 11px 40px 2px #0000002b;
}

.pic-div-full._2 {
  position: relative;
}

.pic-div-full._3 {
  background-image: url('../images/Zusammenleben-in-Steißlingen.jpg');
  position: relative;
}

.pic-div-full._4 {
  background-image: url('../images/BMors3.jpg');
  background-position: 50% 31%;
}

.pic-div-full.erreichtes {
  box-shadow: none;
  height: auto;
  min-height: 400px;
}

.pic-div-full.erreichtes._1 {
  background-image: url('../images/1-Ortsmitte-eröffnung-Parkplatz-k.jpg');
  background-position: 50% 39%;
}

.pic-div-full.erreichtes._2 {
  background-image: url('../images/2-Car-Sharing-2-k.jpg');
  background-position: 50% 30%;
}

.pic-div-full.erreichtes._3 {
  background-image: url('../images/4-Roter-Platz-Eröffnung-kl.jpg');
}

.pic-div-full.erreichtes._4 {
  background-image: url('../images/4-neues-Gewerbegebiet-Vor-Eichen-II-k.jpg');
}

.pic-div-full._6 {
  background-image: url('../images/Wirtschaftsstandort-Steißlingen.jpg');
  position: relative;
}

._2-columns {
  z-index: 50;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  margin-bottom: 60px;
  padding: 0;
  position: relative;
}

._2-columns.first {
  margin-top: 50px;
}

.list-cell {
  padding: 30px 40px 30px 0;
}

.section-3 {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.section-3.blue {
  background-color: var(--dark-blue);
  background-image: linear-gradient(#2c4568f7, #2c4568f7), url('../images/St.svg');
  background-position: 0 0, 50% 78%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 82%;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-4 {
  z-index: 100;
  position: relative;
}

.image-17 {
  opacity: .9;
  margin-top: 10px;
}

.hor-line {
  background-color: #ffdd5a;
  width: 100px;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 11px;
}

.hor-line._20 {
  margin-top: 20px;
  margin-bottom: 18px;
}

.div-list {
  border-bottom: 2px solid #ffdd5a;
  flex-flow: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-2 {
  float: none;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  position: relative;
}

.paragraph-2.white {
  float: none;
  filter: grayscale();
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  margin-right: 20px;
  line-height: 26px;
}

.paragraph-2.date {
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-top: 1px;
  font-family: Montserrat, sans-serif;
}

.container {
  float: none;
  align-items: center;
  max-width: 1150px;
  height: 100%;
  display: flex;
  position: relative;
}

.container.content {
  z-index: 40;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.termine {
  margin-top: 20px;
}

.cell-hor {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-termine {
  background-color: var(--bright-yellow);
  border-bottom: 2px #ffeda7;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.quick-stack-termine:hover {
  box-shadow: 0 10px 40px #00000026;
}

.quick-stack-termine.last {
  background-color: var(--bright-yellow);
  border-bottom-style: none;
}

.button-2 {
  background-color: var(--bright-yellow);
  color: var(--dark-blue);
  letter-spacing: .08em;
  border: 1px #979797;
  border-radius: 0;
  padding: 12px 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .375s;
}

.button-2:hover {
  background-color: var(--grey);
  box-shadow: none;
  color: var(--dark-blue);
  border: 1px #096ad0;
}

.button-2.mail {
  background-image: url('../images/mail-mors.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 25px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  display: inline-flex;
}

.contact-form-container {
  border-radius: 6px;
  width: 100%;
}

.contact-form-container.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border: 1px #096ad033;
  border-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin: 40px 0 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.content-container {
  float: none;
  align-items: center;
  max-width: 1150px;
  height: 100%;
  display: flex;
  position: relative;
}

.content-container._1 {
  z-index: 40;
  border-top: 2px solid var(--bright-yellow);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  display: block;
}

.content-container.footer {
  z-index: 40;
  border-top: 2px none var(--bright-yellow);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 20px;
  display: block;
}

.div-bg {
  z-index: 22;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.div-bg.grey {
  background-color: #fff;
  padding: 0 20px 100px;
}

.sm-link-nav {
  opacity: .88;
  color: #d4d4d4;
  text-transform: uppercase;
  background-color: #fff0;
  background-image: url('../images/insta-w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 4%;
  font-weight: 500;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.sm-link-nav:hover {
  opacity: .95;
}

.sm-link-nav.margin-left {
  margin-left: 15px;
}

.sm-link-nav.margin-left.in {
  background-image: url('../images/in-w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.sm-link-nav.margin-left.facebook {
  background-image: url('../images/fb-w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.sm-link-nav.insta {
  margin-left: 0%;
}

.footer-div {
  background-color: var(--dark-blue);
}

.footer-links-container {
  float: left;
  flex-direction: column;
  display: block;
}

.grid-6 {
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
}

.footer-link {
  opacity: 1;
  color: #fff;
  cursor: default;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  font-weight: 400;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.impress {
  cursor: pointer;
  margin-right: 60px;
  font-family: Montserrat, sans-serif;
  transition: all .4s;
}

.footer-link.impress:hover {
  color: #d3d3d3;
}

.footer-link.data {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  transition: all .4s;
}

.footer-link.data:hover {
  color: #d3d3d3;
}

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

.div-block-25._2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 1px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.footer-heading.subtext {
  color: #fff;
  text-align: left;
  margin: 20px auto 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.footer-logo-2 {
  margin-bottom: 0;
}

._2-rows {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-bottom: 60px;
  padding: 0;
  position: relative;
  box-shadow: 0 2px 60px #0000001a;
}

.div-block-26 {
  margin-top: 0;
}

._10px {
  height: 10px;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 3000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.div-block-28 {
  background-image: linear-gradient(to bottom, var(--dark-blue), var(--dark-blue));
}

.bg-section {
  background-image: linear-gradient(53deg, #2c4568e0, #ffdd5aad), url('../images/Panorama.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: block;
}

.bg-section._1 {
  background-image: linear-gradient(53deg, #2c4568e0, #ffdd5aad), url('../images/Bike-kl.jpg');
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.section-1 {
  z-index: 10;
  background-color: #fff;
  padding: 80px 40px;
  position: relative;
}

.section {
  height: 0;
  margin-top: -100px;
  position: absolute;
  inset: 0% 0% auto;
}

.bold-text-2 {
  font-weight: 700;
}

.quick-stack-8 {
  padding: 0 43px 43px;
}

.mors-logo {
  height: 65px;
}

.go-back {
  z-index: 100;
  background-image: url('../images/back-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  transition: all .525s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  inset: 0% 0% 0% auto;
}

.go-back:hover {
  background-image: url('../images/back-arrow-y.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.html-embed-2 {
  color: #ffffffe6;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.html-embed-2._2 {
  margin-top: 10px;
}

.link {
  color: #fff;
}

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

@media screen and (min-width: 1280px) {
  .div-block-19 {
    background-image: linear-gradient(217deg, #2d456882, #0000 35%), url('../images/BM-Main-2.jpg');
    background-position: 0 0, 50%;
    min-height: 550px;
    max-height: 850px;
  }

  .nav-200margin {
    z-index: 60;
  }

  .heading.themen {
    text-shadow: 8px 6px 20px #2ecc9d00;
  }

  .text.image-sections {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .quick-stack-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .quick-stack-3 {
    grid-column-gap: 60px;
    grid-row-gap: 10px;
  }

  .list-item {
    letter-spacing: .5px;
  }

  .list.padding-left {
    column-count: 2;
    background-color: #fff;
  }

  .section-bg-pic {
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  ._2-columns.last {
    margin-bottom: 0;
  }

  .section-3 {
    background-color: var(--white);
    background-image: none;
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
  }

  .section-3.blue {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .hor-line._20 {
    margin-left: 2px;
  }

  .container {
    max-width: 1300px;
  }

  .quick-stack-termine {
    margin-bottom: 10px;
  }

  .quick-stack-termine:hover {
    box-shadow: none;
  }

  .quick-stack-termine.last {
    margin-bottom: 0;
  }

  .content-container._1 {
    max-width: 1300px;
  }

  .content-container.footer {
    max-width: 1700px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-link:hover, .footer-link.impress:hover {
    color: var(--bright-yellow);
  }

  .footer-link.data {
    margin-right: 0;
  }

  .footer-link.data:hover {
    color: var(--bright-yellow);
  }

  .div-block-25._2 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .footer-heading.subtext {
    margin-top: 10px;
  }

  .footer-heading.links {
    margin-bottom: 18px;
  }

  .div-block-26 {
    margin-top: 0;
  }

  .bg-section {
    display: block;
  }

  .bg-section._1 {
    background-image: linear-gradient(53deg, #2c4568e0, #ffdd5aad), url('../images/Bike-kl_1.jpg');
  }

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

  .section {
    height: 0;
    margin-top: -100px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-30 {
    width: 100%;
    max-width: 1700px;
  }

  .quick-stack-8 {
    overflow: visible;
  }

  .mors-logo {
    width: auto;
    height: 65px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-19 {
    background-position: 0 0, 50%;
    height: 60vw;
    min-height: auto;
  }

  .navbar-3 {
    height: 90px;
  }

  .nav-200margin {
    z-index: 100;
    height: 90px;
    margin-top: -180px;
  }

  .container-12 {
    justify-content: flex-start;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-11 {
    z-index: 999;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-left: 35px;
    display: flex;
    position: relative;
  }

  .link-block-11.w--current {
    z-index: 999;
    position: relative;
  }

  .nav-menu-3 {
    z-index: 999;
    float: right;
    background-color: #c8c8c800;
    justify-content: flex-end;
    width: auto;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .nav-link-2 {
    z-index: 998;
    border-top: 1px #000;
    border-bottom: 1px solid var(--bright-yellow);
    -webkit-backdrop-filter: brightness(50%) blur(5px);
    backdrop-filter: brightness(50%) blur(5px);
    color: #fff;
    text-align: right;
    letter-spacing: .8vw;
    background-color: #ffdd5a00;
    width: auto;
    margin-left: auto;
    padding: 2vw 30px 2vw 0;
    font-size: 7vw;
    font-weight: 500;
    line-height: 8vw;
    display: block;
  }

  .nav-link-2:hover {
    color: #ffdd5a;
  }

  .nav-link-2.w--current {
    color: #fff;
    background-color: #5f5f5f;
    text-decoration: none;
  }

  .nav-link-2.first {
    border-top: 1px solid var(--bright-yellow);
  }

  .menu-button-2 {
    z-index: 500;
    opacity: .6;
    color: #2e2e2d;
    background-image: url('../images/burger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    padding: 0;
    transition: all .325s cubic-bezier(.455, .03, .515, .955);
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button-2:hover, .menu-button-2:focus {
    opacity: .6;
    background-image: url('../images/burger-y.svg'), url('../images/burger.svg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 30%, 30%;
  }

  .menu-button-2.w--open {
    opacity: .9;
    color: #2e2e2d;
    background-color: #c8c8c800;
    background-image: url('../images/x.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30%;
  }

  .menu-button-2.hidden {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: none;
  }

  .heading {
    font-size: 36px;
  }

  .heading.pictures_start {
    text-align: center;
    letter-spacing: .7vw;
    text-shadow: 0 1px 3vw #00000080;
    background-color: #3033455e;
    font-size: 2.5vw;
    line-height: 3vw;
    transition: all .4s cubic-bezier(.455, .03, .515, .955);
  }

  .heading.pictures_start:hover {
    color: #ffdd5a00;
    background-color: #30334526;
  }

  .heading.pictures_content {
    text-align: left;
    letter-spacing: .5vw;
    padding-top: 23px;
    padding-left: 35px;
    padding-right: 10%;
    font-size: 2.3vw;
    line-height: 2.5vw;
  }

  .heading.pictures_content.backwards {
    padding-left: 35px;
    padding-right: 10%;
  }

  .heading.no-margin {
    letter-spacing: .8vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .heading.themen {
    padding-left: 32px;
  }

  .text.start {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .text.image-sections {
    padding-left: 35px;
    padding-right: 35px;
  }

  .text._2, .text.impress {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .einleitung_start {
    margin-top: -100px;
    padding-top: 100px;
  }

  .quick-stack {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 35px;
  }

  .div-block {
    background-image: none;
    height: 30vw;
    margin-bottom: 0;
  }

  .div-block:hover {
    background-image: none;
  }

  .div-block._1 {
    background-position: 33% 36%;
  }

  .div-block._1:hover {
    background-image: url('../images/BMors1.jpg');
    background-position: 33% 36%;
  }

  .div-block._3:hover {
    background-image: url('../images/Termine.jpg');
  }

  .div-block._2:hover {
    background-image: url('../images/BMors2.jpg');
  }

  .quick-stack-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-23 {
    border-radius: 20vw;
    width: 33vw;
    height: 33vw;
  }

  .quick-stack-3 {
    grid-column-gap: 35px;
  }

  .list {
    margin-top: 30px;
  }

  .list.padding-left {
    padding: 35px 25px;
  }

  .section-bg-pic {
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .section-bg-pic._2 {
    padding: 60px 35px 20px;
  }

  .pic-div-full {
    height: 30vw;
  }

  ._2-columns {
    float: left;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._2-columns.first {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  ._2-columns.last {
    float: none;
    clear: both;
  }

  .list-cell {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-3 {
    flex-flow: column;
    padding-top: 60px;
    display: block;
  }

  .section-3.blue {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .hor-line._20 {
    margin-top: 2.4vw;
    margin-bottom: 2.3vw;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph-2.white {
    margin-right: 17px;
  }

  .container {
    width: 100%;
    position: static;
  }

  .container.content {
    width: auto;
    max-width: none;
  }

  .button-2 {
    z-index: 10;
    position: relative;
  }

  .contact-form-container.card {
    box-shadow: none;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 35px;
    margin-bottom: 0;
    display: block;
  }

  .content-container {
    width: 100%;
    position: static;
  }

  .content-container._1 {
    width: auto;
    max-width: none;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .content-container.footer {
    width: auto;
    max-width: none;
  }

  .div-bg.grey {
    padding: 40px 35px;
  }

  .sm-link-nav {
    display: none;
  }

  .sm-link-nav.margin-left {
    margin-left: 20px;
  }

  .sm-link-nav.margin-left.in, .sm-link-nav.margin-left.facebook, .sm-link-nav.insta, .div-block-24 {
    display: block;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link.impress {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
  }

  .footer-link.data {
    font-size: 12px;
  }

  .div-block-25 {
    justify-content: flex-end;
    align-items: center;
    padding: 40px 30px 30px 9px;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .div-block-25._2 {
    padding-top: 0;
    padding-left: 0;
  }

  .footer-logo-2 {
    margin-bottom: 0;
  }

  ._2-rows {
    margin-bottom: 25px;
  }

  ._10px {
    display: none;
  }

  .bg-section {
    background-position: 0 0, 50% 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 45vw;
  }

  .bg-section._1 {
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 120%;
    background-attachment: scroll, scroll;
  }

  .section-1 {
    padding: 50px 35px;
  }

  .section {
    margin-top: -90px;
  }

  .quick-stack-8 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 35px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .mors-logo {
    height: 60px;
  }

  .go-back {
    width: 90px;
    height: 90px;
    margin-right: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .div-block-19 {
    background-position: 0 0, 50% 40%;
    height: 38vw;
    min-height: 400px;
    padding: 35px 0;
  }

  .navbar-3 {
    height: 80px;
  }

  .nav-200margin {
    margin-top: -170px;
  }

  .nav-200margin.none {
    margin-top: 0;
  }

  .container-12 {
    display: flex;
  }

  .link-block-11 {
    margin-left: 25px;
  }

  .nav-link-2 {
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-right: 22px;
  }

  .menu-button-2 {
    width: 80px;
    height: 80px;
    padding: 0;
    position: absolute;
  }

  .menu-button-2.w--open {
    margin-right: 0;
  }

  .heading {
    order: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .heading.subheading.bg {
    vertical-align: baseline;
    width: auto;
    margin-left: 0;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
  }

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

  .heading.slogan._2 {
    font-size: 22px;
    line-height: 24px;
  }

  .heading.pictures_content {
    letter-spacing: 3px;
    padding-left: 25px;
    padding-right: 25%;
    font-size: 25px;
    line-height: 28px;
  }

  .heading.pictures_content.backwards {
    padding-left: 23px;
    padding-right: 25%;
  }

  .heading.termin {
    margin-bottom: 10px;
  }

  .heading.themen {
    padding-left: 24px;
  }

  .heading.uebermich-mobile {
    display: none;
  }

  .heading.uebermich-mobile.show {
    display: block;
  }

  .text {
    padding: 50px 15px 46px;
  }

  .text.start {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .text.head {
    padding-left: 25px;
  }

  .text.image-sections {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text._2, .text.impress {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.dark.short {
    width: 38vw;
  }

  .paragraph.dark.short.min-width {
    min-width: 235px;
  }

  .paragraph.dark.vw {
    width: 70%;
  }

  .einleitung_start {
    margin-top: -90px;
    padding: 90px 25px 0;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 30px;
  }

  .cell {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
  }

  .div-block-23 {
    margin-top: 9vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .quick-stack-3 {
    grid-row-gap: 15px;
    margin-top: 0;
  }

  .list.padding-left {
    padding-left: 22px;
    padding-right: 25px;
  }

  .section-bg-pic {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-bg-pic._2 {
    padding: 40px 25px 10px;
  }

  .pic-div-full {
    height: 50vw;
  }

  .pic-div-full.erreichtes {
    height: 50vw;
    min-height: auto;
  }

  .list-cell {
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
  }

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

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

  .quick-stack-termine, .quick-stack-termine.last {
    grid-column-gap: 35px;
    grid-row-gap: 15px;
  }

  .button-2 {
    padding: 10px 14px 6px;
    font-size: 14px;
  }

  .button-2.mail {
    background-position: 15px;
    background-size: auto 20px;
    padding-top: 7px;
    padding-left: 48px;
  }

  .contact-form-container.card {
    padding-bottom: 0;
  }

  .content-container._1 {
    padding-top: 40px;
  }

  .content-container.footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-bg.grey {
    padding: 30px 25px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  ._2-rows {
    margin-bottom: 0;
  }

  .section-1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section {
    margin-top: -80px;
  }

  .div-block-30 {
    margin-bottom: 40px;
  }

  .quick-stack-8 {
    margin-top: 30px;
  }

  .cell-3, .cell-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .go-back {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-19 {
    background-position: 0 0, 31%;
    height: 110vw;
    min-height: 0;
    padding: 0;
  }

  .navbar-3 {
    flex-flow: row;
    height: 70px;
    display: block;
  }

  .nav-200margin {
    width: 100%;
    height: 70px;
    margin-top: -140px;
    position: sticky;
    inset: 0% 0% auto;
  }

  .container-12 {
    justify-content: flex-start;
    align-items: center;
    height: 70px;
  }

  .link-block-11 {
    margin-left: 23px;
  }

  .nav-menu-3 {
    height: auto;
  }

  .nav-link-2 {
    border-bottom-width: 1px;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-right: 20px;
  }

  .nav-link-2.first {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .menu-button-2 {
    width: 70px;
    height: 70px;
    padding: 0;
  }

  .menu-button-2.w--open {
    position: absolute;
  }

  .heading {
    letter-spacing: 1.2vw;
    font-size: 7vw;
    line-height: 7.5vw;
  }

  .heading.subheading {
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .heading.subheading.bg {
    padding-bottom: 9px;
    font-size: 18px;
    line-height: 21px;
  }

  .heading.pictures_start {
    letter-spacing: 1vw;
    text-shadow: 0 1px 3vw #00000080;
    font-size: 6vw;
    line-height: 8vw;
  }

  .heading.pictures_start:hover {
    background-color: #30334500;
  }

  .heading.slogan {
    font-size: 9vw;
    line-height: 9vw;
  }

  .heading.slogan._2 {
    max-width: 66%;
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .heading.pictures_content {
    letter-spacing: .8vw;
    padding-right: 22px;
    font-size: 5.6vw;
    line-height: 6.8vw;
  }

  .heading.pictures_content.backwards {
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading.no-margin {
    font-size: 5.5vw;
    line-height: 5.5vw;
  }

  .heading.themen {
    line-height: 7.8vw;
  }

  .heading.uebermich-mobile.show {
    width: 60%;
    margin-top: 4vw;
    margin-left: 0%;
  }

  .text {
    padding: 45px 15px;
    display: block;
    overflow: visible;
  }

  .text.head {
    padding-top: 20px;
    padding-left: 22px;
    padding-right: 20px;
  }

  .text.image-sections {
    padding-left: 23px;
    padding-right: 23px;
  }

  .paragraph {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 20px;
  }

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

  .paragraph.dark.short {
    width: auto;
  }

  .paragraph.dark.short.min-width {
    width: auto;
    min-width: auto;
  }

  .paragraph.flie-text {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .einleitung_start {
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block {
    height: 40vw;
  }

  .cell {
    justify-content: space-between;
    align-items: center;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-23 {
    order: -9999;
    width: 28vw;
    height: 28vw;
    margin-top: 5px;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .quick-stack-3 {
    grid-column-gap: 25px;
    grid-row-gap: 0px;
  }

  .list-item {
    margin-bottom: 15px;
    margin-left: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-bg-pic {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-bg-pic._2 {
    padding: 30px 22px 20px;
  }

  .pic-div-full, .pic-div-full.erreichtes {
    height: 60vw;
  }

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

  .hor-line {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .hor-line._20 {
    height: .3vw;
  }

  .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-container._1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-container.footer {
    padding: 50px 22px 20px;
  }

  .div-bg.grey {
    padding-top: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-24 {
    margin-bottom: 10px;
  }

  .footer-links-container {
    margin-bottom: 0;
  }

  .grid-6 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-25._2 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-heading {
    font-size: 20px;
  }

  .footer-heading.subtext {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-logo-2 {
    margin-bottom: 0;
  }

  .section-1 {
    padding: 40px 22px;
  }

  .section {
    margin-top: -70px;
  }

  .quick-stack-8 {
    margin-top: 20px;
  }

  .mors-logo {
    height: 55px;
  }

  .go-back {
    width: 70px;
    height: 70px;
  }
}

#w-node-c7c5bcd1-3587-a3be-734a-ce1290bc38ae-bbf9db99 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7ddc1cc9-179d-71ea-028b-a27dacee2ea4-bbf9db99 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr;
}

#w-node-_7ddc1cc9-179d-71ea-028b-a27dacee2eaa-bbf9db99 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_3a13596f-0010-264d-a70e-29b72ca3a07e-bbf9db99 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_87b00cb3-20f3-63f6-a5d9-524398a4c659-bbf9db99 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1dac7f3c-986b-b73d-95bf-e8e3d1fde140-bbf9db99, #w-node-_573b8dba-6aff-1f86-20e9-b70300f98e83-bbf9db99, #w-node-da6f3f30-9cd3-3155-9488-cbee9413d4c4-bbf9db99, #w-node-_6bd5fa5f-2ac1-5439-ecef-66befd40ffe4-bbf9db99 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_03d6618b-f3f7-5a51-66f9-a39da85012c2-bbf9db99 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_50e3eed4-2b8d-5ddc-1143-09f83b52e028-bbf9db99, #w-node-_4fbf3f57-d4d6-151d-e64d-d59fa12be596-bbf9db99, #w-node-_3ac6a92a-83f7-b521-52b8-42772965a889-bbf9db99, #w-node-_9fe31e1f-d1b3-f189-58ec-9b61499ababd-bbf9db99 {
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
}

#w-node-ca663630-c497-7fb2-76e6-337eb595fe10-bbf9db99, #w-node-ca663630-c497-7fb2-76e6-337eb595fe19-bbf9db99 {
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-ca663630-c497-7fb2-76e6-337eb595fe10-bbf9db99, #w-node-ca663630-c497-7fb2-76e6-337eb595fe19-bbf9db99 {
    place-self: end;
  }

  #w-node-_67e9c39e-b558-130e-f57a-884efe910936-fe91092f {
    align-self: end;
  }

  #w-node-_67e9c39e-b558-130e-f57a-884efe91093e-fe91092f {
    place-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7ddc1cc9-179d-71ea-028b-a27dacee2ea4-bbf9db99 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 2fr;
  }

  #w-node-_87b00cb3-20f3-63f6-a5d9-524398a4c659-bbf9db99 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1dac7f3c-986b-b73d-95bf-e8e3d1fde140-bbf9db99, #w-node-_573b8dba-6aff-1f86-20e9-b70300f98e83-bbf9db99, #w-node-da6f3f30-9cd3-3155-9488-cbee9413d4c4-bbf9db99, #w-node-_6bd5fa5f-2ac1-5439-ecef-66befd40ffe4-bbf9db99 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca663630-c497-7fb2-76e6-337eb595fe10-bbf9db99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_67e9c39e-b558-130e-f57a-884efe910936-fe91092f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7ddc1cc9-179d-71ea-028b-a27dacee2ea4-bbf9db99, #w-node-_3a13596f-0010-264d-a70e-29b72ca3a07e-bbf9db99 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_87b00cb3-20f3-63f6-a5d9-524398a4c659-bbf9db99 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_03d6618b-f3f7-5a51-66f9-a39da85012c2-bbf9db99 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca663630-c497-7fb2-76e6-337eb595fe10-bbf9db99 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7c5bcd1-3587-a3be-734a-ce1290bc38ae-bbf9db99 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7ddc1cc9-179d-71ea-028b-a27dacee2eaa-bbf9db99 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50px 1fr;
  }

  #w-node-ca663630-c497-7fb2-76e6-337eb595fe10-bbf9db99 {
    grid-row: 3 / 4;
    justify-self: start;
  }

  #w-node-ca663630-c497-7fb2-76e6-337eb595fe19-bbf9db99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Gravesend Sans';
  src: url('../fonts/gravesend-sans-medium.woff2') format('woff2'), url('../fonts/gravesend-sans-medium.eot') format('embedded-opentype'), url('../fonts/gravesend-sans-medium.ttf') format('truetype'), url('../fonts/gravesend-sans-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gravesend Sans';
  src: url('../fonts/gravesend-sans-fine.woff2') format('woff2'), url('../fonts/gravesend-sans-fine.eot') format('embedded-opentype'), url('../fonts/gravesend-sans-fine.ttf') format('truetype'), url('../fonts/gravesend-sans-fine.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gravesend Sans';
  src: url('../fonts/gravesend-sans-bold.woff2') format('woff2'), url('../fonts/gravesend-sans-bold.eot') format('embedded-opentype'), url('../fonts/gravesend-sans-bold.ttf') format('truetype'), url('../fonts/gravesend-sans-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gravesend Sans';
  src: url('../fonts/gravesend-sans-light.woff2') format('woff2'), url('../fonts/gravesend-sans-light.eot') format('embedded-opentype'), url('../fonts/gravesend-sans-light.ttf') format('truetype'), url('../fonts/gravesend-sans-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}