@charset "UTF-8";
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * 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.
 */
/* Zuerst die Normalize-Stile importieren */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Stile aus den anderen SCSS-Dateien zusammentragen */
/* SaSS Variablen */
/* Fonts */
/* Farben */
/* Fontfarben */
/* Hintergrundfarben */
/* Layout */
/* Extensions */
#header, #navigation {
  background-color: #565452; }

/* SaSS Mixins */
/* SaSS Basis-Stile */
/**************** Inhalt ***************/
/*                                     */
/*  0. Fonts / Animation               */
/*  1. Grundlagen HTML / Body          */
/*  2. Zeichenformate Content          */
/*   2.1 Überschriften                 */
/*   2.2 Links                         */
/*   2.3 Absatzformate                 */
/*   2.4 Listen                        */
/*   2.5 Tabellen                      */
/*   2.6 Formulare                     */
/*  3. Navigations-Elemente            */
/*  4. Layout Boxen                    */
/*   4.1 Grundgerüst                   */
/*   4.2 Columns                       */
/*  5. Einzelelemente                  */
/*  6. Helferlein                      */
/*  7. Extern                          */
/*                                     */
/***************************************/
/*  0. Fonts / Animation               */
/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/open-sans-condensed-v14-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Condensed Light"), local("OpenSansCondensed-Light"), url("fonts/open-sans-condensed-v14-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-condensed-v14-latin-300.woff2") format("woff2"), url("fonts/open-sans-condensed-v14-latin-300.woff") format("woff"), url("fonts/open-sans-condensed-v14-latin-300.ttf") format("truetype"), url("fonts/open-sans-condensed-v14-latin-300.svg#OpenSansCondensed") format("svg");
  /* Legacy iOS */ }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/open-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("fonts/open-sans-v17-latin-regular.woff") format("woff"), url("fonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/open-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("fonts/open-sans-v17-latin-700.woff") format("woff"), url("fonts/open-sans-v17-latin-700.ttf") format("truetype"), url("fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* Icon-Font */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?9n7zth");
  src: url("fonts/icomoon.eot?9n7zth#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?9n7zth") format("truetype"), url("fonts/icomoon.woff?9n7zth") format("woff"), url("fonts/icomoon.svg?9n7zth#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
/*  1. Grundlagen HTML / Body          */
body, td, th {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 82.5%;
  -webkit-transition: font-size 0.3s;
  /* Safari */
  transition: font-size 0.3s; }

body {
  background-color: #565452;
  padding-top: 79px !important; }

#header, #navigation {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 300; }

/*  2. Zeichenformate Content          */
/*   2.1 Überschriften                 */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal; }

h1, h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  padding: 0;
  margin: 0 0 0.75em 0;
  text-transform: uppercase; }

h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 0.5em 0; }

h4 {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: none;
  color: #2496cc;
  font-size: 2em;
  line-height: 1.2em;
  padding: 0;
  margin: 0 0 0.5em 0; }

h5 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  padding: 0;
  margin: 0 0 1.5em 0; }

.team-beschreibung {
  margin-bottom: 1em; }
  .team-beschreibung h5 {
    margin: 0.5em 0; }
  .team-beschreibung p {
    margin: 0;
    padding: 0;
    min-height: 50px; }

.fr-caption h5 {
  margin: 0; }

.fr-window .fr-caption p {
  font-family: 'Open Sans';
  font-weight: 400; }

/*   2.2 Links                         */
a:link, #legal-menu li.active a:link {
  color: #2496cc;
  text-decoration: none; }

a:visited, #legal-menu li.active a:visited {
  color: #2496cc;
  text-decoration: none; }

a:hover, #legal-menu li.active a:hover {
  color: rgba(20, 150, 204, 0.8);
  text-decoration: none; }

a:active, #legal-menu li.active a:active {
  color: #2496cc;
  text-decoration: underline; }

a, #header a, navigation a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

#header a:link, #navigation a:link {
  color: #cecece;
  text-decoration: none; }

#header a:visited, #navigation a:visited {
  color: #cecece;
  text-decoration: none; }

#header a:hover, #navigation a:hover {
  color: rgba(20, 150, 204, 0.8);
  text-decoration: none; }

#header a:active, #navigation a:active {
  color: #2496cc;
  text-decoration: none; }

a.button {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1495cc+0,0865a8+40,0865a8+60,1cbefc+100 */
  background: #1495cc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1495cc 0%, #0865a8 40%, #0865a8 60%, #1cbefc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1495cc 0%, #0865a8 40%, #0865a8 60%, #1cbefc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1495cc 0%, #0865a8 40%, #0865a8 60%, #1cbefc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1495cc', endColorstr='#1cbefc',GradientType=0 );
  /* IE6-9 */
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  padding: 0.75em 0.25em;
  font-size: 1.5em;
  line-height: 1em;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 1em auto;
  box-shadow: 0px 5px 5px #565452;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  a.button:link {
    color: #ffffff;
    text-decoration: none;
    opacity: 1; }
  a.button:visited {
    color: #ffffff;
    text-decoration: none;
    opacity: 1; }
  a.button:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    box-shadow: 0px 5px 10px #000000; }
  a.button:active {
    color: #ffffff;
    text-decoration: underline;
    opacity: 0.9;
    box-shadow: 0px 5px 10px #000000; }
  a.button.inline {
    text-align: left;
    width: auto;
    max-width: auto;
    display: inline-block;
    padding: 0.75em 1em; }

/*   2.3 Absatzformate                 */
b, strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

p.aufzaehlung {
  padding-left: 1.5em;
  position: relative; }
  p.aufzaehlung i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 1.25em; }

/*   2.4 Listen                        */
/*   2.5 Tabellen                      */
/*   2.6 Formulare                     */
/*  3. Navigations-Elemente            */
/*  4. Layout Boxen                    */
/*   4.1 Grundgerüst                   */
#header {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0px 5px 5px #000;
  padding: 15px 5%;
  height: 79px;
  z-index: 25; }
  #header #bii-logo {
    float: right; }
    #header #bii-logo img {
      width: auto;
      height: 49px; }
  #header #mobile-menu-call {
    line-height: 49px;
    font-size: 1.5em;
    text-transform: uppercase;
    cursor: pointer;
    color: #cecece;
    z-index: 25; }
    #header #mobile-menu-call div {
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    #header #mobile-menu-call i {
      font-size: 36px;
      position: relative;
      top: 8px; }
    #header #mobile-menu-call:hover div {
      color: #2496cc; }
    #header #mobile-menu-call.aktiv div {
      color: #2496cc; }
  #header #legal-menu {
    position: absolute;
    top: 0.5em;
    left: auto;
    right: 2%; }
    #header #legal-menu ul {
      margin: 0;
      padding: 0; }
      #header #legal-menu ul li {
        list-style-image: none;
        list-style-type: none;
        float: left; }
      #header #legal-menu ul a {
        padding: 0.5em; }

