/* compiled by scssphp v0.0.12 on Wed, 21 Aug 2024 06:49:31 +0000 (0.1354s) */

/* Breakpoints */
/* HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
 * HTML5 display definitions
 * ========================================================================== */
/* Basic structure */
/* Webfonts */
/* Dynamo Templates */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, picture {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]), [hidden] {
  display: none;
  /* =============================================================================
 * Base
 * ========================================================================== */ }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */ }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  /* killing 300ms touch delay in IE */
  -ms-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  margin: 0;
  font-family: sans-serif;
  color: #222;
  height: auto;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
  text-rendering: optimizeLegibility;
  /* Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */ }

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

::selection {
  background: ;
  color: #fff;
  text-shadow: none;
  /* =============================================================================
 * Links
 * ========================================================================== */ }

a {
  color: #000;
  text-decoration: underline;
  /* =============================================================================
 * Typography
 * ========================================================================== */ }
  a:visited {
    color: #000; }
  a:hover {
    color: #000;
    text-decoration: none; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0;
    text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

ins {
  background: #ff9;
  color: black;
  text-decoration: none; }

mark {
  background: yellow;
  color: black;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 10px; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: "";
    content: none; }

small {
  font-size: 85%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em;
  /* =============================================================================
 * Lists
 * ========================================================================== */ }

ul, ol {
  margin: 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav {
  /* =============================================================================
 * Embedded content
 * ========================================================================== */
  /* 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */ }
  nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0; }

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  /* Correct overflow not hidden in IE9
 */ }

svg:not(:root) {
  overflow: hidden;
  /* =============================================================================
 * Figures
 * ========================================================================== */ }

figure {
  margin: 0;
  max-width: 100%;
  /* =============================================================================
 * Forms
 * ========================================================================== */ }
  figure img {
    position: relative;
    min-width: 100%; }
  figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }

form {
  margin: 0; }

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

label {
  cursor: pointer;
  /* 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */ }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  /* 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */ }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  /* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */ }

button, input {
  line-height: normal;
  /* 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 * 4. Consistent box sizing and appearance
 */ }

button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

input {
  /* Remove inner padding and border in FF3/4: h5bp.com/l
 */ }
  input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
  /* 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */ }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd;
  /* =============================================================================
 * Tables
 * ========================================================================== */ }

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

td {
  vertical-align: top;
  /* ==|== non-semantic helper classes ========================================
 * Please define your styles before this section.
 * ========================================================================== */ }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }
  .ir br {
    display: none; }

.hidden {
  visibility: hidden;
  height: 0; }

.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; }

noscript iframe {
  display: none;
  visibility: hidden; }

.clearfix {
  *zoom: 1;
  /* ==|== print styles =======================================================
 * Print styles.
 * Inlined to avoid required HTTP connection: h5bp.com/r
 * ========================================================================== */ }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

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

  .ir a:after {
    content: ""; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

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

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.column.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.one {
  width: 100%;
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.one-half {
  width: 50%;
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.one-third {
  width: 33.33333%;
  max-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%; }

.one-fourth {
  width: 25%;
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

.one-fifth {
  width: 20%;
  max-width: 20%;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

.two-third {
  width: 66.66667%;
  max-width: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%; }

.two-fifth {
  width: 40%;
  max-width: 40%;
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%; }

.three-fourth {
  width: 75%;
  max-width: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%; }

.three-fifth {
  width: 60%;
  max-width: 60%;
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%; }

.four-fifth {
  width: 80%;
  max-width: 80%;
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  /* .no-flexbox -> float columns, apply clearfix to row */ }

.no-flexbox .row {
  display: block !important; }

.no-flexbox .row:before, .no-flexbox .row:after {
  display: block !important;
  content: ' ' !important;
  height: 0 !important;
  overflow: hidden !important; }

.no-flexbox .row:after {
  clear: both !important; }

.no-flexbox .column {
  display: inline !important;
  float: left !important; }

.no-flexbox .leistungen .leistung-detail.column, .no-flexbox .produkte .produkt-detail.column {
  display: none !important; }

.no-flexbox .row.reverse .column {
  float: right !important; }

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%; }

@font-face {
  font-family: 'Museo';
  src: url('../fonts/2DA92B_0_0.eot');
  src: url('../fonts/2DA92B_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2DA92B_0_0.woff2') format('woff2'), url('../fonts/2DA92B_0_0.woff') format('woff'), url('../fonts/2DA92B_0_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo-500.eot');
  src: url('../fonts/Museo-500.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo-500.woff2') format('woff2'), url('../fonts/Museo-500.woff') format('woff'), url('../fonts/Museo-500.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

html, body, input, select, textarea, button {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Times New Roman", times, serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Museo", Arial, "Times New Roman", serif;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  margin: 0; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
    margin-top: 0.5rem; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5, h6 {
  font-size: 1.125rem; }

p, li, td {
  font-size: 14px;
  color: #000;
  line-height:1.5; }

p {
  margin: 0; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, p + ul, p + ol {
  padding-top: 1.2rem; }

.large {
  font-size: 1.2em; }

.small {
  font-size: 0.8em; }

a {
  text-decoration: none; }
  a:visited {
    text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

code {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  font-family: monospace, serif;
  font-size: 1em; }

blockquote {
  font-style: italic; }
  blockquote:before {
    content: "\201C";
    display: inline-block;
    padding-right: 0.4em; }

::selection {
  background-color: #8d923c;
  color: white; }

#footer {
  width: 1260px;
  display: block; }

#footer div.top {
  width: 935px;
  height: 80px;
  margin-left: 267px;
  background-color: white;
  padding: 20px 0 0 5px; }
  @media screen and (max-width: 660px) {
  #footer div.top {
    height: 150px;
    padding: 75px 0 0 5px; } }
  @media screen and (max-width: 600px) {
  #footer div.top {
    height: 230px;
    padding: 75px 0 0 0px; } }

.footer-content p a:link, .footer-content p a:visited {
  color: #4a7272;
  text-decoration: underline; }

.footer-content p a:active, .footer-content p a:hover {
  color: #4a7272;
  text-decoration: none; }

.footer-content.last {
  border: none; }

#footer div.bottom {
  width: 940px;
  height: 60px;
  margin-left: 315px;
  background-color: transparent;
  padding: 15px 0 0 0; }

#footer div.bottom img {
  float: right;
  cursor: pointer; }

#footer div.footer-content {
  width: 17.5%;
  height: 60px;
  float: left; }
  @media screen and (max-width: 1260px) {
    #footer div.footer-content {
      width: 25%; } }
  #footer div.footer-content img.logo {
    padding: 10px 0 0 50px; }
  #footer div.footer-content p {
    color: #4a7272;
    padding: 15px 0 0 10px;
    font-size: 13px;
    line-height: 20px; }
    @media screen and (max-width: 1260px) {
    #footer div.footer-content p {
      line-height: 25px; } }
    #footer div.footer-content p span.left {
      width: 40px;
      display: block;
      float: left; }
    #footer div.footer-content p span.right {
      display: block;
      float: left; }
  #footer div.footer-content .socials {
    padding: 15px 0 0 10px; }
    #footer div.footer-content .socials img {
      margin-right: 10px; }
  #footer .top {
    position: relative; }
  #footer .top .scroll-top {
    position: absolute;
    right: 35px;
    bottom: 0;
    width: 35px;
    height: 35px;
    border-bottom: 1px solid #a1b2b2;
    border-left: 1px solid #a1b2b2;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    cursor: pointer; }
    @media screen and (max-width: 1260px) {
    #footer .top .scroll-top {
      right: 40px;
      bottom: 10px; } }
    @media screen and (max-width: 660px) {
    #footer .top .scroll-top {
      right: 50%;
      bottom: 70px;
      -webkit-transform: translateX(50%) rotate(135deg);
      -ms-transform: translateX(50%) rotate(135deg);
      transform: translateX(50%) rotate(135deg); } }
    @media screen and (max-width: 600px) {
    #footer .top .scroll-top {
      top: 50px;
      bottom: unset; } }
  #footer div.footer-content:nth-child(1) {
    width: 370px; }
  @media screen and (max-width: 600px) {
    #footer div.footer-content:nth-child(1) {
      width: 100%; } }
  @media screen and (max-width: 1260px) {
  #footer div.footer-content:nth-child(2) {
    padding-left: 10px; }
  #footer div.footer-content:nth-child(3) {
    width: 29%; }
  #footer div.footer-content:nth-child(4) {
    width: 20%; }
  #footer div.footer-content:nth-child(5) {
    width: 10%;
    max-width: 40px; } }
  @media screen and (max-width: 660px) {
  #footer div.footer-content p {
    text-align: center;
    padding: 15px 0 0 0px; }
    #footer div.footer-content p span.left {
      width: unset;
      display: inline-block;
      padding-right: 3px;
      float: none; }

    #footer div.footer-content p span.right {
      display: inline-block;
      float: none; }
  #footer div.footer-content:nth-child(2) {
    padding-left: 10px;
    width: 33%; }
  #footer div.footer-content:nth-child(3) {
    width: 33%; }
  #footer div.footer-content:nth-child(4) {
    width: 33%; }
  #footer div.footer-content:nth-child(5) {
    width: 100%;
    max-width: none;
    height: auto;
    padding-bottom: 30px;
    padding-top: 70px; }
    #footer div.footer-content:nth-child(5) .socials {
      margin: 0 auto;
      width: 115px; } }
  @media screen and (max-width: 600px) {
  #footer div.footer-content:nth-child(2) {
    width: 100%;
    height: unset; }
  #footer div.footer-content:nth-child(3) {
    width: 100%;
    height: unset; }
  #footer div.footer-content:nth-child(4) {
    width: 100%;
    height: unset; }
  #footer div.footer-content:nth-child(2) {
    height: unset; }
    #footer div.footer-content:nth-child(2) .socials {
      padding: 50px 0 0 10px;
      width: 120px;
      margin: 0 auto; } }

@media screen and (max-width: 940px) {
  #footer div.bottom img {
    float: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    left: 50%;
    z-index: 10000;
    -webkit-transform: translateX(-50%) translateY(100px) scaleY(2.5) scaleX(0.2);
    transform: translateX(-50%) translateY(100px) scaleY(2.5) scaleX(0.2);
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }

  #footer div.bottom img.up {
    -webkit-animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both; } }

