html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}
audio:not([controls]) {
  height: 0;
  display: none;
}
[hidden], template {
  display: none;
}
a {
  background-color: #0000;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}
h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}
h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0 0 10px;
}
figcaption {
  text-align: center;
  margin-top: 5px;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
.list-plain {
  padding-left: 0;
  list-style: none;
}
.embed:before, .embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.embed:after {
  clear: both;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}
label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}
.rich-text:before, .rich-text:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.rich-text:after {
  clear: both;
}
.rich-text[contenteditable="true"]:before, .rich-text[contenteditable="true"]:after {
  white-space: initial;
}
.rich-text ol, .rich-text ul {
  overflow: hidden;
}
.rich-text figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}
.rich-text figure {
  max-width: 60%;
  position: relative;
}
.rich-text figure > div:before {
  cursor: default !important;
}
.rich-text figure img {
  width: 100%;
}
.rich-text figure div {
  color: #0000;
  font-size: 0;
}
.rich-text figure[data-rt-type="image"] {
  display: table;
}
.rich-text figure[data-rt-type="image"] > div {
  display: inline-block;
}
.rich-text figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.rich-text figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.rich-text figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rich-text figure[data-rt-type="video"] > div {
  width: 100%;
}
[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Fa brands 400";
  src: url("../fonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Rosarivo;
  src: url("../fonts/rosarivo-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Rosarivo;
  src: url("../fonts/rosarivo-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --white: white;
  --wheat: #e7d29b;
  --black: #2c2d2c;
  --light-grey: #cfcfcf;
  --black-2: #141414;
  --burlywood: #f1b863;
}
body {
  background-color: #000;
  font-family: Rosarivo, sans-serif;
}
h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rosarivo, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 80px;
}
h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Rosarivo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}
h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Rosarivo, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}
h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rosarivo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rosarivo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rosarivo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
p {
  color: #fff;
  font-family: Rosarivo, sans-serif;
  line-height: 28px;
}
a {
  color: var(--wheat);
  font-family: Rosarivo, sans-serif;
  font-size: 15px;
  text-decoration: none;
}
ul {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
.page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.split-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.nav-wrap {
  background-color: #0000;
  flex: 1;
  order: -1;
}
.nav-link {
  color: #fff;
  font-family: Rosarivo, sans-serif;
  font-size: 14px;
}
.nav-link:hover, .nav-link.is-current {
  color: var(--wheat);
}
.site-header {
  z-index: 90;
  background-image: linear-gradient(#000, #fff0);
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}
.header-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.text-dark {
  color: #000;
}
.about-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.about-image {
  border-right: 2px solid #000;
  padding-right: 25px;
}
.about-claim {
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}
.about-text {
  margin-left: 25px;
}
.info-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}
.info {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.info-images {
  flex-direction: column;
  height: 600px;
  display: flex;
}
.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.contact-rule {
  background-color: #ffffff80;
  height: 2px;
}
.contact-image {
  margin-right: 50px;
}
.container-flex {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.header-inner {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.site-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mr-25 {
  margin-right: 25px;
}
.social-link {
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-decoration: none;
}
.social-link:hover {
  color: #a36200;
}
.footer-inner {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.footer-social {
  line-height: 40px;
}
.pricing-icon {
  max-width: 50px;
  margin-bottom: 25px;
}
.is-bold {
  font-weight: 700;
}
.brand-logo {
  width: 500px;
}
.price-list {
  color: #fff;
  flex-wrap: wrap;
  place-content: space-between center;
  align-items: stretch;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 30px;
}
.footer-link {
  text-decoration: none;
}
.footer-link:hover {
  color: #e7d29b80;
}
.pricing {
  padding: 25px 10px 50px;
}
.price-row {
  justify-content: space-between;
  display: flex;
}
.price-amount {
  font-size: 32px;
  line-height: 40px;
}
.heading-accent {
  color: var(--wheat);
}
.about {
  background-color: #fff;
  padding: 80px 10px;
}
.info-inner {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.list-plain {
  list-style-type: none;
}
.phone {
  margin-top: 25px;
  font-size: 20px;
}
.brand-tagline {
  color: var(--wheat);
  font-size: 25px;
  line-height: 35px;
}
.brand-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.hero-media {
  background-image: url("../assets/hero-image.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 2000px;
  height: 800px;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
}
.rich-text {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .split-grid {
    grid-template-columns: 1fr;
  }
  .nav-wrap {
    background-color: var(--black);
  }
  .nav-link {
    background-color: var(--black-2);
    min-width: 200px;
  }
  .about-grid {
    grid-template-columns: 2.5fr;
  }
  .info-grid {
    grid-template-columns: 1fr;
  }
  .info-images {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: .25fr .5fr;
  }
  .heading-accent {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .split-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
  .mb-50 {
    font-size: 25px;
  }
  .text-dark.mb-50.about-claim {
    font-size: 20px;
  }
  .about-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
  .brand-tagline {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .site-header {
    background-image: linear-gradient(#000000e6, #000000e6);
  }
  .header-bar {
    flex: 1;
  }
  .text-dark.mb-50.about-claim {
    font-size: 16px;
    line-height: 30px;
  }
  .about-grid {
    line-height: 30px;
  }
  .about-text {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
  .pricing-main {
    margin-bottom: 50px;
  }
  .brand-grid {
    grid-template-columns: 1fr;
  }
  .hero-media {
    background-position: 50%;
    background-size: contain;
    height: 450px;
  }
}
/* ---------------------------------------------------------------------------
   Uebernommen aus aufgeloesten Webflow-Konstrukten:
   w-inline-block (Footer- und Social-Links) und die Grid-Ausrichtung, die
   vorher an generierten IDs wie #w-node-_8bb1e862-ad83-... hing.
   --------------------------------------------------------------------------- */
.footer-link,
.social-link {
  max-width: 100%;
  display: inline-block;
}

.brand-text,
.info-text,
.pricing-main,
.contact-image {
  align-self: center;
}

.info-images {
  justify-self: end;
}

.footer-social {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  .info-images {
    justify-self: center;
  }
}