#navigation {
  position: fixed;
  box-sizing: border-box;
  left: -101%;
  top: 0;
  width: 90%;
  max-width: 400px;
  box-shadow: 0px 5px 5px #000;
  padding: 79px 0 20px 0;
  -webkit-transition: left 0.3s;
  /* Safari */
  transition: left 0.3s;
  text-transform: uppercase;
  z-index: 20; }
  #navigation ul {
    margin: 0;
    padding: 0; }
    #navigation ul li {
      list-style-type: none;
      list-style-image: none;
      margin: 0 0 0.1em 0; }
      #navigation ul li i {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        overflow: hidden;
        color: #8d8c8b; }
        #navigation ul li i::before {
          position: relative;
          font-size: 2em;
          top: 12px;
          line-height: 1em; }
      #navigation ul li:hover i {
        color: rgba(20, 150, 204, 0.8); }
  #navigation.aktiv {
    left: 0%; }
  #navigation a {
    display: block;
    padding: 0 5% 0 0;
    font-size: 1.5em;
    line-height: 1em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  #navigation li.active a:link {
    color: #2496cc; }
  #navigation li.active a:visited {
    color: #2496cc; }
  #navigation li.active a:hover {
    color: rgba(20, 150, 204, 0.8); }
  #navigation li.active a:active {
    color: #2496cc; }
  #navigation li.active i {
    color: #2496cc; }

#abdecker-unten {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  top: auto;
  bottom: 0;
  background-color: #565452;
  z-index: 500; }

#schatten-unten {
  width: 100%;
  height: 200px;
  position: fixed;
  left: 0;
  top: auto;
  bottom: -200px;
  background-color: #565452;
  z-index: 501;
  box-shadow: -1px -1px 200px #000000; }

/*   4.2 Columns                       */
.container-abschnitt {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  margin: 0 auto; }

.desktop-background {
  display: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 5; }

.abschnitts-text {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  background-color: rgba(0, 0, 0, 0.7);
  color: #cecece;
  box-sizing: border-box;
  z-index: 15; }

.mobile-image {
  width: 100%;
  height: auto;
  z-index: 10; }
  .mobile-image img {
    width: 100%;
    height: auto; }
  .mobile-image .mobile-only img {
    max-width: 100% !important;
    height: auto; }

/* NAP-Daten im Footer */
.footer-nap-daten {
  position: relative;
  padding: 10px 20px 10px 10px;
  font-size: 10px;
  color: #ffffff;
  line-height: 1.6; }
  .footer-nap-daten a {
    color: #ffffff;
    text-decoration: none; }
    .footer-nap-daten a:hover {
      text-decoration: underline; }
  .footer-nap-daten strong {
    font-weight: 600; }
  .footer-nap-daten .phonemail {
    display: block; }
  .footer-nap-daten .insta {
    position: absolute;
    top: 12px;
    left: auto;
    right: 10px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-image: url("../img/_grafik/instaicon.png");
    background-repeat: no-repeat;
    background-size: 200% 100%;
    background-position: left center; }
    .footer-nap-daten .insta:hover {
      background-position: right center; }
    .footer-nap-daten .insta a {
      display: block;
      width: 40px;
      height: 40px;
      text-decoration: none !important;
      padding: 0;
      margin: 0; }

/*  5. Einzelelemente                  */
#teaser-aktuell {
  width: 150px;
  height: 80px;
  position: absolute;
  left: auto;
  right: 10%;
  top: 20px;
  z-index: 19; }
  #teaser-aktuell a.teaser {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #1495cc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1495cc 0%, #0865a8 40%, #0865a8 60%, #1cbefc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1495cc 0%, #0865a8 40%, #0865a8 60%, #1cbefc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1495cc 0%, #0865a8 40%, #0865a8 60%, #1cbefc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1495cc', endColorstr='#1cbefc',GradientType=0 );
    /* IE6-9 */
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 1em 0.5em;
    font-size: 1.25em;
    line-height: 1.25em;
    box-sizing: border-box;
    box-shadow: 0px 5px 5px #565452;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    transform: rotate(10deg); }
    #teaser-aktuell a.teaser:link {
      color: #ffffff;
      text-decoration: none;
      opacity: 1; }
    #teaser-aktuell a.teaser:visited {
      color: #ffffff;
      text-decoration: none;
      opacity: 1; }
    #teaser-aktuell a.teaser:hover {
      color: #ffffff;
      text-decoration: none;
      opacity: 0.9;
      box-shadow: 0px 5px 10px #000000; }
    #teaser-aktuell a.teaser:active {
      color: #ffffff;
      text-decoration: underline;
      opacity: 0.9;
      box-shadow: 0px 5px 10px #000000; }

.teaser-verkauft {
  width: 150px;
  height: 80px;
  position: absolute;
  left: auto;
  right: 10px;
  top: -10px;
  bottom: auto;
  z-index: 21; }
  .teaser-verkauft span.teaser {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #f76f43;
    background: -moz-linear-gradient(left, #f76f43 0%, #f71831 40%, #f71831 60%, #f76f43 100%);
    background: -webkit-linear-gradient(left, #f76f43 0%, #f71831 40%, #f71831 60%, #f76f43 100%);
    background: linear-gradient(to right, #f76f43 0%, #f71831 40%, #f71831 60%, #f76f43 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76f43', endColorstr='#f76f43',GradientType=1 );
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 1em 0.5em;
    font-size: 1.5em;
    line-height: 1.25em;
    color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 5px 5px #565452;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    transform: rotate(10deg); }

#teaser-vermietet {
  width: 150px;
  height: 80px;
  position: absolute;
  left: auto;
  right: 10px;
  top: -10px;
  bottom: auto;
  z-index: 21; }
  #teaser-vermietet span.teaser {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #f76f43;
    background: -moz-linear-gradient(left, #f76f43 0%, #f71831 40%, #f71831 60%, #f76f43 100%);
    background: -webkit-linear-gradient(left, #f76f43 0%, #f71831 40%, #f71831 60%, #f76f43 100%);
    background: linear-gradient(to right, #f76f43 0%, #f71831 40%, #f71831 60%, #f76f43 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76f43', endColorstr='#f76f43',GradientType=1 );
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 1em 0.5em;
    font-size: 1.5em;
    line-height: 1.25em;
    color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 5px 5px #565452;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    transform: rotate(10deg); }

#text-start {
  padding: 1.5em 2em 1em 2em;
  top: -2em; }

#buttons-start {
  width: 90%;
  margin: 0 auto 2em auto; }

#text-projektentwicklung {
  padding: 1.5em 2em 1em 2em;
  top: -4em; }

#text-baumanagement {
  padding: 1.5em 2em 1em 2em;
  top: -4em; }
  #text-baumanagement .mobile-only img {
    width: 200px;
    height: auto; }

#text-liegenschaftsmanagement {
  padding: 1.5em 2em 1em 2em;
  top: -4em; }

