@charset "UTF-8";
/*!
Theme Name: Schneider Gmür Architekten
Author: Tobias Vogler
Version: 1.0
Text Domain: schneidergmuer
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * Breakpoints
 */
/*
 * Dimensions
 */
/*
 * Neat Grid Settings
 */
/*
 * Typography
 */
/**
 * Icon SpriteSheet
 * @param $pos int Index of desired icon. Defaults to 8 (blank).
 *         0 Menu toggler
 *         1 Menu toggler active
 *         2 Home carousel previous
 *         3 Home carousel next
 *         4 Lightbox previous
 *         5 Lightbox next
 *         6 Lightbox close
 *         7 Menu close
 *         8 Facebook
 *         9 Twitter
 *        10 Linkedin
 *        11 Xing
 *        12 Pinterest
 *        13 Sticker bubble
 *        14 Project browse prev
 *        15 Project browse next
 *        16 Projects overview stack
 *        17 Projects overview grid
 * @param $size int Size (height) of containing element in pixels for responsiveness
 */
/*
 * Colors
 */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

html {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
html.noscroll {
  overflow-y: hidden;
}
html.noscroll body {
  overflow-y: hidden;
  padding-right: 17px;
}
@media (orientation: portrait) {
  html.noscroll body {
    padding-right: 0;
  }
}

*:focus {
  outline: 1px dotted #bbb;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 94%;
  padding-top: 49px;
  background: white;
  color: #1d1d1b;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
@media (min-width: 768px) {
  body {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 100%;
  }
}

/*
 * All enclosing container except footer
 * Using flexbox for the sticky footer
 * https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/
 */
.main-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  flex: 1 0 auto;
}

/*
 * Content enclosing container
 * adds side gutters on smaller screens
 */
.site-padding, #sticker-wrapper {
  padding: 0 12px;
}
@media (min-width: 1024px) {
  .site-padding, #sticker-wrapper {
    padding: 0 18px;
  }
}

h1,
h2,
h3 {
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

p {
  margin: 0 0 1.6em;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  border: 0;
  color: #1d1d1b;
  text-decoration: none;
}

p a {
  color: #477f8d;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

button {
  border: 0;
  padding: 0.4em 0 0.4em;
  border-radius: 0;
  background-color: transparent;
}

/*
 * Site header bar
 * Fixed on mobile, static/relative on larger screens.
 * Houses menu-toggler, logo and the main menu.
 */
#site-header {
  position: fixed;
  z-index: 11000;
  top: 0;
  left: 0;
  right: 0;
  background: white;
}
#site-header .content {
  padding: 0;
  border: 0;
}
@media (min-width: 768px) {
  #site-header {
    position: static;
  }
}

/*
 * Assistive skip-to-content link
 * Hidden until focused (by tabbing/other means).
 */
#skip-nav {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: -10000px;
  padding: 1rem;
  background: white;
}
#skip-nav:focus {
  left: 0;
}

#site-header-bar .content {
  position: relative;
}

/*
 * Logo
 */
#schneidergmuer-logo {
  display: block;
  box-sizing: border-box;
  width: 86px;
  height: auto;
  line-height: 56px;
}
#schneidergmuer-logo img {
  width: 86px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  #schneidergmuer-logo {
    width: 124px;
    line-height: 75px;
  }
  #schneidergmuer-logo img {
    width: 124px;
    top: -1px;
  }
}
@media (min-width: 1200px) {
  #schneidergmuer-logo {
    line-height: 86px;
  }
}

/*
 * Button that toggles the main menu
 */
#toggle-menu {
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 14000;
  box-sizing: border-box;
  overflow: hidden;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: 0px 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  text-indent: -9999em;
}
#toggle-menu.active {
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -56px 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #toggle-menu {
    right: -20px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-image: url(dist/img/icon-sheet-04.svg);
    background-position: 0px 0;
    background-repeat: no-repeat;
  }
  #toggle-menu.active {
    position: fixed;
    right: -7.5px;
    background-image: url(dist/img/icon-sheet-04.svg);
    background-position: -525px 0;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1025px) {
  #toggle-menu {
    top: 6px;
  }
  #toggle-menu.active {
    right: 0;
  }
}

