/*
Theme Name: F-Montagen
Theme URI: https://f-montagen.de/
Author: F-Montagen
Description: Maßgeschneidertes One-Page-Theme für F-Montagen.
Version: 1.0.5
Text Domain: f-montagen
*/

@import url("assets/site.css");

@font-face {
  font-family: "Geist";
  src: url("assets/geist.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "Geist Mono";
  src: url("assets/geist-mono.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --font-geist-sans: "Geist", Arial, sans-serif;
  --font-geist-mono: "Geist Mono", monospace;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-notice {
  margin: 0 0 1.25rem;
  border-left: 3px solid var(--gold);
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.form-notice.is-success { border-color: #71b687; }
.form-notice.is-error { border-color: #d36b5d; }
.form-honeypot { position: absolute !important; left: -9999px !important; }

.admin-bar .site-header { top: 32px; }
.form-type { cursor: pointer; }
.inquiry-form > small a {
  color: #0a0b0c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-type input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

.legal-document {
  min-height: 75vh;
  background: var(--paper);
  color: var(--ink-2);
  padding: 245px 0 130px;
}
.legal-grid {
  display: grid;
  grid-template-columns: minmax(250px, .55fr) minmax(0, 1.45fr);
  gap: 90px;
  align-items: start;
}
.legal-title {
  position: sticky;
  top: 150px;
}
.legal-title h1 {
  margin-top: 18px;
  letter-spacing: -.055em;
  text-transform: uppercase;
  font-size: clamp(44px, 4.25vw, 68px);
  font-weight: 800;
  line-height: .95;
}
.legal-title > p:last-child {
  margin-top: 24px;
  color: #6f6a62;
  font-size: 11px;
}
.legal-content {
  max-width: 820px;
  font-size: 15px;
  line-height: 1.8;
}
.legal-content h2 {
  margin: 54px 0 16px;
  letter-spacing: -.025em;
  font-size: 27px;
  font-weight: 750;
  line-height: 1.2;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  margin: 32px 0 10px;
  font-size: 18px;
  font-weight: 750;
}
.legal-content p { margin: 0 0 18px; }
.legal-content ul {
  margin: 0 0 20px;
  padding-left: 22px;
  list-style: square;
}
.legal-content a {
  color: #9d571f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content hr {
  border-top: 1px solid #0b0c0d24;
  margin: 42px 0;
}
@media (max-width: 900px) {
  .legal-document { padding-top: 205px; }
  .legal-grid { grid-template-columns: 1fr; gap: 55px; }
  .legal-title { position: static; }
}
@media (max-width: 680px) {
  .legal-document { padding: 165px 0 90px; }
  .legal-grid { gap: 42px; }
  .legal-title h1 { font-size: 44px; }
  .legal-content { font-size: 14px; line-height: 1.72; }
  .legal-content h2 { margin-top: 42px; font-size: 24px; }
}
/*
Theme Name: F-Montagen
Theme URI: https://f-montagen.de/
Author: F-Montagen
Description: Maßgeschneidertes One-Page-Theme für F-Montagen.
Version: 1.0.3
Text Domain: f-montagen
*/

@import url("assets/site.css");

@font-face {
  font-family: "Geist";
  src: url("assets/geist.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "Geist Mono";
  src: url("assets/geist-mono.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --font-geist-sans: "Geist", Arial, sans-serif;
  --font-geist-mono: "Geist Mono", monospace;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-notice {
  margin: 0 0 1.25rem;
  border-left: 3px solid var(--gold);
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.form-notice.is-success { border-color: #71b687; }
.form-notice.is-error { border-color: #d36b5d; }
.form-honeypot { position: absolute !important; left: -9999px !important; }

.admin-bar .site-header { top: 32px; }
.form-type { cursor: pointer; }
.inquiry-form > small a {
  color: #0a0b0c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-type input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

.legal-document {
  min-height: 75vh;
  background: var(--paper);
  color: var(--ink-2);
  padding: 245px 0 130px;
}
.legal-grid {
  display: grid;
  grid-template-columns: minmax(250px, .55fr) minmax(0, 1.45fr);
  gap: 90px;
  align-items: start;
}
.legal-title {
  position: sticky;
  top: 150px;
}
.legal-site .legal-title h1 {
  margin-top: 18px;
  letter-spacing: -.055em;
  text-transform: uppercase;
  font-size: clamp(44px, 4.25vw, 68px);
  font-weight: 800;
  line-height: .95;
}
.legal-title > p:last-child {
  margin-top: 24px;
  color: #6f6a62;
  font-size: 11px;
}
.legal-content {
  max-width: 820px;
  font-size: 15px;
  line-height: 1.8;
}
.legal-content h2 {
  margin: 54px 0 16px;
  letter-spacing: -.025em;
  font-size: 27px;
  font-weight: 750;
  line-height: 1.2;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  margin: 32px 0 10px;
  font-size: 18px;
  font-weight: 750;
}
.legal-content p { margin: 0 0 18px; }
.legal-content ul {
  margin: 0 0 20px;
  padding-left: 22px;
  list-style: square;
}
.legal-content a {
  color: #9d571f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content hr {
  border-top: 1px solid #0b0c0d24;
  margin: 42px 0;
}
@media (max-width: 900px) {
  .legal-document { padding-top: 205px; }
  .legal-grid { grid-template-columns: 1fr; gap: 55px; }
  .legal-title { position: static; }
}
@media (max-width: 680px) {
  .legal-document { padding: 165px 0 90px; }
  .legal-grid { gap: 42px; }
  .legal-title h1 { font-size: 44px; }
  .legal-content { font-size: 14px; line-height: 1.72; }
  .legal-content h2 { margin-top: 42px; font-size: 24px; }
}
/*
Theme Name: F-Montagen
Theme URI: https://f-montagen.de/
Author: F-Montagen
Description: Maßgeschneidertes One-Page-Theme für F-Montagen.
Version: 1.0.4
Text Domain: f-montagen
*/

@import url("assets/site.css");

@font-face {
  font-family: "Geist";
  src: url("assets/geist.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "Geist Mono";
  src: url("assets/geist-mono.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --font-geist-sans: "Geist", Arial, sans-serif;
  --font-geist-mono: "Geist Mono", monospace;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-notice {
  margin: 0 0 1.25rem;
  border-left: 3px solid var(--gold);
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.form-notice.is-success { border-color: #71b687; }
.form-notice.is-error { border-color: #d36b5d; }
.form-honeypot { position: absolute !important; left: -9999px !important; }

.admin-bar .site-header { top: 32px; }
.form-type { cursor: pointer; }
.inquiry-form > small a {
  color: #0a0b0c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-type input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

.legal-document {
  min-height: 75vh;
  background: var(--paper);
  color: var(--ink-2);
  padding: 245px 0 130px;
}
.legal-grid {
  display: grid;
  grid-template-columns: minmax(250px, .55fr) minmax(0, 1.45fr);
  gap: 90px;
  align-items: start;
}
.legal-title {
  position: sticky;
  top: 150px;
}
.legal-site .legal-title h1 {
  margin-top: 18px;
  letter-spacing: -.055em;
  text-transform: uppercase;
  font-size: clamp(44px, 4.25vw, 68px);
  font-weight: 800;
  line-height: .95;
}
.legal-title > p:last-child {
  margin-top: 24px;
  color: #6f6a62;
  font-size: 11px;
}
.legal-content {
  max-width: 820px;
  font-size: 15px;
  line-height: 1.8;
}
.legal-content h2 {
  margin: 54px 0 16px;
  letter-spacing: -.025em;
  font-size: 27px;
  font-weight: 750;
  line-height: 1.2;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  margin: 32px 0 10px;
  font-size: 18px;
  font-weight: 750;
}
.legal-content p { margin: 0 0 18px; }
.legal-content ul {
  margin: 0 0 20px;
  padding-left: 22px;
  list-style: square;
}
.legal-content a {
  color: #9d571f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content hr {
  border-top: 1px solid #0b0c0d24;
  margin: 42px 0;
}
@media (max-width: 900px) {
  .legal-document { padding-top: 205px; }
  .legal-grid { grid-template-columns: 1fr; gap: 55px; }
  .legal-title { position: static; }
}
@media (max-width: 680px) {
  .legal-document { padding: 165px 0 90px; }
  .legal-grid { gap: 42px; }
  .legal-title h1 { font-size: 44px; }
  .legal-content { font-size: 14px; line-height: 1.72; }
  .legal-content h2 { margin-top: 42px; font-size: 24px; }
}
/*
Theme Name: F-Montagen
Theme URI: https://f-montagen.de/
Author: F-Montagen
Description: Maßgeschneidertes One-Page-Theme für F-Montagen.
Version: 1.0.4
Text Domain: f-montagen
*/

@import url("assets/site.css");

@font-face {
  font-family: "Geist";
  src: url("assets/geist.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "Geist Mono";
  src: url("assets/geist-mono.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --font-geist-sans: "Geist", Arial, sans-serif;
  --font-geist-mono: "Geist Mono", monospace;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-notice {
  margin: 0 0 1.25rem;
  border-left: 3px solid var(--gold);
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.form-notice.is-success { border-color: #71b687; }
.form-notice.is-error { border-color: #d36b5d; }
.form-honeypot { position: absolute !important; left: -9999px !important; }

.admin-bar .site-header { top: 32px; }
.form-type { cursor: pointer; }
.inquiry-form > small a {
  color: #0a0b0c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-type input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

.legal-document {
  min-height: 75vh;
  background: var(--paper);
  color: var(--ink-2);
  padding: 245px 0 130px;
}
.legal-grid {
  display: grid;
  grid-template-columns: minmax(250px, .55fr) minmax(0, 1.45fr);
  gap: 90px;
  align-items: start;
}
.legal-title {
  position: sticky;
  top: 150px;
}
.legal-site .legal-title h1 {
  margin-top: 18px;
  letter-spacing: -.055em;
  text-transform: uppercase;
  font-size: clamp(44px, 4vw, 64px);
  font-weight: 800;
  line-height: .95;
}
.legal-title > p:last-child {
  margin-top: 24px;
  color: #6f6a62;
  font-size: 11px;
}
.legal-content {
  max-width: 820px;
  font-size: 15px;
  line-height: 1.8;
}
.legal-content h2 {
  margin: 54px 0 16px;
  letter-spacing: -.025em;
  font-size: 27px;
  font-weight: 750;
  line-height: 1.2;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  margin: 32px 0 10px;
  font-size: 18px;
  font-weight: 750;
}
.legal-content p { margin: 0 0 18px; }
.legal-content ul {
  margin: 0 0 20px;
  padding-left: 22px;
  list-style: square;
}
.legal-content a {
  color: #9d571f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content hr {
  border-top: 1px solid #0b0c0d24;
  margin: 42px 0;
}
@media (max-width: 900px) {
  .legal-document { padding-top: 205px; }
  .legal-grid { grid-template-columns: 1fr; gap: 55px; }
  .legal-title { position: static; }
}
@media (max-width: 680px) {
  .legal-document { padding: 165px 0 90px; }
  .legal-grid { gap: 42px; }
  .legal-title h1 { font-size: 44px; }
  .legal-content { font-size: 14px; line-height: 1.72; }
  .legal-content h2 { margin-top: 42px; font-size: 24px; }
}

.form-type input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

.legal-document {
  min-height: 75vh;
  background: var(--paper);
  color: var(--ink-2);
  padding: 245px 0 130px;
}
.legal-grid {
  display: grid;
  grid-template-columns: minmax(250px, .55fr) minmax(0, 1.45fr);
  gap: 90px;
  align-items: start;
}
.legal-title {
  position: sticky;
  top: 150px;
}
.legal-title h1 {
  margin-top: 18px;
  letter-spacing: -.055em;
  text-transform: uppercase;
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 800;
  line-height: .95;
}
.legal-title > p:last-child {
  margin-top: 24px;
  color: #6f6a62;
  font-size: 11px;
}
.legal-content {
  max-width: 820px;
  font-size: 15px;
  line-height: 1.8;
}
.legal-content h2 {
  margin: 54px 0 16px;
  letter-spacing: -.025em;
  font-size: 27px;
  font-weight: 750;
  line-height: 1.2;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  margin: 32px 0 10px;
  font-size: 18px;
  font-weight: 750;
}
.legal-content p { margin: 0 0 18px; }
.legal-content ul {
  margin: 0 0 20px;
  padding-left: 22px;
  list-style: square;
}
.legal-content a {
  color: #9d571f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content hr {
  border-top: 1px solid #0b0c0d24;
  margin: 42px 0;
}
@media (max-width: 900px) {
  .legal-document { padding-top: 205px; }
  .legal-grid { grid-template-columns: 1fr; gap: 55px; }
  .legal-title { position: static; }
}
@media (max-width: 680px) {
  .legal-document { padding: 165px 0 90px; }
  .legal-grid { gap: 42px; }
  .legal-title h1 { font-size: 44px; }
  .legal-content { font-size: 14px; line-height: 1.72; }
  .legal-content h2 { margin-top: 42px; font-size: 24px; }
}


@media (max-width: 680px) {
  body.home .hero-image {
    width: 100%;
    left: 0;
    right: 0;
    object-position: 72% center;
  }
}