#text-aktuell {
  padding: 1.5em 2em 1em 2em;
  top: -4em; }
  #text-aktuell .aktuell-container {
    margin-bottom: 1.5em; }
  #text-aktuell .text-spalte-links, #text-aktuell .bild-spalte-rechts {
    position: relative;
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 1em; }
  #text-aktuell img {
    width: auto;
    max-width: 100%;
    height: auto !important; }

#text-ueber-uns {
  padding: 1.5em 2em 1em 2em;
  top: -2em; }

#text-karriere {
  padding: 1.5em 2em 1em 2em;
  top: -4em; }

#karriere .container-abschnitt {
  margin-bottom: 30px; }

#text-team {
  padding: 1.5em 1em 1em 1em;
  top: -4em; }
  #text-team h2.txt-blau {
    padding-left: 0.5em; }

#team .container-abschnitt {
  margin-bottom: 30px; }

/* Ueber */
.iu-partner {
  width: 120px;
  height: 120px;
  margin-top: 2em;
  position: relative; }

.iu-partner img {
  width: 120px;
  height: 120px; }

.unterschrift-trenner {
  height: 10px; }

/* Referenzen */
#text-referenzobjekte {
  padding: 1.5em 1em 1em 1em;
  top: -4em; }
  #text-referenzobjekte h2.txt-blau {
    padding-left: 0.5em; }

.bild-container {
  box-sizing: border-box;
  float: none;
  width: 100%;
  padding: 0.5em; }

.referenz-container {
  position: relative; }

.schlag-schatten {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 5px #000000 inset;
  left: 0;
  top: 0; }

.referenz-hintergrund img {
  width: 100%;
  height: auto !important; }

.bild-text {
  position: absolute;
  box-sizing: border-box;
  padding: 1em 2.5em;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  box-shadow: 1px 1px 5px #242323 inset; }
  .bild-text:hover {
    opacity: 1; }
  .bild-text p {
    color: #565452;
    margin: 0.5em 0 1.5em 0 !important;
    line-height: 1.4em !important;
    font-size: 1.25em; }

.bild-details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 5em); }

#referenzen .container-abschnitt {
  margin-bottom: 30px; }

#text-soziales {
  padding: 1.5em 2em 1em 2em;
  top: -2em; }

#text-kontakt {
  padding: 1.5em 2em 1em 2em;
  top: -2em; }
  #text-kontakt img.lagekarte {
    width: auto;
    max-width: 120px;
    height: auto;
    margin: 0.25em 0 1.5em 2em;
    float: right; }

#rechts-text {
  padding: 1.5em 2em 1em 2em;
  top: -2em; }
  #rechts-text h1 {
    color: #2496cc;
    margin-bottom: 0.5em; }
  #rechts-text h2 {
    margin-top: 1em; }
  #rechts-text h3 {
    margin-top: 1.5em; }

img.portrait-lange {
  float: right;
  margin: 0.25em 0 1em 1.5em;
  width: 33%;
  height: auto;
  max-width: 240px;
  display: none;
  visibility: hidden; }

p.unterschrift img {
  width: 240px;
  height: auto; }

/*  6. Helferlein                      */
.mobile-only {
  display: block;
  visibility: visible; }

.from-desktop {
  display: none;
  visibility: hidden; }

.hide-till-desktop-inline {
  display: none;
  visibility: hidden; }

.txt-blau {
  color: #2496cc; }

.hervorhebung {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif; }

.zentriert {
  text-align: center; }

.abstand {
  height: 2em; }

/* Icons */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bii-haekchen:before {
  content: "\e90e";
  color: #2496cc; }

.icon-bii-navi-lang:before {
  content: "\e90d"; }

.icon-bii-navi-kurz:before {
  content: "\e90c"; }

.icon-dreieck-links:before {
  content: "\400a"; }

.icon-dreieck-oben:before {
  content: "\400b"; }

.icon-400C:before {
  content: "\400c"; }

.icon-700A:before {
  content: "\700a"; }

.icon-700B:before {
  content: "\700b"; }

.icon-1001:before {
  content: "\1001"; }

.icon-1002:before {
  content: "\1002"; }

.icon-2001:before {
  content: "\2001"; }

.icon-2002:before {
  content: "\2002"; }

.icon-2003:before {
  content: "\2003"; }

.icon-3001:before {
  content: "\3001"; }

.icon-3002:before {
  content: "\3002"; }

.icon-3003:before {
  content: "\3003"; }

.icon-4001:before {
  content: "\4001"; }

.icon-4002:before {
  content: "\4002"; }

.icon-4003:before {
  content: "\4003"; }

.icon-4004:before {
  content: "\4004"; }

.icon-4005:before {
  content: "\4005"; }

.icon-4006:before {
  content: "\4006"; }

.icon-4007:before {
  content: "\4007"; }

.icon-4008:before {
  content: "\4008"; }

.icon-4009:before {
  content: "\4009"; }

.icon-5001:before {
  content: "\5001"; }

.icon-5002:before {
  content: "\5002"; }

.icon-5003:before {
  content: "\5003"; }

.icon-5004:before {
  content: "\5004"; }

.icon-5005:before {
  content: "\5005"; }

.icon-6001:before {
  content: "\6001"; }

.icon-6002:before {
  content: "\6002"; }

.icon-6003:before {
  content: "\6003"; }

.icon-7001:before {
  content: "\7001"; }

.icon-7002:before {
  content: "\7002"; }

.icon-7004:before {
  content: "\7004"; }

.icon-7005:before {
  content: "\7005"; }

.icon-7007:before {
  content: "\7007"; }

.icon-7008:before {
  content: "\7008"; }

.icon-Pfeil_links:before {
  content: "\e903"; }

.icon-Pfeil_rechts:before {
  content: "\e905"; }

.icon-Flieger:before {
  content: "\e900"; }

.icon-langer_pfeil:before {
  content: "\e901"; }

.icon-Map-Marker:before {
  content: "\e902"; }

.icon-pfeil_rechts_1:before {
  content: "\e904"; }

.icon-Printer:before {
  content: "\e906"; }

.icon-telefon:before {
  content: "\e907"; }

.icon-text:before {
  content: "\e908"; }

.icon-x:before {
  content: "\e909"; }

.icon-Lupe:before {
  content: "\e90a"; }

.icon-Figur:before {
  content: "\e90b"; }

/*  7. Extern                          */
/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Fresco Lightbox */
/* box-sizing */
.fr-window,
.fr-window [class^="fr-"],
.fr-overlay,
.fr-overlay [class^="fr-"],
.fr-spinner,
.fr-spinner [class^="fr-"] {
  box-sizing: border-box; }

.fr-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  /* Chrome hack, this fixes a visual glitch when quickly toggling a video */
  transform: translateZ(0px); }

/* z-index */
.fr-overlay {
  z-index: 99998; }

.fr-window {
  z-index: 99999; }

.fr-spinner {
  z-index: 100000; }

/* overlay */
.fr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.fr-overlay-background {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.fr-overlay-ui-fullclick .fr-overlay-background {
  background: #292929;
  opacity: 1;
  filter: alpha(opacity=100); }

/* mobile touch has position:absolute to allow zooming */
.fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
  position: absolute;
  overflow: visible; }

/* some properties on the window are used to toggle things
 * like margin and the fullclick mode,
 * we reset those properties after measuring them
 */
.fr-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important; }