@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(100px) translateX(-50%) scaleY(2.5) scaleX(0.2);
    transform: translateY(100px) translateX(-50%) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }

  50% {
    -webkit-transform: translateY(-20px) translateX(-50%) scaleY(1) scaleX(1);
    transform: translateY(-20px) translateX(-50%) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0) translateX(-50%) scaleY(1) scaleX(1);
    transform: translateY(0) translateX(-50%) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(100px) translateX(-50%) scaleY(2.5) scaleX(0.2);
    transform: translateY(100px) translateX(-50%) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }

  50% {
    -webkit-transform: translateY(-20px) translateX(-50%) scaleY(1) scaleX(1);
    transform: translateY(-20px) translateX(-50%) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0) translateX(-50%) scaleY(1) scaleX(1);
    transform: translateY(0) translateX(-50%) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

#navigation-main {
  display: block;
  width: 252px;
  position: relative;
  z-index: 1;
  padding: 0;
  padding: 23px 0 20px 0; }
  #navigation-main li {
    padding: 0;
    margin: 0;
    display: block; }
  #navigation-main li a {
    display: block;
    padding: 10px 0 10px 83px;
    height: 32px;
    font-family: "Museo";
    font-size: 16px;
    line-height: 16px;
    color: #a1b2b2;
    background: transparent;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    #navigation-main li a:hover, #navigation-main li a:active {
      color: #8d923c; }
    #navigation-main li a.active {
      color: #8d923c; }
  #navigation-main li ul {
    padding: 0 0 0 20px; }

#navigation-main:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 19px;
  height: 1px;
  width: 65px;
  background-color: #a1b2b2; }

#main-mobile-navigation #navigation-main:before {
  display: none; }

#navigation-meta {
  display: block;
  position: relative;
  z-index: 1;
  padding: 15px 0 0 10px;
  margin: 0; }
  #navigation-meta li {
    padding: 0;
    margin: 0 15px 0 0;
    display: inline-block; }
  @media screen and (max-width: 600px) {
    #navigation-meta li {
      display: block; } }
  #navigation-meta li a {
    display: block;
    padding: 0px 0 0px 0;
    font-family: "Museo";
    font-size: 13px;
    line-height: 20px;
    color: #4a7272;
    background: transparent;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    @media screen and (max-width: 1260px) {
    #navigation-meta li a {
      line-height: 25px; } }
    @media screen and (max-width: 660px) {
    #navigation-meta li a {
      text-align: center; } }
    #navigation-meta li a:hover, #navigation-meta li a:active {
      color: #8d923c; }
    #navigation-meta li a.active {
      color: #8d923c; }

@media (orientation: landscape) {
    #main-mobile-navigation ul#navigation-main {
      padding: 35px 0 0 20px; }
      #main-mobile-navigation ul#navigation-main li {
        display: table-cell;
        padding-right: 30px; }
        #main-mobile-navigation ul#navigation-main li a {
          text-align: left; }
        #main-mobile-navigation ul#navigation-main li ul li {
          display: block;
          padding-right: 0px; } }

body {
  position: relative; }

.background-wrapper {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  background-size: cover; }

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0; }

video.grid-video {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important; }

.project-content video {
  width: 100%;
  height: auto;
  position: relative;
}

.fixed {
  position: fixed;
  top: 0px; }

#left-wrapper {
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.85); }
  #left-wrapper #logo a img {
    width: 252px;
    height: 123px; }

a:link, a:visited {
  color: #000;
  text-decoration: underline; }

a:hover, a:active {
  color: #000;
  text-decoration: none; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
  text-decoration: none; }

#nav-wrapper {
  padding: 0;
  margin: 0;
  width: 252px;
  background-color: transparent; }

.background-image {
  cursor: pointer; }

#page-wrapper {
  margin: 0 auto;
  width: 1245px;
  z-index: 1; }
  @media screen and (max-width: 1260px) {
  #page-wrapper {
    width: 940px; } }
  @media screen and (max-width: 940px) {
  #page-wrapper {
    width: 100%; } }

#content {
  width: 1260px;
  display: block; }

.content-header {
  width: 910px;
  height: 20px; }

.content-header a img {
  float: right;
  margin-left: 5px; }

.template-standard {
  width: 100%; }

#left {
  float: left;
  min-height: 550px;
  width: 252px; }
  #left h1#logo.logo-fixed {
    position: relative; }
  #left h1#logo.logo-fixed a img {
    position: absolute; }
  #left h1#logo.logo-fixed + #nav-wrapper {
    margin-top: 190px; }

#right {
  float: left;
  width: 935px;
  padding: 15px;
  margin: 15px 0 0 15px;
  background-color: #fff; }
  @media screen and (max-width: 940px) {
  #right {
    margin: 0; } }

.content-images {
  width: 295px; }

.content-image {
  width: 295px; }

