@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-color: #000;
  --secondry-color: #f1eee6;
  --highlights-color: #e4c81b;
  --black: black;
  --white: white;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

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

a {
  text-decoration: underline;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  width: 22vw;
}

.logo {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer {
  margin-bottom: 5px;
  font-size: 14px;
}

.ffnungszeiten {
  margin-bottom: 5px;
  font-family: Bellota, sans-serif;
}

.hauptfarbe {
  background-color: var(--main-color);
  color: #fff;
}

.email {
  margin-bottom: 5px;
  font-size: 14px;
}

.zweitfarbe {
  background-color: var(--secondry-color);
  color: #000;
}

.highlights {
  background-color: var(--highlights-color);
  color: #fff;
}

.adresse {
  margin-bottom: 5px;
  font-family: Raleway, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.div-ffnungszeiten {
  font-size: 16px;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1, .heading-2 {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-3 {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.flie-text {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #a59387;
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Raleway, Arial, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights.top-margin_round {
  text-transform: capitalize;
  border-radius: 20px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
}

.terminbutton.highlights.top-margin_round:hover {
  background-color: #af9e94;
}

.terminbutton.highlights.color:hover {
  background-color: var(--main-color);
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.icon {
  color: #000;
  width: 25px;
  height: 25px;
}

.nav-link-1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-1:hover {
  color: #919191;
  width: 100%;
}

.logo-postion {
  z-index: 10;
  filter: brightness(0%) invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5vw;
  position: relative;
}

.navbar1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.nav-menu-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-1.hauptfarbe {
  color: #fff;
  position: fixed;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.hauptfarbe {
  background-image: linear-gradient(#373838, #373838);
}

.navbar-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.titel-start {
  position: relative;
}

.titelvideo1 {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.title_text {
  z-index: 1;
  color: #fff;
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subheading {
  font-size: 22px;
}

.subheading.heading-2 {
  text-align: center;
  font-size: 25px;
}

.slogan1 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 85px;
}

.slogan1.heading-1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 45px;
}

.divider {
  width: 20vw;
  height: 4px;
}

.divider.highlights {
  width: 15vw;
  margin-bottom: 10px;
}

.terminbutton-2 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 22px;
}

.terminbutton-2:hover {
  background-color: #292929;
}

.inhalt-mittig-untereinander-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-farbig-1 {
  outline-offset: 0px;
  text-align: center;
  outline: 3px solid #a59387;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-farbig-1:hover {
  background-color: #f8f8f8;
}

.div-block-farbig-1.highlights {
  outline-color: var(--main-color);
  transition: all .3s;
}

.div-block-farbig-1.highlights:hover {
  background-color: #02293e;
  transform: scale(1.02);
}

.heading-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-mittig.heading-1 {
  z-index: 5;
  font-size: 32px;
  position: relative;
}

._2er-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

.text-mittig1.flie-text {
  font-size: 16px;
  line-height: 1.5;
}

.text-mittig1.flie-text.padding {
  margin-top: 10px;
  font-size: 16px;
}

.section-gro-e-abst-nde1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 2vw;
  line-height: 30px;
}

.heading-mittig-klein1.heading-2.farbe-der-headings {
  color: #001729;
  white-space: nowrap;
  line-height: 1.3;
}

.text-links1 {
  font-size: 18px;
  text-decoration: none;
}

.text-links1.flie-text {
  margin-top: 10px;
}

.text-links1.flie-text.farbe-der-headings {
  color: var(--highlights-color);
  text-decoration: underline;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.inhalt-untereinander1.mittig {
  justify-content: center;
  align-items: center;
}

.heading-klein-links {
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-klein-links.heading-2 {
  line-height: 1.3;
}

.feature-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.feature-image.contained {
  object-fit: contain;
  background-image: none;
}

.icon-1 {
  object-fit: contain;
  width: auto;
  height: 50px;
  margin-bottom: 0;
}

.icon-1.invert {
  filter: invert();
}

.bild-section-cover1 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 40px;
  display: flex;
  position: static;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

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

.footer-2 {
  padding: 40px 140px;
}

.div-block-footer1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  height: 99.9998%;
  display: flex;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.maps1 {
  width: 100%;
  height: 70vh;
}

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

.impdat {
  padding: 100px 40px;
}

.impdat.flie-text.wrapp {
  overflow-wrap: anywhere;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Raleway, Arial, sans-serif;
  font-size: 32px;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-2.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.navigation-divider.highlights {
  margin-left: auto;
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #111;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-2 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subheading-mittig3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.error-message {
  color: #fff;
  background-color: #e21313;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Raleway, Arial, sans-serif;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

.label3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label3.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
}

.form1 {
  margin-bottom: 0;
}

.checkbox-2 {
  border-radius: 5px;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
  font-family: Raleway, Arial, sans-serif;
}

.text_field {
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #f3f3f300;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 3rem;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Raleway, Arial, sans-serif;
  transition: border .4s, color .4s;
  display: block;
}

.text_field:hover {
  border-color: #1d1f2e80;
}

.text_field:active, .text_field:focus {
  border-color: #1d1f2e;
}

.text_field::placeholder {
  color: #1d1f2e4d;
}

.text_field.cc-textarea {
  height: 6rem;
}

.text_field.white {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text_field.cc_textarea {
  background-color: #fff;
  height: 6rem;
}

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 40px;
  padding: 20px;
}

.form-wrap._60 {
  width: 60%;
  margin-top: 0;
  padding: 20px 40px;
}

.form-wrap.zweitfarbe {
  width: 100%;
}

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

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 100%;
}

.link {
  color: #fff;
  font-family: Raleway, Arial, sans-serif;
  text-decoration: none;
  display: block;
}

.link.flie-text.black {
  color: #333;
}

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

.impdat-2 {
  padding: 100px 40px;
}

.impdat-2.flie-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  text-decoration: none;
}

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

.image-wrapper {
  width: 100%;
  height: 70vh;
}

.image-wrapper._100, .image-wrapper._1 {
  height: 100%;
}

.nav-men.hauptfarbe {
  z-index: 1000;
}

.navbar {
  width: 100%;
}

.navbar.hauptfarbe {
  position: sticky;
  top: 0;
}

.nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.nav-link:hover {
  color: gray;
}

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

.nav-link.flie-text {
  padding: 20px;
}

.nav-link.flie-text:hover, .nav-link.flie-text.w--current {
  color: var(--highlights-color);
}

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

.logo-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.logo-header.hauptfarbe {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-links {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-links.heading-1 {
  z-index: 5;
  font-size: 32px;
  position: relative;
}

.heading-links.heading-1.c {
  overflow-wrap: anywhere;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 60px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.slider-100 {
  height: 80vh;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-100.is-contain-blue {
  object-fit: contain;
  background-color: #003c97;
}

.image-100.is-contain_small {
  object-fit: contain;
  width: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle-12 {
  padding: 0 20px 0 0;
}

.icon-dd {
  color: #fff;
}

.text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.inhalt-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

._2er-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.div-block-farbig-2 {
  outline-color: var(--highlights-color);
  outline-offset: 0px;
  text-align: center;
  background-color: #fff;
  outline-width: 3px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 30px 20px;
  display: flex;
}

.div-block-farbig-2:hover {
  background-color: #f8f8f8;
}

.image-wrapper-3 {
  background-color: #0000;
  width: 100%;
  height: 70vh;
}

.image-wrapper-3.smaller {
  height: 60vh;
}

.grid-20 {
  grid-template-rows: auto;
}

.iconn.invert {
  filter: invert();
  object-fit: contain;
}

.link-block {
  width: 40px;
}

.forms-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.image-wrapper-70vh {
  width: 100%;
  height: 70vh;
}

.social-media-wrapper {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 1% 45% auto;
}

.image-101 {
  background-color: #fff;
  border-radius: 100%;
  width: 60px;
}

.para {
  text-align: left;
  font-size: 18px;
}

.text_block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
}

.text-span {
  font-weight: 700;
}

.star-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.star-2 {
  width: 20px;
  margin-right: 5px;
}

.adress, .number, .mail {
  font-size: 16px;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 35vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.div {
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 16px;
  display: flex;
}

.inhalt-nebeneinander1-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.relative {
  width: 100%;
  height: 60vh;
  position: relative;
}

.link-block-2 {
  color: var(--black);
  text-decoration: none;
}

.div-abs {
  padding: 10px;
  position: absolute;
  inset: auto 15% 3% auto;
}

.feature-image-top {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.feature-image-top.contain {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

._2er-grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.image_wrap {
  background-color: #fdffff;
  border: 1px solid #a59387;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-arrow, .right-arrow {
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: black;
}

.slider_images {
  width: 60%;
  height: 70vh;
  margin-top: 20px;
}

.sociial_icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dd_list {
  background-color: var(--main-color);
  color: #fff;
}

.field_lable {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.success_block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.utility-page {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page.highlights {
  padding-left: 100px;
  padding-right: 100px;
}

.utility-page-relative {
  text-align: center;
  flex-direction: column;
}

.image-116 {
  filter: invert() brightness(200%);
  height: 10rem;
  margin-bottom: 20px;
}

.wrapp {
  overflow-wrap: anywhere;
}

.lightbox-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-2 {
  width: 100%;
}

.text-span-2 {
  color: red;
}

@media screen and (min-width: 1440px) {
  .terminbutton-2.heading-1.highlights:hover {
    background-color: var(--main-color);
  }

  .text_field {
    height: 3.2rem;
  }

  .text_field.cc-textarea, .text_field.cc_textarea {
    height: 6rem;
  }
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 28vw;
  }

  .logo {
    width: 100%;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .terminbutton.highlights {
    font-size: 12px;
    line-height: 1.3;
  }

  .terminbutton.highlights.top-margin_round {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
    line-height: 1.5;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .titel-start {
    width: 100%;
    height: 70vh;
  }

  .titelvideo1 {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .title_text {
    width: 100%;
    padding: 60px;
    display: flex;
    inset: 0%;
  }

  .subheading.heading-2 {
    font-size: 22px;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 1.5;
  }

  .terminbutton-2.heading-1.highlights {
    margin-top: 10px;
  }

  .inhalt-mittig-untereinander-1.flie-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-farbig-1 {
    padding-bottom: 20px;
  }

  .heading-mittig.heading-1 {
    letter-spacing: 0;
    margin-top: 0;
    font-size: 30px;
  }

  ._2er-grid, ._2er-grid.zweitfarbe {
    flex-flow: column;
    display: flex;
  }

  ._2er-grid.zweitfarbe.is-invert {
    flex-flow: column-reverse;
  }

  .text-mittig1.flie-text.padding {
    font-size: 14px;
  }

  .section-gro-e-abst-nde1 {
    padding: 60px;
  }

  .section-gro-e-abst-nde1.zweitfarbe.top-0 {
    padding-top: 0;
  }

  .heading-block1 {
    width: 100%;
  }

  .inhalt-nebeneinander1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
  }

  .inhalt-nebeneinander1.is-invert {
    flex-flow: column-reverse;
    width: 100%;
  }

  .heading-mittig-klein1.heading-2, .heading-mittig-klein1.heading-2.farbe-der-headings {
    font-size: 20px;
  }

  .text-links1.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .inhalt-untereinander1 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .inhalt-untereinander1.mittig.last {
    order: 9999;
  }

  .heading-klein-links.heading-2 {
    text-align: center;
    font-size: 22px;
  }

  .feature-image {
    margin-top: 0;
  }

  .feature-image.contained.brown {
    background-color: #a69387;
  }

  .icon-1 {
    height: 45px;
  }

  .bild-section-cover1 {
    height: 50vh;
    padding-right: 40px;
  }

  .heading-footer.heading-3 {
    font-size: 16px;
  }

  .footer-2.hauptfarbe {
    padding: 40px;
  }

  .div-block-footer1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .maps1 {
    height: 50vh;
  }

  .impdat.flie-text, .success {
    padding: 60px;
  }

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

  .subheading-mittig3.heading-2, .subheading-mittig3.heading-2.farbe-der-headings {
    text-align: center;
    line-height: 1.3;
  }

  .error-message {
    width: auto;
  }

  .checkbox-field-2 {
    margin-top: 10px;
  }

  .label3.abstand-nach-oben.heading-3 {
    margin-top: 0;
  }

  .form1 {
    margin-top: 20px;
  }

  .text_field {
    height: 2.8rem;
    padding: 12px 15px;
  }

  .text_field.cc-textarea, .text_field.cc_textarea {
    height: 5.5rem;
    margin-bottom: 0;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .form-wrap._60 {
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .form-wrap.zweitfarbe {
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
    display: flex;
  }

  .form-grid {
    width: 100%;
  }

  .contact-form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .maos-footer {
    min-width: auto;
    height: auto;
  }

  .image-wrapper {
    width: 100%;
    max-width: 100%;
    height: 60vh;
  }

  .image-wrapper._100, .image-wrapper._1 {
    height: 60vh;
  }

  .nav-men.hauptfarbe {
    background-color: var(--secondry-color);
    padding: 10px 25px;
    position: absolute;
  }

  .men-icon1 {
    color: #fff;
    font-size: 22px;
  }

  .nav-link.flie-text {
    color: #333;
    min-width: 100%;
    padding: 15px 0;
  }

  .nav-link.flie-text.dd {
    color: #fff;
  }

  .nav-link.flie-text.dd:hover, .nav-link.flie-text.dd.w--current {
    color: var(--main-color);
  }

  .container {
    min-width: 100%;
  }

  .men-buttton1.hauptfarbe {
    text-align: center;
    width: 100%;
    padding: 15px;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--main-color);
  }

  .heading-links.heading-1 {
    text-align: center;
    letter-spacing: 0;
    margin-top: 0;
    font-size: 30px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .slider-100 {
    width: 100%;
    height: 100%;
  }

  .image-100.is-contain {
    object-fit: contain;
    background-color: #efefef;
  }

  .dropdown-toggle-12 {
    width: 100%;
  }

  .icon-dd {
    color: #333;
    margin-right: 0;
  }

  .text-wrapper {
    order: 9999;
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

  .inhalt-untereinander {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding: 0;
  }

  ._2er-grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .div-block-farbig-2 {
    padding: 20px;
  }

  .image-wrapper-3 {
    width: 100%;
    max-width: 100%;
  }

  .image-wrapper-3.smaller {
    height: 55vh;
    margin-bottom: 10px;
  }

  .grid-20 {
    width: 100%;
  }

  .link-block {
    width: 25px;
  }

  .forms-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .image-wrapper-70vh {
    width: 100%;
    max-width: 100%;
    height: 60vh;
  }

  .social-media-wrapper {
    bottom: 3%;
  }

  .image-101 {
    width: 45px;
  }

  .para.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .text_block {
    justify-content: center;
    align-items: flex-start;
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .cards-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
  }

  .inhalt-nebeneinander1-copy {
    flex-direction: column;
  }

  .div-abs.hauptfarbe {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .feature-image-top {
    margin-top: 0;
  }

  .feature-image-top.contain.gray {
    background-color: #373838;
  }

  .code-embed {
    margin-top: 20px;
  }

  ._2er-grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 15px;
    display: flex;
  }

  .left-arrow, .right-arrow {
    width: 55px;
  }

  .slider_images {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .dropdown-nav {
    width: 100%;
    min-width: 100%;
  }

  .dd_list {
    position: relative;
  }

  .dd_list.w--open {
    background-color: var(--highlights-color);
    padding: 5px 15px;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 55px;
  }

  .icon_small {
    font-size: 35px;
  }

  .slide-nav {
    height: 2rem;
    font-size: 12px;
  }

  .field_lable {
    width: 100%;
  }

  .success_block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success_block.highlights {
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 32vw;
  }

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

  .terminbutton.highlights.top-margin_round {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .divblock1 {
    height: auto;
  }

  .nav-link-1.heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .nav-menu-1.hauptfarbe {
    padding-top: 20vh;
  }

  .titel-start {
    height: 28rem;
  }

  .titelvideo1 {
    height: 100%;
  }

  .title_text {
    width: 100%;
    padding: 40px;
  }

  .subheading.heading-2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .slogan1.heading-1 {
    font-size: 30px;
  }

  .divider.highlights {
    width: 20vw;
  }

  .terminbutton-2.heading-1.highlights {
    font-size: 13px;
    line-height: 1.5;
  }

  .terminbutton-2.heading-1.hauptfarbe {
    margin-top: 10px;
    font-size: 13px;
  }

  .div-block-farbig-1 {
    height: auto;
  }

  .div-block-farbig-1.highlights:hover {
    transform: scale(1.01);
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 25px;
  }

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

  .text-mittig1.flie-text {
    font-size: 15px;
  }

  .text-mittig1.flie-text.padding {
    font-size: 13px;
  }

  .section-gro-e-abst-nde1 {
    padding: 40px;
  }

  .heading-mittig-klein1 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 22px;
  }

  .text-links1.flie-text {
    font-size: 15px;
  }

  .inhalt-untereinander1 {
    padding-right: 0;
  }

  .heading-klein-links.heading-2 {
    font-size: 20px;
  }

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

  .icon-1 {
    height: 40px;
  }

  .bild-section-cover1 {
    height: 40vh;
    padding: 20px;
  }

  .heading-footer.heading-3 {
    margin-bottom: 5px;
  }

  .footer-2.hauptfarbe {
    padding: 40px 20px;
  }

  .div-block-footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._3er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .maps1 {
    height: 25rem;
    margin-top: 20px;
  }

  .impdat {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .impdat.flie-text {
    padding: 40px;
  }

  .success {
    height: auto;
    padding: 40px;
  }

  .subheading-mittig3.heading-2, .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 20px;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .form1 {
    margin-top: 10px;
  }

  .text_field {
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 12px;
  }

  .text_field::placeholder {
    text-align: center;
  }

  .text_field.white::placeholder {
    text-align: left;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form-wrap.zweitfarbe {
    padding: 20px;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .image-wrapper, .image-wrapper._100, .image-wrapper._1 {
    height: 25rem;
  }

  .nav-men.hauptfarbe {
    padding: 8px 20px;
  }

  .nav-link.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .men-buttton1.hauptfarbe {
    padding: 12px;
  }

  .heading-links.heading-1 {
    margin-top: 0;
    font-size: 25px;
  }

  .text-wrapper {
    padding: 40px;
  }

  .inhalt-untereinander {
    padding-right: 0;
  }

  .div-block-farbig-2 {
    height: auto;
  }

  .image-wrapper-3.smaller {
    height: 25rem;
  }

  .grid-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .image-wrapper-70vh {
    height: 25rem;
  }

  .image-101 {
    width: 40px;
  }

  .para.flie-text {
    font-size: 15px;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .relative {
    height: 25rem;
  }

  .feature-image-top {
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow, .right-arrow {
    width: 50px;
  }

  .slider_images {
    height: 25rem;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 50px;
  }

  .icon_small {
    font-size: 30px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .success_block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success_block.highlights {
    padding: 40px;
  }

  .utility-page.highlights {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-116 {
    height: 5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .logo-img {
    width: 55vw;
  }

  .telefonnummer, .email, .adresse {
    font-size: 13.5px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .flie-text {
    font-size: 13.5px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .terminbutton.highlights.top-margin_round {
    margin-top: 10px;
  }

  .nav-link-1.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-menu-1.hauptfarbe {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .titelvideo1 {
    height: 100%;
  }

  .title_text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subheading.heading-2 {
    font-size: 18px;
  }

  .slogan1.heading-1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
  }

  .divider.highlights {
    width: 30vw;
  }

  .terminbutton-2.heading-1.highlights {
    font-size: 12px;
  }

  .terminbutton-2.hauptfarbe.heading-1 {
    font-size: 12px;
    line-height: 20px;
  }

  .inhalt-mittig-untereinander-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-farbig-1.highlights {
    padding: 15px;
  }

  .heading-mittig.heading-1 {
    font-size: 20px;
  }

  .text-mittig1.flie-text {
    font-size: 14px;
  }

  .text-mittig1.flie-text.padding {
    font-size: 12px;
  }

  .section-gro-e-abst-nde1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

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

  .heading-mittig-klein1.heading-2 {
    font-size: 20px;
  }

  .heading-mittig-klein1.heading-2.farbe-der-headings {
    white-space: normal;
  }

  .text-links1.flie-text {
    font-size: 14px;
  }

  .inhalt-untereinander1 {
    padding-right: 0;
  }

  .heading-klein-links.heading-2 {
    font-size: 18px;
  }

  .icon-1 {
    height: 35px;
  }

  .bild-section-cover1 {
    height: auto;
    padding: 20px;
  }

  ._3er-grid {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .impdat, .impdat.flie-text, .success {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .subheading-mittig3.heading-2, .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 18px;
  }

  .text_field {
    height: 2.6rem;
    padding: 8px 10px;
  }

  .text_field.cc-textarea, .text_field.cc_textarea {
    height: 5rem;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form-wrap.zweitfarbe {
    padding: 15px;
  }

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

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .image-wrapper.is-auto {
    height: auto;
  }

  .nav-men.hauptfarbe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .men-icon1 {
    font-size: 20px;
  }

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .men-buttton1.hauptfarbe {
    padding: 10px;
  }

  .heading-links.heading-1 {
    font-size: 20px;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

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

  .inhalt-untereinander {
    padding-right: 0;
  }

  .image-wrapper-3.smaller {
    background-color: #a69387;
  }

  .link-block {
    width: 30px;
  }

  .social-media-wrapper {
    bottom: 2%;
  }

  .image-101 {
    width: 35px;
  }

  .para.flie-text {
    font-size: 14px;
  }

  .div-abs.hauptfarbe {
    padding-top: 0;
    padding-bottom: 0;
    bottom: 2%;
    right: 3%;
  }

  .feature-image-top.contain {
    object-fit: cover;
  }

  .code-embed {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .left-arrow, .right-arrow, .left-arrow-2, .right-arrow-2 {
    width: 45px;
  }

  .icon_small {
    font-size: 25px;
  }

  .field_lable {
    font-size: 13px;
  }

  .success_block.highlights {
    padding: 20px;
  }

  .utility-page.highlights {
    padding: 10px 60px;
  }

  .wrapp {
    white-space: normal;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b3264723-1f67-3c85-b9cf-c48a3a61c8be-f14e9647 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}