@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
@keyframes rotation { from { transform: rotate(0deg); }
  to { transform: rotate(359deg); } }
@font-face { font-family: 'Newsletter Pro'; src: url("/fonts/newsletter_normal_09_2014-webfont.woff2") format("woff2"), url("/fonts/newsletter_normal_09_2014-webfont.woff") format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Newsletter Pro'; src: url("/fonts/newsletter_bold_09_2014-webfont.woff2") format("woff2"), url("/fonts/newsletter_bold_09_2014-webfont.woff") format("woff"); font-weight: bold; font-style: normal; }
@media screen, projection { :root { --fill: 1rem; }
  html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.15; scroll-behavior: smooth; overflow-x: hidden; }
  *, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
  body { max-width: 64em; margin: 0 auto; padding: 0 1rem; padding: 0 var(--fill); color: #1D1D1B; font-family: "Newsletter Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 100%; line-height: 1.5; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  article, aside, footer, header, nav, section, figcaption, figure, main, details, summary { display: block; }
  audio, video { display: inline-block; }
  h1, h2, h3 { text-align: center; }
  h1 { margin: 0; font-size: 100%; }
  h2 { margin: 2em 0 1em; font-size: 150%; line-height: 1.25; }
  h2:first-child { margin-top: 0; }
  h3 { margin: 2.25em 0 0 0; font-size: 100%; line-height: 1.25; font-weight: 600; }
  h3 + p { margin-top: 0; }
  h4 { margin: 1em 0 0 0; font-size: 100%; font-weight: 500; }
  h4 + p { margin-top: 0; }
  a { color: inherit; background-color: transparent; }
  b, strong { font-weight: bold; }
  img { max-width: 100%; height: auto; border: 0; -ms-interpolation-mode: bicubic; }
  svg { max-width: 100%; height: auto; }
  svg:not(:root) { overflow: hidden; }
  figure { margin-left: auto; margin-right: auto; }
  hr { width: 20%; height: 0; margin: 3em auto; border: 2px solid #1D1D1B; }
  .visually_hidden { position: absolute; clip: rect(0 0 0 0); overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; }
  [hidden] { display: none; }
  /* */
  header { margin: 1.5em auto; text-align: center; }
  header h1 { margin: 0 auto; max-width: 40em; }
  header img { width: 100%; }
  nav { position: -webkit-sticky; position: sticky; z-index: 10; top: 0; padding: .5em 0; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; border-bottom: 2px solid #6C8B5E; }
  nav a { color: #777; text-decoration: none; letter-spacing: .05em; }
  nav:before { content: ''; position: absolute; z-index: -1; top: -2px; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.95); border-top: 2px solid #6C8B5E; }
  section { position: relative; min-height: 90vh; padding: 3em 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
  section[id] { scroll-margin-top: 1.5em; }
  #ueber figcaption { display: none; }
  #arbeiten { min-height: initial; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #arbeiten figure { margin: 0 0 1.5em 0; margin-bottom: var(--fill); }
  #arbeiten img { display: block; }
  .ready img { cursor: pointer; transition: transform .25s ease-out; }
  .ready img:hover { transform: scale(0.96); }
  .ready figcaption { clip: rect(0 0 0 0); overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; }
  .has_overlay { overflow: hidden; }
  #overlay { overflow: auto; position: fixed; z-index: 10000; top: 0; bottom: 0; left: 110%; right: 0; width: 100%; opacity: 0; padding: 4em 1rem; padding: 4em var(--fill); display: -ms-flexbox; display: flex; background: #fff; transition: opacity 200ms linear, left 0s linear 200ms; }
  #overlay.open { left: 0; opacity: 1; transition: opacity 200ms linear, left 0s linear; }
  #overlay button { cursor: pointer; position: absolute; z-index: 10010; padding: 0; margin: 0; line-height: 1; border: none; outline: none; background: transparent; }
  #overlay:before { content: ''; position: absolute; z-index: -1; top: 50%; left: 50%; margin-left: -22px; margin-top: -22px; width: 44px; height: 44px; border: 8px solid #6C8B5E; border-top-color: #a1b897; border-radius: 50%; animation: rotation .8s infinite linear; }
  .btn_cls { top: .25em; right: 1rem; right: var(--fill); font-size: 2.5em; color: #1D1D1B; }
  .btn_nav { bottom: 1em; margin-top: -1em; width: 1.5em; }
  .btn_nav.prv { left: 1rem; left: var(--fill); }
  .btn_nav.nxt { right: 1rem; right: var(--fill); }
  .btn_nav svg { pointer-events: none; margin: auto; }
  #overlay_wrap { position: relative; z-index: 10002; margin: auto; max-width: 40em; background: #fff; }
  #overlay_image { position: relative; min-height: 88px; text-align: center; margin-bottom: 1.5em; }
  #overlay_image img { vertical-align: bottom; max-height: 50vh; }
  #backdrop { position: absolute; z-index: 10001; top: 0; left: 0; right: 0; bottom: 0; }
  #kontakt { -ms-flex-pack: center; justify-content: center; }
  #kontakt > div { -moz-columns: 2 14em; columns: 2 14em; -moz-column-gap: 3em; column-gap: 3em; }
  #kontakt p { text-align: left; margin: 0 0 1em; }
  #kontakt a { display: inline; text-decoration: none; }
  footer { position: relative; }
  footer h2 { -moz-column-span: all; column-span: all; font-size: 125%; }
  footer h2 + p { margin-top: 0; }
  footer h2:first-child { margin-top: 0; }
  footer h3 { text-align: left; }
  footer p, footer ul { page-break-inside: avoid; break-inside: avoid; }
  footer a { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
  .links { margin: 1.5em 0 0 0; padding: .5em 0; text-align: center; list-style: none; border-top: 2px solid #6C8B5E; }
  .links li { display: inline-block; margin-right: 1.5em; }
  .links a { color: #777; text-decoration: none; letter-spacing: .05em; }
  .smallprint { display: none; min-height: 100vh; padding-top: 4.5rem; padding-bottom: 1.5rem; -moz-columns: 2 19.6923076923em; columns: 2 19.6923076923em; -moz-column-gap: 1.5em; column-gap: 1.5em; font-size: 81.25%; }
  #impressum:target, #datenschutz:target { display: block; } }
@media only screen and (max-width: 24em) { :root { --fill: .5rem; } }
@media only screen and (min-width: 24em) { body:before { content: '24'; }
  #ueber > div { max-width: 40em; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }
  #ueber figure, #ueber figure + div { -ms-flex: 0 0 auto; flex: 0 0 auto; width: 49%; width: calc(50% - (var(--fill) / 2)); margin: 0; }
  #ueber figcaption { display: none; }
  #ueber p { margin-top: 0; }
  #arbeiten { -ms-flex-pack: justify; justify-content: space-between; }
  #arbeiten figure { -ms-flex: 0 0 auto; flex: 0 0 auto; width: 49%; width: calc(50% - (var(--fill) / 2)); -ms-flex-item-align: start; align-self: flex-start; }
  .ready figure { -ms-flex-item-align: center; align-self: center; } }
@media only screen and (min-width: 30em) { body:before { content: '30'; } }
@media only screen and (min-width: 34em) { body:before { content: '34'; }
  body { font-size: 106.25%; } }
@media only screen and (min-width: 44em) { :root { --fill: 2.25rem; }
  body:before { content: '44'; }
  #arbeiten figure { width: 32%; width: calc(33.33% - (var(--fill) / 2)); }
  #overlay { padding-left: 4rem; padding-right: 4rem; }
  .btn_cls { right: 1rem; }
  .btn_nav { bottom: auto; top: 50%; width: 2rem; margin-top: -1rem; }
  .btn_nav.prv { left: 1rem; }
  .btn_nav.nxt { right: 1rem; } }
@media only screen and (min-width: 64em) { body:before { content: '64'; }
  body { font-size: 112.5%; } }
@media print { * { color: #000 !important; text-shadow: none !important; background-color: transparent !important; }
  body { margin: 1cm; font: 12pt/1.2 'Helvetica Neue',sans-serif; }
  h1 { font-size: 125%; }
  h2 { font-size: 112.5%; }
  h3, h4, h5, h6 { font-size: 100%; margin: 0; }
  h2, h3 { page-break-after: avoid; }
  p, h2, h3 { orphans: 3; widows: 3; }
  ul, ol { page-break-inside: avoid; }
  li { margin: 0 0 0 1em; padding: 0; }
  a, a:visited { text-decoration: underline; }
  img { max-width: 100% !important; height: auto; page-break-inside: avoid; }
  figure { margin: 1em auto; }
  hr { margin: 2em 0; border: 0; border-bottom: 1px solid #000; }
  section { clear: both; }
  #ueber img { float: right; margin: 0 0 1.5em 1.5em; }
  nav, #ueber h2, iframe, audio, footer { display: none; } }
body:before { position: fixed; z-index: 1000; bottom: 10px; right: 10px; padding: .5em 2em; color: #fff; background: rgba(0, 0, 0, 0.7); -webkit-font-smoothing: antialiased; }

body:before { content: none !important; }