#instagram {
  position: absolute;
  top: 0;
  right: 41px;
  z-index: 11000;
  box-sizing: border-box;
  overflow: hidden;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-image: url(dist/img/instagram-01.svg);
  background-position: 0px 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  text-indent: -9999em;
}
#instagram:hover, #instagram.active {
  background-image: url(dist/img/instagram-01.svg);
  background-position: -56px 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #instagram {
    right: 60px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-image: url(dist/img/instagram-01.svg);
    background-position: 0px 0;
    background-repeat: no-repeat;
  }
  #instagram:hover, #instagram.active {
    background-image: url(dist/img/instagram-01.svg);
    background-position: -75px 0;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1025px) {
  #instagram {
    top: 6px;
  }
  #instagram.active {
    right: 75px;
  }
}

/*
 * Navigation menus
 * Main and Footer menu
 * Common style and specs
 */
#site-menu nav > ul,
#footer-menu nav > ul {
  margin: 0;
  padding: 1.5em 0;
}
#site-menu nav > ul ul,
#footer-menu nav > ul ul {
  margin-bottom: 1em;
}
#site-menu a,
#footer-menu a {
  font-weight: 400;
  text-transform: uppercase;
}
#site-menu a:link, #site-menu a:visited,
#footer-menu a:link,
#footer-menu a:visited {
  color: rgb(146, 146, 146);
}
#site-menu .margin-after,
#footer-menu .margin-after {
  margin-bottom: 1em;
}

#site-menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding-top: 75px;
  background: white;
  color: #1d1d1b;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  transition: transform 0.3s ease-out;
  transform: translateX(100%);
}
#site-menu.in {
  transform: translateX(0);
}
#site-menu nav {
  box-sizing: border-box;
  height: 100%;
  width: 110%;
  overflow: auto;
  padding-bottom: 75px;
  padding-right: 10%;
}
#site-menu a {
  display: block;
  padding: 0.1em 1.65em;
}
#site-menu a:link, #site-menu a:visited {
  font-weight: 300;
}
@media (min-width: 768px) {
  #site-menu {
    position: fixed;
    width: 20em;
    height: 100vh;
    font-weight: 300;
  }
  #site-menu a {
    line-height: 1.3;
  }
}

#menu-shade {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

#footer-menu {
  max-width: 1000px;
  margin: 0 auto;
}
#footer-menu li a {
  display: block;
}
#footer-menu .margin-after:first-of-type {
  margin-bottom: 0;
}
#footer-menu #footer-contact {
  padding: 1.5em 1.5em 1.5em 0;
}
@media (min-width: 768px) {
  #footer-menu nav > ul {
    float: left;
  }
  #footer-menu #footer-contact {
    float: right;
    width: 33%;
  }
}
@media (min-width: 980px) {
  #footer-menu {
    font-size: 0.95em;
  }
  #footer-menu nav > ul > li {
    float: left;
    max-width: 13em;
    margin-right: 50px;
  }
  #footer-menu nav > ul > li:nth-child(1), #footer-menu nav > ul > li:nth-child(2) {
    float: none;
  }
  #footer-menu #footer-contact {
    margin-top: 4.2em;
    width: auto;
  }
}

/*
 * Footer box
 */
footer {
  margin-top: 7em;
  padding: 1.5em 0;
  background: white;
  color: rgb(76, 76, 76);
  font-size: 0.75em;
  font-weight: 400;
  text-transform: uppercase;
}
footer ul {
  margin: 0;
}

.footer-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 0.5em;
  border-top: 12px solid rgb(240, 240, 240);
}

.content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.content.home {
  max-width: 1400px;
}
@media (min-width: 768px) {
  .content {
    border-top: 1px solid #c7c7c6;
  }
  .content.main {
    margin-top: 28px;
  }
  .content.home {
    border-top: 0;
  }
}