.container-three-column {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.container-2-column {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.container-2-column .container-column-1 {
  width: 600px;
  margin: 0px 5px 0 5px; }

.container-2-column .container-column-2-bluegray {
  width: 295px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b3b08b;
  color: #fff;
  margin: 5px;
  color: #fff;
  padding: 0 60px 0 60px; }

.container-2-column .container-column-2-bluegray h4 {
  font-size: 20px;
  line-height: 25px;
  margin: 15px 0 15px 0; }

.container-2-column .container-column-2-bluegray h4 a:link, .container-2-column .container-column-2-bluegray h4 a:visited, .container-2-column .container-column-2-bluegray h4 a:hover, .container-2-column .container-column-2-bluegray h4 a:active {
  color: #fff;
  text-decoration: none; }

.container-three-column .container-column-1, .container-three-column .container-column-2, .container-three-column .container-column-3 {
  margin: 5px;
  width: 295px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.container-three-column .container-column-3.bluegrey {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b3b08b;
  color: #fff; }

.container-three-column.green-image-empty .container-column-1 {
  padding: 5px;
  margin: 5px;
  background-color: #8d923c;
  width: 295px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.container-three-column.green-image-empty .container-column-1 h4 {
  padding: 0 50px 0 50px;
  color: #fff;
  font-size: 23px;
  line-height: 27px; }

.container-three-column.green-image-empty .container-column-2, .container-three-column.green-image-empty .container-column-3 {
  background-color: none;
  width: 295px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.container-three-column.green-image-empty .container-column-2 {
  min-height: 220px;
  background-color: #eaeeee; }

.container-three-column.green-bluegray-green .container-column-1 .content-text, .container-three-column.green-bluegray-green .container-column-2 .content-text, .container-three-column.green-bluegray-green .container-column-3 .content-text {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #fff; }

.container-three-column.green-bluegray-green .container-column-1 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-2 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-3 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-1 .content-text h4 a:visited, .container-three-column.green-bluegray-green .container-column-2 .content-text h4 a:visited, .container-three-column.green-bluegray-green .container-column-3 .content-text h4 a:visited {
  color: #fff;
  display: block;
  height: 220px;
  line-height: 220px;
  background-color: #8d923c;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 1s ease-out;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out; }

.container-three-column.green-bluegray-green .container-column-2 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-2 .content-text h4 a:visited {
  background-color: #b3b08b; }

.container-three-column.green-bluegray-green .container-column-2 .content-text h4 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.container-three-column.green-bluegray-green .container-column-1 .content-text h4 a:hover, .container-three-column.green-bluegray-green .container-column-3 .content-text h4 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.container-three-column.green-bluegray-green .container-column-1, .container-three-column.green-bluegray-green .container-column-2, .container-three-column.green-bluegray-green .container-column-3 {
  margin: 5px;
  width: 295px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.mobile-header {
  display: block;
  width: 100%;
  height: 70px; }
  .mobile-header .left, .mobile-header .right {
    float: left;
    width: 50%;
    position: relative; }
  .mobile-header .right .stage {
    position: absolute;
    right: 20px;
    top: 30px; }
  .mobile-header .right .container {
    position: relative;
    height: 28px;
    width: 36px;
    cursor: pointer; }
    .mobile-header .right .container .line-top, .mobile-header .right .container .line-middle, .mobile-header .right .container .line-bottom {
      position: absolute;
      display: block;
      height: 4px;
      width: 36px;
      border-radius: 2px;
      background: #a1b2b2; }
    .mobile-header .right .container .line-top {
      top: 0;
      transform-origin: 34px 2px; }
    .mobile-header .right .container .line-middle {
      top: 12px;
      transition: opacity 200ms linear; }
    .mobile-header .right .container .line-bottom {
      bottom: 0;
      transform-origin: 34px 2px; }
    .mobile-header .right .container.is-open .line-top {
      animation: line-top-out 600ms linear normal;
      animation-fill-mode: forwards; }
      .mobile-header .right .container.is-open .line-middle {
        opacity: 0; }
      .mobile-header .right .container.is-open .line-bottom {
        animation: line-bot-out 600ms linear normal;
        animation-fill-mode: forwards; }
    .mobile-header .right .container.is-closed .line-top {
      animation: line-top-in 600ms linear normal;
      animation-fill-mode: forwards; }
      .mobile-header .right .container.is-closed .line-middle {
        transition-delay: 200ms; }
      .mobile-header .right .container.is-closed .line-bottom {
        animation: line-bot-in 600ms linear normal;
        animation-fill-mode: forwards; }

#main-mobile-navigation {
  display: none; }
  @media screen and (max-width: 940px) {
  #main-mobile-navigation {
    opacity: 0;
    transition: opacity 0.25s ease-out;
    background-color: white;
    position: absolute;
    width: 90%;
    height: 100vh;
    top: 80px;
    z-index: 200; }
    #main-mobile-navigation #navigation-main {
      position: absolute;
      top: calc(50% - 80px);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 90vw !important; }
      #main-mobile-navigation #navigation-main li a {
        text-align: center;
        padding: 10px 0 10px 0;
        font-size: 24px;
        line-height: 30px;
        height: 45px; }
        #main-mobile-navigation #navigation-main li ul {
          padding: 0 0 20px 0; }
          #main-mobile-navigation #navigation-main li ul li a {
            font-size: 18px;
            line-height: 25px;
            height: 35px; } }
    @media screen and (max-width: 940px) and (max-height: 660px) {
          #main-mobile-navigation #navigation-main li a {
            font-size: 20px;
            line-height: 24px;
            height: 35px; } }
      @media screen and (max-width: 940px) and (max-height: 660px) {
            #main-mobile-navigation #navigation-main li ul li a {
              font-size: 16px;
              line-height: 20px;
              height: 28px; } }

body.no-scroll {
  overflow: hidden !important;
  height: 100%;
  height: 100vh !important; }
  @media screen and (max-width: 940px) {
    body.no-scroll #main-mobile-navigation {
      opacity: 1;
      display: block; } }

.content-text {
  position: relative; }
  .content-text .image_left {
    float: left;
    margin: 0.5rem 1rem 0 0; }
  .content-text .image_right {
    float: right;
    margin: 0.5rem 0 0 1rem; }
  .content-text:after {
    content: "";
    display: table;
    clear: both; }

.content-footer {
  display: none; }

#mobile-navigation {
  display: none; }

.content-text.green {
  background-color: #8d923c;
  padding: 80px 60px; }

.content-text.gray {
  background-color: #eaeeee;
  color: #000;
  padding: 30px 20px;
  /*
.content-text.gray600 {
	background-color: $gs_gray;
	color: #000;
	padding: 30px 20px;
}
*/ }

.content-text.gray600 {
  width: 600px;
  background-color: #eaeeee;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 30px 20px; }

.content-text.gray600:first-child {
  margin-top: 5px; }

.content-text.full {
  padding: 0;
  margin-top: 10px; }

.content-text.full p {
  line-height: 0; }

.content-text.bluegray {
  background-color: #b3b08b;
  color: #fff;
  padding: 0 60px 0 60px;
  font-weight: normal; }

.content-text.green p, .content-text.bluegray p, .container-column-2-bluegray p {
  color: #fff;
  font-family: "Museo";
  font-size: 18px; }

.content-text.gray p {
  font-family: "Times-New-Roman"; }

.grid-item {
  position: relative;
  width: 295px;
  height: 260px; }
  .grid-item.grid-news {
    height: 263.5px; }
  .grid-item.grid-item--width2 {
    width: 590px;
    height: 260px; }
  .grid-item.grid-item--height2 {
    width: 295px;
    height: 520px; }
  .grid-item.grid-item--full {
    width: 590px;
    height: 520px; }
  .grid-item.grid-item--wide {
    width: 905px;
    height: 441px; }
  .grid-item .grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .grid-item img {
    width: 100%;
    height: 100%; }
  .grid-item.grid-item--height2 img {
    width: auto;
    height: 100%; }

@media screen and (max-width: 940px) {
  .grid-item {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
    height: auto;
    float: left; }
    .grid-item.grid-item--width2 {
      width: 100%;
      height: auto; }
    .grid-item.grid-item--height2 {
      width: calc(50% - 5px);
      height: auto; }
    .grid-item.grid-item--full {
      width: 100%;
      height: auto; }
    .grid-item.grid-item--wide {
      width: 100%;
      height: auto; }
    .grid-item .grid-inner {
      position: relative; }

  .grid-item:nth-child(even) {
    margin: 0 0 10px 0; } }

@media screen and (max-width: 600px) {
  .grid-item {
    width: calc(100%);
    margin: 0 10px 10px 0;
    height: auto;
    float: left; }
    .grid-item.grid-item--width2 {
      width: calc(100%);
      height: auto; }
    .grid-item.grid-item--height2 {
      width: calc(100%);
      height: auto; }
    .grid-item.grid-item--full {
      width: calc(100%);
      height: auto; }
    .grid-item.grid-item--wide {
      width: calc(100%);
      height: auto; }
    .grid-item .grid-inner {
      position: relative; }

  .grid-item:nth-child(even) {
    margin: 0 0 10px 0; } }

.grid-item.grid-image .teaser-text {
  width: 195px;
  min-height: 42px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-family: "Times New Roman", serif;
  font-size: 12px;
  padding: 8px 4px 0px 8px;
  line-height: 14px; }

.grid-item.grid-news {
  background-color: #b3b08b; }
  @media screen and (max-width: 940px) {
  .grid-item.grid-news {
    height: 180px; } }
  @media screen and (max-width: 600px) {
  .grid-item.grid-news {
    height: 225px; } }
  .grid-item.grid-news a, .grid-item.grid-news a:link, .grid-item.grid-news a:active, .grid-item.grid-news a:hover, .grid-item.grid-news a:visited {
    color: white;
    text-decoration: none; }
  .grid-item.grid-news a .content-text, .grid-item.grid-news a:link .content-text, .grid-item.grid-news a:active .content-text, .grid-item.grid-news a:hover .content-text, .grid-item.grid-news a:visited .content-text {
    position: absolute;
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .grid-item.grid-news a .content-text h1, .grid-item.grid-news a:link .content-text h1, .grid-item.grid-news a:active .content-text h1, .grid-item.grid-news a:hover .content-text h1, .grid-item.grid-news a:visited .content-text h1, .grid-item.grid-news a .content-text h2, .grid-item.grid-news a:link .content-text h2, .grid-item.grid-news a:active .content-text h2, .grid-item.grid-news a:hover .content-text h2, .grid-item.grid-news a:visited .content-text h2, .grid-item.grid-news a .content-text h3, .grid-item.grid-news a:link .content-text h3, .grid-item.grid-news a:active .content-text h3, .grid-item.grid-news a:hover .content-text h3, .grid-item.grid-news a:visited .content-text h3, .grid-item.grid-news a .content-text h4, .grid-item.grid-news a:link .content-text h4, .grid-item.grid-news a:active .content-text h4, .grid-item.grid-news a:hover .content-text h4, .grid-item.grid-news a:visited .content-text h4, .grid-item.grid-news a .content-text h5, .grid-item.grid-news a:link .content-text h5, .grid-item.grid-news a:active .content-text h5, .grid-item.grid-news a:hover .content-text h5, .grid-item.grid-news a:visited .content-text h5, .grid-item.grid-news a .content-text h6, .grid-item.grid-news a:link .content-text h6, .grid-item.grid-news a:active .content-text h6, .grid-item.grid-news a:hover .content-text h6, .grid-item.grid-news a:visited .content-text h6, .grid-item.grid-news a .content-text p, .grid-item.grid-news a:link .content-text p, .grid-item.grid-news a:active .content-text p, .grid-item.grid-news a:hover .content-text p, .grid-item.grid-news a:visited .content-text p {
      font-family: "Museo", Arial, "Times New Roman", serif;
      color: white;
      text-decoration: none;
      text-align: left; }
    .grid-item.grid-news a .content-text p, .grid-item.grid-news a:link .content-text p, .grid-item.grid-news a:active .content-text p, .grid-item.grid-news a:hover .content-text p, .grid-item.grid-news a:visited .content-text p {
      line-height: 20px; }

.grid-item.grid-text.green, .grid-item.grid-news.green {
  background-color: #8d923c; }
  .grid-item.grid-text.blue, .grid-item.grid-news.blue {
    background-color: #b3b08b; }
  .grid-item.grid-text .grid-inner, .grid-item.grid-news .grid-inner {
    padding: 15px;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .grid-item.grid-text .grid-inner a, .grid-item.grid-news .grid-inner a {
    display: block;
    width: 100%;
    height: 100%; }
  .grid-item.grid-text .grid-inner h1, .grid-item.grid-news .grid-inner h1, .grid-item.grid-text .grid-inner h2, .grid-item.grid-news .grid-inner h2, .grid-item.grid-text .grid-inner h3, .grid-item.grid-news .grid-inner h3, .grid-item.grid-text .grid-inner h4, .grid-item.grid-news .grid-inner h4 {
    display: block;
    width: 100%;
    text-align: center; }
  .grid-item.grid-text .grid-inner h1, .grid-item.grid-news .grid-inner h1 {
    font-size: 1rem; }
  .grid-item.grid-text .grid-inner h2, .grid-item.grid-news .grid-inner h2 {
    font-size: 1.5rem; }
  .grid-item.grid-text .grid-inner h3, .grid-item.grid-news .grid-inner h3 {
    font-size: 2rem; }
  .grid-item.grid-text .grid-inner h4, .grid-item.grid-news .grid-inner h4 {
    font-size: 2.5rem; }
  .grid-item.grid-text.green .content-text, .grid-item.grid-news.green .content-text, .grid-item.grid-text.blue .content-text, .grid-item.grid-news.blue .content-text, .grid-item.grid-text.green .content-text a:link, .grid-item.grid-news.green .content-text a:link, .grid-item.grid-text.blue .content-text a:link, .grid-item.grid-news.blue .content-text a:link, .grid-item.grid-text.green .content-text a:active, .grid-item.grid-news.green .content-text a:active, .grid-item.grid-text.blue .content-text a:active, .grid-item.grid-news.blue .content-text a:active, .grid-item.grid-text.green .content-text a:hover, .grid-item.grid-news.green .content-text a:hover, .grid-item.grid-text.blue .content-text a:hover, .grid-item.grid-news.blue .content-text a:hover, .grid-item.grid-text.green .content-text a:visited, .grid-item.grid-news.green .content-text a:visited, .grid-item.grid-text.blue .content-text a:visited, .grid-item.grid-news.blue .content-text a:visited {
    font-family: "Museo", Arial, "Times New Roman", serif;
    color: white;
    text-decoration: none; }

.grid-project, .grid-standard {
  overflow: hidden;
  background-color: white;
  /*
.grid-item:nth-child(even) {
	background-color: #6895bf;
}
.grid-item:nth-child(odd) {
	background-color: #d0d228;
}
*/ }
  .grid-project a:link, .grid-standard a:link {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100; }
  .grid-project img, .grid-standard img {
    /* Firefox 3.5+ */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* IE6-9 */
    filter: gray;
    /* Chrome 19+ & Safari 6+ */
    -webkit-filter: grayscale(100%);
    opacity: 0.3;
    filter: alpha(opacity=30);
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    z-index: 1; }
  .grid-project a:hover > img, .grid-standard a:hover > img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    filter: alpha(opacity=100); }
  .grid-project img + span, .grid-standard img + span {
    left: -245px;
    bottom: 0;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out; }
  .grid-project a:hover > span, .grid-standard a:hover > span {
    left: 0;
    bottom: 0; }
  .grid-project.no-fadeout img, .grid-standard.no-fadeout img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    filter: alpha(opacity=100); }
  .grid-project.no-fadeout span, .grid-standard.no-fadeout span {
    left: 0;
    bottom: 0; }
  .grid-project.colorized img, .grid-standard.colorized img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    filter: alpha(opacity=100); }
  @media screen and (max-width: 940px) {
  .grid-project img, .grid-standard img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    filter: alpha(opacity=100); }
  .grid-project span, .grid-standard span, .grid-project img + span, .grid-standard img + span {
    left: 0;
    bottom: 0; } }
  .grid-project span, .grid-standard span {
    width: 245px;
    min-height: 42px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    font-family: "Times New Roman", serif;
    font-size: 12px;
    padding: 8px 4px 0px 8px;
    line-height: 14px; }
  .grid-project a span, .grid-standard a span, .grid-project a:link span, .grid-standard a:link span, .grid-project a:visited span, .grid-standard a:visited span, .grid-project a span, .grid-standard a span, .grid-project a:link span, .grid-standard a:link span, .grid-project a:visited span, .grid-standard a:visited span {
    color: #222;
    text-decoration: none; }
  .grid-project a span p, .grid-standard a span p, .grid-project a:link span p, .grid-standard a:link span p, .grid-project a:visited span p, .grid-standard a:visited span p, .grid-project a span p, .grid-standard a span p, .grid-project a:link span p, .grid-standard a:link span p, .grid-project a:visited span p, .grid-standard a:visited span p, .grid-project span p, .grid-standard span p {
    color: #a1b2b2;
    font-size: 13px;
    text-decoration: none;
    line-height: 15px;
    margin-top: 3px; }

.container-100-grey {
  background-color: #eaeeee;
  padding: 10px;
  margin: 0 0 10px 0; }
.container-100-white {
  background-color: #ffffff;
  padding: 10px;
  margin: 0 0 10px 0; }


.newssystem.standard .entry-data {
  margin-bottom: 15px;
  background-color: #eaeeee; }
  .newssystem.standard .entry-data .entry-data-header {
    background-color: #b3b08b;
    color: white;
    position: relative;
    padding: 40px 25px; }
  .newssystem.standard .entry-data .entry-data-header h1,
  .newssystem.standard .entry-data .entry-data-header h6 {
    font-size: 20px;
    padding-right: 55px; }
  .newssystem.standard .entry-data .entry-data-header .back-cross {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .newssystem.standard .entry-data .entry-data-header .back-cross:after {
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: white;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .newssystem.standard .entry-data .entry-data-header .back-cross:before {
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .newssystem.standard .entry-data .entry-data-teaser_image {
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  @media screen and (max-width: 600px) {
        .newssystem.standard .entry-data .entry-data-teaser_image {
          height: 150px; } }
  .newssystem.standard .entry-data .entry-data-image img {
    width: 100%;
    height: auto; }
  .newssystem.standard .entry-data .entry-data-teaser_text, .newssystem.standard .entry-data .entry-data-text {
    position: relative;
    padding: 20px 150px 25px 20px; }
  @media screen and (max-width: 600px) {
        .newssystem.standard .entry-data .entry-data-teaser_text, .newssystem.standard .entry-data .entry-data-text {
          padding: 20px 20px 60px 20px; } }
  .newssystem.standard .entry-data .entry-data-teaser_text p, .newssystem.standard .entry-data .entry-data-text p {
    font-size: 14px;
    line-height: 150%; }
  .newssystem.standard .entry-data .entry-data-teaser_text p span.fixed-left, .newssystem.standard .entry-data .entry-data-text p span.fixed-left {
    display: block;
    width: 100px;
    float: left; }
  @media screen and (max-width: 450px) {
            .newssystem.standard .entry-data .entry-data-teaser_text p span.fixed-left, .newssystem.standard .entry-data .entry-data-text p span.fixed-left {
              width: 100%;
              float: unset;
              line-height: 100%; } }
  .newssystem.standard .entry-data .entry-data-teaser_text p span.fixed-right, .newssystem.standard .entry-data .entry-data-text p span.fixed-right {
    width: calc(100% - 100px);
    display: block;
    float: left; }
  @media screen and (max-width: 450px) {
            .newssystem.standard .entry-data .entry-data-teaser_text p span.fixed-right, .newssystem.standard .entry-data .entry-data-text p span.fixed-right {
              width: 100%;
              float: unset;
              line-height: 150%; } }
  .newssystem.standard .entry-data .entry-data-teaser_text a.read-on, .newssystem.standard .entry-data .entry-data-text a.read-on {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 90px;
    height: 30px;
    background-color: #fff;
    margin: 0;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #a1b2b2;
    font-family: "Museo";
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-out; }
  .newssystem.standard .entry-data .entry-data-teaser_text a:hover.read-on, .newssystem.standard .entry-data .entry-data-text a:hover.read-on {
    background-color: #b3b08b;
    color: white; }
  .newssystem.standard .entry-data .entry-data-teaser_text .social-share, .newssystem.standard .entry-data .entry-data-text .social-share {
    position: absolute;
    bottom: 20px;
    right: 20px; }
  .newssystem.standard .entry-data .entry-data-teaser_text .social-share .share-button a, .newssystem.standard .entry-data .entry-data-text .social-share .share-button a {
    z-index: 20; }
  .newssystem.standard .entry-data .entry-data-teaser_text .social-share .share-items a, .newssystem.standard .entry-data .entry-data-text .social-share .share-items a {
    position: absolute;
    bottom: -20px;
    left: 0;
    opacity: 0;
    z-index: 10;
    pointer-events: none; }
  .newssystem.standard .entry-data .entry-data-teaser_text .social-share.active .share-items a:nth-child(1), .newssystem.standard .entry-data .entry-data-text .social-share.active .share-items a:nth-child(1) {
    opacity: 1;
    bottom: 35px;
    pointer-events: all;
    transition: all 0.2s ease-out; }
  .newssystem.standard .entry-data .entry-data-teaser_text .social-share.active .share-items a:nth-child(2), .newssystem.standard .entry-data .entry-data-text .social-share.active .share-items a:nth-child(2) {
    opacity: 1;
    bottom: 70px;
    pointer-events: all;
    transition: all 0.2s ease-out; }
  .newssystem.standard .entry-data .entry-data-teaser_text .social-share.active .share-items a:nth-child(3), .newssystem.standard .entry-data .entry-data-text .social-share.active .share-items a:nth-child(3) {
    opacity: 1;
    bottom: 105px;
    pointer-events: all;
    transition: all 0.2s ease-out; }
  .newssystem.standard .entry-data .entry-data-teaser_text .social-share.active .share-items a:nth-child(4), .newssystem.standard .entry-data .entry-data-text .social-share.active .share-items a:nth-child(4) {
    opacity: 1;
    bottom: 140px;
    pointer-events: all;
    transition: all 0.2s ease-out; }
  .newssystem.standard .entry-data .entry-data-teaser_text .social-share img, .newssystem.standard .entry-data .entry-data-text .social-share img {
    width: 25px;
    height: 25px; }
  .newssystem.project .entry-data {
    margin-bottom: 15px;
    background-color: #eaeeee; }
  .newssystem.project .entry-data .entry-data-header {
    background-color: #b3b08b;
    color: white;
    padding: 40px 25px;
    position: relative; }
  .newssystem.project .entry-data .entry-data-header h6 {
    font-size: 20px;
    padding-right: 55px; }
  .newssystem.project .entry-data .entry-data-header .back-cross {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .newssystem.project .entry-data .entry-data-header .back-cross:after {
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: white;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .newssystem.project .entry-data .entry-data-header .back-cross:before {
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .newssystem.project .entry-data .entry-data-images img {
    width: 100%;
    height: auto; }
  .newssystem.project .entry-data .entry-data-content {
    padding: 0 0 15px 0; }
  .newssystem.project .entry-data .entry-data-content p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px; }
  .newssystem.project .entry-data .entry-data-content .facts {
    display: table;
    width: 100%;
    padding: 15px 5px 0 5px; }
  .newssystem.project .entry-data .entry-data-content .facts .facts-content {
    width: 100%;
    display: table-row; }
  @media screen and (max-width: 450px) {
            .newssystem.project .entry-data .entry-data-content .facts .facts-content {
              width: 100%; } }
  .newssystem.project .entry-data .entry-data-content .facts .facts-content p {
    margin: 5px 10px 0px 15px; }
  .newssystem.project .entry-data .entry-data-content .facts .facts-content span.fixed-right {
    font-size: 14px;
    line-height: 20px;
    display: table-cell;
    width: calc(100% - 120px); }
    @media screen and (max-width: 530px) {
            .newssystem.project .entry-data .entry-data-content .facts .facts-content span.fixed-right {
              width: 100%;
              display: block; } }
    @media screen and (max-width: 940px) {
            .newssystem.project .entry-data .entry-data-content .facts .facts-content span.fixed-right {
              font-size: 14px; } }
  .newssystem.project .entry-data .entry-data-content .facts .facts-content span.fixed-left {
    font-family: "museo";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #8d923c;
    display: table-cell;
    width: 120px; }
    @media screen and (max-width: 530px) {
            .newssystem.project .entry-data .entry-data-content .facts .facts-content span.fixed-left {
              width: 100%;
              display: block; } }
  .newssystem.project .entry-data .entry-data-content span.read-more {
    float: right;
    width: 90px;
    height: 30px;
    background-color: #fff;
    margin: 20px 20px 10px 0;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #a1b2b2;
    font-family: "Museo";
    cursor: pointer;
    clear: left;
    margin-top: -33px; }
  .newssystem.project .entry-data .entry-data-content .more-content {
    display: none; }
  .newssystem.project .entry-data .entry-data-content .more-content .facts {
    padding: 0 5px 15px 5px; }
  .newssystem.project .entry-data .entry-data-content .more-content span.read-more {
    margin: 20px 0px 10px 0; }
  .newssystem.project .entry-data .entry-data-content .project-content {
    background-color: #f9fafa;
    width: 100%;
    padding: 10px 20px 75px 20px;
    margin: 0 0 -75px 0; }
  .newssystem.project .related-spacer {
    width: 100%;
    background-color: #eaeeee;
    margin: 0;
    padding: 8px 15px 8px 15px; }
  .newssystem.project .related-spacer h3 {
    color: #a1b2b2;
    font-size: 14px; }
  .newssystem.project .related-spacer + .category {
    width: 100%;
    margin: 15px 0 0 0; }
  .newssystem.project .related-spacer + .category .project-teaser {
    width: 295px;
    height: 225px;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    overflow: hidden; }
  .newssystem.project .related-spacer + .category .green-project-teaser {
    width: 295px;
    height: 225px;
    float: left;
    margin: 5px 5px 5px 5px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    background-color: #8d923c; }
  .newssystem.project .related-spacer + .category .green-project-teaser h2, .newssystem.project .related-spacer + .category .green-project-teaser p {
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    font-family: "Museo"; }
  .newssystem.project .related-spacer + .category .green-project-teaser.second {
    display: none; }
  @media screen and (max-width: 1260px) {
      .newssystem.project .related-spacer + .category .project-teaser, .newssystem.project .related-spacer + .category .green-project-teaser {
        width: 285px;
        height: 215px; }
      .newssystem.project .related-spacer + .category .project-teaser.last-2-columns, .newssystem.project .related-spacer + .category .project-teaser.last.last-2-columns, .newssystem.project .related-spacer + .category .green-project-teaser.last-2-columns, .newssystem.project .related-spacer + .category .green-project-teaser.last.last-2-columns {
        margin: 0 0 10px 0; } }
  .newssystem.project .related-spacer + .category .project-teaser.last, .newssystem.project .related-spacer + .category .green-project-teaser.last {
    margin: 0 0px 10px 0; }
  @media screen and (max-width: 1260px) {
        .newssystem.project .related-spacer + .category .project-teaser.last, .newssystem.project .related-spacer + .category .green-project-teaser.last {
          margin: 0 10px 10px 0; } }
  @media screen and (max-width: 940px) {
      .newssystem.project .related-spacer + .category .project-teaser {
        width: calc(50% - 5px);
        margin: 0 10px 10px 0;
        height: auto; } }
  @media screen and (max-width: 450px) {
      .newssystem.project .related-spacer + .category .project-teaser {
        width: 100%;
        margin: 0 0 10px 0;
        height: auto; } }
  .newssystem.project .related-spacer + .category .project-teaser a:link {
    display: block; }
  .newssystem.project .related-spacer + .category .project-teaser img {
    /* Firefox 3.5+ */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* IE6-9 */
    filter: gray;
    /* Chrome 19+ & Safari 6+ */
    -webkit-filter: grayscale(100%);
    opacity: 0.3;
    filter: alpha(opacity=30);
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    z-index: 1;
    width: 100%;
    height: auto;
  }
  .newssystem.project .related-spacer + .category .project-teaser a:hover > img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    filter: alpha(opacity=100); }
  .newssystem.project .related-spacer + .category .project-teaser.fullcolor img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    filter: alpha(opacity=100); }
  .newssystem.project .related-spacer + .category .project-teaser img + span {
    width: 195px;
    min-height: 50px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    font-family: "Times New Roman", serif;
    font-size: 12px;
    padding: 8px 4px 8px 8px;
    line-height: 14px;
    left: -195px;
    bottom: 0;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out; }
  .newssystem.project .related-spacer + .category .project-teaser a:hover > span {
    left: 0;
    bottom: 0; }
  .newssystem.project .related-spacer + .category a span, .newssystem.project .related-spacer + .category a:link span, .newssystem.project .related-spacer + .category a:visited span, .newssystem.project .related-spacer + .category a span, .newssystem.project .related-spacer + .category a:link span, .newssystem.project .related-spacer + .category a:visited span {
    color: #222;
    text-decoration: none; }
  .newssystem.project .related-spacer + .category a span p, .newssystem.project .related-spacer + .category a:link span p, .newssystem.project .related-spacer + .category a:visited span p, .newssystem.project .related-spacer + .category a span p, .newssystem.project .related-spacer + .category a:link span p, .newssystem.project .related-spacer + .category a:visited span p, .newssystem.project .related-spacer + .category span p {
    color: #a1b2b2;
    font-size: 13px;
    text-decoration: none;
    line-height: 15px;
    margin-top: 3px; }

.related-spacer-news {
  background-color: #eaeeee;
  margin: 5px 0 5px 0;
  padding: 8px 15px 8px 15px; }

.related-spacer-news h3 {
  color: #a1b2b2;
  font-size: 14px;
  text-align: right; }

.facebook-share {
  margin: 10px 0 0 10px; }

.related-spacer-news h3 a:link, .related-spacer-news h3 a:hover, .related-spacer-news h3 a:active, .related-spacer-news h3 a:visited {
  color: #a1b2b2;
  text-decoration: none; }

.project.mobile {
  display: none;
  /*


.project {
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    width: 915px;
}

.project .left-header,
.project .left-content {
	width: 100%;
	margin: 5px;
}

.project .left-content {
	width: calc(100% - 10px);
}

.project .left-content img {
	padding: 0 0 0 0;
}

.project .left-header {
	background-color: $gs_green;
}
.project .right-header {
	background-color: $gs_bluegray;
	margin: 5px;
}

.project .left-header h2,
.project .right-header h2 {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	padding: 35px 0 35px 0;
}

.project .left-header h2 {
	padding: 35px 0 35px 30px;
}
.project .right-header h2 {
	text-align: center;
}

.project .right-content {
	margin: 5px;
	background-color: $gs_gray;
}

.project .right-content .project-content {
  	background-color: #f9fafa;
  	width: 100%;
  	padding: 10px 5px 40px 5px;
}

.project .right-content p {
	margin: 10px 20px 0 20px;
	font-family: "Times New Roman", serif;
	color: #000;
}






.project .right-header,
.project .right-content {
	width: 100%;
}
*/
  /*

.project .facts {
	display: table;
	width: 100%;
	padding: 15px 5px 0 5px;
    .facts-content {
		width: 100%;
		display: table-row;
		@media screen and (max-width: $gs_breakpoint3 ) {
			width: 100%;
		}
		
	    p {
			margin: 5px 10px 0px 15px;
		}
		span.fixed-right {
			font-size: 14px;
			line-height: 20px;
			display: table-cell;
			width: calc(100% - 120px);
			
			@media screen and (max-width: 530px ) {
				width: 100%;
			}
			
			@media screen and (max-width: $gs_breakpoint2 ) {
				font-size: 14px;
			}
		}
		span.fixed-left {
			font-family: "museo";
			font-size: 14px;
			font-weight: normal;
			line-height: 20px;
			color:$gs_green;
			display: table-cell;
			width: 120px;
			
			@media screen and (max-width: 530px ) {
				width: 100%;
			}
			
		}
  	}
  	
}
*/
  /*
.project .more-content .facts {
	padding: 0 5px 15px 5px;
}
*/ }

.newssystem .teaser {
  width: 600px;
  background-color: #eaeeee;
  margin-top: 10px;
  margin-bottom: 5px; }

.teaser:first-child {
  margin-top: 5px; }

.read-on a:link, .read-on a:active, .read-on a:hover, .read-on a:visited {
  text-decoration: none;
  color: #a1b2b2; }

.newssystem.jobs .teaser {
  background: #eaeeee url("../../../../gfx/gs/jobs-background.png") no-repeat 0px 60px; }

.news .teaser h3 {
  padding: 10px 10px 5px 10px;
  color: #4a7272;
  font-size: 20px;
  line-height: 30px; }

.jobs .teaser h3 {
  padding: 15px 10px 10px 10px;
  background-color: #8d923c;
  color: #fff;
  font-size: 20px; }

.teaser h3 > span {
  color: #8d923c; }

.teaser .teaser-text {
  padding: 40px 40px 20px 40px; }

.teaser .teaser-content, .teaser .teaser-content-full {
  padding: 0px 40px 20px 40px; }

.jobs-content {
  padding: 0 0 0 130px; }

.jobs-content .teaser-text, .jobs-content .teaser-content {
  padding: 40px 40px 20px 0px; }

.teaser-image {
  overflow: hidden;
  height: 175px; }

.teaser-image.full {
  overflow: hidden;
  height: 200px; }

.teaser p.read-on {
  float: right;
  width: 90px;
  height: 30px;
  background-color: #fff;
  margin: 0 10px 10px 0;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #a1b2b2;
  font-family: "Museo";
  cursor: pointer;
  clear: left; }

.pagination {
  background-color: #eaeeee;
  margin: 5px 0 5px 0;
  text-align: right;
  padding: 0 10px 0 0;
  font-family: "Museo";
  color: #4a7272; }

span.inactive {
  color: #a1b2b2; }

.pagination a:link, .pagination a:visited {
  font-family: "Museo";
  color: #4a7272;
  text-decoration: none; }

.team .category {
  width: 600px;
  padding-top: 5px; }

.person {
  width: 295px;
  float: left;
  padding: 5px 0 5px 0; }

.person:nth-child(odd) {
  margin-right: 10px; }

.person-teaser-top {
  width: 295px;
  display: flex;
  align-items: center; }

.person-image {
  background-color: #fff; }

.person-teaser p {
  margin-left: 20px;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0 0 0; }

.person-teaser p + p {
  color: #a1b2b2; }

.person-text p {
  margin-left: 0px;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0 0 0; }

.person-text p span.fixed-left, .person-text p span.fixed-right {
  font-size: 13px;
  margin-bottom: 6px; }

.leistungen-content {
  padding: 0 30px 30px 130px; }

.leistungen-content p {
  color: #fff; }

.newssystem.leistungen .teaser {
  background: #8d923c url("../../../../gfx/gs/leistungen-background.jpg") no-repeat 0px 70px; }

.newssystem.leistungen .teaser:nth-child(odd) {
  background: #a1b2b2 url("../../../../gfx/gs/leistungen-background.jpg") no-repeat 0px 70px; }

.leistungen .teaser h3 {
  padding: 30px 10px 10px 0px;
  color: #fff;
  font-size: 20px; }

.container-2-column .container-column-1 .content-wrapper {
  width: 600px; }

.container-2-column .container-column-1 .content-wrapper .text-wrapper {
  margin: 50px 15px 50px 50px; }

.container-2-column .container-column-1 .content-wrapper .image-wrapper {
  margin: 5px 0 5px 0; }

.formfield {
  margin: 5px 0 5px 0;
  width: 600px;
  background: #eaeeee url("../../../../gfx/gs/leistungen-background.jpg") no-repeat 0px 70px; }

.formfield form {
  margin: 0 0 0 130px;
  padding: 10px 10px 10px 0; }

.formfield ul {
  list-style-type: none; }

.formfield li {
  padding: 0 0 10px 0; }

.formfield label {
  display: block;
  float: left;
  width: 150px;
  color: #000; }

.formfield label img {
  margin-left: 170px;
  padding: 5px 0 0 0; }

.formfield .input_text, .formfield .input_captcha {
  float: right;
  width: 250px;
  border: none;
  background-color: #fff;
  color: #4a7272; }

.formfield .input_textarea {
  float: right;
  width: 250px;
  height: 140px;
  border: none;
  background-color: #fff;
  color: #4a7272; }

.formfield .input_submit {
  border: none;
  margin: 0 0 0 170px;
  float: left;
  width: 100px;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #a1b2b2;
  font-family: "Museo";
  cursor: pointer;
  clear: left; }

.formfield .error_text {
  margin: 0 0 0 180px;
  color: red;
  font-weight: bold;
  padding: 0; }

.formfield .input_text.error {
  border: 1px solid red; }

.formfield .error {
  border: 1px solid red;
  float: right;
  width: 250px;
  background-color: #fff;
  color: #4a7272; }

.project-teaser-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: white;
  transition: opacity 0.5s ease-in-out; }
  .project-teaser-overlay .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .project-teaser-overlay .logo-duplicate {
    cursor: pointer;
    position: absolute;
    z-index: 10000;
    left: -400px;
    top: 15px;
    opacity: 0;
    padding-bottom: 5px;
    background-color: #fff;
    transition: all 0.3s ease-out; }
  @media screen and (max-width: 940px) {
    .project-teaser-overlay .logo-duplicate {
      display: none; } }
  .project-teaser-overlay .logo-duplicate img {
    width: 252px;
    height: 123px; }
  .project-teaser-overlay .logo-duplicate-mobile {
    display: none; }
  @media screen and (max-width: 940px) {
    .project-teaser-overlay .logo-duplicate-mobile {
      display: block;
      cursor: pointer;
      position: absolute;
      z-index: 10000;
      left: 20px;
      top: 10px;
      transition: all 0.3s ease-out;
      left: -400px;
      top: 0px; } }
  .project-teaser-overlay .overlay-teaser {
    width: 253px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: 155px;
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
    transition: all 0.3s ease-out;
    font-family: "Times New Roman", serif;
    font-size: 12px;
    padding: 8px 4px 8px 8px;
    line-height: 19px;
    z-index: 1; }
  @media screen and (max-width: 940px) {
    .project-teaser-overlay .overlay-teaser {
      top: initial;
      bottom: -1px;
      left: 0; } }
  .project-teaser-overlay .overlay-teaser a, .project-teaser-overlay .overlay-teaser a:link, .project-teaser-overlay .overlay-teaser a:active, .project-teaser-overlay .overlay-teaser a:hover, .project-teaser-overlay .overlay-teaser a:visited {
    text-decoration: none; }
  .project-teaser-overlay .overlay-teaser span {
    color: #222; }
  .project-teaser-overlay .overlay-teaser span > p {
    line-height: 14px;
    font-size: 13px;
    color: #a1b2b2; }
  .project-teaser-overlay .overlay-close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 40px;
    width: 40px;
    height: 40px; }
  @media screen and (max-width: 940px) {
    .project-teaser-overlay .overlay-close {
      top: 10px; } }
  .project-teaser-overlay .overlay-close:before, .project-teaser-overlay .overlay-close:after {
    width: 40px;
    height: 2px;
    background-color: white;
    position: absolute;
    content: '';
    top: 20px;
    left: 0; }
  .project-teaser-overlay .overlay-close:before {
    transform: rotate(-45deg); }
  .project-teaser-overlay .overlay-close:after {
    transform: rotate(45deg); }
  .project-teaser-overlay .overlay-next, .project-teaser-overlay .overlay-prev {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 90px;
    transform: translateY(-50%);
    cursor: pointer;
    background-size: 55px 90px;
    background-repeat: no-repeat; }
  .project-teaser-overlay .overlay-next {
    right: 30px;
    background-image: url('../../../../gfx/gs/next.png'); }
  .project-teaser-overlay .overlay-prev {
    left: 30px;
    background-image: url('../../../../gfx/gs/prev.png');
    /*
	
	.overlay-next:before,
	.overlay-next:after,
	.overlay-prev:before,
	.overlay-prev:after {
		width: 40px;
		height: 2px;
		background-color: white;
		position: absolute;
		content: '';
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	
	
	
	
	.overlay-next:before {
		transform: rotate(-47deg);
		transform-origin: right center;
	}
	.overlay-next:after {
		transform: rotate(47deg);
		transform-origin: 39px 0px;
	}
	.overlay-prev:before {
		transform: rotate(-47deg);
		transform-origin: left center;
	}
	.overlay-prev:after {
		transform: rotate(47deg);
		transform-origin: 1px 0px;
		width: 40px;
	}
	*/ }
  .project-teaser-overlay .link-banner {
    position: absolute;
    width: 279px;
    height: 71px;
    top: 260px;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.15s ease-out;
    transition-delay: 1.4s; }
  @media screen and (max-width: 940px) {
    .project-teaser-overlay .link-banner {
      top: initial;
      bottom: 60px;
      left: 0px !important; } }
  .project-teaser-overlay .link-banner.hide {
    opacity: 0;
    transition-delay: 0s; }

.project-teaser-overlay.close {
  opacity: 0; }

.slide-out-blurred-bottom {
  -webkit-animation: slide-out-blurred-bottom 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
  animation: slide-out-blurred-bottom 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both; }

.slide-out-blurred-right {
  -webkit-animation: slide-out-blurred-right 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
  animation: slide-out-blurred-right 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both; }

.slide-in-blurred-left {
  -webkit-animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both; }

@-webkit-keyframes slide-out-blurred-bottom {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(1000px) scaleY(2) scaleX(0.2);
    transform: translateY(1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; } }

@keyframes slide-out-blurred-bottom {
  /**
 * ----------------------------------------
 * animation slide-out-blurred-right
 * ----------------------------------------
 */
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(1000px) scaleY(2) scaleX(0.2);
    transform: translateY(1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; } }

@-webkit-keyframes slide-out-blurred-right {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; } }

@keyframes slide-out-blurred-right {
  /**
 * ----------------------------------------
 * animation slide-in-blurred-left
 * ----------------------------------------
 */
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; } }

@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

@keyframes slide-in-blurred-left {
  /* Slider */
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  width: 49%;
  height: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  background-color: transparent;
  z-index: 10000; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-prev:before, .slick-prev:after {
  left: 10px;
  background-size: 55px 90px;
  background-repeat: no-repeat; }

.slick-next:before, .slick-next:after {
  right: 10px;
  background-size: 55px 90px;
  background-repeat: no-repeat; }

.slick-prev:before, .slick-next:before {
  content: '';
  height: 90px;
  width: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  /*

.slick-prev:before {
	transform: rotate(-47deg);
    transform-origin: left center;
    -webkit-transform: rotate(-47deg);
    -webkit-transform-origin: left center;
}
.slick-prev:after {
	transform: rotate(47deg);
    transform-origin: 1px 0px;
    -webkit-transform: rotate(47deg);
    -webkit-transform-origin: 1px 0px;
    width: 40px;
}
.slick-next:before {
	transform: rotate(-47deg);
	-webkit-transform: rotate(-47deg);
    transform-origin: right center;
    -webkit-transform-origin: right center;
}
.slick-next:after {
	transform: rotate(47deg);
    transform-origin: 39px 0px;
    -webkit-transform: rotate(47deg);
    -webkit-transform-origin: 39px 0px;
}


*/ }

.slick-next:before {
  background-image: url('../../../../gfx/gs/next.png'); }

.slick-prev:before {
  background-image: url('../../../../gfx/gs/prev.png'); }

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  /* Icon Fonts
*********************************/
  /* Font-face Icons */ }

@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  /* FlexSlider Necessary Styles
*********************************/ }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  /* Hide the slides before the JS is loaded. Avoids image jumping */ }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize;
  /* Clearfix for the .slides element */ }

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%;
  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */ }

.no-js .slides > li:first-child {
  display: block;
  /* FlexSlider Default Theme
*********************************/ }

.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px;
  /* Direction Nav */ }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 50px;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(34, 34, 34, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002';
  /* Pause/Play */ }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003';
  /* Control Nav */ }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 1rem;
  height: 1rem;
  display: block;
  background: transparent;
  border: 3px solid #222;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.flex-control-paging li a:hover {
  background: rgba(34, 34, 34, .5); }

.flex-control-paging li a.flex-active {
  background: #222;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../../../../gfx/fancybox/fancybox_sprite.png'); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../../../gfx/fancybox/fancybox_loading.gif') center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  /* helps IE */
  background: transparent url('../../../../gfx/fancybox/blank.gif');
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
  /* Overlay helper */ }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(34, 34, 34, 0.8); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
  /* Title helper */ }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
  /*Retina graphics!*/ }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../../../../gfx/fancybox/fancybox_sprite@2x.png');
    /*The size of the normal image, half the size of the hi-res image*/
    background-size: 44px 152px; }

  #fancybox-loading div {
    background-image: url('../../../../gfx/fancybox/fancybox_loading@2x.gif');
    /*The size of the normal image, half the size of the hi-res image*/
    background-size: 24px 24px; } }

@media screen and (max-width: 1260px) {
  #content {
    width: 940px; }

  #right {
    width: 610px;
    padding: 15px; }

  .template-standard {
    width: 100%; }

  .content-footer {
    display: none; }

  .content-header {
    width: 605px; }

  .container-three-column {
    display: block; }

  .container-three-column .container-column-1 {
    width: 295px;
    float: left;
    display: block; }

  .container-three-column .container-column-2 {
    width: 295px;
    float: left;
    display: block; }

  .container-three-column .container-column-3.bluegrey {
    width: 600px;
    padding: 20px 0 20px 0;
    margin-top: 5px;
    border-top: 5px solid #fff; }

  .container-three-column.green-bluegray-green .container-column-3 {
    border-top: none; }

  .container-three-column.green-image-empty {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .container-three-column.green-bluegray-green {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .container-three-column.green-image-empty .container-column-3 {
    display: none; }

  .container-2-column {
    display: block; }

  .container-2-column .container-column-1, .container-2-column .container-column-2-bluegray {
    width: 100%;
    display: block; }

  .container-2-column .container-column-2-bluegray {
    width: 600px;
    margin-top: 10px;
    padding: 10px 20px 10px 20px; }

  .container-2-column .container-column-2-bluegray h4 {
    font-size: 15px;
    line-height: 22px; }

  .container-three-column.green-bluegray-green .container-column-1, .container-three-column.green-bluegray-green .container-column-2, .container-three-column.green-bluegray-green .container-column-3 {
    max-height: 150px;
    min-height: none;
    margin-top: 5px; }

  .container-three-column.green-bluegray-green .container-column-1 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-2 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-3 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-1 .content-text h4 a:visited, .container-three-column.green-bluegray-green .container-column-2 .content-text h4 a:visited, .container-three-column.green-bluegray-green .container-column-3 .content-text h4 a:visited {
    height: 150px;
    line-height: 150px; }

  .container-three-column.green-bluegray-green .container-column-1 {
    margin: 5px 10px 5px 5px; }

  .container-three-column.green-bluegray-green .container-column-2 {
    margin: 5px 10px 5px 0; }

  .container-three-column.green-bluegray-green .container-column-3 {
    margin: 5px 5px 5px 0;
    /*
	.category {
		width: 610px;
	}
*/ }

  .project-teaser.last, .green-project-teaser.last {
    margin: 5px 5px 5px 5px; }

  .project-teaser.last-2-columns, .green-project-teaser.last-2-columns {
    margin: 5px 0px 5px 5px; }

  .newssystem .teaser {
    width: 600px; }

  .pagination {
    width: 600px; }

  .green-project-teaser.second {
    display: inline; }

  .green-project-teaser.third {
    display: none; }

  .project .left-header, .project .left-content {
    width: calc(100% - 10px); }

  .project .right-header, .project .right-content {
    width: 100%; }

  span.fixed-left {
    width: 100%;
    font-weight: bold;
    line-height: 25px; }

  span.fixed-right {
    width: 100%;
    line-height: 25px; }

  #footer {
    width: 940px; }

  #footer div.top {
    width: 610px;
    margin-left: 267px; }

  #footer div.bottom {
    width: 610px;
    margin-left: 315px; }

  .footer-content p {
    padding: 20px 0 0 25px; }

  #mobile-navigation {
    display: none; }

  .related-spacer-news {
    margin: 5px 10px 0 0; } }

@media screen and (max-width: 940px) {
  #content {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  #mobile-navigation {
    display: block;
    margin: 0 0 10px 0; }

  #mobile-navigation #navigation-main, #mobile-navigation #navigation-meta {
    width: 100%;
    margin: 0;
    /*
#mobile-navigation #navigation-main li a {
		padding: 0;
		width: 100%;
		display: block;
		background-color: $gs_gray;
		margin: 0 0 10px 0;
		font-size: 15px;
		color: $gs_darkgreen;
		font-weight: bold;
		line-height: 40px;
		height: 40px;
		padding: 0 0 0 20px;
	}
	
	#mobile-navigation #navigation-main li ul {
		padding: 0;
	}
	
	#mobile-navigation #navigation-main li li a {
		padding: 0;
		float: left;
		text-align: center;
		padding: 0;
		width: 110px;
		display: block;
		background-color: $gs_gray;
		margin: 0 5px 10px 0;
		font-size: 14px;
		color: $gs_darkgreen;
		font-weight: bold;
		line-height: 35px;
		height: 35px;
		
	}
	
	#mobile-navigation #navigation-meta li {
		height: 40px;
		margin: 0 0 10px 0;
	}
	#mobile-navigation #navigation-meta li.last-child {

		margin: 0 0 0 0;
	}
	
	#mobile-navigation #navigation-meta li a {
		padding: 0;
		width: 100%;
		display: block;
		background-color: $gs_gray;
		margin: 0 0 0 0;
		font-size: 15px;
		color: $gs_darkgreen;
		font-weight: bold;
		line-height: 40px;
		height: 40px;
		padding: 0 0 0 20px;
	}
*/ }

  .content-footer {
    display: block;
    width: 90%;
    height: 30px;
    margin: 0 auto;
    padding: 5px 0 10px 0; }

  .content-footer img {
    float: right;
    margin-left: 5px; }

  .content-header {
    display: none; }

  #left {
    display: none; }

  #right {
    width: 100%;
    padding: 15px; }

  .template-standard {
    width: 100%; }

  .container-three-column.green-image-empty {
    width: 100%; }

  .content-images, .content-image {
    width: 100%; }

  .container-three-column.green-image-empty .container-column-1 {
    margin: 0;
    width: 60%;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 20px 0 20px 0; }

  .container-three-column.green-image-empty .container-column-2 {
    width: 40%;
    margin: 0;
    min-height: 150px;
    margin-bottom: 5px;
    margin-right: 0px; }

  .container-three-column {
    display: block; }

  .container-three-column .container-column-1 {
    width: calc(50% - 10px);
    float: left;
    display: block;
    margin: 5px 10px 5px 0; }

  .container-three-column .container-column-2 {
    width: calc(50% - 0px);
    float: left;
    display: block;
    margin: 5px 0 5px 0; }

  .container-three-column .container-column-3 {
    width: 100%;
    padding: 20px 0 20px 0;
    margin: 5px 0 0 0;
    border-top: 5px solid #fff; }

  .container-three-column.green-bluegray-green .container-column-3 {
    border-top: none; }

  .container-three-column.green-bluegray-green .container-column-1, .container-three-column.green-bluegray-green .container-column-2, .container-three-column.green-bluegray-green .container-column-3 {
    margin: 5px 10px 5px 0; }

  .container-three-column.green-bluegray-green .container-column-3 {
    padding: 0; }

  .container-three-column .container-column-3.bluegrey {
    width: 100%; }

  .container-three-column.green-image-empty {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .container-three-column.green-bluegray-green {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .container-three-column.green-image-empty .container-column-3 {
    display: none; }

  .container-2-column {
    display: block; }

  .container-2-column .container-column-1 .content-wrapper {
    width: 100%; }

  .container-2-column .container-column-1 .content-wrapper .text-wrapper {
    margin: 20px; }

  .container-2-column .container-column-1, .container-2-column .container-column-2-bluegray {
    width: 100%;
    display: block;
    margin: 0; }

  .container-2-column .container-column-2-bluegray {
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px 10px 20px; }

  .container-2-column .container-column-2-bluegray h4 {
    font-size: 15px;
    line-height: 22px; }

  .container-three-column.green-bluegray-green .container-column-1, .container-three-column.green-bluegray-green .container-column-2, .container-three-column.green-bluegray-green .container-column-3 {
    min-height: 160px;
    width: 33%;
    margin: 0; }

  .container-three-column.green-bluegray-green .container-column-1, .container-three-column.green-bluegray-green .container-column-2 {
    margin: 5px 10px 5px 0; }

  .container-three-column.green-bluegray-green .container-column-3 {
    margin: 5px 0 5px 0; }

  .content-text.gray600 {
    width: 100%; }

  .container-three-column.green-bluegray-green .container-column-1 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-2 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-3 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-1 .content-text h4 a:visited, .container-three-column.green-bluegray-green .container-column-2 .content-text h4 a:visited, .container-three-column.green-bluegray-green .container-column-3 .content-text h4 a:visited {
    height: 150px;
    line-height: 150px; }

  .container-three-column.green-bluegray-green .container-column-1, .container-three-column.green-bluegray-green .container-column-2, .container-three-column.green-bluegray-green .container-column-3 {
    width: 33%; }

  .category {
    width: 100%; }

  .project {
    width: 100%; }

  .related-spacer {
    background-color: #eaeeee;
    margin: 10px 0 10px 0;
    padding: 8px 15px 8px 15px; }

  .related-spacer h3 {
    color: #a1b2b2;
    font-size: 14px; }

  .project-teaser, .project-teaser.last, .green-project-teaser {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
    height: auto; }

  .green-project-teaser h2, .green-project-teaser p {
    font-size: 15px; }

  .green-project-teaser {
    padding: 20px; }

  .project-teaser.last-2-columns, .green-project-teaser.last-2-columns {
    margin: 0 0 10px 0; }

  .newssystem .teaser {
    width: 100%; }

  .newssystem .teaser .teaser-image {
    overflow: inherit;
    height: auto; }

  .newssystem .teaser .teaser-image img {
    margin-top: 0 !important; }

  .newssystem .teaser .teaser-text {
    padding: 15px 40px 10px 40px; }

  .newssystem .teaser .teaser-content {
    padding: 10px 40px 20px 40px; }

  .project-teaser a:link > img, .project-teaser a:visited > img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    filter: alpha(opacity=100); }

  .project-teaser a:link > span, .project-teaser a:visited > span {
    left: 0;
    bottom: 0; }

  .pagination {
    width: 100%;
    margin-bottom: 10px; }

  .green-project-teaser.second {
    display: inline; }

  .green-project-teaser.third {
    display: none; }

  .project .left-header, .project .left-content {
    width: 100%;
    margin: 0; }

  .project .right-header, .project .right-content {
    width: 100%;
    margin: 0; }

  .project .right-content p {
    margin: 10px 20px 10px 20px;
    /*
	.project.mobile {
		display: block;
	}
	.project {
		display: none;
	}
*/ }

  span.fixed-left {
    width: 100%;
    font-weight: bold;
    line-height: 25px; }

  span.fixed-right {
    width: 100%;
    line-height: 25px; }

  .team .category {
    width: 100%; }

  .person:nth-child(odd) {
    margin: 0; }

  .person {
    width: 50%; }

  .person:nth-child(1), .person:nth-child(2) {
    min-height: 490px; }

  #footer {
    width: 90%;
    margin: 0 auto; }

  #footer div.top {
    width: 100%;
    margin: 0; }

  #footer div.bottom {
    width: 100%;
    margin: 0; }

  .footer-content p {
    padding: 20px 0 0 25px; }

  .related-spacer-news {
    margin: 5px 0px 0 0; } }

@media screen and (max-width: 675px) {
  .person {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .container-three-column.green-image-empty .container-column-1 {
    margin: 0;
    width: 40%;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 20px 0 20px 0; }

  .container-three-column.green-image-empty .container-column-2 {
    width: 60%;
    margin: 0;
    min-height: 150px;
    margin-bottom: 5px;
    margin-right: 0px; }

  .container-three-column.green-image-empty .container-column-1 h4 {
    font-size: 17px;
    line-height: 21px;
    padding: 0 20px 0 20px; } }

@media screen and (max-width: 450px) {
  /*
@media screen and (max-width: $gs_breakpoint_footer ) {
	#footer {
		width: 90%;
		margin: 0 auto;
	}
	
	
	#footer div.top {
		width: 100%;
		margin:0;
		background-color: transparent;
		
	}
	#footer div.bottom {
		width: 100%;
		margin:0;
		background-color: none;
	}
	
	.footer-content {
		width: 100%;
		border-right: none;
		border-bottom: none;
	}
	
	.footer-content p {
		padding: 20px 0 0 80px;
	}
	.footer-content img {
		padding: 20px 25px 0px 20px;
	}
}
*/
  /*
// 1440px
@media screen and (min-width: $break-xxl ) {
	html, body, input, select, textarea, button {
		font-size: 18px;
	}
}

// 1024px
@media screen and (max-width: $break-xl ) {
	
	.hidden-xl {
		display: none !important;
	}
	
	.block-xl {
		display: block !important;
	}

}

// 920px
@media screen and (max-width: $break-l ) {	
	
	.hidden-l {
		display: none !important;
	}
	
	.block-l {
		display: block !important;
	}


}

// 768px
@media screen and (max-width: $break-m ) {
	
	.hidden-m {
		display: none !important;
	}
	
	.block-m {
		display: block !important;
	}

}

@media screen and (max-width: $break-s ) {

	.hidden-s {
		display: none !important;
	}
	
	.block-s {
		display: block !important;
	}


}

@media screen and (max-width: $break-xs ) {

	.hidden-xs {
		display: none !important;
	}
	
	.block-xs {
		display: block !important;
	}

}
*/
    .container-three-column.green-image-empty {
      display: block; }
    .container-three-column.green-image-empty .container-column-1 {
      margin: 0;
      width: 100%;
      margin-bottom: 5px; }
    .container-three-column.green-image-empty .container-column-2 {
      width: 100%;
      margin: 0;
      min-height: 150px;
      margin-bottom: 5px;
      margin-top: 5px; }
    .container-three-column {
      display: block; }
    .container-three-column .container-column-1 {
      width: 100%;
      float: left;
      display: block;
      margin: 5px 0 10px 0; }
    .container-three-column .container-column-2 {
      width: 100%;
      float: left;
      display: block;
      margin: 0 0 5px 0; }
    .container-three-column .container-column-3 {
      width: 100%;
      padding: 0px 0 0px 0;
      margin: 0 0 0 0;
      border-top: 5px solid #fff; }
    .container-three-column.green-bluegray-green .container-column-3 {
      border-top: none; }
    .container-three-column.green-image-empty .container-column-1 h4 {
      font-size: 19px; }
    .container-2-column .container-column-1 .content-wrapper .text-wrapper {
      margin: 20px; }
    .container-three-column.green-bluegray-green {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .container-three-column.green-image-empty .container-column-3 {
      display: none; }
    .container-three-column .container-column-3.bluegrey {
      width: 100%; }
    .container-2-column {
      display: block; }
    .container-2-column .container-column-1, .container-2-column .container-column-2-bluegray {
      width: 100%;
      display: block;
      margin: 0; }
    .container-2-column .container-column-2-bluegray {
      width: 100%;
      margin-top: 10px;
      padding: 10px 20px 10px 20px; }
    .container-2-column .container-column-2-bluegray h4 {
      font-size: 15px;
      line-height: 22px; }
    .container-three-column.green-bluegray-green .container-column-1, .container-three-column.green-bluegray-green .container-column-2, .container-three-column.green-bluegray-green .container-column-3 {
      min-height: 110px;
      width: 50%;
      margin: 0; }
    .container-three-column.green-bluegray-green .container-column-1 {
      margin: 5px 10px 5px 0; }
    .container-three-column.green-bluegray-green .container-column-2 {
      margin: 5px 0 5px 0; }
    .container-three-column.green-bluegray-green .container-column-3 {
      display: none; }
    .content-text.gray600 {
      width: 100%; }
    .container-2-column .container-column-1 .content-wrapper {
      width: 100%; }
    .container-three-column.green-bluegray-green .container-column-1 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-2 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-3 .content-text h4 a:link, .container-three-column.green-bluegray-green .container-column-1 .content-text h4 a:visited, .container-three-column.green-bluegray-green .container-column-2 .content-text h4 a:visited, .container-three-column.green-bluegray-green .container-column-3 .content-text h4 a:visited {
      height: 100px;
      line-height: 100px; }
    .person {
      width: 100%; }
    .jobs-content {
      padding: 0 0 0 10px; }
    .newssystem.jobs .teaser {
      background-image: none; }
    .newssystem.leistungen .teaser, .newssystem.leistungen .teaser:nth-child(2n+1) {
      background-image: none; }
    .leistungen-content {
      padding: 0px 30px 30px 30px; }
    .project-teaser, .project-teaser.last, .green-project-teaser {
      width: 100%;
      margin: 0 0 10px 0; }
    .green-project-teaser h2, .green-project-teaser p {
      font-size: 15px; }
    .green-project-teaser {
      padding: 20px; }
    .project-teaser a:link > img, .project-teaser a:visited > img {
      -webkit-filter: none;
      filter: none;
      opacity: 1;
      filter: alpha(opacity=100); }
    .project-teaser a:link > span, .project-teaser a:visited > span {
      left: 0;
      bottom: 0; }
    .project-teaser.last-2-columns, .green-project-teaser.last-2-columns {
      margin: 0 0 10px 0; }
    .newssystem .teaser {
      width: 100%; }
    .pagination {
      width: 100%;
      margin-bottom: 10px; }
    .green-project-teaser.second {
      display: inline; }
    .green-project-teaser.third {
      display: none; }
    .project .left-header, .project .left-content {
      width: 70%; }
    .project .right-header, .project .right-content {
      width: 30%;
      /*
	.project.mobile {
		display: block;
	}
	.project {
		display: none;
	}
*/ }
    .project .left-header, .project .left-content {
      width: 100%; }
    .project .right-header, .project .right-content {
      width: 100%;
      margin: 0; }
    .project .right-content p {
      margin: 10px 20px 10px 20px;
      /*
	#footer {
		width: 90%;
		margin: 0 auto;
	}
	
	
	#footer div.top {
		width: 100%;
		margin:0;
		background-color: transparent;
		
	}
	#footer div.bottom {
		width: 100%;
		margin:0;
		background-color: none;
	}
	
	.footer-content {
		width: 100%;
		border-right: none;
		border-bottom: none;
	}
	
	.footer-content p {
		padding: 20px 0 0 80px;
	}
	.footer-content img {
		padding: 20px 25px 0px 20px;
	}
*/ } }

@keyframes line-top-in {
  0% {
    left: -5px;
    bottom: 0;
    transform: rotate(-45deg); }

  20% {
    left: -5px;
    bottom: 0;
    transform: rotate(-60deg); }

  80% {
    left: 0;
    bottom: 0;
    transform: rotate(15deg); }

  100% {
    left: 0;
    bottom: 1px;
    transform: rotate(0deg); } }

@keyframes line-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg); }

  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg); }

  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg); }

  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg); } }

