@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 2;
  -webkit-text-size-adjust: none;
}

body {
  font-size: 1em;
  line-height: inherit;
}

h1 {
  font-size: 1.953125em;
}

h2 {
  font-size: 1.5625em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.64em;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 2em;
}

p {
  margin-bottom: 2em;
  font-size: 0.8125em;
}

ul, ol, dl {
  margin-bottom: 2em;
  font-size: 0.8125em;
}

ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
  margin-bottom: 0;
}

ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
  font-size: 1em;
}

ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
  margin-left: 1em;
}

ul li, ol li {
  position: relative;
  padding-left: calc(0.375em + 0.5em);
}

ul li:before, ol li:before {
  position: absolute;
  left: 0;
  top: 0;
}

ul li ul, ol li ul {
  margin-left: -0.1em;
}

ul li ul li:before, ol li ul li:before {
  top: 0.125em;
}

ul li:before {
  font-family: "srg";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  content: "•";
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.5em;
}

ul li ul li:before {
  font-size: 0.75em;
}

ol {
  counter-reset: olCounter;
}

ol ul, ol ul, ol dl {
  counter-reset: olCounter;
}

ol li:before {
  content: counter(olCounter) ". ";
  counter-increment: olCounter;
}

ol.nestedOl li:before {
  content: counters(olCounter, ".") ". ";
}

ul.checked > li:before, ol.checked > li:before, dl.checked > li:before {
  content: "✓";
  color: #37BC3A;
}

ul.unchecked > li:before, ol.unchecked > li:before, dl.unchecked > li:before {
  content: "✘";
  color: #E10D2D;
}

li.checked:before {
  content: "✓" !important;
  color: #37BC3A;
}

li.unchecked:before {
  content: "✘" !important;
  color: #E10D2D;
}

img {
  max-width: 100%;
  height: auto !important;
}

img.coverImage {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0 !important;
  padding-top: 100%;
}

img.coverElem {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "'object-fit: cover;'";
}

video {
  max-width: 100%;
  height: auto !important;
}