.content-text {
  max-width: 540px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.top-close {
  margin-bottom: 1em;
  text-align: center;
}

.toggleable {
  display: none;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

/**
 * Button (fine style, Share)
 */
.fine-button {
  width: 125px;
  margin: 0.5em;
  padding: 0.2em 0 0.15em;
  background: white;
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  font-weight: 400;
  font-size: 0.7em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-header {
  text-align: center;
}

h1 {
  margin-top: 0.25em;
  margin-bottom: 0.6em;
  font-family: "Rajdhani", "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 1.4em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 1.4em;
  }
}

.index-parent h1 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

h2 {
  margin: 0;
  font-size: 1em;
  text-align: center;
}

.index-parent {
  font-size: 0.75em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .index-parent {
    font-size: 0.9em;
  }
}

article.single-projekt header {
  text-align: center;
}
article.single-projekt header p {
  margin-top: -1em;
  margin-bottom: 1em;
}
article.single-projekt h1 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
article.single-projekt p {
  margin-top: 0;
}
article.single-projekt table {
  width: 100%;
  margin: 0.5em 0 2em;
  border-collapse: collapse;
  border: 0;
  font-size: 0.9em;
}
article.single-projekt tr {
  border-style: solid;
  border-color: #c7c7c6;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
article.single-projekt td {
  padding: 0.1em 0;
}
article.single-projekt td:first-child {
  width: 12em;
}
@media (min-width: 568px) {
  article.single-projekt h1 {
    max-width: none;
  }
}

/*
 * Button toggle projekttext
 * Arrow up/down
 */
.toggle-projekt-text {
  overflow: hidden;
  width: 125px;
  background: transparent url(dist/img/open-projekt-text.svg) 50% 50% no-repeat;
  border: 0;
  text-indent: -999em;
  transition: transform 200ms linear;
}
.toggle-projekt-text.close {
  transform: rotateX(180deg);
}

/*
 * Overlay/modal
 */
.overlay {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 20000;
  display: none;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.overlay.in {
  display: flex;
}

.close-overlay {
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -240px 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  text-indent: -9999em;
}
@media (min-width: 768px) {
  .close-overlay {
    width: 56px;
    height: 56px;
    background-image: url(dist/img/icon-sheet-04.svg);
    background-position: -336px 0;
    background-repeat: no-repeat;
  }
}

/*
 * Share modal
 */
.share-overlay {
  align-items: center;
  text-align: center;
}

.share-links {
  margin-top: 0;
}
.share-links li {
  margin: 14px 28px;
}
.share-links a {
  display: inline-block;
  overflow: hidden;
  width: 56px;
  height: 56px;
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
@media (min-width: 768px) {
  .share-links {
    margin-top: 112px;
  }
  .share-links li {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin: 0 28px;
  }
}

.share-link-facebook {
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -448px 0;
  background-repeat: no-repeat;
}

.share-link-twitter {
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -504px 0;
  background-repeat: no-repeat;
}

.share-link-linkedin {
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -560px 0;
  background-repeat: no-repeat;
}

.share-link-xing {
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -616px 0;
  background-repeat: no-repeat;
}

.share-link-pinterest {
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -672px 0;
  background-repeat: no-repeat;
}

/*
 * Projekt-Blätter-Bar
 */
.single-projekt-browse {
  max-width: 1000px;
  margin: 1.4rem auto 0;
  padding: 0.5em 0 0.4em;
  font-weight: 400;
  font-size: 0.65em;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  border-style: solid;
  border-color: #c7c7c6;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.single-projekt-browse a {
  color: #b2b2b2;
  opacity: 0.5;
}
.single-projekt-browse a:link, .single-projekt-browse a:visited {
  opacity: 1;
}
.single-projekt-browse a[rel=next], .single-projekt-browse a[rel=prev] {
  position: relative;
}
.single-projekt-browse a[rel=next]::before, .single-projekt-browse a[rel=prev]::after {
  position: absolute;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: transparent;
  background-size: cover;
}
.single-projekt-browse a[rel=next] {
  float: left;
  padding-left: 16px;
}
.single-projekt-browse a[rel=next]::before {
  left: 0;
  content: " ";
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -168px 0;
  background-repeat: no-repeat;
}
.single-projekt-browse a[rel=prev] {
  float: right;
  padding-right: 16px;
}
.single-projekt-browse a[rel=prev]::after {
  right: 0;
  content: " ";
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -180px 0;
  background-repeat: no-repeat;
}
.single-projekt-browse a span {
  position: relative;
  top: 1px;
}
@media (max-width: 567px) {
  .single-projekt-browse a span {
    display: none;
  }
}
@media (min-width: 568px) {
  .single-projekt-browse a {
    text-indent: inherit;
  }
  .single-projekt-browse a[rel=next], .single-projekt-browse a[rel=prev] {
    width: 25em;
    text-align: left;
  }
  .single-projekt-browse a[rel=prev] {
    text-align: right;
  }
}
.single-projekt-browse .overview {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 1px;
  width: 15px;
  height: 15px;
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -240px 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  text-indent: -9999em;
}
@media (min-width: 768px) {
  .single-projekt-browse .overview {
    background-image: url(dist/img/icon-sheet-04.svg);
    background-position: -255px 0;
    background-repeat: no-repeat;
  }
}

/*
 * Overview Grid
 */
@media (min-width: 768px) {
  .overview-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1.89%;
  }
  .overview-container:has(.werkverzeichnis) {
    grid-template-columns: repeat(5, 1fr);
    gap: 0 1.5%;
  }
}

.overview-item {
  box-sizing: border-box;
  min-width: 0;
  margin-bottom: 1.82em;
  font-size: 0.85em;
}
.overview-item img {
  padding-bottom: 0.5em;
}
.overview-item h2 {
  font-weight: 300;
  font-size: 1em;
  text-align: left;
}
.overview-item.year {
  margin-top: -106px;
  margin-bottom: 1em;
  padding-top: 106px;
}
.overview-item.year img {
  display: none;
}
.overview-item.year h2 {
  font-family: "Rajdhani", "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 1.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .overview-item.werkverzeichnis.year {
    margin-top: 0;
    margin-bottom: 1.82em;
    padding-top: 0;
    position: relative;
  }
  .overview-item.werkverzeichnis.year img {
    display: inline;
  }
  .overview-item.werkverzeichnis.year h2 {
    position: absolute;
    top: 0.4em;
    left: 0.5em;
    text-align: left;
    font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
}

.overview-item-text {
  padding-top: 0.1em;
  height: 5.6em;
  line-height: 1.4;
}
.overview-item-text a {
  color: #477f8d;
}

@media (max-width: 767px) {
  .year .overview-item-text {
    display: none;
  }
}
#werkverzeichnis-menu {
  display: flex;
  margin-top: 1em;
  margin-bottom: 2.5em;
  background: white;
  box-shadow: 0 0 0 1px white;
}
#werkverzeichnis-menu .overflow-container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
#werkverzeichnis-menu .scroll {
  line-height: 100%;
  padding: 0 1.3em;
  background-color: white;
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -156px 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -999em;
}
#werkverzeichnis-menu .scroll[data-direction="1"] {
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -195px 0;
  background-repeat: no-repeat;
}
#werkverzeichnis-menu ul {
  white-space: nowrap;
  width: 100%;
  margin: 0;
}
#werkverzeichnis-menu li {
  display: inline-block;
  width: 25%;
}
#werkverzeichnis-menu li:last-child {
  margin-right: 12px;
}
#werkverzeichnis-menu a {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 0.65em;
  letter-spacing: 0.1em;
  line-height: 4;
  text-align: center;
}
@media (max-width: 767px) {
  #werkverzeichnis-menu {
    position: sticky;
    top: 56px;
  }
}
@media (min-width: 568px) {
  #werkverzeichnis-menu li {
    width: 18%;
    margin-right: 1%;
  }
}
@media (min-width: 768px) {
  #werkverzeichnis-menu {
    display: block;
    width: 100%;
    max-width: 564px;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  #werkverzeichnis-menu .overflow-container {
    overflow-x: visible;
  }
  #werkverzeichnis-menu .scroll {
    display: none;
  }
  #werkverzeichnis-menu ul {
    white-space: normal;
    margin: 0;
  }
  #werkverzeichnis-menu li {
    width: 9.32694%;
    margin-right: 0.74785%;
    margin-bottom: 0.4em;
  }
  #werkverzeichnis-menu li:nth-child(10n) {
    margin-right: 0;
  }
  #werkverzeichnis-menu li:last-child {
    margin-right: 0;
  }
  #werkverzeichnis-menu a {
    line-height: 2.4;
  }
}