.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fr-page {
  position: absolute;
  width: 100%;
  height: 100%; }

.fr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center; }

.fr-hovering-clickable .fr-container {
  cursor: pointer; }

/*
   padding:
   youtube & vimeo always have buttons on the outside
   side button = 72 = 54 + (2 * 9 margin)
   close button = 48
*/
/* padding ui:inside */
.fr-ui-inside .fr-container {
  padding: 20px 20px; }

.fr-ui-inside.fr-no-sides .fr-container {
  padding: 20px; }

/* padding ui:outside */
.fr-ui-outside .fr-container {
  padding: 20px 82px; }

.fr-ui-outside.fr-no-sides .fr-container {
  padding: 20px 48px; }

/* reduce padding on smaller screens */
@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 700px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 12px 12px; }

  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 12px; }

  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 12px 72px; }

  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 12px 48px; } }
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 0px 0px; }

  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 0px; }

  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 0px 72px; }

  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 0px 48px; } }
/* padding ui:fullclick */
.fr-ui-fullclick .fr-container {
  padding: 0; }

.fr-ui-fullclick.fr-no-sides .fr-container {
  padding: 0; }

/* video fullclick */
.fr-ui-fullclick.fr-type-video .fr-container {
  padding: 0px 62px; }

.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
  padding: 48px 0px; }

/* overflow-y should always have 0 padding top and bottom */
.fr-overflow-y .fr-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.fr-content,
.fr-content-background {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE11 has a 1px blur bug on the edges of the caption (ui:inside)
     during animation with overflow:hidden */
  overflow: visible; }

/* img/iframe/error */
.fr-content-element {
  float: left;
  width: 100%;
  height: 100%; }

.fr-content-background {
  background: #101010; }

.fr-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: none;
  opacity: 1; }

.fr-ui-inside .fr-info-background {
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1; }

/* ui:outside has a slightly lighter info background to break up from black page backgrounds */
.fr-ui-outside .fr-info-background {
  background: #0d0d0d; }

/* info at the bottom for ui:inside */
.fr-content .fr-info {
  top: auto;
  bottom: 0; }

.fr-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto; }

.fr-caption {
  width: auto;
  display: inline; }

.fr-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap; }

/* positions not within the info bar
   for ui:outside/inside */
.fr-position-outside,
.fr-position-inside {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
  width: auto;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.fr-position-inside {
  border: 0; }

.fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1;
  /* oldIE */ }

.fr-position-text {
  color: #b3b3b3; }

.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
  float: left;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 1; }

/* display it for the outside ui, hide the caption inside */
.fr-ui-outside .fr-position-outside {
  display: block; }

.fr-ui-outside .fr-info .fr-position {
  display: none; }

.fr-ui-inside.fr-no-caption .fr-position-inside {
  display: block; }

/* links */
.fr-info a,
.fr-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline; }

.fr-info a:hover {
  color: #eee; }

/* no-caption */
.fr-ui-outside.fr-no-caption .fr-info {
  display: none; }

.fr-ui-inside.fr-no-caption .fr-caption {
  display: none; }

/* --- stroke */
.fr-stroke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px; }

.fr-stroke-vertical {
  width: 1px;
  height: 100%; }

.fr-stroke-horizontal {
  padding: 0 1px; }

.fr-stroke-right {
  left: auto;
  right: 0; }

.fr-stroke-bottom {
  top: auto;
  bottom: 0; }

.fr-stroke-color {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08); }

/* the stroke is brighter inside the info box */
.fr-info .fr-stroke-color {
  background: rgba(80, 80, 80, 0.3); }

/* remove the stroke when outside ui has a caption */
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
  display: none; }

/* remove stroke and shadow when ui:fullclick */
.fr-ui-fullclick .fr-stroke {
  display: none; }

.fr-ui-fullclick .fr-content-background {
  box-shadow: none; }

/* the info box never bas a top stroke */
.fr-info .fr-stroke-top {
  display: none; }

/* < > */
.fr-side {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  zoom: 1; }

.fr-side-previous {
  left: 0; }

.fr-side-next {
  right: 0;
  left: auto; }

.fr-side-disabled {
  cursor: default; }

.fr-side-hidden {
  display: none !important; }

.fr-side-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.fr-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010; }

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* smaller side buttons */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-side {
    width: 54px;
    height: 60px;
    margin: 0;
    margin-top: -30px; }

  .fr-side-button {
    width: 48px;
    height: 60px;
    margin: 0 3px; } }
/* X */
.fr-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.fr-close-background,
.fr-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.fr-close-background {
  background-color: #000; }

/* Thumbnails */
.fr-thumbnails {
  position: absolute;
  overflow: hidden; }

.fr-thumbnails-disabled .fr-thumbnails {
  display: none !important; }

.fr-thumbnails-horizontal .fr-thumbnails {
  width: 100%;
  height: 12%;
  min-height: 74px;
  max-height: 160px;
  bottom: 0; }

.fr-thumbnails-vertical .fr-thumbnails {
  height: 100%;
  width: 10%;
  min-width: 74px;
  max-width: 160px;
  left: 0; }

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%; }

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0; }

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1; }

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0; }

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }

.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden; }

.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  cursor: pointer;
  margin: 0 10px; }

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6(7) */
  z-index: 1;
  zoom: 1; }

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6(7) */
  z-index: 0;
  /* IE8 */ }

.fr-thumbnail-overlay {
  cursor: pointer; }

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default; }

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent; }

.fr-ltIE9 .fr-thumbnail-overlay-border {
  border-width: 0 !important; }

.fr-thumbnail .fr-thumbnail-image {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: 0.85;
  max-width: none; }

.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=99);
  opacity: 0.99; }

.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=35);
  opacity: 0.35; }

.fr-thumbnail-active {
  cursor: default; }

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-thumbnail-loading-background {
  background-color: #161616;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.8;
  position: relative;
  float: left; }

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none; }

/* error on thumbnail */
.fr-thumbnail-error .fr-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020; }

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 5px;
  position: relative;
  overflow: hidden; }

.fr-thumbnails-side-previous {
  margin-left: 12px; }

.fr-thumbnails-side-next {
  margin-right: 12px; }

.fr-thumbnails-vertical .fr-thumbnails-side {
  height: 28px;
  width: 100%;
  margin: 10px 0; }

.fr-thumbnails-vertical .fr-thumbnails-side-previous {
  margin-top: 20px; }

.fr-thumbnails-vertical .fr-thumbnails-side-next {
  margin-bottom: 20px; }

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer; }

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px; }

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b; }