@keyframes line-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg); }

  20% {
    left: -5px;
    bottom: 0;
    transform: rotate(60deg); }

  80% {
    left: 0;
    bottom: 0;
    transform: rotate(-15deg); }

  100% {
    left: 0;
    transform: rotate(0deg); } }

@keyframes line-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg); }

  20% {
    left: 0;
    transform: rotate(-15deg); }

  80% {
    left: -5px;
    transform: rotate(60deg); }

  100% {
    left: -5px;
    transform: rotate(45deg); } }

.body-team .grid-inner .teaser-text {
  min-height: 28px; }


.ce-text {
  padding: 15px;
  background-color: #eaeeee;
  margin-top: 15px;
}
.ce-text.bg-white {
  padding-inline: 0;
}
.bg-white {
  background-color: #fff;
}
.bg-lightgrey {
  background-color: #eaeeee;
}

.mw-text {
  /*max-width: 680px;*/
}

.ce-imgtxt h2,
.copytext h2 {
  font-weight: bold;
  font-size: 24px;
  color: #000;
}
.ce-imgtxt h3,
.copytext h3 {
  font-weight: bold;
  font-size: 21px;
  color: #000;
}
.ce-imgtxt h4,
.copytext h4 {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ce-imgtxt .grid-container {
  algin-items: stretch;
}
.ce-imgtxt .col {
  display: flex;
  flex-direction: column;
}
.ce-imgtxt figure {
  height: 100%;
  margin: 0;
}
.ce-imgtxt .image-holder {
  position: relative;
  flex-grow: 1;
}

.ce-imgtxt .image-holder img {
}

@media screen and (max-width: 960px) {
  .ce-imgtxt .image-holder {
    aspect-ratio: 3 / 2;
  }
}

.col-33 {
  flex: 0 0 calc(33.333% - 14px);
}

.col-50 {
  flex: 0 0 calc(50% - 10px);
}

.col-66 {
  flex: 0 0 calc(66.666% - 7px);
}

.col-100 {
  flex: 0 0 100%;
}



@media screen and (max-width: 960px) {
  .col-33,
  .col-50,
  .col-66,
  .col-100 {
    flex: 0 0 100%;
  }
}

.col-padding {
    padding: 15px;
}




.ce-imgtxt {
  margin-top: 15px;
}

figure {
  margin: 0;
}
.figcaption,
figcaption p {
  font-family: 'Museo';
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
figcaption p {
  padding-top: 8px;
  line-height: 1.1;
}
p.figcaption {
  margin-top: 1em;
}
.col figcaption {
  position: static;

}

.ce-headline {
  margin-top: 15px;
}
.ce-imgtxt .image-holder img.object-fit-cover {
  position: absolute;
}
.image-holder {
  position: relative;
  height: 100%;
}

h2.headline-big,
.headline-big {
  font-family: 'Museo';
  font-size: clamp(1.875rem, 0.848rem + 4.565vi, 4.5rem);
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.ce-headline .headline-big span {
  display: block;
}
.ce-headline .headline-big span:last-child {
  margin-left: auto;
}

.object-fit-cover {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.object-fit-contain {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.ce-gallery {
  margin-top: 15px;
}

@media screen and (min-width: 960px) {
  .flex-last\@md {
    order: 1;
  }
}