@media (max-width: 767px) {
  .sticky {
    top: 56px;
  }
  .is-sticky {
    left: 12px;
    right: 12px;
    max-width: 100% !important;
    margin-top: 0 !important;
    padding-bottom: 0.4em !important;
  }
}
@media (min-width: 768px) {
  .sticky {
    position: static !important;
  }
  .sticky.sticky-fixed.is-sticky {
    position: static !important;
  }
}
.werkverzeichnis .overview-item-text {
  font-size: 0.9em;
}

/*
 * News Grid
 */
.news-container {
  max-width: 1000px;
  margin: 1em auto 0;
  font-size: 0.9em;
}
.news-container h1 {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .news-container {
    display: grid;
    grid-template-columns: 11fr 2fr 8fr;
    margin-top: 44px;
  }
}

.home .news-container {
  margin-top: 1em;
}

.featured-projects {
  text-align: center;
}
.featured-projects article {
  margin-bottom: 4em;
}
.featured-projects h1 {
  max-width: 320px;
  margin-bottom: 0.4em;
  margin-left: auto;
  margin-right: auto;
}
.featured-projects p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.featured-projects img {
  width: 540px;
  margin-bottom: 1em;
}
.featured-projects .index-parent {
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .featured-projects img {
    width: auto;
  }
}