.fr-thumbnails-side-button-disabled * {
  cursor: default; }

.fr-thumbnails-side-button-disabled:hover
.fr-thumbnails-side-button-background {
  background-color: #333; }

.fr-thumbnails-side-button-icon {
  position: absolute;
  /*top: -7px;
  left: -7px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* vertical thumbnails */
.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
  clear: both; }

/* ui:fullclick has a dark thumbnail background */
.fr-window-ui-fullclick .fr-thumbnails {
  background: #090909; }

/* put a stroke on the connecting caption*/
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal
.fr-info
.fr-stroke-bottom {
  display: block !important; }

/*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical
.fr-info
.fr-stroke-left {
  display: block !important; }

/* thumbnail spacing  */
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
  padding: 12px 5px; }

.fr-thumbnails-vertical .fr-thumbnails-thumbs {
  padding: 5px 12px; }

.fr-thumbnails-measured .fr-thumbnails-thumbs {
  padding: 0 !important; }

/* horizontal */
@media all and (min-height: 700px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 16px 8px; }

  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 8px; }

  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 16px; }

  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 16px; } }
@media all and (min-height: 980px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 20px 10px; }

  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 10px; }

  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 20px; }

  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 20px; } }
/* vertical */
@media all and (min-width: 1200px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 8px 16px; }

  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 0 8px; }

  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 16px; }

  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 16px; } }
@media all and (min-width: 1800px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 10px 20px; }

  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 10px 0; }

  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px; }

  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px; } }
/* hide thumbnails on smaller screens
   the js always hides them on touch based devices
*/
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  .fr-thumbnails-horizontal .fr-thumbnails {
    display: none !important; } }
@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-thumbnails-vertical .fr-thumbnails {
    display: none !important; } }
/* force fullClick: true
   and force overflow: false */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-page {
    min-width: 100%; }

  /* fullclick */
  .fr-page {
    min-height: 100%; }

  /* overflow: false */ }
/* switch between ui modes
   we force everything not in the current UI mode to hide
*/
.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
  display: none !important; }

/* some ui elements can be toggled on mousemove.
   filter:alpha(opacity) is bugged so we use display in oldIE
*/
.fr-toggle-ui {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
  opacity: 1; }

.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  display: none; }

/* Spinner */
.fr-spinner {
  position: fixed;
  width: 52px;
  height: 52px;
  background: #101010;
  background: rgba(16, 16, 16, 0.85);
  border-radius: 5px; }

.fr-spinner div {
  position: absolute;
  top: 0;
  left: 0;
  height: 64%;
  width: 64%;
  margin-left: 18%;
  margin-top: 18%;
  opacity: 1;
  -webkit-animation: fresco-12 1.2s infinite ease-in-out;
  animation: fresco-12 1.2s infinite ease-in-out; }

.fr-spinner div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  /* fixes rendering in Firefox */ }

.fr-spinner div.fr-spin-1 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.fr-spinner div.fr-spin-2 {
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.fr-spinner div.fr-spin-3 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.fr-spinner div.fr-spin-4 {
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.fr-spinner div.fr-spin-5 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.fr-spinner div.fr-spin-7 {
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.fr-spinner div.fr-spin-8 {
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.fr-spinner div.fr-spin-9 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.fr-spinner div.fr-spin-10 {
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.fr-spinner div.fr-spin-11 {
  -ms-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

.fr-spinner div.fr-spin-12 {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

@-webkit-keyframes fresco-12 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fresco-12 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* Thumbnail spinner */
.fr-thumbnail-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px; }

.fr-thumbnail-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 8px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
  animation: fr-thumbnail-spin 1.1s infinite linear; }

.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
  border-radius: 50%;
  width: 24px;
  height: 24px; }

@-webkit-keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Error */
.fr-error {
  float: left;
  position: relative;
  background-color: #ca3434;
  width: 160px;
  height: 160px; }

.fr-error-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px; }

/* skin: 'fresco' */
/* Sprite */
.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("fresco/skins/fresco/sprite.svg"); }

/* fallback png sprite */
.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("fresco/skins/fresco/sprite.png"); }

.fr-window-skin-fresco .fr-error-icon {
  background-position: -160px -126px; }

.fr-window-skin-fresco .fr-content-background {
  background: #101010;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
  box-shadow: none; }

/* thumbnail shadow */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

/* < > */
.fr-window-skin-fresco .fr-side-button-background {
  background-color: transparent; }

.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
  background-position: -13px -14px; }

.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
  background-position: -93px -14px; }

.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
  background-position: -13px -114px; }

.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
  background-position: -93px -114px; }

/* transition (png) */
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-previous
.fr-side-button-icon {
  background-position: -13px -114px; }

.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-next
.fr-side-button-icon {
  background-position: -93px -114px; }

/* disabled state (png) */
.fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled:hover
.fr-side-button-icon {
  background-position: -13px -214px; }

.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled:hover
.fr-side-button-icon {
  background-position: -93px -214px; }

/* transition (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px; }

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px; }

.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
  opacity: 0.5; }

.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-previous
.fr-side-previous
.fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-next
.fr-side-next
.fr-side-button-icon {
  opacity: 1; }

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
  opacity: 0.8; }

/* touch always active but at lower opacity */
/* disabled (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-previous
.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-next
.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch
.fr-side-disabled
.fr-side-button-icon {
  opacity: 0.2; }

/* hide for ui:inside/fullclick, only for the image type */
.fr-window-skin-fresco.fr-window-ui-inside
.fr-type-image
.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image
.fr-side-disabled
.fr-side-button-icon {
  background-image: none; }

/* < > responsive */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: 0px -300px; }

  .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -48px -300px; }

  .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: 0px -360px; }

  .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -48px -360px; }

  /* transition (png) */
  .fr-window-skin-fresco.fr-no-svg
  .fr-hovering-previous
  .fr-side-previous
  .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
  .fr-side-previous
  .fr-side-button-icon {
    background-position: 0px -360px; }

  .fr-window-skin-fresco.fr-no-svg
  .fr-hovering-next
  .fr-side-next
  .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
  .fr-side-next
  .fr-side-button-icon {
    background-position: -48px -360px; }

  /* transition (svg) */
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px; }

  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px; }

  /* disabled state (png) */
  .fr-window-skin-fresco.fr-no-svg
  .fr-side-previous.fr-side-disabled
  .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg
  .fr-hovering-previous
  .fr-side-previous.fr-side-disabled
  .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg
  .fr-side-previous.fr-side-disabled:hover
  .fr-side-button-icon {
    background-position: 0px -420px; }

  .fr-window-skin-fresco.fr-no-svg
  .fr-side-next.fr-side-disabled
  .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg
  .fr-hovering-next
  .fr-side-next.fr-side-disabled
  .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg
  .fr-side-next.fr-side-disabled:hover
  .fr-side-button-icon {
    background-position: -48px -420px; } }
/* X */
/* colors */
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  background-color: #363636; }

