@font-face {
  font-family: "Kinto Sans";
  src: url("../assets/fonts/KintoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kinto Sans";
  src: url("../assets/fonts/KintoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
  font-family: "Kinto Sans";
  src: url("../assets/fonts/KintoSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kinto Sans Med";
  src: url("../assets/fonts/KintoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kinto Sans";
  src: url("../assets/fonts/KintoSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kinto Sans";
  src: url("../assets/fonts/KintoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
  */
@font-face {
  font-family: "Vollkorn";
  src: url("../assets/fonts/Vollkorn-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vollkorn";
  src: url("../assets/fonts/Vollkorn-Semibold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vollkorn";
  src: url("../assets/fonts/Vollkorn-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*END FONTS*/

html {
  color: #222;
  font-size: 1em;
  font-family: "Kinto Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  background-color: var(--cl-light);
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

:root {
  --cl-light: #fffcf1;
  --cl-orange: #ff6f22;
  --cl-light-orange: #fc9831;
  --cl-green: oklch(0.4371 0.0901 165.92);
  --cl-signal-green: oklch(86.543% 0.14426 170.461);
  --cl-deep-green: oklch(29.21% 0.04616 162.73);
  --cl-yellow: #fdc433;
  --cl-lighter-green: #c1dbb3;
  --cl-light-green: #81a773;
  --cl-fastblack: #343434;

  --dim-max-width: clamp(320px, 60rem, 75rem);
  --dim-safe-padding: 3ch;
  --dim-xs: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  --dim-s: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  --dim-m: clamp(1.6875rem, 1.6875rem + 0vw, 1.6875rem);
  --dim-l: clamp(2.25rem, 2.25rem + 0vw, 2.25rem);
  --dim-xl: clamp(3.375rem, 3.375rem + 0vw, 3.375rem);
  --dim-2xl: clamp(4.5rem, 4.5rem + 0vw, 4.5rem);
  --dim-3xl: clamp(6.75rem, 6.75rem + 0vw, 6.75rem);

  /* @link https://utopia.fyi/type/calculator?c=360,18,1.2,1240,20,1.25,4,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,xl,xl,12 */

  --step--2: clamp(0.7813rem, 0.7736rem + 0.0341vw, 0.8rem);
  --step--1: clamp(0.9375rem, 0.9119rem + 0.1136vw, 1rem);
  --step-0: clamp(1.125rem, 1.0739rem + 0.2273vw, 1.25rem);
  --step-1: clamp(1.35rem, 1.2631rem + 0.3864vw, 1.5625rem);
  --step-2: clamp(1.62rem, 1.4837rem + 0.6057vw, 1.9531rem);
  --step-3: clamp(1.944rem, 1.7405rem + 0.9044vw, 2.4414rem);
  --step-4: clamp(2.3328rem, 2.0387rem + 1.3072vw, 3.0518rem);
}

/*Modifiers*/
.nospacebottom {
  margin-bottom: 0;
}

.nospacetop {
  margin-top: 0;
}

. h1 {
  font-size: var(--step-4);
  margin: var(--dim-l) 0;
}

h2 {
  font-size: var(--step-3);
  margin: var(--dim-m) 0;
}

h3 {
  font-size: var(--step-2);
  margin: var(--dim-s) 0;
}

p {
  font-size: var(--step-1);
  margin: var(--dim-xs) 0;
}

.logo {
  width: clamp(225px, 76vw, 28rem);
}

a {
}

/*GLASS*/

/*END GLASS*/

body {
  margin: 0;
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.layoutbasic {
  padding: var(--dim-s);
  box-sizing: border-box;
}

main {
  width: 100vw;
  max-width: var(--dim-max-width);
  margin: 0 auto;
  justify-self: center;
}

headerwrapper {
  max-width: var(--dim-max-width);
}

footer {
  background-color: var(--cl-green);
  padding-top: var(--dim-s);
}

footer * {
  color: var(--cl-light);
}
.rockbottom {
  background-color: var(--cl-deep-green);
  min-height: 20px;
  padding-bottom: var(--dim-l);
  margin-top: var(--dim-m);
  padding-top: var(--dim-s);
}
.rockbottom > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

.meta {
  font-size: var(--step--2);
  min-height: var(--dim-s);
  opacity: 0.5;
  padding-bottom: 2px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  display: flex;
  gap: 1ch;
}

.flexgrow {
  flex-grow: 1;
  min-width: 10ch;
}

.maxwidth {
  max-width: var(--dim-max-width);
}

.centered {
  margin: 0 auto;
}

.centerchildren {
  display: flex;
  justify-content: center;
}

/*Custom Blocks*/

.lumicard {
  box-sizing: border-box;
  width: clamp(200px, 100%, 437px);
  height: auto;
  border-radius: 30px;
  margin-bottom: var(--dim-l);
  background: var(--cl-green);
}

.lumicard h3 {
  padding: 0;
  margin: 0;
  color: var(--cl-light);
  padding-bottom: var(--dim-xs);
}

.lumicard .wrapper {
  padding: var(--dim-safe-padding);
  padding-bottom: 0;
  background: var(--cl-green);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -126px;
  z-index: 1;
  position: relative;
}

.lumicard img.cardbanner {
  width: 100%;
  display: block;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.lumicard a {
  color: var(--cl-light);
  font-size: var(--step-0);
  color: var(--cl-light);
  margin-top: var(--dim-xs);
  text-underline-offset: 8px;
  text-decoration-style: dashed;
}

.lumicard a:hover,
.lumicard a:focus {
  text-decoration-thickness: 3px;
  text-decoration-style: unset;
}

.lumicard .cta {
  background-color: var(--cl-lighter-green);
  padding-top: ;
  padding: 10px 34px;
  border-radius: 28px;
  border: 3px solid var(--cl-light);
  color: var(--cl-fastblack);
  font-weight: 600;
  margin-top: 3px;
  transform: translateY(20px);
  text-decoration: none;
}

.lumicard .cta:hover,
.lumicard .cta:focus {
  background-color: var(--cl-orange);
  color: var(--cl-light);
  border-width: 5px;
}

.lumicard .inline-a-iconized {
  display: flex;
  font-size: var(--step--1);
}

.inline-a-iconized::before {
  width: 47px;
  padding-right: 10px;
  transform: translateY(-5px);
}

.lumicard .cta {
  background-color: var(--cl-orange);
  color: var(--cl-light);
}

.a-phone::before {
  content: url(https://krzn.ch/lp/bald//img/phone.svg);
}

.a-mail::before {
  content: url(https://krzn.ch/lp/bald//img/mail.svg);
}

/*==============================*/

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