.general-news {
  padding-top: 0.4em;
  border-top: 1px solid #c7c7c6;
  text-align: left;
}
.general-news h2 {
  margin-bottom: 0;
  text-align: left;
}
.general-news a {
  white-space: nowrap;
}

/*
 * Job Ads
 */
.job-ad {
  margin-bottom: 1.6em;
  border-bottom: 1px solid #c7c7c6;
}
.job-ad h2 {
  margin-bottom: 1.6em;
}

/*
 * Press clippings
 */
.press-clippings {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .press-clippings {
    margin-top: 44px;
  }
}

.press-clipping {
  padding: 0.35em 0 0.45em;
  border-bottom: 1px solid #c7c7c6;
  text-align: left;
}
.press-clipping:first-child {
  border-top: 1px solid #c7c7c6;
}
.press-clipping a {
  color: #477f8d;
}

.two-columns {
  max-width: 1000px;
  margin: 0 auto 2em;
}
@media (min-width: 768px) {
  .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12.5%;
  }
}

.involved-people {
  max-width: 540px;
  margin: 3.5em auto 1em;
}
@media (min-width: 768px) {
  .involved-people {
    max-width: none;
    columns: 2;
    column-gap: 3em;
    font-size: 0.85em;
  }
}
@media (min-width: 1024px) {
  .involved-people {
    columns: 3;
    column-gap: 3.5em;
  }
}

.involved-people-group {
  margin: -1px 0;
  padding: 0.35em 0 0.45em;
  border-top: 1px solid #c7c7c6;
  border-bottom: 1px solid #c7c7c6;
  text-align: left;
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
  page-break-inside: avoid; /* Theoretically FF 20+ */
  break-inside: avoid-column; /* IE 11 */
  break-inside: avoid; /* standard */
}
.involved-people-group:first-child {
  margin-top: 0;
}
.involved-people-group h2 {
  text-align: left;
}
.involved-people-group p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .portrait-mobile-owl .owl-item {
    width: 100%;
    text-align: center;
  }
  .portrait-mobile-owl img {
    display: inline-block !important;
    height: 66vw;
    width: auto !important;
  }
  .portrait-masonry {
    display: none;
  }
}
@media (min-width: 768px) {
  .portrait-mobile-owl {
    display: none !important;
  }
  .portrait-masonry {
    display: block;
  }
}
/*
 * Lightbox modal
 */
.lightbox-overlay {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
}

#lightbox-carousel {
  width: 100% !important;
  text-align: center;
}

/*
 * Lightbox controls container and buttons
 */