.fr-window-skin-fresco.fr-window-ui-outside
.fr-close:hover
.fr-close-background {
  background-color: #434343; }

.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
  background-color: #131313;
  filter: alpha(opacity=80);
  opacity: 0.8; }

.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick
.fr-close:hover
.fr-close-background {
  background-color: #191919; }

/* - image */
.fr-window-skin-fresco .fr-close .fr-close-icon {
  background-position: -168px -8px; }

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -8px; }

/* - transition */
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background-position: -210px -8px;
  opacity: 0.8; }

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  opacity: 1; }

/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps
   force a single opacity to fix this
*/
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
  opacity: 1; }

/* Thumbnails */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0; }

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3); }

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */ }

/* no inner border on active thumbnail */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0; }

/* Thumbnails < > */
.fr-window-skin-fresco
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon {
  background-position: -167px -49px; }

.fr-window-skin-fresco
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-icon {
  background-position: -209px -49px; }

.fr-window-skin-fresco
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon {
  background-position: -167px -91px; }

.fr-window-skin-fresco
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-icon {
  background-position: -209px -91px; }

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon {
  background-position: -293px -49px; }

.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-icon {
  background-position: -335px -49px; }

.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon {
  background-position: -293px -91px; }

.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-icon {
  background-position: -335px -91px; }

/* Thumbnails < > transition */
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side
.fr-thumbnails-side-button-icon {
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0.8; }

.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled {
  background-position: -167px -49px; }

.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled {
  background-position: -209px -91px; }

.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side:hover
.fr-thumbnails-side-button-icon {
  opacity: 1; }

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled {
  background-position: -293px -49px; }

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled {
  background-position: -335px -91px; }

/* lower opacity on disabled states */
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side
.fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side:hover
.fr-thumbnails-side-button-disabled {
  opacity: 0.5; }

/* lower opacity IE < 9 using images */
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
  background-position: -251px -49px; }

.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
  background-position: -251px -91px; }

.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-background {
  filter: alpha(opacity=50); }

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
  background-position: -377px -49px; }

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
  background-position: -377px -91px; }

@media screen and (min-width: 481px) {
  /* SaSS Big Phone */
  /**************** Inhalt ***************/
  /*                                     */
  /*  0. Fonts / Animation               */
  /*  1. Grundlagen HTML / Body          */
  /*  2. Zeichenformate Content          */
  /*   2.1 Überschriften                 */
  /*   2.2 Links                         */
  /*   2.3 Absatzformate                 */
  /*   2.4 Listen                        */
  /*   2.5 Tabellen                      */
  /*   2.6 Formulare                     */
  /*  3. Navigations-Elemente            */
  #navigation ul li {
    margin: 0 0 0.25em 0; }

  /*  4. Layout Boxen                    */
  /*   4.1 Grundgerüst                   */
  #abdecker-unten {
    height: 60px; }

  /* NAP-Daten im Footer */
  .footer-nap-daten {
    padding: 10px 30px 5px 30px;
    font-size: 12px; }
    .footer-nap-daten .insta {
      top: 12px;
      left: auto;
      right: 20px;
      width: 30px;
      height: 30px; }

  /*   4.2 Columns                       */
  /*  5. Einzelelemente                  */
  #teaser-aktuell {
    width: 200px;
    height: 100px;
    position: absolute;
    left: auto;
    right: 15%;
    top: 70px;
    z-index: 21; }

  img.portrait-lange {
    display: block;
    visibility: visible; }

  #text-kontakt img.lagekarte {
    max-width: 50%; }

  .iu-partner {
    position: absolute;
    left: auto;
    right: 2em;
    top: auto;
    bottom: 1em;
    margin-top: 0; }

  .unterschrift-trenner {
    height: 60px; } }
@media only screen and (min-width: 481px) and (min-width: 600px) {
  .bild-container {
    float: left;
    width: 50%; }

  .bild-text {
    padding: 1em 1.5em; }
    .bild-text p {
      margin: 0.5em 0 1em 0 !important;
      line-height: 1.4em !important;
      font-size: 1em; } }
@media screen and (min-width: 481px) {
  /*  6. Helferlein                      */
  /*  7. Extern                          */
  /*                                     */
  /***************************************/ }
@media screen and (min-width: 768px) {
  /* SaSS Tablet */
  /**************** Inhalt ***************/
  /*                                     */
  /*  0. Fonts / Animation               */
  /*  1. Grundlagen HTML / Body          */
  /*  2. Zeichenformate Content          */
  /*   2.1 Überschriften                 */
  /*   2.2 Links                         */
  /*   2.3 Absatzformate                 */
  /*   2.4 Listen                        */
  /*   2.5 Tabellen                      */
  /*   2.6 Formulare                     */
  /*  3. Navigations-Elemente            */
  /*  4. Layout Boxen                    */
  /*   4.1 Grundgerüst                   */
  /* NAP-Daten im Footer */
  .footer-nap-daten {
    padding: 10px 40px 5px 40px;
    font-size: 13px; }
    .footer-nap-daten .insta {
      top: 12px;
      left: auto;
      right: 40px;
      width: 32px;
      height: 32px; }

  /*   4.2 Columns                       */
  /*  5. Einzelelemente                  */
  #teaser-aktuell {
    width: 200px;
    height: 100px;
    right: 15%;
    top: 150px;
    z-index: 21; }

  .teaser-verkauft {
    width: 200px;
    height: 100px;
    left: -10px;
    right: auto;
    top: auto;
    bottom: -80px; }

  #teaser-vermietet {
    width: 220px;
    height: 100px;
    left: -10px;
    right: auto;
    top: auto;
    bottom: -80px; }

  #text-start {
    padding: 1.5em 7em 1em 7em;
    top: -5em; }

  #text-projektentwicklung {
    padding: 1.5em 7em 1em 7em;
    top: -4em; }

  #text-baumanagement {
    padding: 1.5em 7em 1em 7em;
    top: -4em; }
    #text-baumanagement .mobile-only img {
      width: 240px;
      height: auto; }

  #text-liegenschaftsmanagement {
    padding: 1.5em 7em 1em 7em;
    top: -4em; }

  #text-aktuell {
    padding: 1.5em 7em 1em 7em;
    top: -4em; }
    #text-aktuell .text-spalte-links, #text-aktuell .bild-spalte-rechts {
      float: left;
      clear: none;
      margin-bottom: 0em; }
    #text-aktuell .text-spalte-links {
      width: 55%;
      margin-right: 5%; }
    #text-aktuell .bild-spalte-rechts {
      width: 40%; }

  #text-ueber-uns {
    padding: 1.5em 7em 1em 7em;
    top: -2em; }

  #text-team {
    padding: 1.5em 7em 1em 7em;
    top: -4em; }

  #text-referenzobjekte {
    padding: 1.5em 1em 1em 1em;
    top: -4em; }

  .bild-text {
    padding: 1em 2.5em; }
    .bild-text p {
      margin: 0.5em 0 1.5em 0 !important;
      line-height: 1.4em !important;
      font-size: 1.25em; }

  #text-soziales {
    padding: 1.5em 7em 1em 7em;
    top: -2em; }

  #text-kontakt {
    padding: 1.5em 7em 1em 7em;
    top: -2em; }

  #rechts-text {
    padding: 1.5em 7em 1em 7em;
    top: -4em; }

  /*  6. Helferlein                      */
  /*  7. Extern                          */
  /*                                     */
  /***************************************/ }
