/*  ---------------------------------------------------------------------- */
/*  
    Name: schneiderlieberherr.ch
    Date: June 2017
    Version: 1.0
    Author: Daniel Baumgartner
    Autor URI: icontel.com
*/
/*  ---------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Calibri';
  src: url("../webfonts/Calibri.eot");
  src: url("../webfonts/Calibri.eot?#iefix") format("embedded-opentype"), url("../webfonts/Calibri.woff") format("woff"), url("../webfonts/Calibri.ttf") format("truetype"), url("../webfonts/Calibri.svg#Calibri") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Cambria';
  src: url("../webfonts/Cambria.eot");
  src: url("../webfonts/Cambria.eot?#iefix") format("embedded-opentype"), url("../webfonts/Cambria.woff") format("woff"), url("../webfonts/Cambria.ttf") format("truetype"), url("../webfonts/Cambria.svg#Cambria") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Cambria-Bold';
  src: url("../webfonts/Cambria-Bold.eot");
  src: url("../webfonts/Cambria-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/Cambria-Bold.woff") format("woff"), url("../webfonts/Cambria-Bold.ttf") format("truetype"), url("../webfonts/Cambria-Bold.svg#Cambria-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

/*  ---------------------------------------------------------------------- */
/*  settings */
/*  ---------------------------------------------------------------------- */
/*	---------------------------------------------------------------------- */
/*	
	Icontel Custom Mixins & Helpers
	Date: January 2017
	Version: 1.1
	Author: Daniel Baumgartner
	Autor URI: icontel.com
*/
/*	---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  grid */
/*  ---------------------------------------------------------------------- */
.wrapper {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.row {
  margin: 1em -0.5%; }

[class*='column-'] {
  display: block;
  float: left;
  min-height: 1px;
  margin: 0 0.5%;
  padding: 0;
  width: 100%; }
  [class*='column-'].center {
    text-align: center; }

.column-1 {
  width: 7.33333%; }

.column-2 {
  width: 15.66667%; }

.column-3 {
  width: 24%; }

.column-4 {
  width: 32.33333%; }

.column-5 {
  width: 40.66667%; }

.column-6 {
  width: 49%; }

.column-7 {
  width: 57.33333%; }

.column-8 {
  width: 65.66667%; }

.column-9 {
  width: 74%; }

.column-10 {
  width: 82.33333%; }

.column-11 {
  width: 90.66667%; }

.column-12 {
  width: 99%; }

.offset-1 {
  margin-left: 8.83333%; }

.offset-2 {
  margin-left: 17.16667%; }

.offset-3 {
  margin-left: 25.5%; }

.offset-4 {
  margin-left: 33.83333%; }

.offset-5 {
  margin-left: 42.16667%; }

.offset-6 {
  margin-left: 50.5%; }

.offset-7 {
  margin-left: 58.83333%; }

.offset-8 {
  margin-left: 67.16667%; }

.offset-9 {
  margin-left: 75.5%; }

.offset-10 {
  margin-left: 83.83333%; }

.offset-11 {
  margin-left: 92.16667%; }

.offset-12 {
  margin-left: 100.5%; }

.row, .header-container .nav-container ul, body.projectdetail .projectdetail-section .project-details.row {
  *zoom: 1; }
  .row:before, .header-container .nav-container ul:before, body.projectdetail .projectdetail-section .project-details.row:before, .row:after, .header-container .nav-container ul:after, body.projectdetail .projectdetail-section .project-details.row:after {
    content: " ";
    display: table; }
  .row:after, .header-container .nav-container ul:after, body.projectdetail .projectdetail-section .project-details.row:after {
    clear: both; }

/*  ---------------------------------------------------------------------- */
/*  typography */
/*  ---------------------------------------------------------------------- */
ul.list, .header-container .nav-container ul, .footer-container ul {
  margin: 0;
  padding: 0;
  list-style: none; }

*:focus {
  outline: none; }

/*  ---------------------------------------------------------------------- */
/*  layout */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  triangle */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  transitions */
/*  ---------------------------------------------------------------------- */
a, a:visited, a img, a img:visited, body.projects .projects-section .column-6 .projects-container .projects-text, body.projects .projects-section .column-6 .projects-container .projects-text .text-center, body.projectdetail .projectdetail-section .projectdetail-arrows .previous .fa, body.projectdetail .projectdetail-section .projectdetail-arrows .next .fa {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

/*  ---------------------------------------------------------------------- */
/*  input */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  functions */
/*  ---------------------------------------------------------------------- */
.focuspoint {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }
  .focuspoint img {
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

/*  ---------------------------------------------------------------------- */
/*  gradient */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  global */
/*  ---------------------------------------------------------------------- */
html, button, input, select, textarea {
  color: #5B5B5B; }

body {
  background: #FFFFFF;
  color: #5B5B5B;
  font-family: "Calibri", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  overflow-x: hidden !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body, html {
  margin: 0;
  padding: 0; }

/*  ---------------------------------------------------------------------- */
/*  typography */
/*  ---------------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
  font-weight: 400;
  margin: 0 0 0.5em 0;
  padding: 0; }

h1 {
  font-family: "Cambria", serif;
  font-size: 2.25em;
  line-height: 1.1em; }

h2 {
  font-family: "Cambria-Bold", serif;
  font-size: 20px;
  line-height: 27px; }

h1.white, h2.white, div.white, p.white, span.white, ul.white, li.white, a.white {
  color: #FFFFFF; }

h1.black, h2.black, div.black, p.black, span.black, ul.black, li.black, a.black {
  color: #000000; }

h1.grey, h2.grey, div.grey, p.grey, span.grey, ul.grey, li.grey, a.grey {
  color: #5B5B5B; }

h1.gold, h2.gold, div.gold, p.gold, span.gold, ul.gold, li.gold, a.gold {
  color: #A89B90; }

h1.center, h2.center, div.center, p.center, span.center, ul.center, li.center, a.center {
  text-align: center; }

h1.right, h2.right, div.right, p.right, span.right, ul.right, li.right, a.right {
  text-align: right; }

.smallest {
  font-size: 0.8em; }

.small, .footer-container, body.projectdetail .projectdetail-section .project-details, body.projectdetail .projectdetail-section .project-info .row, body.projectdetail .projectdetail-section .projectdetail-arrows, body.office .office-section, body.contact .contact-section address, body.contact .contact-section .social-icons, body.contact .contact-section .impressum-container {
  font-size: 0.9em; }

.big {
  font-size: 1.1em; }

.biggest {
  font-size: 1.2em; }

b, strong {
  font-family: "Cambria-Bold", serif;
  font-weight: 400; }

p, pre {
  font-family: "Cambria", serif;
  margin: 0 0 1.5em 0; }
  p:last-of-type, pre:last-of-type {
    margin-bottom: 0; }

em, i {
  font-family: "Calibri", sans-serif;
  font-style: normal; }

a, a:visited, a img, a img:visited {
  color: #5B5B5B;
  cursor: pointer;
  text-decoration: none;
  font-style: normal; }
  a:hover, a:active, a:visited:hover, a:visited:active, a img:hover, a img:active, a img:visited:hover, a img:visited:active {
    color: #A89B90; }

ul.list {
  margin: 0 0 1.5em 0; }
  ul.list li {
    margin: 0 0 0 2em; }
    ul.list li:before {
      color: #000000;
      content: "\0042";
      display: inline-block;
      font-size: 0.75em;
      margin: 0 1em 0 -2em;
      vertical-align: middle; }

img {
  max-width: 100%; }

input.placeholder, textarea.placeholder {
  color: #000000; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000000; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000000; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000000; }

::-moz-selection {
  color: #FFFFFF;
  background: #000000; }

::selection {
  color: #FFFFFF;
  background: #000000; }

.Normal, .NormalDisabled, .NormalDeleted {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

/*  ---------------------------------------------------------------------- */
/*  layout */
/*  ---------------------------------------------------------------------- */
.header-container {
  margin: 3em 0;
  position: relative;
  z-index: 100; }
  .header-container .logo-container {
    margin: 0 auto;
    position: relative;
    width: 60px;
    z-index: 20; }
    .header-container .logo-container a img {
      display: block; }
  .header-container .nav-container {
    border-bottom: 1px solid rgba(168, 155, 144, 0.5); }
    .header-container .nav-container ul {
      margin: 1.5em auto 0 auto;
      width: 75%; }
      .header-container .nav-container ul li {
        display: block;
        float: left;
        text-align: center;
        width: 33.33333%; }
        .header-container .nav-container ul li.active a {
          color: #000000; }
        .header-container .nav-container ul li a {
          color: #A89B90;
          display: block;
          font-family: "Cambria", serif;
          padding: 1em 0;
          position: relative; }
          .header-container .nav-container ul li a:hover {
            color: #000000; }

.footer-container {
  font-family: "Cambria", serif;
  margin: 5em 0 2.5em 0;
  position: relative;
  text-align: center;
  z-index: 100; }
  .footer-container .gold {
    border-top: 1px solid rgba(168, 155, 144, 0.5);
    color: #A89B90;
    padding-top: 2.5em; }
    .footer-container .gold a {
      color: #A89B90; }
    .footer-container .gold ul li {
      display: inline;
      padding: 0 1em; }
    .footer-container .gold ul:first-of-type li:nth-child(1) {
      font-family: "Cambria-Bold", serif;
      padding-right: 0; }
    .footer-container .gold ul:first-of-type li:nth-child(2) {
      padding-left: 0; }
  .footer-container address, .footer-container a {
    font-style: normal; }
  .footer-container a:hover {
    color: #000000 !important; }

/*  ---------------------------------------------------------------------- */
/*  index */
/*  ---------------------------------------------------------------------- */
body.home .header-container {
  margin-bottom: 0; }
  body.home .header-container .row {
    margin-bottom: 0; }
    body.home .header-container .row .nav-container {
      border: none; }

body.home .home-section .row {
  margin-top: 0; }

body.home .home-section .swiper-container {
  background: rgba(168, 155, 144, 0.1);
  height: 650px; }
  body.home .home-section .swiper-container figure {
    margin: 0; }

/*  ---------------------------------------------------------------------- */
/*  projects */
/*  ---------------------------------------------------------------------- */
body.projects .projects-section {
  margin: 4.5em 0; }
  body.projects .projects-section .column-6 .projects-container {
    display: block;
    height: 450px;
    margin: 0 0 0.6em 0;
    overflow: hidden;
    position: relative; }
    body.projects .projects-section .column-6 .projects-container figure.projects-img {
      height: 450px;
      width: 100%;
      display: block;
      margin: 0;
      position: relative; }
    body.projects .projects-section .column-6 .projects-container .projects-text {
      background: rgba(255, 255, 255, 0);
      box-sizing: border-box;
      height: calc(450px - 3em);
      padding: 1.5em;
      text-align: center;
      transform-style: preserve-3d;
      width: calc(100% - 3em);
      position: absolute;
      top: 1.5em;
      left: 1.5em; }
      body.projects .projects-section .column-6 .projects-container .projects-text .text-center {
        height: 0;
        overflow: hidden;
        transform: translateY(-50%);
        width: calc(100% - 3em);
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 55%; }
        body.projects .projects-section .column-6 .projects-container .projects-text .text-center h1 {
          color: #000000;
          margin-bottom: 0; }
        body.projects .projects-section .column-6 .projects-container .projects-text .text-center p {
          color: #5B5B5B; }
    body.projects .projects-section .column-6 .projects-container:hover .projects-text {
      background: rgba(255, 255, 255, 0.9); }
      body.projects .projects-section .column-6 .projects-container:hover .projects-text .text-center {
        height: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        position: absolute;
        top: 50%; }

body.projectdetail .projectdetail-section {
  color: #000000; }
  body.projectdetail .projectdetail-section .project-name h1 {
    color: #000000;
    margin-bottom: 0.9em; }
  body.projectdetail .projectdetail-section .project-details {
    font-family: "Cambria", serif; }
    body.projectdetail .projectdetail-section .project-details.row {
      margin-top: 0;
      margin-bottom: 0; }
      body.projectdetail .projectdetail-section .project-details.row .label, body.projectdetail .projectdetail-section .project-details.row .value {
        display: block;
        float: left; }
      body.projectdetail .projectdetail-section .project-details.row .label {
        font-family: "Cambria-Bold", serif;
        width: 27%; }
      body.projectdetail .projectdetail-section .project-details.row .value {
        width: 73%; }
  body.projectdetail .projectdetail-section .project-images {
    margin-top: 3.5em; }
    body.projectdetail .projectdetail-section .project-images .projectdetail-img {
      display: block;
      position: relative;
      margin: 0 0 0.6em 0; }
      body.projectdetail .projectdetail-section .project-images .projectdetail-img img {
        display: block; }
  body.projectdetail .projectdetail-section .project-info .row {
    color: #000000;
    font-family: "Cambria", serif;
    margin-top: 3.5em;
    margin-bottom: 3.5em;
    text-align: center; }
  body.projectdetail .projectdetail-section .projectdetail-arrows {
    font-family: "Cambria", serif;
    margin-top: 3.5em; }
    body.projectdetail .projectdetail-section .projectdetail-arrows .previous {
      text-align: right; }
      body.projectdetail .projectdetail-section .projectdetail-arrows .previous .fa {
        margin-right: 0.5em;
        vertical-align: middle; }
      body.projectdetail .projectdetail-section .projectdetail-arrows .previous a:hover .fa {
        margin-right: 0.75em; }
    body.projectdetail .projectdetail-section .projectdetail-arrows .next .fa {
      margin-left: 0.5em;
      vertical-align: middle; }
    body.projectdetail .projectdetail-section .projectdetail-arrows .next a:hover .fa {
      margin-left: 0.75em; }
    body.projectdetail .projectdetail-section .projectdetail-arrows a {
      color: #5B5B5B; }
      body.projectdetail .projectdetail-section .projectdetail-arrows a:hover {
        color: #A89B90; }

body.projectdetail .footer-container {
  margin-top: 4em; }

body.impressum .content-section .loginContent .LoginPanel {
  color: #5B5B5B;
  font-family: "Calibri", sans-serif;
  font-size: 20px;
  font-weight: 400;
  float: none;
  line-height: 27px;
  margin: 2em auto 0 auto;
  padding: 0;
  width: 50%; }
  body.impressum .content-section .loginContent .LoginPanel .dnnLabel {
    color: #000000;
    display: block;
    width: 30%;
    padding-right: 1em;
    margin-top: 9px;
    margin-right: 0; }
  body.impressum .content-section .loginContent .LoginPanel input {
    background: #FFFFFF;
    border: 1px solid #5B5B5B;
    box-shadow: none;
    box-sizing: border-box;
    color: #000000;
    font-size: 20px;
    margin-bottom: 1em;
    width: calc(100% - (30% + 1em));
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    body.impressum .content-section .loginContent .LoginPanel input:hover, body.impressum .content-section .loginContent .LoginPanel input:focus {
      border-color: #A89B90; }
  body.impressum .content-section .loginContent .LoginPanel a.dnnPrimaryAction, body.impressum .content-section .loginContent .LoginPanel a.dnnSecondaryAction {
    border: 1px solid #FFFFFF;
    box-shadow: none;
    box-sizing: border-box;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 0.4em 2em 0.3em 2em;
    text-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    body.impressum .content-section .loginContent .LoginPanel a.dnnPrimaryAction:hover, body.impressum .content-section .loginContent .LoginPanel a.dnnSecondaryAction:hover {
      border-color: #A89B90;
      background: #FFFFFF;
      color: #000000; }
  body.impressum .content-section .loginContent .LoginPanel a.dnnPrimaryAction {
    background: #A89B90; }
  body.impressum .content-section .loginContent .LoginPanel a.dnnSecondaryAction {
    background: rgba(91, 91, 91, 0.5); }

.lazy-image {
  background: rgba(168, 155, 144, 0.25);
  display: block;
  margin: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 3em, 0);
  -moz-transform: translate3d(0, 3em, 0);
  -ms-transform: translate3d(0, 3em, 0);
  -o-transform: translate3d(0, 3em, 0);
  transform: translate3d(0, 3em, 0);
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -ms-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out; }
  .lazy-image img {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 600ms ease-out;
    -moz-transition: opacity 600ms ease-out;
    -ms-transition: opacity 600ms ease-out;
    -o-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out; }
  .lazy-image.in-view {
    opacity: 1;
    filter: alpha(opacity=100);
    -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); }
    .lazy-image.in-view img {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition-delay: 300ms;
      -moz-transition-delay: 300ms;
      -ms-transition-delay: 300ms;
      -o-transition-delay: 300ms;
      transition-delay: 300ms; }

/*  ---------------------------------------------------------------------- */
/*  office */
/*  ---------------------------------------------------------------------- */
body.office .header-container {
  margin-bottom: 0; }
  body.office .header-container .row {
    margin-bottom: 0; }
    body.office .header-container .row .nav-container {
      border: none; }

body.office .office-section {
  color: #000000;
  font-family: "Cambria", serif; }
  body.office .office-section .row:first-of-type {
    margin-top: 0; }
  body.office .office-section .row:last-of-type {
    margin-top: 2.5em; }
  body.office .office-section .team-img {
    height: 650px;
    margin: 0 0 2.5em 0;
    position: relative; }
  body.office .office-section a {
    color: #000000; }
    body.office .office-section a:hover {
      color: #5B5B5B; }
    body.office .office-section a img.werkliste {
      margin-left: 0.75em;
      vertical-align: text-bottom; }
  body.office .office-section .aboutusText-container {
    margin-bottom: 2em; }

body.office .footer-container {
  margin-top: 3.5em; }

/*  ---------------------------------------------------------------------- */
/*  contact */
/*  ---------------------------------------------------------------------- */
body.contact .contact-section h1 {
  margin-bottom: 0.9em; }

body.contact .contact-section address {
  color: #000000;
  font-family: "Cambria", serif;
  margin-bottom: 2em; }
  body.contact .contact-section address a {
    color: #000000; }
    body.contact .contact-section address a:hover {
      color: #5B5B5B; }

body.contact .contact-section .social-icons {
  margin-bottom: 1em; }
  body.contact .contact-section .social-icons a {
    color: #A89B90;
    font-size: 1.4em;
    margin: 0 0.25em; }
    body.contact .contact-section .social-icons a:hover {
      color: #000000; }

body.contact .contact-section .map-container {
  background: rgba(168, 155, 144, 0.1);
  display: block;
  height: 650px;
  margin-bottom: 2.5em;
  position: relative;
  width: 100%; }
  body.contact .contact-section .map-container .custom-info-window {
    display: none; }

body.contact .contact-section .impressum-container {
  color: #000000;
  font-family: "Cambria", serif;
  text-align: center; }
  body.contact .contact-section .impressum-container p a {
    color: #000000; }
    body.contact .contact-section .impressum-container p a:hover {
      color: #5B5B5B; }

body.contact .footer-container {
  margin-top: 3.5em; }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
/*  responsive styling */
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1280px) {
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .header-container .nav-container ul {
    width: 85%; }
  /*  ---------------------------------------------------------------------- */
  /*  projects */
  /*  ---------------------------------------------------------------------- */
  body.projectdetail .projectdetail-section .project-details.row .label {
    width: 30%; }
  body.projectdetail .projectdetail-section .project-details.row .value {
    width: 70%; } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .header-container {
    margin: 2em 0; }
    .header-container .logo-container {
      width: 55px; }
    .header-container .nav-container ul {
      margin-top: 0.5em;
      width: 100%; }
  .footer-container {
    margin: 3em 0 2.5em 0; }
    .footer-container .gold {
      padding-top: 2.5em; }
      .footer-container .gold ul li {
        padding: 0 0.5em; }
  .wrapper {
    width: 94%; }
  /*  ---------------------------------------------------------------------- */
  /*  index */
  /*  ---------------------------------------------------------------------- */
  body.home .home-section .swiper-container {
    height: 575px; }
  /*  ---------------------------------------------------------------------- */
  /*  projects */
  /*  ---------------------------------------------------------------------- */
  body.projects .projects-section {
    margin: 2.5em 0 0 0; }
    body.projects .projects-section .column-6 .projects-container {
      height: 375px;
      margin: 0 0 0.5em 0; }
      body.projects .projects-section .column-6 .projects-container figure.projects-img {
        height: 375px; }
      body.projects .projects-section .column-6 .projects-container .projects-text {
        background: rgba(255, 255, 255, 0.8);
        bottom: 1em;
        height: auto;
        left: 1em;
        padding: 0.75em;
        top: auto;
        width: calc(100% - 2em);
        opacity: 1;
        filter: alpha(opacity=100); }
        body.projects .projects-section .column-6 .projects-container .projects-text .text-center {
          height: auto;
          position: relative;
          top: 0;
          transform: translateY(0);
          width: 100%;
          opacity: 1;
          filter: alpha(opacity=100); }
          body.projects .projects-section .column-6 .projects-container .projects-text .text-center h1 {
            font-size: 1.25em;
            line-height: 1.25em; }
      body.projects .projects-section .column-6 .projects-container:hover .projects-text .text-center {
        position: relative;
        top: 0; }
  body.projects .footer-container {
    margin-top: 2.5em; }
  body.projectdetail .projectdetail-section .project-name h1 {
    margin-bottom: 0.35em; }
  body.projectdetail .projectdetail-section .project-details.row {
    margin-bottom: 0.25em; }
    body.projectdetail .projectdetail-section .project-details.row .column-5.offset-1 {
      margin-left: 0.5%;
      width: 49%; }
    body.projectdetail .projectdetail-section .project-details.row .label, body.projectdetail .projectdetail-section .project-details.row .value {
      float: none;
      width: 100%; }
    body.projectdetail .projectdetail-section .project-details.row:nth-child(4) {
      margin-bottom: 0; }
  body.projectdetail .projectdetail-section .project-images {
    margin-top: 2.25em; }
    body.projectdetail .projectdetail-section .project-images .projectdetail-img {
      margin-bottom: 0.5em; }
  body.projectdetail .projectdetail-section .project-info .row {
    margin-top: 1.75em;
    margin-bottom: 1.5em; }
    body.projectdetail .projectdetail-section .project-info .row .column-10.offset-1 {
      margin-left: 0.5%;
      width: 99%; }
  body.projectdetail .projectdetail-section .projectdetail-arrows {
    margin-top: 1.25em; }
    body.projectdetail .projectdetail-section .projectdetail-arrows .row {
      margin-bottom: 0; }
    body.projectdetail .projectdetail-section .projectdetail-arrows a {
      display: block;
      padding: 0.5em; }
  body.projectdetail .footer-container {
    margin-top: 2em; }
  /*  ---------------------------------------------------------------------- */
  /*  office */
  /*  ---------------------------------------------------------------------- */
  body.office .office-section .row:last-of-type {
    margin-top: 2em; }
  body.office .office-section .row .column-4 {
    float: none;
    width: 99%; }
    body.office .office-section .row .column-4:nth-child(2) {
      margin-top: 1em;
      margin-bottom: 1em; }
  body.office .office-section .team-img {
    height: 575px;
    margin-bottom: 1em; }
  body.office .office-section .column-8.offset-2 {
    width: 99%;
    margin-left: 0.5%; }
  body.office .office-section .aboutusText-container {
    margin-bottom: 1em; }
  body.office .footer-container {
    margin-top: 2em; }
  /*  ---------------------------------------------------------------------- */
  /*  contact */
  /*  ---------------------------------------------------------------------- */
  body.contact .contact-section .map-container {
    height: 575px;
    margin-bottom: 1em; }
  body.contact .contact-section address {
    margin-bottom: 1em; }
  body.contact .contact-section .column-8.offset-2 {
    width: 99%;
    margin-left: 0.5%; }
  body.contact .footer-container {
    margin-top: 2em; } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  body {
    font-size: 19px;
    line-height: 24px; }
  h1 {
    font-size: 2em; }
  .header-container {
    margin: 1.5em 0; }
    .header-container .logo-container {
      width: 50px; }
    .header-container .nav-container ul {
      margin-top: 0.5em; }
      .header-container .nav-container ul li a {
        padding: 0.75em 0; }
  .footer-container {
    margin: 2.1em 0 1.5em 0; }
    .footer-container .gold {
      padding-top: 1.5em; }
  /*  ---------------------------------------------------------------------- */
  /*  index */
  /*  ---------------------------------------------------------------------- */
  body.home .home-section .swiper-container {
    height: 475px; }
  /*  ---------------------------------------------------------------------- */
  /*  projects */
  /*  ---------------------------------------------------------------------- */
  body.projects .projects-section {
    margin: 1.85em 0 0 0; }
    body.projects .projects-section .column-6 {
      float: none;
      width: 99%; }
      body.projects .projects-section .column-6 .projects-container {
        height: 300px; }
        body.projects .projects-section .column-6 .projects-container figure.projects-img {
          height: 300px; }
        body.projects .projects-section .column-6 .projects-container .projects-text {
          bottom: 0.75em;
          left: 0.75em;
          width: calc(100% - 1.5em); }
  body.projects .footer-container {
    margin-top: 1.5em; }
  body.projectdetail .projectdetail-section .project-name .column-6.offset-3 {
    float: none;
    margin-left: 0.5%;
    width: 99%; }
  body.projectdetail .projectdetail-section .project-name h1 {
    margin-bottom: 0.1em; }
  body.projectdetail .projectdetail-section .project-details.row {
    margin: 0; }
    body.projectdetail .projectdetail-section .project-details.row .column-5.offset-1 {
      float: none;
      margin-left: 0.5%;
      margin-bottom: 0.25em;
      width: 99%; }
  body.projectdetail .projectdetail-section .project-images {
    margin-top: 1.4em; }
  body.projectdetail .projectdetail-section .project-info .row {
    margin-top: 1.25em;
    margin-bottom: 1.25em; }
  body.projectdetail .projectdetail-section .projectdetail-arrows {
    margin-top: 1em; }
    body.projectdetail .projectdetail-section .projectdetail-arrows .row {
      margin-top: 0; }
    body.projectdetail .projectdetail-section .projectdetail-arrows .column-5 {
      width: 49%; }
      body.projectdetail .projectdetail-section .projectdetail-arrows .column-5.offset-2 {
        margin-left: 0.5%; }
    body.projectdetail .projectdetail-section .projectdetail-arrows a {
      display: block;
      padding: 0.1em 0.5em; }
  body.projectdetail .footer-container {
    margin-top: 1.6em; }
  /*  ---------------------------------------------------------------------- */
  /*  office */
  /*  ---------------------------------------------------------------------- */
  body.office .office-section .row:last-of-type {
    margin-top: 1.25em; }
  body.office .office-section .team-img {
    height: 475px;
    margin-bottom: 0.75em; }
  body.office .office-section .aboutusText-container {
    margin-bottom: 0.4em; }
  body.office .office-section .column-5 {
    float: none;
    width: 99%; }
    body.office .office-section .column-5.offset-1 {
      margin-left: 0.5%;
      margin-bottom: 1.25em; }
  body.office .footer-container {
    margin-top: 1.75em; }
  /*  ---------------------------------------------------------------------- */
  /*  contact */
  /*  ---------------------------------------------------------------------- */
  body.contact .contact-section address {
    margin-bottom: 0.5em; }
  body.contact .contact-section .map-container {
    height: 475px;
    margin-bottom: 0.5em; }
  body.contact .footer-container {
    margin-top: 1.5em; } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 480px) {
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  body {
    font-size: 18px;
    line-height: 22px; }
  .header-container .logo-container {
    width: 40px; }
  .footer-container {
    margin: 1.5em 0; }
    .footer-container .gold {
      padding-top: 1.3em; }
      .footer-container .gold ul li {
        display: block;
        font-size: 15px;
        line-height: 20px;
        padding: 0; }
  .kontakt-footer.grey {
    margin-bottom: 0.25em; }
    .kontakt-footer.grey p {
      font-size: 15px;
      line-height: 20px; }
  /*  ---------------------------------------------------------------------- */
  /*  index */
  /*  ---------------------------------------------------------------------- */
  body.home .home-section .swiper-container {
    height: 350px; }
  /*  ---------------------------------------------------------------------- */
  /*  projects */
  /*  ---------------------------------------------------------------------- */
  body.projects .projects-section {
    margin: 1.5em 0; }
    body.projects .projects-section .column-6 .projects-container {
      height: 250px;
      margin-bottom: 0.25em; }
      body.projects .projects-section .column-6 .projects-container figure.projects-img {
        height: 250px; }
      body.projects .projects-section .column-6 .projects-container .projects-text {
        bottom: 0.5em;
        left: 0.5em;
        padding: 0.5em;
        width: calc(100% - 1em); }
    body.projects .projects-section .column-6:last-of-type .projects-container {
      margin-bottom: 0; }
  body.projectdetail .projectdetail-section .project-name h1 {
    margin-bottom: 0; }
  body.projectdetail .projectdetail-section .project-images {
    margin-top: 1em; }
    body.projectdetail .projectdetail-section .project-images .column-6, body.projectdetail .projectdetail-section .project-images .column-4, body.projectdetail .projectdetail-section .project-images .column-12 {
      float: none;
      width: 99%; }
    body.projectdetail .projectdetail-section .project-images .projectdetail-img {
      margin-bottom: 0.25em; }
  body.projectdetail .projectdetail-section .project-info .row {
    margin-top: 1em;
    margin-bottom: 1em; }
  body.projectdetail .projectdetail-section body.office .office-section .team-img {
    height: 350px;
    margin-bottom: 0.5em; }
  body.projectdetail .projectdetail-section body.office .office-section .aboutusText-container {
    margin-bottom: 0; }
  body.projectdetail .projectdetail-section body.office .office-section .row:last-of-type {
    margin-top: 1em; }
  body.projectdetail .projectdetail-section body.office .footer-container {
    margin-top: 1.5em; }
  /*  ---------------------------------------------------------------------- */
  /*  contact */
  /*  ---------------------------------------------------------------------- */
  body.contact .contact-section .map-container {
    height: 350px;
    margin-bottom: 0.5em; } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