.lightbox-controls {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  padding-top: 16px;
  text-align: center;
}
@media (max-width: 767px) and (orientation: landscape) {
  .lightbox-controls {
    position: fixed;
    left: auto;
    right: 8px;
    top: 8px;
    width: 40px;
    padding-top: 0;
  }
  .lightbox-controls .close-overlay {
    margin: 0;
  }
}

.lightbox-prev,
.lightbox-next {
  overflow: hidden;
  width: 56px;
  height: 56px;
  background-color: transparent;
  background-size: cover;
  text-indent: -999em;
}
@media (max-width: 767px) {
  .lightbox-prev,
  .lightbox-next {
    display: none;
  }
}

.lightbox-prev {
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -224px 0;
  background-repeat: no-repeat;
}

.lightbox-next {
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -280px 0;
  background-repeat: no-repeat;
}

.lightbox-item-caption {
  padding-top: 0.75em;
  font-size: 0.9em;
}
@media (max-width: 767px) {
  .lightbox-item-caption {
    display: none;
  }
}

.lightbox-item {
  display: inline-block;
  zoom: 1;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}
.lightbox-item img {
  width: auto !important;
  max-width: 100%;
  max-height: 100vh;
  margin: 0 auto;
  padding: 12px;
}
@media (orientation: portrait) {
  .lightbox-item img {
    height: calc(100vh - 64px);
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .lightbox-item img {
    padding: 18px;
    padding-top: 120px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1400px) {
  .lightbox-item img {
    padding-bottom: 50px;
  }
}
.lightbox-item img {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

/*
 * Feature Blob
 */
#sticker-wrapper {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  z-index: 2000;
  padding-top: 0;
  padding-bottom: 0;
}
#sticker-wrapper .content {
  position: relative;
  border-top: 0;
}
@media (max-width: 568px) {
  #sticker-wrapper.home {
    top: 100px;
  }
}
@media (min-width: 768px) {
  #sticker-wrapper {
    top: 40px;
  }
}
@media (min-width: 1025px) {
  #sticker-wrapper {
    top: 54px;
  }
}

#sticker {
  position: absolute;
  top: 0;
  right: 10px;
  width: 92px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -1196px 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 568px) {
  #sticker.home {
    right: 24px;
    width: 120px;
    height: 120px;
    background-image: url(dist/img/icon-sheet-04.svg);
    background-position: -1560px 0;
    background-repeat: no-repeat;
    background-position: -1562px 0;
  }
}
@media (min-width: 768px) {
  #sticker {
    z-index: 4000;
    right: 120px;
    width: 140px;
    height: 140px;
    background-image: url(dist/img/icon-sheet-04.svg);
    background-position: -1820px 0;
    background-repeat: no-repeat;
    background-position: -1822px 0;
  }
}
@media (min-width: 1025px) {
  #sticker {
    right: 130px;
    width: 150px;
    height: 150px;
    background-image: url(dist/img/icon-sheet-04.svg);
    background-position: -1950px 0;
    background-repeat: no-repeat;
    background-position: -1951px 0;
  }
}

#sticker-content {
  width: 60px;
  padding-top: 0.35em;
  transform: rotate(-8deg);
  font-weight: 400;
  font-size: 0.55em;
  line-height: 1.25;
  text-align: left;
}
#sticker-content p {
  margin: 0;
}
#sticker-content strong {
  color: white;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 568px) {
  #sticker-content.home {
    width: 76px;
    padding-top: 0.5em;
    font-size: 0.7em;
  }
}
@media (min-width: 768px) {
  #sticker-content {
    width: 90px;
    font-size: 0.8em;
  }
}
@media (min-width: 1025px) {
  #sticker-content {
    width: 96px;
    font-size: 0.85em;
  }
}

/*
 * Carousel
 * Homepage
 * Container
 */