@media screen and (min-width: 1080px) {
  /* SaSS Desktop */
  /**************** Inhalt ***************/
  /*                                     */
  /*  0. Fonts / Animation               */
  /*  1. Grundlagen HTML / Body          */
  body, td, th {
    font-size: 100%; }

  body {
    padding-top: 0 !important;
    background-color: #242323; }

  /*  2. Zeichenformate Content          */
  /*   2.1 Überschriften                 */
  /*   2.2 Links                         */
  a.button {
    font-size: 1.125em;
    letter-spacing: normal; }

  /*   2.3 Absatzformate                 */
  /*   2.4 Listen                        */
  /*   2.5 Tabellen                      */
  /*   2.6 Formulare                     */
  /*  3. Navigations-Elemente            */
  /*  4. Layout Boxen                    */
  /*   4.1 Grundgerüst                   */
  #header {
    box-shadow: 0px 10px 10px #000;
    padding: 20px 0 20px 280px;
    height: 110px;
    z-index: 25; }
    #header #bii-logo {
      float: none;
      margin: 0 auto;
      text-align: center; }
      #header #bii-logo img {
        width: auto;
        height: 70px; }

  #navigation {
    left: 0%;
    top: 110px;
    width: 280px;
    height: calc(100vh - 110px);
    box-shadow: 10px 10px 9px #000;
    padding-top: 0px;
    padding-bottom: 0;
    z-index: 30; }
    #navigation.aktiv {
      left: 0%; }
    #navigation a {
      font-size: 1.25em; }
    #navigation ul li i::before {
      line-height: 0.75em; }

  #fortschritts-balken {
    position: absolute;
    left: 240px;
    top: auto;
    bottom: 30px;
    width: 10px;
    height: 270px;
    box-shadow: 1px 1px 5px #000000 inset;
    z-index: 50; }
    #fortschritts-balken .anzeiger {
      background-color: #2496cc;
      width: 10px;
      height: 30px;
      box-shadow: 1px 1px 3px #000000 inset;
      -webkit-transition: height 0.7s;
      transition: height 0.7s; }

  /* Portrait and Landscape */ }
@media only screen and (min-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) {
  #fortschritts-balken {
    bottom: 60px; } }
@media screen and (min-width: 1080px) {
  .fp-viewing-start #fortschritts-balken .anzeiger {
    height: 27px; }

  .fp-viewing-projektentwicklung #fortschritts-balken .anzeiger {
    height: 54px; }

  .fp-viewing-baumanagement #fortschritts-balken .anzeiger {
    height: 81px; }

  .fp-viewing-liegenschaftsmanagement #fortschritts-balken .anzeiger {
    height: 107px; }

  .fp-viewing-aktuell #fortschritts-balken .anzeiger {
    height: 134px; }

  .fp-viewing-ueber-uns #fortschritts-balken .anzeiger {
    height: 161px; }

  .fp-viewing-team #fortschritts-balken .anzeiger {
    height: 188px; }

  .fp-viewing-karriere #fortschritts-balken .anzeiger {
    height: 215px; }

  .fp-viewing-referenzobjekte #fortschritts-balken .anzeiger {
    height: 242px; }

  .fp-viewing-soziales #fortschritts-balken .anzeiger {
    height: 270px; }

  .impressum #fortschritts-balken .anzeiger {
    height: 270px; }

  .datenschutz #fortschritts-balken .anzeiger {
    height: 270px; }

  .kontakt #fortschritts-balken .anzeiger {
    height: 270px; }

  /*   4.2 Columns                       */
  .container-abschnitt {
    width: 100%;
    height: 100%;
    padding: 110px 0 30px 280px; }

  .desktop-background {
    display: block;
    visibility: visible;
    width: calc(100% - 280px);
    height: calc(100vh - 140px);
    top: 110px;
    right: 0;
    bottom: 30px;
    left: 280px; }

  .abschnitts-text {
    width: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #565452;
    font-size: 0.875em; }
    .abschnitts-text h1 {
      margin: 0; }
    .abschnitts-text p {
      line-height: 1.3em;
      margin: 0.5em 0; }

  /*  5. Einzelelemente                  */
  #teaser-aktuell {
    width: 200px;
    height: 100px;
    right: 10%;
    top: 50%; }

  .teaser-verkauft {
    width: 200px;
    height: 100px;
    left: -50px;
    right: auto;
    top: auto;
    bottom: -80px; }

  #teaser-vermietet {
    width: 220px;
    height: 100px;
    left: -40px;
    right: auto;
    top: auto;
    bottom: -80px; }

  #text-start {
    padding: 0;
    top: 4em;
    left: 8%;
    width: 84%; }

  #buttons-start {
    position: absolute;
    margin: 0;
    left: calc(280px + 5%);
    top: auto;
    bottom: 3em;
    width: calc((100% - 280px) * 0.9);
    z-index: 20; }
    #buttons-start .button-container {
      box-sizing: border-box;
      width: 33%;
      padding: 0 1em;
      float: left; }

  #text-projektentwicklung {
    text-shadow: 1px 1px 20px #weiss;
    padding: 0;
    top: 8em;
    left: 67%;
    width: 29%; }

  #logo-projektentwicklung {
    position: absolute;
    width: 260px;
    padding: 10px;
    height: auto;
    left: auto;
    right: calc((100% - 280px) * 0.1);
    top: 330px;
    z-index: 20; }
    #logo-projektentwicklung img {
      width: 240px;
      height: auto; }

  #text-baumanagement {
    text-shadow: 1px 1px 20px #weiss;
    padding: 0;
    top: 4em;
    left: 10%;
    width: 40%; }

  #logo-baumanagement {
    position: absolute;
    width: 220px;
    padding: 10px;
    height: auto;
    left: calc(((100% - 280px) * 0.1) + 270px);
    right: auto;
    top: 380px;
    z-index: 20; }
    #logo-baumanagement img {
      width: 200px;
      height: auto; }

  #text-liegenschaftsmanagement {
    text-shadow: 1px 1px 20px #weiss;
    padding: 0;
    top: 3em;
    left: 35%;
    width: 35%; }

  #logo-liegenschaftsmanagement {
    position: absolute;
    width: 260px;
    padding: 10px;
    height: auto;
    left: 54%;
    right: auto;
    top: 300px;
    z-index: 20; }
    #logo-liegenschaftsmanagement img {
      width: 240px;
      height: auto; }

  #text-aktuell {
    padding: 0;
    top: 4em;
    left: 10%;
    width: 80%;
    color: #cecece; }

  #text-ueber-uns {
    padding: 0;
    top: 4em;
    left: 10%;
    width: 80%;
    color: #cecece; }

  img.portrait-lange {
    float: right;
    margin: 0 0 1.5em 2em;
    width: 25%;
    height: auto;
    max-width: 300px; }

  img.logo-stiftung {
    float: right;
    margin: 0 0 1.5em 2em;
    width: 33%;
    height: auto;
    max-width: 400px;
    display: block;
    visibility: visible; }

  #text-team {
    padding: 0;
    top: 4em;
    left: 10%;
    width: 80%;
    color: #cecece; }

  #team .container-abschnitt {
    background-image: url("../img/hintergruende/sektion-team.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

  #text-karriere {
    padding: 0 0 3em 0;
    top: 4em;
    left: 10%;
    width: 80%;
    color: #cecece; }

  .text-spalte {
    box-sizing: border-box;
    width: 50%;
    float: left; }
    .text-spalte.links {
      padding-right: 1.5em; }
    .text-spalte.mitte {
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .text-spalte.rechts {
      padding-left: 1.5em; }

  /* Ueber */
  .iu-partner {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 150px;
    height: 150px; }

  .iu-partner img {
    width: 150px;
    height: 150px; }

  .unterschrift-trenner {
    height: 150px; }

  /* Referenzen */
  #referenzen .container-abschnitt {
    background-image: url("../img/hintergruende/sektion-referenzen.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

  #text-referenzobjekte {
    padding: 0 1em;
    top: 2em;
    width: 100%;
    max-width: 1600px;
    color: #cecece; }
    #text-referenzobjekte h2.txt-blau {
      text-align: center;
      padding-left: 0; }

  .bild-container {
    float: left;
    width: 33.3%; }

  .bild-text {
    padding: 1em 1.5em; }
    .bild-text p {
      margin: 0.5em 0 1em 0 !important;
      line-height: 1.4em !important;
      font-size: 1em; }

  .bild-details {
    width: calc(100% - 3em); }

  #text-soziales {
    padding: 0;
    top: 4em;
    left: 10%;
    width: 80%;
    color: #cecece; }

  #text-kontakt {
    padding: 0;
    top: 4em;
    left: 10%;
    width: 45%;
    color: #cecece;
    line-height: 1.4em; }
    #text-kontakt p {
      margin-bottom: 1.5em; } }