@media (min-width: 1025px) {
  .onMobileMenu {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .onDesktopMenu {
    display: none !important;
  }
}

@media (min-width: 681px) {
  .onMobile {
    display: none !important;
  }
}

@media (max-width: 680px) {
  .onDesktop {
    display: none !important;
  }
}

a {
  color: #1c1c1c;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup,
sub {
  font-size: 0.625em;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

label {
  display: inline-block;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'],
.btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: default;
  font: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  cursor: pointer;
  line-height: inherit;
  padding: 1.3em 3.75em 1em;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button .disabled, button[disabled],
input[type='button'] .disabled,
input[type='button'][disabled],
input[type='submit'] .disabled,
input[type='submit'][disabled],
input[type='reset'] .disabled,
input[type='reset'][disabled],
.btn .disabled,
.btn[disabled] {
  cursor: not-allowed;
}

button a,
input[type='button'] a,
input[type='submit'] a,
input[type='reset'] a,
.btn a {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}

input,
select,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  font: inherit;
  color: inherit;
  line-height: normal;
  line-height: inherit;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input .disabled, input[disabled],
select .disabled,
select[disabled],
textarea .disabled,
textarea[disabled] {
  cursor: not-allowed;
}

input a,
select a,
textarea a {
  text-decoration: inherit;
  color: inherit;
}

textarea {
  resize: none;
  height: 7.5em;
  min-height: 7.5em;
  max-height: 12em;
}

.mobileNativeInput {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

@media (max-width: 680px) {
  .mobileNativeInput {
    display: none !important;
  }
}

@media (min-width: 681px) {
  .mobileNativeInput {
    display: none !important;
  }
}

.select2-hidden-accessible {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
  clip: auto !important;
  z-index: 1 !important;
}

@media (max-width: 680px) {
  .select2-hidden-accessible {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.noTransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.noTransitionAtAll, .noTransitionAtAll:before, .noTransitionAtAll:after, .noTransitionAtAll *, .noTransitionAtAll *:before, .noTransitionAtAll *:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.region {
  position: relative;
}

.regionWrapper {
  position: relative;
}

#contentMaintainOffsetTop {
  display: none;
}

.region.header {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1024px;
}

~ .region.content {
  top: 0;
}

#contentMaintainOffsetTop {
  display: block;
}

#contentMaintainOffsetTop ~ .region.content {
  top: 0;
}

html,
body {
  height: 100%;
}

[id="container"] {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.region.footer {
  display: table-row;
  height: 1px;
}

.region.footer .regionWrapper {
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
  padding: inherit;
}

section.hamburgerButton .hamburgerButton__icon {
  display: inline-block;
  vertical-align: top;
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  padding: 50% 0;
  color: #1c1c1c;
}

section.hamburgerButton .hamburgerButton__layer {
  display: block;
  position: relative;
  width: 38px;
  height: 2px;
  background-color: currentColor;
  border-radius: 3px;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

section.hamburgerButton .hamburgerButton__layer:before, section.hamburgerButton .hamburgerButton__layer:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}

section.hamburgerButton .hamburgerButton__layer:before {
  top: 400%;
}

section.hamburgerButton .hamburgerButton__layer:after {
  bottom: 400%;
}

section.hamburgerButton .hamburgerButton__icon--to-arrow {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: hamburgerButton-slide--to-arrow;
          animation-name: hamburgerButton-slide--to-arrow;
}

section.hamburgerButton .hamburgerButton__icon--to-arrow:before {
  -webkit-animation-name: hamburgerButton-slide-before--to-arrow;
          animation-name: hamburgerButton-slide-before--to-arrow;
}

section.hamburgerButton .hamburgerButton__icon--to-arrow:after {
  -webkit-animation-name: hamburgerButton-slide-after--to-arrow;
          animation-name: hamburgerButton-slide-after--to-arrow;
}

section.hamburgerButton .hamburgerButton__icon--from-arrow {
  -webkit-animation-name: hamburgerButton-slide--from-arrow;
          animation-name: hamburgerButton-slide--from-arrow;
}

section.hamburgerButton .hamburgerButton__icon--from-arrow:before {
  -webkit-animation-name: hamburgerButton-slide-before--from-arrow;
          animation-name: hamburgerButton-slide-before--from-arrow;
}

section.hamburgerButton .hamburgerButton__icon--from-arrow:after {
  -webkit-animation-name: hamburgerButton-slide-after--from-arrow;
          animation-name: hamburgerButton-slide-after--from-arrow;
}

@-webkit-keyframes hamburgerButton-slide--to-arrow {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes hamburgerButton-slide--to-arrow {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes hamburgerButton-slide-before--to-arrow {
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 1.5px;
    margin-left: 37.5%;
    width: 75%;
  }
}

@keyframes hamburgerButton-slide-before--to-arrow {
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 1.5px;
    margin-left: 37.5%;
    width: 75%;
  }
}

@-webkit-keyframes hamburgerButton-slide-after--to-arrow {
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: 1.5px;
    margin-left: 37.5%;
    width: 75%;
  }
}

@keyframes hamburgerButton-slide-after--to-arrow {
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: 1.5px;
    margin-left: 37.5%;
    width: 75%;
  }
}

@-webkit-keyframes hamburgerButton-slide--from-arrow {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

@keyframes hamburgerButton-slide--from-arrow {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

@-webkit-keyframes hamburgerButton-slide-before--from-arrow {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 1.5px;
    margin-left: 37.5%;
    width: 75%;
  }
}

@keyframes hamburgerButton-slide-before--from-arrow {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 1.5px;
    margin-left: 37.5%;
    width: 75%;
  }
}

@-webkit-keyframes hamburgerButton-slide-after--from-arrow {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: 1.5px;
    margin-left: 37.5%;
    width: 75%;
  }
}

@keyframes hamburgerButton-slide-after--from-arrow {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: 1.5px;
    margin-left: 37.5%;
    width: 75%;
  }
}

@media (max-width: 1024px) {
  section.hamburgerMenu ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  section.hamburgerMenu ul > li {
    position: static;
    display: block;
  }
  section.hamburgerMenu ul.navigation {
    position: relative;
  }
  section.hamburgerMenu li.visible > ul,
  section.hamburgerMenu.visible ul.navigation {
    max-height: 100vh;
    overflow-y: scroll;
  }
  section.hamburgerMenu .submenuPlus,
  section.hamburgerMenu .submenuTitle,
  section.hamburgerMenu a.getBack {
    display: none;
  }
  section.hamburgerMenu ul {
    background-color: #888;
  }
  section.hamburgerMenu ul > li {
    text-align: center;
  }
  section.hamburgerMenu ul > li > .menuItemHeading {
    margin-bottom: 0;
  }
  section.hamburgerMenu ul > li > .menuItemHeading > .menuItemLabel {
    position: relative;
    display: block;
    padding: 1em 1.7em;
    text-decoration: none;
    text-transform: uppercase;
  }
  section.hamburgerMenu ul > li:hover > .menuItemHeading > .menuItemLabel, section.hamburgerMenu ul > li.active > .menuItemHeading > .menuItemLabel {
    background-color: #000;
  }
  section.hamburgerMenu ul > li.visible:not(.active) > .menuItemHeading > .menuItemLabel {
    background-color: #444;
  }
  section.hamburgerMenu ul.navigation {
    background-color: #fff;
  }
}

section.langSelector {
  position: relative;
  cursor: pointer;
}

section.langSelector .langselectorLinks {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

section.langSelector .langselectorLinks a {
  display: block;
}

section.langSelector:hover .langselectorLinks, section.langSelector.visible .langselectorLinks {
  max-height: 10rem;
  -webkit-transition: max-height 0.25s;
  -o-transition: max-height 0.25s;
  transition: max-height 0.25s;
}

.accordion > .title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.accordion > .title:hover, .accordion > .title.active {
  color: #1c1c1c;
}

.accordion > .title > *:first-child:after {
  content: '>';
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.accordion > .title.active > *:first-child:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tabs > .title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tabs > .title, .tabs > .title ul {
  margin-bottom: 0;
  margin-left: 0;
}

.tabs > .title li {
  position: static;
  padding-left: 0;
}

.tabs > .title li:before {
  position: static;
  top: auto;
  left: auto;
}

.tabs > .title ul {
  margin-left: 0;
}

.tabs > .title ul li:before {
  top: auto;
}

.tabs > .title li:before {
  content: none;
  margin-right: 0;
}

.tabs > .title li ul li:before {
  font-size: 1em;
}

.tabs > .title ol.nestedOl {
  content: none;
}

.tabs > .title.checked > li:before,
.tabs > .title.unchecked > li:before,
.tabs > .title ul.unchecked > li:before,
.tabs > .title ul.unchecked > li:before,
.tabs > .title li.checked:before,
.tabs > .title li.unchecked:before {
  color: inherit;
}

.tabs > .title > li {
  display: inline-block;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.tabs > .title > li:hover, .tabs > .title > li.active {
  background-color: inherit;
}

.tabs > .contentWrapper table {
  position: relative;
}

.tabs > .contentWrapper table tr {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.tabs > .contentWrapper table tr.active {
  position: relative;
  z-index: 0;
  opacity: 1;
}

@media (min-width: 681px) {
  img.pull-left {
    float: left !important;
  }
  img.pull-right {
    float: right !important;
  }
}

@media (min-width: 681px) {
  img.pull-left, img.pull-right {
    margin-bottom: 1em !important;
    max-width: 50% !important;
  }
  img.pull-left {
    max-width: calc(50% - 1rem) !important;
    margin-right: 1em !important;
  }
  img.pull-right {
    max-width: calc(50% - 1rem) !important;
    margin-left: 1em !important;
  }
}

.lightbox .lb-dataContainer {
  background-color: white;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
}

.lightbox .lb-outerContainer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.lightbox .lb-data .lb-number {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.lightbox .lb-data .lb-details {
  width: 80%;
}

.lightbox {
  margin-top: 60px;
}

.lightbox .lb-outerContainer,
.lightbox .lb-dataContainer {
  width: 1024px !important;
  max-width: calc(100vw - 20px);
}

.lightbox .lb-outerContainer {
  min-height: calc(100vh - 250px);
  max-height: calc(100vh - 250px);
}

.lightbox .lb-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto !important;
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
}

.social-container {
  display: block;
  position: absolute;
  z-index: 3;
}

.social-container .social-link {
  display: inline-block;
  font-size: 1.25em;
}

.social-container .social-link:before {
  padding-left: 0.1em;
  z-index: 3;
}

.social-container .social-link.facebook:before {
  font-family: "srg";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

.social-container .social-link.pinterest:before {
  font-family: "srg";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

body.projects .social-container .social-link {
  font-size: 1.6666em;
}

#lightbox .lb-container .social-container {
  top: 0.5em;
  right: 0.5em;
  z-index: 11;
}

#lightbox .lb-container .social-container a {
  color: white;
  padding-left: 0;
}

#lightbox .lb-container .social-container a:before {
  padding-left: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px 1.5px rgba(28, 28, 28, 0.25);
          box-shadow: 0 0 2px 1.5px rgba(28, 28, 28, 0.25);
  background-color: rgba(28, 28, 28, 0.25);
}

.formGroup > legend:first-of-type {
  display: none;
}

.formField {
  position: relative;
  display: block;
  margin-bottom: 1.25em;
  margin-left: 0 !important;
}

.formField > label:after,
.formField > fieldset:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.formField > label > span:first-of-type,
.formField > label > legend:first-of-type,
.formField > fieldset > span:first-of-type,
.formField > fieldset > legend:first-of-type {
  float: left;
  clear: left;
  width: 40%;
  padding: 0.75em;
  padding-right: 1em;
  text-align: right;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.formField input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.formField select:not(.mobileNativeInput),
.formField textarea,
.formField span.select2 {
  max-width: 60%;
}

.formField > label > span:first-of-type,
.formField > label > legend:first-of-type,
.formField > fieldset > span:first-of-type,
.formField > fieldset > legend:first-of-type {
  display: none;
}

.formField input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.formField select:not(.mobileNativeInput),
.formField textarea,
.formField span.select2 {
  max-width: none;
}

.formField > fieldset {
  text-align: right;
}

.formField > fieldset > *, .formField > fieldset:before, .formField > fieldset:after {
  text-align: left;
}

.formField > fieldset > label {
  display: inline-block;
  margin-top: 0.5em;
  max-width: 60%;
  width: 100%;
}

.formField.required > span:first-of-type:after {
  content: '*';
  display: inline-block;
  vertical-align: top;
  position: absolute;
  width: 0.5em;
  margin-right: -0.75em;
  padding-left: 0.25em;
  text-align: left;
}

.formField.html > span:first-of-type + div.description {
  float: left;
  max-width: 60%;
  padding: 0.5em;
  padding-right: 1em;
}

.formField.captcha > span:first-of-type + div.captcha {
  float: left;
  max-width: 60%;
}

.formField.longLabel {
  font-size: 0.875em;
}

.formField.longLabel:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.formField.longLabel > span:first-of-type,
.formField.longLabel > input[type="checkbox"],
.formField.longLabel > label > span:first-of-type,
.formField.longLabel > label > input[type="checkbox"] {
  float: right !important;
}

.formField.longLabel > span:first-of-type,
.formField.longLabel > label > span:first-of-type {
  width: auto;
  max-width: 60%;
  text-align: left !important;
  text-transform: none !important;
}

.formField.longLabel > input[type="checkbox"],
.formField.longLabel > label > input[type="checkbox"] {
  margin: 0.5em;
  margin-right: 1em;
}

.formField.longLabel + .formField.longLabel {
  margin-top: 0;
}

.formField.descriptionLabel > label {
  float: left;
  margin-right: 1em;
}

.formField.descriptionLabel > label > span:first-of-type {
  display: none;
}

.formField.descriptionLabel > .description {
  cursor: default;
}

.formField.hideLabel > span:first-of-type {
  display: none;
}

.formField.button {
  text-align: center;
}

.formField.button span:first-of-type {
  display: none;
}

ul.errors {
  position: absolute !important;
  top: 0.5em;
  right: 0.5em;
  max-width: 50%;
  padding: 0.25em;
  font-size: 0.75em !important;
  text-align: center;
  border: 1px solid #AB0B17;
  border-radius: 2px;
  background-color: white;
  z-index: 1;
}

ul.errors > li {
  margin-top: 0;
  color: #AB0B17;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
select:not(.mobileNativeInput),
textarea {
  width: 100%;
  padding: 0.5em 1em;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  color: white;
  background-color: white;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-shadow: 0 0 0 2px currentColor;
          box-shadow: 0 0 0 2px currentColor;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  -o-transition: box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
select:not(.mobileNativeInput)::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])::-ms-input-placeholder,
select:not(.mobileNativeInput)::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])::placeholder,
select:not(.mobileNativeInput)::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus,
select:not(.mobileNativeInput):focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):-moz-ui-invalid:not(output),
select:not(.mobileNativeInput):-moz-ui-invalid:not(output),
textarea:-moz-ui-invalid:not(output) {
  box-shadow: 0 0 2px 2px #AB0B17;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])[readonly],
select:not(.mobileNativeInput)[readonly],
textarea[readonly] {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 0.5em;
  padding-right: 1em;
  color: inherit;
  line-height: inherit;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])[type="number"],
select:not(.mobileNativeInput)[type="number"],
textarea[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

select:not(.mobileNativeInput) optgroup,
select:not(.mobileNativeInput) option {
  font-size: 0.875em;
}

select:not(.mobileNativeInput) option {
  padding-bottom: 0.1em;
  background-color: inherit;
}

select:not(.mobileNativeInput) option:disabled {
  display: none;
}

select:not(.mobileNativeInput)::-ms-expand {
  display: none;
}

select:not(.mobileNativeInput):not(:focus) {
  opacity: .8;
}

body:not(:-moz-handler-blocked) select:not(.mobileNativeInput) {
  text-indent: -2px;
}

@media screen\0 {
  select:not(.mobileNativeInput) {
    padding-left: calc(0.5em - 2px);
  }
}

@supports (-ms-accelerator: true) {
  select:not(.mobileNativeInput) {
    padding-left: calc(0.5em - 2px);
  }
}

span.select2 {
  width: 100% !important;
}

section.posts, section.postView {
  width: 100%;
}

section.posts time.postDate, section.postView time.postDate {
  display: none;
}

section.posts.home-projects .entryGroupIndex {
  opacity: 0;
}

section.posts.grid .entryGroupIndex article {
  position: relative;
  display: inline-block;
  padding: 0.25em;
  overflow: hidden;
}

section.posts.grid .entryGroupIndex article .postEntryImages img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "'object-fit: cover;'";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

section.posts.grid .entryGroupIndex article.rectsmall, section.posts.grid .entryGroupIndex article.tallsmall {
  width: 20%;
}

section.posts.grid .entryGroupIndex article.rectmedium, section.posts.grid .entryGroupIndex article.tallbig {
  width: 40%;
}

section.posts.grid .entryGroupIndex article.rectbig {
  width: 60%;
}

section.posts.grid .entryGroupIndex article.text-block {
  display: none !important;
}

section.posts.grid .entryGroupIndex article .postEntryImages, section.posts.grid .entryGroupIndex article .postEntrySectionContent, section.posts.grid .entryGroupIndex article .social-container, section.posts.grid .entryGroupIndex article header.postEntryHeader h2.postEntryTitle a {
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: opacity 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

section.posts.grid .entryGroupIndex article:hover .postEntrySectionContent, section.posts.grid .entryGroupIndex article:hover .social-container, section.posts.grid .entryGroupIndex article:hover header.postEntryHeader h2.postEntryTitle a {
  opacity: 1;
}

section.posts.grid .entryGroupIndex article:hover .postEntryImages {
  opacity: 0.4;
}

section.posts.grid .entryGroupIndex article .social-container {
  opacity: 0;
  top: 0.125em;
  right: 0.5em;
}

section.posts.grid .entryGroupIndex article header.postEntryHeader h2.postEntryTitle {
  margin-bottom: 0;
}

section.posts.grid .entryGroupIndex article header.postEntryHeader h2.postEntryTitle a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}

section.posts.grid .entryGroupIndex article header.postEntryHeader h2.postEntryTitle a p {
  display: none;
  margin-bottom: 0;
  padding: 0 10%;
  font-size: 1.5625rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

section.posts.grid .entryGroupIndex article .postEntryImages {
  position: relative;
  width: 100%;
  height: 100%;
}

section.posts.grid .entryGroupIndex article .postEntryImages .postEntryImage {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.posts.grid .entryGroupIndex article .postEntryImages .postEntryImage a {
  vertical-align: top;
}

section.posts.grid .entryGroupIndex article .postEntryImages .postEntryImage a img {
  display: block;
  width: 100%;
}

section.posts.grid .entryGroupIndex article .postEntrySectionContent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
}

section.posts.grid .entryGroupIndex article .postEntrySectionContent p {
  margin-bottom: 0;
  padding: 0 10%;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
}

section.posts.info-employee .postIndex .entryGroupIndex article.postEntry {
  display: inline-block;
  position: relative;
  width: 100%;
}

section.posts.info-employee .postIndex .entryGroupIndex article.postEntry:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

section.posts.info-employee .postIndex .entryGroupIndex article.postEntry:nth-child(odd) .postEntryImages {
  float: left;
}

section.posts.info-employee .postIndex .entryGroupIndex article.postEntry:nth-child(odd) .postBody {
  float: right;
  text-align: left;
}

section.posts.info-employee .postIndex .entryGroupIndex article.postEntry:nth-child(even) .postEntryImages {
  float: right;
}

section.posts.info-employee .postIndex .entryGroupIndex article.postEntry:nth-child(even) .postBody {
  float: left;
  text-align: right;
}

section.posts.info-employee .postIndex .entryGroupIndex article.postEntry:nth-child(even) .postBody .moreLink {
  right: 33%;
}

section.posts.info-employee .postIndex .entryGroupIndex article.postEntry .postEntryImages {
  width: 30%;
}

section.posts.info-employee .postIndex .entryGroupIndex article.postEntry .postBody {
  padding: 0 3%;
  width: 70%;
}

section.post.projects .postEntry {
  display: block;
}

section.post.projects .postEntry .postEntryProperties ul {
  margin: 0 0 3em !important;
}

@media (max-width: 1024px) {
  section.post.projects .postEntry .postEntryProperties ul {
    margin-top: 2.5em !important;
  }
}

@media (max-width: 680px) {
  section.post.projects .postEntry .postEntryProperties {
    padding-left: 0 !important;
  }
}

@media (max-width: 680px) {
  section.post.projects .postEntry .postEntrySections {
    padding-top: 0 !important;
  }
}

section.post.projects .postEntry .postEntrySections .postEntrySection .postEntrySectionContent p {
  line-height: 1.35;
}

@media (max-width: 1024px) {
  section.post.projects .postEntry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.post.projects .postEntry .postEntryProperties {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 0 !important;
  }
  section.post.projects .postEntry .postEntryProperties ul {
    margin-bottom: 1em !important;
    text-align: left !important;
  }
  section.post.projects .postEntry .postEntryImages {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.post.projects .postEntry .postEntrySections {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1em;
  }
}

section.post.projects .btn {
  display: inline-block;
  position: relative;
  padding: 1rem;
  text-transform: uppercase;
  -webkit-transition: color 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: color 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: color 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  font-size: 1em;
}

section.post.projects .btn:hover {
  color: #0B9DB1;
}

section.posts.projects {
  font-size: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

section.posts.projects .entryGroupIndex {
  opacity: 0;
}

section.posts.projects .postButtons {
  font-size: 0;
  padding: 0 1em;
}

section.posts.projects .postButtons > *, section.posts.projects .postButtons:before, section.posts.projects .postButtons:after {
  font-size: 1rem;
}

section.posts.projects .postButtons .filter {
  display: inline-block;
  border-left: 2px solid #1c1c1c;
  color: #1c1c1c;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0 1em;
  text-transform: uppercase;
  vertical-align: top;
}

section.posts.projects .postButtons .filter.active {
  color: #0B9DB1;
}

section.posts.projects .postButtons .viewSwitch {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 1em 0 0.25em;
  vertical-align: top;
}

section.posts.projects .postButtons .viewSwitch:before {
  font-size: 1.25em;
  color: #1c1c1c;
  cursor: pointer;
}

section.posts.projects .postButtons .viewSwitch.grid:before {
  font-family: "srg";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

section.posts.projects .postButtons .viewSwitch.list:before {
  font-family: "srg";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

section.posts.projects.grid .propertyHeaders,
section.posts.projects.grid .entryGroupIndex article.postEntry .postEntryProperties,
section.posts.projects.grid .entryGroupIndex article.postEntry .overlayLink {
  display: none;
}

section.posts.projects.list header.postEntryHeader, section.posts.projects.list .postEntryImages, section.posts.projects.list .postEntrySections {
  display: none;
}

section.posts.projects.list .propertyHeaders {
  color: #1c1c1c;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  padding: 1em 0;
  text-transform: uppercase;
}

section.posts.projects.list .propertyHeaders .propertyHeader {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1.1;
  padding: 0 0.25rem;
  word-wrap: break-word;
  cursor: pointer;
  line-height: 3;
  -webkit-transition: 0.2s color cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 0.2s color cubic-bezier(0.42, 0, 0.58, 1);
  transition: 0.2s color cubic-bezier(0.42, 0, 0.58, 1);
  text-align: left;
  padding: 0 !important;
}

section.posts.projects.list .propertyHeaders .propertyHeader.image {
  width: 10.5%;
  vertical-align: middle;
  padding: 0;
}

section.posts.projects.list .propertyHeaders .propertyHeader.name {
  width: 8%;
}

section.posts.projects.list .propertyHeaders .propertyHeader.projekt {
  width: 16%;
}

section.posts.projects.list .propertyHeaders .propertyHeader.start_jahr {
  width: 5%;
  padding: 0;
}

section.posts.projects.list .propertyHeaders .propertyHeader.end_jahr {
  width: 5%;
  padding: 0;
}

section.posts.projects.list .propertyHeaders .propertyHeader.typologie {
  width: 10%;
}

section.posts.projects.list .propertyHeaders .propertyHeader.ort {
  width: 16%;
}

section.posts.projects.list .propertyHeaders .propertyHeader.status {
  width: 16%;
}

section.posts.projects.list .propertyHeaders .propertyHeader.nettogrundflaeche {
  width: 10%;
}

@media (max-width: 1024px) {
  section.posts.projects.list .propertyHeaders .propertyHeader {
    display: block;
    line-height: 1.25;
    max-height: none;
    width: 70% !important;
  }
  section.posts.projects.list .propertyHeaders .propertyHeader.image {
    position: absolute !important;
    min-height: 100% !important;
    width: 25% !important;
  }
  section.posts.projects.list .propertyHeaders .propertyHeader.end_jahr {
    padding: 0 0.25rem;
  }
  section.posts.projects.list .propertyHeaders .propertyHeader:not(.image) {
    padding-left: 27%;
  }
  section.posts.projects.list .propertyHeaders .propertyHeader > span.mobilePropHeader {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
  }
  section.posts.projects.list .propertyHeaders .propertyHeader > span.propValue {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    text-align: right;
  }
}

section.posts.projects.list .propertyHeaders .propertyHeader:last-of-type {
  text-align: right;
}

section.posts.projects.list .propertyHeaders .propertyHeader.image {
  min-width: 11%;
}

section.posts.projects.list .propertyHeaders .propertyHeader.ort {
  padding-left: 4px !important;
}

section.posts.projects.list .propertyHeaders .propertyHeader.status {
  padding-left: 4px !important;
}

section.posts.projects.list .propertyHeaders .propertyHeader.nettogrundflaeche {
  float: right;
}

section.posts.projects.list .propertyHeaders .propertyHeader:hover {
  color: #0B9DB1;
}

section.posts.projects.list article.postEntry {
  color: #1c1c1c;
  display: block;
  top: 0 !important;
  position: relative;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  -webkit-transition: color 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: color 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: color 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  width: 100%;
}

@media (max-width: 1024px) {
  section.posts.projects.list article.postEntry {
    margin-bottom: 2.5em;
  }
}

section.posts.projects.list article.postEntry:hover {
  color: #0B9DB1;
}

section.posts.projects.list article.postEntry .postEntryProperties {
  text-align: justify;
  line-height: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  line-height: 0.5;
}

section.posts.projects.list article.postEntry .postEntryProperties > *, section.posts.projects.list article.postEntry .postEntryProperties:before, section.posts.projects.list article.postEntry .postEntryProperties:after {
  text-align: left;
  line-height: 2;
}

section.posts.projects.list article.postEntry .postEntryProperties:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

section.posts.projects.list article.postEntry .postEntryProperties > .left, section.posts.projects.list article.postEntry .postEntryProperties > .right {
  display: inline-block;
  vertical-align: top;
}

section.posts.projects.list article.postEntry .postEntryProperties:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

section.posts.projects.list article.postEntry .postEntryProperties .property {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1.1;
  padding: 0 0.25rem;
  word-wrap: break-word;
  padding: 0 !important;
  text-align: left;
}

section.posts.projects.list article.postEntry .postEntryProperties .property.image {
  width: 10.5%;
  vertical-align: middle;
  padding: 0;
}

section.posts.projects.list article.postEntry .postEntryProperties .property.name {
  width: 8%;
}

section.posts.projects.list article.postEntry .postEntryProperties .property.projekt {
  width: 16%;
}

section.posts.projects.list article.postEntry .postEntryProperties .property.start_jahr {
  width: 5%;
  padding: 0;
}

section.posts.projects.list article.postEntry .postEntryProperties .property.end_jahr {
  width: 5%;
  padding: 0;
}

section.posts.projects.list article.postEntry .postEntryProperties .property.typologie {
  width: 10%;
}

section.posts.projects.list article.postEntry .postEntryProperties .property.ort {
  width: 16%;
}

section.posts.projects.list article.postEntry .postEntryProperties .property.status {
  width: 16%;
}

section.posts.projects.list article.postEntry .postEntryProperties .property.nettogrundflaeche {
  width: 10%;
}

@media (max-width: 1024px) {
  section.posts.projects.list article.postEntry .postEntryProperties .property {
    display: block;
    line-height: 1.25;
    max-height: none;
    width: 70% !important;
  }
  section.posts.projects.list article.postEntry .postEntryProperties .property.image {
    position: absolute !important;
    min-height: 100% !important;
    width: 25% !important;
  }
  section.posts.projects.list article.postEntry .postEntryProperties .property.end_jahr {
    padding: 0 0.25rem;
  }
  section.posts.projects.list article.postEntry .postEntryProperties .property:not(.image) {
    padding-left: 27%;
  }
  section.posts.projects.list article.postEntry .postEntryProperties .property > span.mobilePropHeader {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
  }
  section.posts.projects.list article.postEntry .postEntryProperties .property > span.propValue {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    text-align: right;
  }
}

@media (max-width: 1024px) {
  section.posts.projects.list article.postEntry .postEntryProperties .property {
    float: right;
  }
}

section.posts.projects.list article.postEntry .postEntryProperties .property:last-of-type {
  text-align: right;
}

@media (max-width: 1024px) {
  section.posts.projects.list article.postEntry .postEntryProperties .property:last-of-type {
    text-align: left;
  }
}

section.posts.projects.list article.postEntry .postEntryProperties .property.image {
  position: relative;
  height: 3em;
}

section.posts.projects.list article.postEntry .postEntryProperties .property.image a img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "'object-fit: cover;'";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

section.posts.projects.list article.postEntry .overlayLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body.ctPostentry .region.content .regionWrapper section.info-image, body.ctPostentry .region.content .regionWrapper section.info-intro, body.ctPostentry .region.content .regionWrapper section.info-former {
  display: none;
}

body.ctPostentry .region.content .regionWrapper section.info-employee.postView {
  width: 100%;
}

body.ctPostentry .region.content .regionWrapper section.info-employee.postView article.postEntry {
  font-size: 0;
}

body.ctPostentry .region.content .regionWrapper section.info-employee.postView article.postEntry > *, body.ctPostentry .region.content .regionWrapper section.info-employee.postView article.postEntry:before, body.ctPostentry .region.content .regionWrapper section.info-employee.postView article.postEntry:after {
  font-size: 1rem;
}

body.ctPostentry .region.content .regionWrapper section.info-employee.postView article.postEntry .postEntryImages {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 10%;
  text-align: center;
}

body.ctPostentry .region.content .regionWrapper section.info-employee.postView article.postEntry .postEntrySections {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

body.ctPostentry .region.content .regionWrapper section.info-employee.postView article.postEntry .postEntrySections .postEntrySection {
  width: 85%;
}

body.ctPostentry .region.content .regionWrapper section.info-employee.postView article.postEntry .postEntrySections .postEntrySection p {
  line-height: 1.75;
}

body.ctPostentry .region.content .regionWrapper section.info-employee.postView article.postEntry .postEntrySections .postEntrySection p:nth-child(2) {
  margin-bottom: 0;
}

body.ctPostentry .region.content .regionWrapper section.info-employee.postView article.postEntry .postEntrySections .postEntrySection ul li {
  line-height: 1.75;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry {
  padding: 0 1rem;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages {
  display: inline-block;
  float: left;
  width: 60%;
}

@media (min-width: 971px) {
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages {
    min-height: 600px;
  }
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntrySectionContent {
  text-align: justify;
  line-height: 0;
  position: absolute;
  background-color: white;
  z-index: 1;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntrySectionContent > *, body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntrySectionContent:before, body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntrySectionContent:after {
  text-align: left;
  line-height: 2;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntrySectionContent:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntrySectionContent > .left, body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntrySectionContent > .right {
  display: inline-block;
  vertical-align: top;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntrySectionContent > * {
  color: #0B9DB1;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntryImage {
  display: inline-block;
  overflow: hidden;
  padding: 0.5rem 0.25rem 0;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntryImage.rectsmall, body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntryImage.tallsmall {
  width: 33%;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntryImage.rectmedium, body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntryImage.tallbig {
  width: 66%;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntryImage.rectbig {
  width: 99%;
}

@media (max-width: 480px) {
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntryImage {
    width: 100%;
  }
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntryImage .coverImageContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntryImage a {
  vertical-align: top;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntryImage img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "'object-fit: cover;'";
  height: 100% !important;
  width: 100%;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryProperties, body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntrySections {
  display: inline-block;
  float: right;
  padding-left: 2rem;
  width: 40%;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntrySections {
  text-align: justify;
  padding-left: 0;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryProperties ul {
  margin: 10em 0;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 680px) {
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryProperties ul {
    text-align: left;
  }
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryProperties ul li {
  font-family: "RobotoCondensed", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryProperties ul li._nettogrundflache .propertyValue,
body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryProperties ul li._start_jahr .propertyValue {
  font-weight: normal;
  text-transform: none;
}

@media (max-width: 1024px) {
  section.posts.grid .entryGroupIndex article .postEntrySections .postEntrySection .postEntrySectionContent p {
    font-size: 1rem;
  }
  section.posts.projects.list article.postEntry {
    top: 0 !important;
  }
  section.posts.projects.list .propertyHeaders {
    display: none;
  }
  section.posts.projects .postButtons {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryProperties ul li {
    font-size: 1rem;
  }
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntrySections {
    line-height: 1.5;
    padding-left: 0;
    padding-top: 2.5em;
    width: 60%;
  }
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntrySections .postEntrySectionContent p {
    font-size: 0.8125rem;
  }
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages {
    width: 100%;
  }
}

@media (max-width: 680px) {
  section.posts.grid .entryGroupIndex article .postEntrySections .postEntrySection .postEntrySectionContent p {
    font-size: 0.625rem;
  }
  section.posts.projects .postButtons .filter,
  section.posts.projects .postButtons .viewSwitch {
    font-size: 0.625rem;
  }
  section.posts.projects.list .propertyHeaders {
    display: none;
  }
  section.posts.projects.list article.postEntry .postEntryProperties {
    min-height: 8em;
    height: auto;
  }
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryProperties {
    width: 100%;
  }
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryProperties ul {
    margin: 1rem 0;
  }
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryProperties ul li {
    font-size: 0.75rem;
  }
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntrySections {
    line-height: 1.25;
    width: 100%;
  }
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntrySections .postEntrySectionContent p {
    font-size: 0.75rem;
  }
  body.ctPostentry .region.content .regionWrapper section.projects article.postEntry .postEntryImages .postEntrySectionContent {
    font-size: 0.75em;
  }
}

@media (max-width: 480px) {
  section.posts.projects.list {
    font-size: 0.625rem !important;
  }
}

@media (max-width: 250px) {
  section.posts.projects.list {
    font-size: 0.5rem !important;
  }
}

* {
  outline: none;
}

html {
  max-width: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #1c1c1c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

section {
  display: block;
  position: relative;
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  color: #1c1c1c;
  font-family: "RobotoCondensed", sans-serif;
  line-height: normal;
  margin-bottom: 1em;
}

::-moz-selection {
  color: #0B9DB1;
}

::selection {
  color: #0B9DB1;
}

a {
  text-decoration: none;
  color: #1c1c1c;
}

a:active {
  color: #0B9DB1;
}

ul {
  font-size: 1em;
}

ul li {
  color: #1c1c1c;
  font-size: 1em;
  padding-left: 0;
}

ul li:before {
  display: none;
}

p {
  color: #1c1c1c;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}

p.groupName {
  display: none;
}

table td {
  color: #1c1c1c;
  padding: 0.25rem 0.5rem 0.25rem 0rem;
  line-height: 1.25;
}

table td:first-child {
  width: 25%;
}

.cc_message {
  color: white;
}

.mapMarker .mapMarkerName {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.mapMarker .mapMarkerDesc p:last-child {
  margin-bottom: 0;
}

[id='container'] {
  font-size: 0;
  text-align: center;
}

[id='container'] > *, [id='container']:before, [id='container']:after {
  font-size: 1rem;
  text-align: left;
}

.region.header, .region.footer {
  text-align: center;
}

.region.header > *, .region.header:before, .region.header:after, .region.footer > *, .region.footer:before, .region.footer:after {
  text-align: left;
}

.region.content, .region.left, .region.right {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.region.content .regionWrapper,
.region.footer .regionWrapper {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.region.content {
  padding-top: 8rem;
}

@media (min-width: 1025px) {
  .region.content .regionWrapper,
  .region.footer .regionWrapper {
    padding-left: calc(50vw - 512px);
    padding-right: calc(50vw - 512px);
  }
}

@media (max-width: 1024px) {
  .region.content {
    padding-top: 2rem;
  }
}

@media (max-width: 680px) {
  .region.content {
    padding-top: 0;
  }
}

.region.header {
  z-index: 10;
  background-color: white;
}

.region.header .gridCol {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: justify;
  line-height: 0;
}

.region.header .gridCol > *, .region.header .gridCol:before, .region.header .gridCol:after {
  text-align: left;
  line-height: 2;
}

.region.header .gridCol:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.region.header .gridCol > section.logo, .region.header .gridCol > section.main {
  display: inline-block;
  vertical-align: top;
  vertical-align: bottom;
}

.region.header .gridCol section.image.logo {
  padding-left: 1rem;
  line-height: 0;
  width: 25%;
}

.region.header .gridCol section.image.logo a {
  vertical-align: top;
}

.region.header .gridCol section.menu.main {
  padding-right: 1rem;
}

.region.header .gridCol section.menu.main ul.navigation {
  font-size: 0;
  margin: 0;
}

.region.header .gridCol section.menu.main ul.navigation > *, .region.header .gridCol section.menu.main ul.navigation:before, .region.header .gridCol section.menu.main ul.navigation:after {
  font-size: 1rem;
}

.region.header .gridCol section.menu.main ul.navigation li {
  display: inline-block;
  position: relative;
  padding: 0 1rem;
  text-transform: uppercase;
}

.region.header .gridCol section.menu.main ul.navigation li:not(:last-child) {
  border-right: 2px solid #1c1c1c;
}

.region.header .gridCol section.menu.main ul.navigation li:hover a, .region.header .gridCol section.menu.main ul.navigation li.active a {
  color: #0B9DB1;
}

.region.header .gridCol section.menu.main ul.navigation li h3.menuItemHeading {
  display: block;
  font-size: 1em;
  margin-bottom: 0;
}

.region.header .gridCol section.menu.main ul.navigation li h3.menuItemHeading a {
  -webkit-transition: color 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: color 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: color 0.35s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

@media (max-width: 1024px) {
  .region.header .gridCol {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .region.header .gridCol section.menu.main ul.navigation > li {
    padding: 0 0.5em;
  }
  .region.header .gridCol section.menu.main ul.navigation > li > h3.menuItemHeading {
    font-size: 1rem;
    line-height: 1;
  }
}

@media (max-width: 680px) {
  .region.header .gridCol {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .region.header .gridCol section.menu.main ul.navigation > li > h3.menuItemHeading {
    font-size: 0.75rem;
  }
}

@media (max-width: 400px) {
  .region.header .gridCol section.menu.main ul.navigation > li > h3.menuItemHeading {
    font-size: 0.625rem;
  }
}

.region.footer .gridCol {
  font-size: 0;
  padding-top: 2rem;
}

.region.footer .gridCol > *, .region.footer .gridCol:before, .region.footer .gridCol:after {
  font-size: 1rem;
}

.region.footer .gridCol > section {
  display: inline-block;
  vertical-align: middle;
}

.region.footer .gridCol section.footer-text {
  padding-left: 1em;
  position: relative;
  width: 70%;
}

.region.footer .gridCol section.footer-text p {
  color: #888888;
  font-size: 0.875em;
}

.region.footer .gridCol section.lang-selector {
  text-align: right;
  width: 20%;
}

.region.footer .gridCol section.lang-selector .langselectorLinks {
  position: relative;
  max-height: none;
}

.region.footer .gridCol section.lang-selector .langselectorLinks .langselectorLink {
  display: inline-block;
}

.region.footer .gridCol section.lang-selector .langselectorLinks .langselectorLink a {
  color: #888888;
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.875em;
}

.region.footer .gridCol section.lang-selector .langselectorLinks .langselectorLink.active {
  display: none;
}

.region.footer .gridCol section.social-icons {
  padding-right: 1em;
  position: relative;
  text-align: right;
  width: 30%;
}

@media (max-width: 680px) {
  .region.footer .gridCol section.social-icons {
    text-align: left;
    width: 100%;
  }
}

.region.footer .gridCol section.social-icons .statBody {
  font-size: 0;
}

.region.footer .gridCol section.social-icons .statBody > *, .region.footer .gridCol section.social-icons .statBody:before, .region.footer .gridCol section.social-icons .statBody:after {
  font-size: 1rem;
}

.region.footer .gridCol section.social-icons .statBody p {
  display: inline-block;
  vertical-align: top;
}

.region.footer .gridCol section.social-icons .statBody p a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.region.footer .gridCol section.social-icons .statBody p a:after {
  color: #888888;
  font-size: 1.5rem;
  margin-left: 1rem;
}

.region.footer .gridCol section.social-icons .statBody p a.facebook:after {
  font-family: "srg";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

.region.footer .gridCol section.social-icons .statBody p a.pinterest:after {
  font-family: "srg";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

.region.footer .gridCol section.social-icons .statBody p a.instagram:after {
  font-family: "srg";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

.region.footer .gridCol section.social-icons .statBody p a.houzz:after {
  content: '';
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  background-image: url(/images/houzz.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 2rem;
  height: 2rem;
}

@media (max-width: 1024px) {
  .region.footer .gridCol {
    font-size: 0.875rem;
  }
}

@media (max-width: 680px) {
  .region.footer .gridCol {
    font-size: 0.75rem;
  }
}

body.contact .region.content .gridCol {
  font-size: 0;
}

body.contact .region.content .gridCol > *, body.contact .region.content .gridCol:before, body.contact .region.content .gridCol:after {
  font-size: 1rem;
}

body.contact .region.content .gridCol section.map {
  display: inline-block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  padding: 0.5em;
  vertical-align: top;
  width: 45%;
}

body.contact .region.content .gridCol section.map .map {
  height: 450px;
}

body.contact .region.content .gridCol section.contact-info {
  display: inline-block;
  width: 55%;
  color: #1c1c1c;
  padding: 0.5em;
}

body.contact .region.content .gridCol section.contact-info h1 {
  font-family: "RobotoCondensed", sans-serif;
  font-size: 1.5em;
  margin-bottom: 1em;
}

body.contact .region.content .gridCol section.contact-info a {
  color: #0B9DB1;
}

body.contact .region.content .gridCol section.contact-info p {
  line-height: 1.5;
}

body.info .region.content .gridCol {
  font-size: 0;
}

body.info .region.content .gridCol > *, body.info .region.content .gridCol:before, body.info .region.content .gridCol:after {
  font-size: 1rem;
}

body.info .region.content .gridCol section {
  display: inline-block;
  padding: 1rem;
  vertical-align: top;
}

body.info .region.content .gridCol section.info-image {
  width: 60%;
}

body.info .region.content .gridCol section.info-image img {
  max-width: none;
  width: 100%;
}

body.info .region.content .gridCol section.info-intro {
  color: #1c1c1c;
  line-height: 1.35;
  width: 40%;
  text-align: justify;
}

body.info .region.content .gridCol section.info-former {
  color: #1c1c1c;
  width: 100%;
}

body.info .region.content .gridCol section.info-former h2 {
  margin-bottom: 1rem;
}

body.info .region.content .gridCol section.info-former p {
  margin-bottom: 0;
}

body.info .region.content .gridCol section.info-employee {
  width: 60%;
}

body.info .region.content .gridCol section.info-employee article.postEntry .postBody header.postEntryHeader h2.postEntryTitle {
  font-size: 1.25rem;
  margin-bottom: 0.75em;
}

body.info .region.content .gridCol section.info-employee article.postEntry .postBody header.postEntryHeader h2.postEntryTitle a {
  color: #0B9DB1;
}

body.info .region.content .gridCol section.info-employee article.postEntry .postBody .postEntryProperties ul li {
  color: #1c1c1c;
  font-size: 0.875rem;
  line-height: 1.25;
  padding-left: 0;
}

body.info .region.content .gridCol section.info-employee article.postEntry .postBody .moreLink {
  position: absolute;
  bottom: 0.25rem;
}

body.info .region.content .gridCol section.info-employee article.postEntry .postBody .moreLink a {
  color: #0B9DB1;
}

@media (max-width: 1024px) {
  body.info .region.content .gridCol section.info-image {
    width: 100%;
  }
  body.info .region.content .gridCol section.info-intro {
    padding-bottom: 0;
    width: 100%;
  }
  body.info .region.content .gridCol section.info-employee {
    padding-top: 0;
    width: 100%;
  }
  body.info .region.content .gridCol section.info-employee.postView article.postEntry .postEntryImages {
    margin-top: 6rem;
    padding-right: 10%;
    padding-left: 10%;
    width: 100%;
  }
  body.info .region.content .gridCol section.info-employee.postView article.postEntry .postEntrySections {
    width: 100%;
  }
  body.info .region.content .gridCol section.info-employee.postView article.postEntry .postEntrySections header.postEntryHeader {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    text-align: center;
  }
  body.info .region.content .gridCol section.info-employee.postView article.postEntry .postEntrySections .postEntrySection p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  body.info .region.content .gridCol section.info-employee.postView article.postEntry .postEntrySections .postEntrySection ul li {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  body.info .region.content .gridCol section.info-employee.postView article.postEntry .postEntrySections .postEntrySection table td {
    font-size: 0.875rem;
  }
  body.contact .region.content .gridCol section.map {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  body.contact .region.content .gridCol section.contact-info {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  body.contact .region.content .gridCol section.contact-info h1 {
    font-size: 1.25em;
  }
  body.contact .region.content .gridCol section.contact-info p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media (max-width: 680px) {
  body.info .region.content .gridCol section.info-intro p {
    font-size: 0.75rem;
  }
  body.info .region.content .gridCol section.info-employee article.postEntry .postBody header.postEntryHeader h2.postEntryTitle {
    font-size: 1rem;
  }
  body.info .region.content .gridCol section.info-employee article.postEntry .postBody .postEntryProperties ul li {
    font-size: 0.75rem;
  }
  body.info .region.content .gridCol section.info-employee article.postEntry .postBody .moreLink {
    font-size: 0.75rem;
  }
  body.info .region.content .gridCol section.info-employee.postView article.postEntry .postEntrySections .postEntrySection p {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  body.info .region.content .gridCol section.info-employee.postView article.postEntry .postEntrySections .postEntrySection ul li {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  body.info .region.content .gridCol section.info-employee.postView article.postEntry .postEntrySections .postEntrySection table td {
    font-size: 0.75rem;
  }
  body.info .region.content .gridCol section.info-former h2 {
    font-size: 1rem;
  }
  body.info .region.content .gridCol section.info-former p {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  body.contact .region.content .gridCol section.contact-info h1 {
    font-size: 1em;
  }
  body.contact .region.content .gridCol section.contact-info p {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}