#home-carousel {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -49px;
}
@media only screen and (min-width: 768px) {
  #home-carousel {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

/*
 * Carousel customisation
 */
.owl-carousel {
  position: relative;
  top: 0;
  left: 0;
}
.owl-carousel img {
  background: #fff;
}

.owl-carousel,
.owl-stage-outer {
  transition: height 100ms ease-out;
}

.owl-overflower {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #b2b2b2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.owl-overflower a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999em;
}
@media (min-width: 768px) {
  .owl-overflower {
    height: 50vw;
    max-height: 76vh;
  }
}
@media (min-width: 1436px) {
  .owl-overflower {
    height: 670px;
  }
}

.owl-prev,
.owl-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-size: cover;
  text-indent: -9999em;
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .owl-prev,
  .owl-next {
    display: block;
    width: 56px;
    height: 56px;
    margin-top: -28px;
  }
}

.owl-prev {
  left: 12px;
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -112px 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .owl-prev {
    left: 40px;
  }
}

.owl-next {
  right: 12px;
  background-image: url(dist/img/icon-sheet-04.svg);
  background-position: -168px 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .owl-next {
    right: 40px;
  }
}

/*
 * Projekt Image Grid
 */
@-webkit-keyframes loadingGradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes loadingGradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes loadingGradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.projektbild {
  width: 540px;
  max-width: 100%;
  margin: 12px auto;
}
.projektbild img {
  background: #d2d2d2;
  background: repeating-linear-gradient(135deg, #d2d2d2, #d2d2d2 2em, #ccc 2em, #ccc 4em);
  background-size: 300% 300%;
  -webkit-animation: loadingGradient 20s linear infinite;
  -moz-animation: loadingGradient 20s linear infinite;
  animation: loadingGradient 20s linear infinite;
}

@media (min-width: 768px) {
  .projektbilder {
    margin-top: 9.96px;
    margin-bottom: 9.96px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .projektbilder::after {
    content: "";
    display: table;
    clear: both;
  }
  .projektbild,
  .projektbild-column {
    position: relative;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    width: 243px;
    margin: 0;
  }
  .projektbild::after,
  .projektbild-column::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    box-shadow: 0 0 0 2px white, inset 0 0 0 6px white;
    pointer-events: none;
  }
  .projektbild div,
  .projektbild-column div {
    position: relative;
    overflow: hidden;
  }
  .projektbild div::before,
  .projektbild-column div::before {
    display: block;
    width: 100%;
    content: "";
    height: 100%;
    pointer-events: none;
  }
  .projektbild img,
  .projektbild-column img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .projektbild.portrait div,
  .projektbild .projektbild-column,
  .projektbild-column.portrait div,
  .projektbild-column .projektbild-column {
    height: 324px;
  }
  .projektbild.landscape div,
  .projektbild-column.landscape div {
    height: 162px;
  }
  .projektbild.two,
  .projektbild-column.two {
    width: 486px;
  }
  .projektbild.two.portrait div,
  .projektbild-column.two.portrait div {
    height: 648px;
  }
  .projektbild.two.landscape div,
  .projektbild-column.two.landscape div {
    height: 324px;
  }
}
@media (min-width: 1024px) {
  .projektbild {
    width: 337.3333333333px;
  }
  .projektbild.portrait div,
  .projektbild .projektbild-column {
    height: 449.7777777778px;
  }
  .projektbild.landscape div {
    height: 224.8888888889px;
  }
  .projektbild.two {
    width: 674.6666666667px;
  }
  .projektbild.two.portrait div {
    height: 899.5555555556px;
  }
  .projektbild.two.landscape div {
    height: 449.7777777778px;
  }
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    margin-top: 1cm;
  }
  #mobile-nav-link {
    display: none;
  }
  .tagline {
    display: none;
  }
  .no-print {
    display: none;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  footer {
    font-size: 0.68em;
  }
  footer .address p:before {
    content: "Viktoria Schendl-Fischer, prakt. med. FMH ·";
  }
  footer .large-only {
    display: inline;
  }
  footer .small-newline {
    display: inline;
  }
  nav ul {
    display: none;
  }
  #sticker {
    display: none;
  }
  .toggle-projekt-text,
  .projekt-share,
  .single-projekt-browse {
    display: none;
  }
  .toggleable {
    display: block !important;
  }
  .projektbild-column {
    float: none !important;
    width: auto !important;
    height: auto !important;
  }
  .projektbild {
    max-width: 50% !important;
  }
}

/*# sourceMappingURL=style.css.map */