@media only screen and (min-width: 1080px) and (max-height: 700px) {
  #text-start, #text-projektentwicklung, #text-baumanagement, #text-liegenschaftsmanagement {
    text-shadow: 1px 1px #cecece; }

  #logo-projektentwicklung {
    background-color: rgba(206, 206, 206, 0.85);
    border-radius: 5px; } }
@media only screen and (min-width: 1080px) and (max-height: 760px) {
  #text-start {
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.65); } }
@media screen and (min-width: 1080px) {
  /* Impressum und Datenschutz */
  #rechts-text {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-attachment: fixed;
    padding: 3em 10%;
    color: #cecece;
    top: 0; }

  #content-recht .desktop-background {
    filter: brightness(20%);
    position: fixed; }

  /*  6. Helferlein                      */
  .mobile-only {
    display: none;
    visibility: hidden; }

  .from-desktop {
    display: block;
    visibility: visible; }

  .hide-till-desktop-inline {
    display: inline;
    visibility: visible; }

  /* NAP-Daten im Footer */
  .footer-nap-daten {
    padding: 18px 10px 5px 280px;
    font-size: 12px; }
    .footer-nap-daten .insta {
      top: 12px;
      left: auto;
      right: 30px;
      width: 32px;
      height: 32px; }
    .footer-nap-daten .phonemail {
      display: inline; }

  /*  7. Extern                          */
  /*                                     */
  /***************************************/ }
@media screen and (min-width: 1440px) {
  /* SaSS Large */
  /**************** Inhalt ***************/
  /*                                     */
  /*  0. Fonts / Animation               */
  /*  1. Grundlagen HTML / Body          */
  body, td, th {
    font-size: 112.5%; }

  /*  2. Zeichenformate Content          */
  /*   2.1 Überschriften                 */
  /*   2.2 Links                         */
  a.button {
    letter-spacing: 1px; }

  /*   2.3 Absatzformate                 */
  /*   2.4 Listen                        */
  /*   2.5 Tabellen                      */
  /*   2.6 Formulare                     */
  /*  3. Navigations-Elemente            */
  /*  4. Layout Boxen                    */
  /*   4.1 Grundgerüst                   */
  #header {
    padding: 20px 0 20px 340px; }

  #navigation {
    width: 340px; }

  /*   4.2 Columns                       */
  .container-abschnitt {
    padding: 110px 0 50px 340px; }

  .desktop-background {
    width: calc(100% - 340px);
    height: calc(100vh - 160px);
    left: 340px; }

  .abschnitts-text h1 {
    margin: 0 0 0.5em 0; }
  .abschnitts-text p {
    line-height: 1.4em;
    margin: 0.75em 0; }

  #fortschritts-balken {
    bottom: 50px;
    left: 290px; }

  /* Portrait and Landscape */ }
@media only screen and (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 2) {
  #fortschritts-balken {
    bottom: 80px; } }
@media screen and (min-width: 1440px) {
  /* NAP-Daten im Footer */
  .footer-nap-daten {
    padding: 18px 10px 5px 340px;
    font-size: 14px; }

  /*  5. Einzelelemente                  */
  #teaser-aktuell {
    width: 250px;
    height: 100px;
    right: 10%;
    top: 50%; }

  #text-start {
    left: 13%;
    width: 80%; }

  #buttons-start {
    left: calc(340px + 10%);
    width: calc((100% - 340px) * 0.8); }

  #logo-projektentwicklung {
    top: 370px;
    width: 320px; }
    #logo-projektentwicklung img {
      width: 300px; }

  #logo-baumanagement {
    top: 390px;
    width: 280px;
    left: calc(((100% - 340px) * 0.1) + 330px); }
    #logo-baumanagement img {
      width: 240px; }

  #logo-liegenschaftsmanagement {
    position: absolute;
    width: 320px;
    top: 340px; }
    #logo-liegenschaftsmanagement img {
      width: 300px; }

  /* Referenzen */
  .bild-container {
    float: left;
    width: 25%; } }
@media only screen and (min-width: 1440px) and (min-width: 1640px) {
  .bild-text {
    padding: 1em 2.5em; }
    .bild-text p {
      margin: 0.5em 0 1.5em 0 !important;
      line-height: 1.4em !important;
      font-size: 1.25em; }

  .bild-details {
    width: calc(100% - 5em); } }
@media screen and (min-width: 1440px) {
  /*  6. Helferlein                      */
  /*  7. Extern                          */
  /*                                     */
  /***************************************/ }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

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

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

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

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

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

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