@charset "UTF-8";
/**
Import global SASS packages from node_modules via their names. DO NOT use "~package_name", only "package_name". The
IDE might not "find" it, but the sass-module-importer does....
*/
/* Base Layout Settings
   ========================================================================== */
/* Base Typo Settings
   ========================================================================== */
/*------------------------------------*\
  #INTERNAL VARIABLES
\*------------------------------------*/
/* Base Colors
   ========================================================================== */
/* Primary Colors */
/* Link Colors */
/* Button Colors */
/* Base Spacings
   ========================================================================== */
/*------------------------------------*\
  #SPACE VARIABLES
\*------------------------------------*/
/*
   Variables for setting distances based on base-line-height
 */
/* Base Buttons Settings
   ========================================================================== */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* Base Layout Settings
   ========================================================================== */
/* Base Typo Settings
   ========================================================================== */
/*------------------------------------*\
  #INTERNAL VARIABLES
\*------------------------------------*/
/* Base Colors
   ========================================================================== */
/* Primary Colors */
/* Link Colors */
/* Button Colors */
/* Base Spacings
   ========================================================================== */
/*------------------------------------*\
  #SPACE VARIABLES
\*------------------------------------*/
/*
   Variables for setting distances based on base-line-height
 */
/* Base Buttons Settings
   ========================================================================== */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Bold.eot?") format("eot"), url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype"), url("../fonts/DINPro-Bold.svg#DINPro-Bold") format("svg"); }

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Regular.eot?") format("eot"), url("../fonts/DINPro-Regular.woff") format("woff"), url("../fonts/DINPro-Regular.ttf") format("truetype"), url("../fonts/DINPro-Regular.svg#DINPro-Regular") format("svg"); }

/*EXAMPLE Bulletproof Font Face

@font-face {
  font-family: 'alright-sans';
  src: url('../fonts/alrightsans-light-v4-webfont.eot');
  src: url('../fonts/alrightsans-light-v4-webfont.eot?#iefix') format('embedded-opentype'),
               url('../fonts/alrightsans-light-v4-webfont.woff2') format('woff2'),
               url('../fonts/alrightsans-light-v4-webfont.woff') format('woff'),
               url('../fonts/alrightsans-light-v4-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;

}
*/
/*------------------------------------*
#SHOW BASE LINE GRID
\*------------------------------------*/
.va-debug {
  position: relative; }
  .va-debug:before, .va-debug:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: none; }
  .va-debug:before {
    z-index: 10;
    background-image: -webkit-linear-gradient(rgba(233, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0) 1px);
    background-image: linear-gradient(rgba(233, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0) 1px);
    background-size: 100% 1.5rem; }
  .va-debug:after {
    z-index: 9;
    background-image: -webkit-linear-gradient(rgba(0, 233, 0, 0.3) 1px, rgba(0, 0, 0, 0) 1px);
    background-image: linear-gradient(rgba(0, 233, 0, 0.3) 1px, rgba(0, 0, 0, 0) 1px);
    background-size: 100% 4px; }
  .va-debug.va-debug:before, .va-debug.va-debug:after {
    display: block;
    pointer-events: none; }

/* Buttons
   ========================================================================== */
/*
   Add icon in your own elements
*/
/*
   Add icon as before-elemente
*/
/*
   Add icon as after-elemente
*/
fieldset[disabled] .multiselect {
  pointer-events: none; }

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block; }

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  margin: -0.5rem 0 0 -0.5rem;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent; }

.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite; }

.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite; }

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  transition: opacity .4s ease-in-out;
  opacity: 1; }

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0; }

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e; }

.multiselect * {
  box-sizing: border-box; }

.multiselect:focus {
  outline: none; }

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: .6; }

.multiselect--active {
  z-index: 50; }

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.multiselect--active .multiselect__select {
  transform: rotate(180deg); }

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  line-height: 1.25rem;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  padding: 0 0 0 0.3125rem;
  width: 100%;
  transition: border .1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  vertical-align: top; }

.multiselect__input:-ms-input-placeholder {
  color: #35495e; }

.multiselect__input::placeholder {
  color: #35495e; }

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto; }

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf; }

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none; }

.multiselect__single {
  padding-left: 5px;
  padding-left: 0.3125rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.multiselect__tags-wrap {
  display: inline; }

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  padding: 0.5rem 2.5rem 0 0.5rem;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem; }

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  padding: 0.25rem 1.625rem 0.25rem 0.625rem;
  border-radius: 5px;
  margin-right: 10px;
  margin-right: 0.625rem;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis; }

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  margin-left: 0.4375rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  line-height: 1.375rem;
  transition: all .2s ease;
  border-radius: 5px; }

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px;
  font-size: 0.875rem; }

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e; }

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff; }

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  padding: 0.5rem 1.875rem 0 0.75rem;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8; }

.multiselect__current, .multiselect__select {
  line-height: 16px;
  line-height: 1rem;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer; }

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  transition: transform .2s ease; }

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  margin-top: 0.25rem;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ""; }

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-top: 2px;
  padding-top: 0.125rem; }

.multiselect--active .multiselect__placeholder {
  display: none; }

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch; }

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top; }

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8; }

.multiselect__content::webkit-scrollbar {
  display: none; }

.multiselect__element {
  display: block; }

.multiselect__option {
  display: block;
  padding: 12px;
  padding: 0.75rem;
  min-height: 40px;
  line-height: 16px;
  line-height: 1rem;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap; }

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  line-height: 2.5rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem; }

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff; }

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff; }

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700; }

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver; }

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff; }

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff; }

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6; }

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none; }

.multiselect__option--group {
  background: #ededed;
  color: #35495e; }

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff; }

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e; }

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede; }

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff; }

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff; }

.multiselect-enter-active, .multiselect-leave-active {
  transition: all .15s ease; }

.multiselect-enter, .multiselect-leave-active {
  opacity: 0; }

.multiselect__strong {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: inline-block;
  vertical-align: top; }

[dir=rtl] .multiselect {
  text-align: right; }

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px; }

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
  padding: 0.5rem 0.5rem 0 2.5rem; }

[dir=rtl] .multiselect__content {
  text-align: right; }

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0; }

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px; }

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px; }

@keyframes spinning {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(2turn); } }

/* Extends
   ========================================================================== */
.o-wrapper:before, .o-wrapper:after {
  content: '';
  display: table; }

.o-wrapper:after {
  clear: both; }

/*------------------------------------*\
    #HEADING PLACEHOLDERS
\*------------------------------------*/
.navbar-nav li > a {
  font-size: 1rem;
  line-height: 1.5; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

html {
  background-color: #FFF; }

html, body {
  height: 100%;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none; }

/* Text
   ========================================================================== */
*::selection {
  background-color: rgba(0, 0, 0, 0.99);
  color: #ffffff; }

*::-moz-selection {
  background-color: black;
  color: #ffffff; }

html {
  font-size: 16px;
  font-size: 1rem; }

body {
  font-family: "DINPro";
  color: #000;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-family: "DINPro";
  font-weight: normal;
  line-height: 1.5rem; }
  p:last-child {
    margin-bottom: 0.25rem; }

br {
  margin-bottom: 0; }

abbr {
  letter-spacing: 0.1em; }

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

b,
strong {
  font-weight: 700;
  font-family: "DINPro"; }

dfn {
  font-style: italic; }

em,
i {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Paragraph
========================================================================== */
/* Links
   ========================================================================== */
a {
  background: transparent;
  position: relative;
  color: #1A6D89;
  text-decoration: none;
  overflow: hidden;
  vertical-align: baseline;
  cursor: pointer; }
  a:hover {
    color: #124B5E; }
  a:active {
    color: #124B5E; }
  a:focus, a:active {
    outline: none; }

/* Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "DINPro";
  font-weight: normal;
  margin-top: 0;
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto; }

/* Lists
   ========================================================================== */
ul li,
ol li {
  margin-bottom: 0; }

dl {
  margin-block-start: 0;
  margin-block-end: 1em; }
  dl dt {
    float: left;
    margin-right: 1rem;
    font-family: "DINPro"; }
  dl dd {
    margin-left: 0; }

/* Figure
   ========================================================================== */
figure {
  display: block;
  margin: 0;
  padding: 0; }

figcaption {
  line-height: 1.25rem;
  color: #E6E6E6;
  display: block;
  font-size: 0.7692307692rem;
  font-style: normal;
  margin-bottom: 0;
  text-align: left; }

figure.u-float--left,
figure.u-float--right {
  padding: 0 24px;
  padding: 0 1.5rem; }
  figure.u-float--left blockquote,
  figure.u-float--right blockquote {
    text-align: left; }

blockquote {
  margin: 1.5rem 1rem 3rem 0;
  width: 50%;
  min-width: 320px;
  min-width: 20rem;
  position: relative;
  float: left; }
  blockquote:before, blockquote:after {
    content: "";
    height: 4px;
    width: 4rem;
    position: absolute;
    left: 0;
    display: block;
    background-color: black; }
  blockquote:before {
    top: -1rem; }
  blockquote:after {
    bottom: -1rem; }
  blockquote p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-family: "DINPro";
    font-weight: normal;
    font-style: italic;
    color: black; }

caption {
  display: inline-block; }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
button {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.25em 0.5em;
  transition: all .3s ease;
  overflow: hidden;
  border-radius: 4px;
  border: 1px transparent solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  pointer-events: all;
  font-family: "DINPro"; }

/* Forms
   ========================================================================== */
/* Input */
button, input, select, textarea {
  border-radius: 0;
  box-shadow: none;
  border: none;
  font-family: inherit;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  vertical-align: top; }
  button:focus, input:focus, select:focus, textarea:focus {
    outline: 0; }
  button :focus, input :focus, select :focus, textarea :focus {
    box-shadow: 0 0 0 1px #E6E6E6; }
  button:disabled, input:disabled, select:disabled, textarea:disabled {
    pointer-events: none;
    background: #E6E6E6;
    border: none; }
  button::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #E6E6E6; }
  button::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #E6E6E6; }
  button:-moz-placeholder, input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #E6E6E6; }
  button:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #E6E6E6; }

input {
  padding: 0.5rem;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  margin-bottom: 0; }
  input:focus, input:active {
    border-color: #000; }
  input[type='range']:focus {
    box-shadow: none; }
  input[type='file'] {
    padding: 6px;
    padding: 0.375rem;
    line-height: 1; }
  input[type='search'] {
    -webkit-appearance: none; }
  input[type='submit'] {
    position: relative;
    display: inline-block;
    padding: 0.5em 1.25em 0.5em;
    transition: all .3s ease;
    overflow: hidden;
    border-radius: 4px;
    border: 1px transparent solid;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    pointer-events: all;
    font-family: "DINPro";
    display: block;
    padding: 0.5em 1em 0.5em;
    color: #FFF;
    background-color: #000;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: button; }
    input[type='submit']:focus, input[type='submit']:active {
      border-color: #000; }
  input[type="radio"] + label {
    display: inline-block;
    position: relative;
    margin-left: 1.5rem; }
    input[type="radio"] + label span {
      cursor: pointer; }
      input[type="radio"] + label span:before {
        content: "";
        width: 1rem;
        height: 1rem;
        background-color: #FFF;
        border: 0.05rem solid #000;
        border-radius: 50%;
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        margin: auto; }
      input[type="radio"] + label span:after {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        background-color: #fff;
        transition: all .15s ease-out;
        position: absolute;
        top: 0.5rem;
        left: -1.25rem;
        margin: auto; }
      input[type="radio"] + label span:hover:before {
        border: 0.05rem solid #1A6D89; }
      input[type="radio"] + label span:focus:before {
        border: 0.05rem solid #124B5E; }
      input[type="radio"] + label span:focus:after {
        background-color: #124B5E; }
      input[type="radio"] + label span:active:before {
        border: 0.05rem solid #124B5E; }
      input[type="radio"] + label span:active:after {
        background-color: #124B5E; }
  input[type="radio"]:disabled + label {
    pointer-events: none;
    opacity: 0.5; }
  input[type="radio"]:checked + label span:before {
    border: 0.05rem solid #1A6D89; }
  input[type="radio"]:checked + label span:after {
    background-color: #1A6D89; }
  input[type="radio"][checked]:disabled + label span:before {
    border: 0.05rem solid #000; }
  input[type="radio"][checked]:disabled + label span:after {
    background-color: #000; }
  input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    margin-left: 2rem; }
    input[type="checkbox"] + label span {
      cursor: pointer; }
      input[type="checkbox"] + label span:before {
        content: '';
        position: absolute;
        width: 1rem;
        height: 1rem;
        top: 0.3rem;
        left: -2rem;
        margin: auto;
        border: 1px solid #E6E6E6;
        background-color: #FFF;
        border-radius: 2px; }
      input[type="checkbox"] + label span:hover:before {
        border: 1px solid #000; }
      input[type="checkbox"] + label span:active:before {
        border: 1px solid #124B5E;
        background-color: #124B5E; }
      input[type="checkbox"] + label span:active:after {
        border-top: 2px solid #FFF;
        width: 0.65em; }
      input[type="checkbox"] + label span:focus:before {
        border: 1px solid #124B5E;
        background-color: #124B5E;
        outline: none; }
      input[type="checkbox"] + label span:checked:before {
        background-color: #000; }
      input[type="checkbox"] + label span:after {
        content: '';
        position: absolute;
        top: 0.7rem;
        left: -1.8rem;
        margin: auto; }
  input[type="checkbox"]:disabled + label {
    pointer-events: none;
    opacity: 0.5; }
  input[type="checkbox"]:checked + label span:before {
    border: 1px solid #000;
    background-color: #000; }
  input[type="checkbox"]:checked + label span:after {
    width: 0.65em;
    border-top: 2px solid #FFF; }
  input[type="checkbox"][checked]:disabled + label span:before {
    border: 1px solid #000;
    background-color: #000; }

select {
  width: 15em;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  background-color: #FFF;
  -webkit-appearance: none;
  cursor: pointer; }
  select:hover, select:active, select:focus {
    border: 1px solid #000;
    outline: 0; }

select::-ms-expand {
  display: none; }

textarea {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding: 6px;
  padding: 0.375rem;
  width: 100%;
  min-height: 100px;
  border: 1px solid #E6E6E6; }
  textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #E6E6E6; }

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

label {
  margin-bottom: 0.25rem;
  color: #000;
  font-family: "DINPro";
  font-size: 16px;
  font-size: 1rem;
  vertical-align: baseline;
  line-height: 24px;
  line-height: 1.5rem; }

legend {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.form-required::after {
  background-size: 7px 7px;
  width: 7px;
  margin-left: 0.25rem; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #FFF inset; }

::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #F9F9F9; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #828282; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333333; }

/* Media
   ========================================================================== */
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

svg {
  z-index: 0; }

audio {
  display: inline-block;
  vertical-align: baseline; }
  audio:not([controls]) {
    display: none;
    height: 0; }

canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline; }

iframe {
  overflow: hidden;
  clear: both;
  position: relative;
  border: 0;
  margin: 0; }

/* Tables
   ========================================================================== */
table, th, td {
  border: 1px solid #E6E6E6; }

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-family: "DINPro"; }
  table tr {
    vertical-align: inherit;
    border-color: inherit; }
  table td {
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
    hyphens: auto;
    vertical-align: top; }
  table th {
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    vertical-align: inherit;
    text-align: left; }

.c-table::-webkit-scrollbar {
  height: 10px; }

.c-table::-webkit-scrollbar-thumb {
  background: #000; }

/* DEBUGGING: Development Nodes, Export one debug
   -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - */
.page-node-type-development table tr {
  display: flex;
  flex-direction: row; }
  .page-node-type-development table tr th, .page-node-type-development table tr td {
    min-width: 7rem; }

/* Horizontal rule
   ========================================================================== */
hr {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  border: 0;
  color: #000; }

/* Quote
   ========================================================================== */
.c-quote {
  border-left: 0.25rem solid #E6E6E6;
  padding-left: 0.75rem;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem; }
  .c-quote__content {
    font-style: italic;
    font-size: 1.3rem; }
  .c-quote__source {
    font-size: 0.7692307692rem;
    color: #000; }

/* Content Container
   ========================================================================== */
section {
  display: block;
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  section:before, section:after {
    content: '';
    display: table; }
  section:after {
    clear: both; }

/* Wrapper
   ========================================================================== */
.o-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  max-width: 80rem;
  transition: max-width .4s ease-out;
  padding: 0 1rem; }
  .o-wrapper--vertical {
    height: 100%; }
    .o-wrapper--vertical > .row {
      width: 100%; }
  .o-wrapper--top {
    padding-top: 2rem; }

@media screen and (min-width: 37.5em), print and (min-width: 20em), print and (min-resolution: 72dpi), print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .o-wrapper {
    padding: 0 1rem; } }

body {
  overflow-x: hidden; }

.o-page {
  display: block;
  overflow-x: hidden; }
  .o-page--sg {
    overflow-y: inherit; }

.o-header {
  padding: 1rem 0;
  z-index: 100;
  position: static;
  overflow: visible;
  background-color: white;
  width: 100%; }
  .o-header .o-wrapper {
    position: static; }

.o-content {
  padding-top: 1rem; }

.path-frontpage .o-content {
  padding-top: 0; }

.o-sidebar {
  padding-top: 3rem; }

.o-main {
  min-height: 600px; }

.o-footer {
  background-color: #E6E6E6;
  padding: 2rem 0 2rem;
  text-align: center; }

.o-messages {
  position: fixed;
  bottom: 2rem;
  right: 0;
  z-index: 9999; }

.content,
.region-header {
  max-width: 1280px;
  max-width: 80rem;
  margin: auto; }

@media screen and (min-width: 37.5em), print and (min-width: 20em), print and (min-resolution: 72dpi), print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .o-header {
    position: relative;
    padding: 1rem 0 0; }
    .o-header .o-wrapper {
      position: relative;
      display: block;
      margin: 0 auto;
      max-width: 1280px;
      max-width: 80rem;
      transition: max-width .4s ease-out;
      padding: 0 1rem; }
  .o-content {
    padding-top: 2rem;
    min-height: 50vh; }
  .path-frontpage .o-content {
    padding-top: 0; }
  .o-footer {
    text-align: left; } }

@media screen and (min-width: 56.25em), print and (min-width: 20em), print and (min-resolution: 72dpi), print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .o-header {
    padding: 2rem 0 0; } }

/* Sections
   ========================================================================== */
.o-section {
  margin-bottom: 2rem; }
  .o-section--no {
    margin-bottom: 0; }

.o-article {
  position: relative; }

@media screen and (min-width: 37.5em), print and (min-width: 20em), print and (min-resolution: 72dpi), print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .o-section {
    margin-bottom: 4rem; }
    .o-section--no {
      margin-bottom: 0; } }

.o-overlay {
  display: none;
  z-index: 3;
  position: fixed;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%; }

.o-overlay--loading {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  background-color: rgba(13, 14, 27, 0.85); }

/*
//@Todo check if really necessary
#block-helbling-theme-primary-local-tasks { //if necessary move this styling-definition
   position: relative;
   z-index: 1;
}
*/
@media screen and (min-width: 37.5em), print and (min-width: 20em), print and (min-resolution: 72dpi), print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .o-overlay--search {
    display: none; } }

.page-header {
  padding-top: 1rem;
  clear: both;
  overflow: hidden;
  border-bottom: none; }

.breadcrumb {
  margin-bottom: 1rem;
  padding: 0.25rem 1rem; }
  .breadcrumb + .page-header {
    padding-top: 0; }

.path-frontpage .page-header {
  float: left;
  margin-right: 2rem; }
  .path-frontpage .page-header + div {
    margin-top: 1rem; }

.logo {
  width: 3rem;
  height: 3rem;
  margin-right: 2rem; }

.navbar-nav {
  float: none; }
  .navbar-nav li > a {
    color: #333333;
    padding: 1.5rem 1.5rem;
    transition: all 0.3s;
    font-weight: 700; }
    .navbar-nav li > a:hover, .navbar-nav li > a.active-trail {
      color: white;
      background-color: #333333; }

.block-user-login-block {
  max-width: 500px;
  max-width: 31.25rem;
  margin: auto;
  padding: 1.75rem 2.5rem 1.25rem;
  border: 1px solid #ddd;
  border-radius: 4px; }
  .block-user-login-block ul {
    float: right;
    padding: 0; }
    .block-user-login-block ul li {
      list-style-type: none; }

.path-user:has(.user-login-form) .dialog-off-canvas-main-canvas,
.path-user:has(.user-login-form) .main-container {
  height: 100%; }

.path-user:has(.user-login-form) #block-haring-entwicklung-main-menu {
  display: none; }

.path-user:has(.user-login-form) .page-header {
  display: none; }

.path-user:has(.user-login-form) .logo.pull-left {
  float: none !important;
  padding: 1rem; }

.path-user:has(.user-login-form) div[data-drupal-messages] {
  max-width: 30rem;
  margin: 0 auto; }

.path-user:has(.user-login-form) .user-login-form {
  width: 100%;
  max-width: 30rem;
  background-color: white;
  border-radius: .5rem;
  padding: 2rem;
  margin: 0 auto;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1); }
  .path-user:has(.user-login-form) .user-login-form:before {
    content: "Anmelden";
    font-size: 2.25rem;
    margin-bottom: 2rem;
    position: relative;
    display: block;
    text-align: center; }
  .path-user:has(.user-login-form) .user-login-form .form-control {
    padding: 0.5rem;
    height: auto; }
  .path-user:has(.user-login-form) .user-login-form .navbar-fixed-bottom {
    position: relative;
    background-color: transparent;
    border: none; }
    .path-user:has(.user-login-form) .user-login-form .navbar-fixed-bottom .form-group {
      display: block;
      float: none !important; }
    .path-user:has(.user-login-form) .user-login-form .navbar-fixed-bottom .navbar-btn {
      width: 100% !important;
      display: block !important;
      padding: 0.5rem;
      font-size: 1.25rem; }
      .path-user:has(.user-login-form) .user-login-form .navbar-fixed-bottom .navbar-btn .glyphicon {
        vertical-align: top;
        font-size: 1rem;
        line-height: 1.5; }

.c-project {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  min-height: 2.5rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  background-color: #FFF;
  z-index: 3;
  border-left: 5px solid #C4C4C4; }
  .c-project:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  .c-project__title {
    padding: 0.5rem;
    padding-left: 1rem;
    vertical-align: middle;
    line-height: 20px;
    line-height: 1.25rem;
    overflow: hidden;
    float: left;
    width: calc(30% + 1rem);
    margin-bottom: 0;
    font-weight: normal; }
    .c-project__title a {
      color: #000; }
      .c-project__title a:hover {
        text-decoration: none; }
    .c-project__title--info {
      font-size: 1rem; }
    .c-project__title--phase {
      float: left;
      padding: 0.25rem 0.5rem;
      width: calc(15% - 0.5rem);
      line-height: 1.5rem;
      margin-bottom: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .c-project__title--phase:hover {
        z-index: 1;
        width: auto;
        position: absolute;
        overflow: visible;
        background-color: #FFF; }
        .c-project__title--phase:hover + .c-project__deadline {
          margin-left: calc(15% - 0.5rem); }
  .c-project__phases {
    clear: both;
    margin-left: 1rem;
    border-top: 1px dashed #C4C4C4;
    opacity: 1;
    transition: opacity 0.5s ease-in-out; }
    .c-project__phases * {
      max-height: 500px;
      transform: scale(1); }
    .c-project__phases .c-timeline {
      float: left;
      position: relative;
      left: auto;
      top: auto;
      height: 2rem;
      width: calc((70% - 0.3125rem) - 4rem);
      margin-left: 0.75rem;
      overflow: hidden; }
    .c-project__phases:first-child {
      border-top: none; }
  .c-project__deadline {
    width: 10%;
    padding: 0 0.3125rem;
    float: left;
    white-space: nowrap; }
  .c-project__info {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0 0.5rem 0 2rem;
    transition: all 0.3s ease-in-out; }
    .c-project__info label {
      font-size: 14px;
      font-size: 0.875rem; }
  .c-project__main {
    display: flex;
    align-items: center; }
  .c-project--running {
    border-left: 5px solid #558B2F; }
  .c-project--preparation {
    border-left: 5px solid #FB8C00; }
  .c-project--promising {
    border-left: 5px solid #B39DDB; }
  .c-project--past {
    border-left: 5px solid #C4C4C4; }
  .c-project--rededicate {
    border-left: 5px solid #DC143C; }
  .c-project--stand {
    border-left: 5px solid #FFD700; }
  .c-project--sold {
    border-left: 5px solid #C4C4C4; }
  .c-project--stock {
    border-left: 5px solid #7ab5da; }
  .c-project--privat {
    border-left: 5px solid #da7a7a; }
  .c-project--detail {
    border-color: transparent; }
    .c-project--detail .c-project__phases:first-child {
      border-top: none; }
  .c-project--facts {
    margin-bottom: 2rem; }
  .c-project.is-open {
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
    .c-project.is-open .c-project__phases {
      opacity: 0;
      transition-delay: 0s; }
      .c-project.is-open .c-project__phases * {
        opacity: 0;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        transform: scaleY(0);
        transition: all 0.5s ease-in-out; }
    .c-project.is-open .c-project__info {
      height: auto;
      max-height: 200px;
      padding-bottom: 0.5rem;
      overflow-y: auto; }
    .c-project.is-open .c-btn--dropdown:before {
      transform: translateY(-50%) rotate(-225deg); }
    .c-project.is-open .c-btn--dropdown:after {
      transform: translateY(-50%) rotate(225deg); }
  .c-project .is-overdue {
    color: #C54747; }
  .c-project .c-btn--dropdown {
    position: absolute;
    right: 1rem; }

.project.full + .block-he-timeline-block .c-filter--period {
  width: 25%; }

.c-projects {
  position: relative; }
  .c-projects__header {
    display: block;
    clear: both;
    margin-bottom: 2rem;
    min-height: 3rem;
    transform: translateX(0);
    transition: transform 0.5s ease-out;
    width: 100%;
    z-index: 0;
    position: relative; }
  .c-projects__filter {
    width: 30%;
    display: block;
    overflow: visible; }
  .c-projects__content {
    clear: both;
    display: block;
    width: 100%;
    transform: translateX(0);
    transition: transform 0.5s ease-out; }
  .c-projects__group {
    display: block;
    margin-bottom: 2rem; }
  .c-projects__title {
    font-weight: 700; }

@media screen and (min-width: 90em) {
  .c-projects__header:hover {
    z-index: 2; }
  .c-projects.has-filter-open .c-projects__header, .c-projects.has-filter-open .c-projects__content {
    transform: translateX(300px); } }

.c-filter {
  padding-top: 1rem; }
  .c-filter--period {
    display: inline-block;
    position: relative;
    width: calc(30% - 5rem);
    margin-left: 5rem; }
    .c-filter--period li {
      max-width: 0;
      margin-bottom: 0.5rem;
      overflow: hidden;
      display: inline-block;
      transition: max-width 0.3s, margin-right 0.3s; }
      .c-filter--period li .c-btn {
        margin-top: 0.25rem;
        opacity: 0;
        transition: opacity 0.4s; }
      .c-filter--period li.active {
        max-width: 2rem;
        margin-right: 0.3125rem; }
        .c-filter--period li.active .c-btn {
          border-color: black;
          color: black;
          font-weight: 700;
          opacity: 1; }
      .c-filter--period li.active-select {
        width: auto;
        max-width: none;
        margin-right: 0.3125rem; }
    .c-filter--period select {
      width: auto;
      padding-right: 2rem; }
    .c-filter--period .c-filter__content {
      float: right; }
    .c-filter--period:hover {
      z-index: 10;
      width: 30%;
      margin-left: 0; }
      .c-filter--period:hover li {
        max-width: 2rem;
        margin-right: 0.3125rem; }
        .c-filter--period:hover li.active-select {
          width: auto;
          max-width: none;
          margin-right: 0.3125rem; }
      .c-filter--period:hover .c-btn {
        opacity: 1; }
  .c-filter--projects {
    z-index: 1;
    display: block; }
    .c-filter--projects ~ * {
      transform: translateX(0%);
      transition: 0.2s ease-in-out; }
    .c-filter--projects .c-filter__content {
      height: 0;
      margin-top: -1px;
      margin-top: -0.0625rem;
      display: block;
      background-color: #FFF;
      opacity: 0; }
      .c-filter--projects .c-filter__content * {
        opacity: 0;
        max-height: 0;
        margin: 0;
        padding: 0;
        border-width: 0;
        transition: all 0.3s ease-in-out; }
      .c-filter--projects .c-filter__content .multiselect__placeholder, .c-filter--projects .c-filter__content .multiselect__content-wrapper, .c-filter--projects .c-filter__content .multiselect__select,
      .c-filter--projects .c-filter__content .multiselect span {
        display: none; }
      .c-filter--projects .c-filter__content .c-btn {
        display: none; }
  .c-filter select {
    position: relative;
    margin-bottom: 0;
    height: 2rem;
    line-height: 1rem;
    width: 100%; }
    .c-filter select option {
      line-height: 4rem;
      vertical-align: middle; }
  .c-filter label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400; }

.has-filter-open {
  margin-bottom: 1rem; }
  .has-filter-open .c-btn--filter {
    z-index: 1;
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #828282;
    border-bottom-color: #FFF;
    transition-delay: 0.2s; }
  .has-filter-open.c-filter--projects {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25)); }
    .has-filter-open.c-filter--projects .c-filter__content {
      position: relative;
      height: auto;
      padding: 2rem 1rem 3rem;
      border: 1px solid gray;
      border-radius: 4px;
      border-top-left-radius: 0;
      opacity: 1;
      transition: opacity 0.3s ease-in-out;
      transition-delay: 0.2s; }
      .has-filter-open.c-filter--projects .c-filter__content * {
        opacity: 1;
        max-height: 500px; }
      .has-filter-open.c-filter--projects .c-filter__content label {
        margin: 0.25rem; }
      .has-filter-open.c-filter--projects .c-filter__content .multiselect {
        margin-bottom: 1rem; }
        .has-filter-open.c-filter--projects .c-filter__content .multiselect__select {
          padding: 2px;
          padding: 0.125rem; }
        .has-filter-open.c-filter--projects .c-filter__content .multiselect__tags {
          min-height: 40px;
          padding: 0.5rem;
          padding-right: 2rem;
          padding-bottom: 0;
          border-width: 1px; }
        .has-filter-open.c-filter--projects .c-filter__content .multiselect__tag {
          padding: 0.25rem 1.625rem 0.25rem 0.625rem;
          margin-bottom: 5px;
          margin-bottom: 0.3125rem;
          margin-right: 5px;
          margin-right: 0.3125rem; }
        .has-filter-open.c-filter--projects .c-filter__content .multiselect__content-wrapper {
          border-width: 1px; }
        .has-filter-open.c-filter--projects .c-filter__content .multiselect__option {
          padding: 0.5rem 0.75rem; }
        .has-filter-open.c-filter--projects .c-filter__content .multiselect__placeholder, .has-filter-open.c-filter--projects .c-filter__content .multiselect__content-wrapper, .has-filter-open.c-filter--projects .c-filter__content .multiselect__select,
        .has-filter-open.c-filter--projects .c-filter__content .multiselect__element span {
          display: block; }
        .has-filter-open.c-filter--projects .c-filter__content .multiselect__tag {
          display: inline-block; }
          .has-filter-open.c-filter--projects .c-filter__content .multiselect__tag span {
            display: inline-block; }
      .has-filter-open.c-filter--projects .c-filter__content .c-btn {
        display: inline-block; }

.block-he-timeline-block .c-filter--period {
  width: 20%;
  margin-left: auto; }

@media screen and (min-width: 75em), print and (min-width: 20em), print and (min-resolution: 72dpi), print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-filter--projects {
    display: inline-block;
    position: absolute; }
    .c-filter--projects .c-filter__content {
      max-width: 0; }
      .c-filter--projects .c-filter__content * {
        transition: none; }
  .c-filter--period li .c-btn {
    margin-top: 0; }
  .c-filter--period:hover {
    background-color: #FFF; }
  .has-filter-open .c-btn--filter {
    z-index: 1;
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #828282;
    border-bottom-color: #FFF;
    transition-delay: 0.2s; }
  .has-filter-open.c-filter--projects .c-filter__content {
    position: relative;
    max-width: 280px;
    max-width: 17.5rem;
    width: 280px;
    height: auto;
    padding: 2rem 1rem 3rem;
    border: 1px solid gray;
    border-radius: 4px;
    border-top-left-radius: 0;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    transition-delay: 0.2s; }
  .has-filter-open ~ * {
    transform: translateX(300px); } }

@media screen and (min-width: 90em) {
  .c-filter--period, .c-filter--projects {
    float: none; } }

@media screen and (min-width: 1500px) {
  .c-filter--period:hover {
    z-index: 0; } }

.c-btn {
  background-color: white;
  border: 1px solid #000;
  color: #C4C4C4;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0.3125rem 0.5rem; }
  .c-btn [class^="u-icon--"], .c-btn [class*=" u-icon--"] {
    margin-right: 0.5rem; }
  .c-btn--round {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #C4C4C4;
    height: 1.5rem;
    width: 1.5rem;
    margin-inside: 0.25rem;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out; }
    .c-btn--round:hover {
      border-color: black;
      color: black; }
  .c-btn--no {
    border-color: transparent; }
  .c-btn--small {
    height: 2rem;
    line-height: 1rem;
    color: black; }
    .c-btn--small .glyphicon {
      font-size: 14px;
      font-size: 0.875rem;
      margin-right: 4px;
      margin-right: 0.25rem; }
  .c-btn--mid {
    height: 2.5rem;
    line-height: 1.5rem;
    color: black; }
  .c-btn--previous:before {
    font-size: 1.3rem;
    color: black; }
  .c-btn--project-info {
    float: right;
    height: 2.5rem;
    width: 2.5rem; }
    .c-btn--project-info:hover {
      color: black; }
      .c-btn--project-info:hover:before {
        color: black; }
  .c-btn--next:before {
    font-size: 1.3rem;
    color: black; }
  .c-btn--dropdown {
    border: none;
    width: 1rem;
    height: 1rem; }
    .c-btn--dropdown:after, .c-btn--dropdown:before {
      content: "";
      display: block;
      width: 0.5rem;
      height: 2px;
      position: absolute;
      transform: translateY(-50%) rotate(135deg);
      transition: all 0.4s;
      background-color: #828282;
      top: 0.5rem;
      right: 0; }
    .c-btn--dropdown:before {
      right: calc( 0.5rem - 0.2rem);
      transform: translateY(-50%) rotate(-135deg); }
  .c-btn--close {
    display: inline-block;
    border: none;
    cursor: pointer;
    color: #000; }
    .c-btn--close .glyphicon {
      font-size: 14px;
      font-size: 0.875rem; }
  .c-btn.is-disabled {
    color: #C4C4C4;
    pointer-events: none; }
    .c-btn.is-disabled:before {
      color: inherit; }

@media screen and (min-width: 75em), print and (min-width: 20em), print and (min-resolution: 72dpi), print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-btn--round {
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
    padding: 0.3125rem 0.5rem; } }

.c-timeline {
  display: block;
  position: relative;
  width: calc(70% - 5rem);
  float: left;
  height: 2.5rem;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s; }
  .c-timeline__segment {
    position: absolute;
    height: 100%;
    width: 100%;
    float: left;
    display: block;
    /*
		// HIDE BEGIN/END LINE
		&.begin {
			&:before {
				display: none;
			}
		}

		&.end {
			&:after {
				display: none;
			}
		}

		&.follow {
			&:after {
				display: block;
			}
		}

		&.active + .begin {
			&:before {
				display: block;
			}
		}

		//BUFFER SEGMENT LINE
		&.buffer {
			&:before {
				background: linear-gradient(to right, transparent 50%, $color-project--grey 50%);
				background-size: 16px 2px, 100% 2px;
			}
		}*/ }
    .c-timeline__segment:before {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 4px;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 1;
      background-color: #494949;
      animation: 0.7s ease-out .3s forwards grow; }
    .c-timeline__segment.done:before {
      background-color: #494949; }
    .c-timeline__segment.st-competition:before {
      background-color: #924DAA; }
    .c-timeline__segment.st-dedication:before {
      background-color: #C54747; }
    .c-timeline__segment.st-submission:before {
      background-color: #FB8C00; }
    .c-timeline__segment.st-tenders:before {
      background-color: #ffc700; }
    .c-timeline__segment.st-construction:before {
      background-color: #92e235; }
    .c-timeline__segment.st-overdue:before {
      background-color: transparent;
      background-image: linear-gradient(-45deg, transparent 33%, #C54747 33%, #C54747 66%, transparent 66%);
      background-size: 3px 100%; }
    .c-timeline__segment.st-buffer:before {
      background-color: transparent;
      background-image: linear-gradient(-45deg, transparent 33%, #92e235 33%, #92e235 66%, transparent 66%);
      background-size: 3px 100%; }

.c-timeline__marker {
  display: block;
  width: 1rem;
  height: 1rem;
  border: 4px solid #494949;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  animation: .7s forwards fade-in; }
  .c-timeline__marker:before, .c-timeline__marker:after {
    opacity: 0;
    animation: .7s forwards fade-in; }
  .c-timeline__marker.done {
    border-color: #494949;
    background-color: #494949; }
    .c-timeline__marker.done:before {
      position: absolute;
      content: "";
      display: block;
      width: 0.5rem;
      height: 0.25rem;
      border: 2px solid white;
      z-index: 3;
      border-top: none;
      border-right: none;
      transform: translate(-50%, -50%) rotate(-45deg);
      top: 50%;
      left: 50%;
      opacity: 0;
      animation: .7s forwards 0.4s fade-in; }
    .c-timeline__marker.done.end {
      background-color: #494949; }
      .c-timeline__marker.done.end:before {
        border-width: 4px;
        width: 0.75rem;
        height: 0.5rem; }
    .c-timeline__marker.done.begin {
      background-color: white; }
  .c-timeline__marker.end {
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    animation-delay: 0.9s; }
    .c-timeline__marker.end:before {
      animation-delay: 1s; }
  .c-timeline__marker.step {
    border-radius: 0;
    border: none;
    opacity: 0;
    animation-delay: 0.9s; }
    .c-timeline__marker.step:before {
      content: "";
      width: 4px;
      border-radius: 0;
      border: none;
      background-color: #494949;
      height: 1rem;
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
  .c-timeline__marker.note {
    border-radius: 50%;
    background-color: #FFD747;
    border: 0;
    height: 1.75rem;
    width: 1.75rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0;
    animation-delay: 0.9s; }
    .c-timeline__marker.note:before {
      content: "\e908";
      font-family: haring;
      font-size: 0.7692307692rem;
      color: black;
      z-index: 3;
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      animation-delay: 1s; }
  .c-timeline__marker.opt-deadline {
    border-color: transparent;
    left: 50%;
    position: relative;
    top: 2px;
    transform: translateX(0%);
    height: 1.75rem;
    width: 1.75rem;
    opacity: 0;
    animation-delay: 0.9s; }
    .c-timeline__marker.opt-deadline:before {
      content: "\e900";
      font-family: haring;
      font-size: 1rem;
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      z-index: 3;
      color: white;
      animation-delay: 1s; }
    .c-timeline__marker.opt-deadline:after {
      content: "";
      border-radius: 0;
      background-color: #C54747;
      border: 0;
      transform: translate(0, -50%) rotate(45deg);
      transform-origin: center;
      width: 1.25rem;
      height: 1.25rem;
      position: absolute;
      top: 50%;
      left: 0; }
  .c-timeline__marker.attention {
    width: 2rem;
    height: 1.5rem;
    transform: translate(-25%, -50%);
    display: block;
    top: 50%;
    z-index: 3;
    border: none;
    background-color: transparent;
    opacity: 0;
    animation-delay: 0.9s; }
    .c-timeline__marker.attention:before {
      content: "\e901";
      font-family: haring;
      font-size: 2.197rem;
      line-height: 0.5rem;
      position: absolute;
      left: -5px;
      top: 50%;
      transform: translate(0, -50%);
      color: #494949;
      width: auto;
      height: auto; }
    .c-timeline__marker.attention:after {
      content: "\e902";
      position: absolute;
      font-family: haring;
      top: calc(50% + 3px);
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      z-index: 1;
      border-radius: 0;
      border: none;
      background-color: transparent;
      width: auto;
      height: auto;
      font-size: 1rem;
      line-height: 0.75rem;
      animation-delay: 1s;
      opacity: 0; }
  .c-timeline__marker.st-competition {
    border-color: #924DAA;
    opacity: 0; }
    .c-timeline__marker.st-competition.end {
      border-color: #924DAA; }
    .c-timeline__marker.st-competition.done {
      border-color: #924DAA;
      background-color: #924DAA; }
    .c-timeline__marker.st-competition.step:before {
      background-color: #924DAA; }
    .c-timeline__marker.st-competition.note {
      background-color: #924DAA; }
      .c-timeline__marker.st-competition.note:before {
        color: white; }
    .c-timeline__marker.st-competition.opt-deadline {
      border-color: transparent; }
      .c-timeline__marker.st-competition.opt-deadline:after {
        background-color: #924DAA; }
    .c-timeline__marker.st-competition.attention:before {
      color: #924DAA; }
  .c-timeline__marker.st-dedication {
    border-color: #C54747; }
    .c-timeline__marker.st-dedication.end {
      border-color: #C54747; }
    .c-timeline__marker.st-dedication.done {
      border-color: #C54747;
      background-color: #C54747; }
    .c-timeline__marker.st-dedication.step:before {
      background-color: #C54747; }
    .c-timeline__marker.st-dedication.note {
      background-color: #C54747; }
      .c-timeline__marker.st-dedication.note:before {
        color: white; }
    .c-timeline__marker.st-dedication.opt-deadline {
      border-color: transparent; }
      .c-timeline__marker.st-dedication.opt-deadline:after {
        background-color: #C54747; }
    .c-timeline__marker.st-dedication.attention:before {
      color: #C54747; }
  .c-timeline__marker.st-submission {
    border-color: #FB8C00; }
    .c-timeline__marker.st-submission.end {
      border-color: #FB8C00; }
    .c-timeline__marker.st-submission.done {
      border-color: #FB8C00;
      background-color: #FB8C00; }
    .c-timeline__marker.st-submission.step:before {
      background-color: #FB8C00; }
    .c-timeline__marker.st-submission.note {
      background-color: #FB8C00; }
      .c-timeline__marker.st-submission.note:before {
        color: white; }
    .c-timeline__marker.st-submission.opt-deadline {
      border-color: transparent; }
      .c-timeline__marker.st-submission.opt-deadline:after {
        background-color: #FB8C00; }
    .c-timeline__marker.st-submission.attention:before {
      color: #FB8C00; }
  .c-timeline__marker.st-tenders {
    border-color: #ffc700; }
    .c-timeline__marker.st-tenders.end {
      border-color: #ffc700; }
    .c-timeline__marker.st-tenders.done {
      border-color: #ffc700;
      background-color: #ffc700; }
    .c-timeline__marker.st-tenders.step:before {
      background-color: #ffc700; }
    .c-timeline__marker.st-tenders.note {
      background-color: #ffc700; }
      .c-timeline__marker.st-tenders.note:before {
        color: white; }
    .c-timeline__marker.st-tenders.opt-deadline {
      border-color: transparent; }
      .c-timeline__marker.st-tenders.opt-deadline:after {
        background-color: #ffc700; }
    .c-timeline__marker.st-tenders.attention:before {
      color: #ffc700; }
  .c-timeline__marker.st-construction {
    border-color: #92e235; }
    .c-timeline__marker.st-construction.end {
      border-color: #92e235; }
    .c-timeline__marker.st-construction.done {
      border-color: #92e235;
      background-color: #92e235; }
    .c-timeline__marker.st-construction.step:before {
      background-color: #92e235; }
    .c-timeline__marker.st-construction.note {
      background-color: #92e235; }
      .c-timeline__marker.st-construction.note:before {
        color: white; }
    .c-timeline__marker.st-construction.opt-deadline {
      border-color: transparent; }
      .c-timeline__marker.st-construction.opt-deadline:after {
        background-color: #92e235; }
    .c-timeline__marker.st-construction.attention:before {
      color: #92e235; }

/****************************
*
* PERIOD FRAMES
*
*****************************/
.c-timeline {
  /*
	// 31 days
	&--month {
		.c-timeline__segment {
			width: 3.225806451612903%;
		}
	}

	//1 Quarter of a Year - 16 Weeks
	&--quarter {
		.c-timeline__segment {
			width: 6.25%;
		}
	}

	//1 Year - 12 Months
	&--year {
		.c-timeline__segment {
			width: 8.333333333333333%;
		}
	}

	//2 Years - 24 Months


	//5 Years - 60 Months
	&--half-decade {
		.c-timeline__segment {
			width: 1.6%;
		}

	}
	*/ }
  .c-timeline--fifth-decade .tw-1 {
    width: 0%; }
  .c-timeline--fifth-decade .tw-2 {
    width: 4.1666666667%; }
  .c-timeline--fifth-decade .tw-3 {
    width: 8.3333333333%; }
  .c-timeline--fifth-decade .tw-4 {
    width: 12.5%; }
  .c-timeline--fifth-decade .tw-5 {
    width: 16.6666666667%; }
  .c-timeline--fifth-decade .tw-6 {
    width: 20.8333333333%; }
  .c-timeline--fifth-decade .tw-7 {
    width: 25%; }
  .c-timeline--fifth-decade .tw-8 {
    width: 29.1666666667%; }
  .c-timeline--fifth-decade .tw-9 {
    width: 33.3333333333%; }
  .c-timeline--fifth-decade .tw-10 {
    width: 37.5%; }
  .c-timeline--fifth-decade .tw-11 {
    width: 41.6666666667%; }
  .c-timeline--fifth-decade .tw-12 {
    width: 45.8333333333%; }
  .c-timeline--fifth-decade .tw-13 {
    width: 50%; }
  .c-timeline--fifth-decade .tw-14 {
    width: 54.1666666667%; }
  .c-timeline--fifth-decade .tw-15 {
    width: 58.3333333333%; }
  .c-timeline--fifth-decade .tw-16 {
    width: 62.5%; }
  .c-timeline--fifth-decade .tw-17 {
    width: 66.6666666667%; }
  .c-timeline--fifth-decade .tw-18 {
    width: 70.8333333333%; }
  .c-timeline--fifth-decade .tw-19 {
    width: 75%; }
  .c-timeline--fifth-decade .tw-20 {
    width: 79.1666666667%; }
  .c-timeline--fifth-decade .tw-21 {
    width: 83.3333333333%; }
  .c-timeline--fifth-decade .tw-22 {
    width: 87.5%; }
  .c-timeline--fifth-decade .tw-23 {
    width: 91.6666666667%; }
  .c-timeline--fifth-decade .tw-24 {
    width: 95.8333333333%; }
  .c-timeline--fifth-decade .tp-1 {
    left: 2.0833333333%; }
  .c-timeline--fifth-decade .tp-2 {
    left: 6.25%; }
  .c-timeline--fifth-decade .tp-3 {
    left: 10.4166666667%; }
  .c-timeline--fifth-decade .tp-4 {
    left: 14.5833333333%; }
  .c-timeline--fifth-decade .tp-5 {
    left: 18.75%; }
  .c-timeline--fifth-decade .tp-6 {
    left: 22.9166666667%; }
  .c-timeline--fifth-decade .tp-7 {
    left: 27.0833333333%; }
  .c-timeline--fifth-decade .tp-8 {
    left: 31.25%; }
  .c-timeline--fifth-decade .tp-9 {
    left: 35.4166666667%; }
  .c-timeline--fifth-decade .tp-10 {
    left: 39.5833333333%; }
  .c-timeline--fifth-decade .tp-11 {
    left: 43.75%; }
  .c-timeline--fifth-decade .tp-12 {
    left: 47.9166666667%; }
  .c-timeline--fifth-decade .tp-13 {
    left: 52.0833333333%; }
  .c-timeline--fifth-decade .tp-14 {
    left: 56.25%; }
  .c-timeline--fifth-decade .tp-15 {
    left: 60.4166666667%; }
  .c-timeline--fifth-decade .tp-16 {
    left: 64.5833333333%; }
  .c-timeline--fifth-decade .tp-17 {
    left: 68.75%; }
  .c-timeline--fifth-decade .tp-18 {
    left: 72.9166666667%; }
  .c-timeline--fifth-decade .tp-19 {
    left: 77.0833333333%; }
  .c-timeline--fifth-decade .tp-20 {
    left: 81.25%; }
  .c-timeline--fifth-decade .tp-21 {
    left: 85.4166666667%; }
  .c-timeline--fifth-decade .tp-22 {
    left: 89.5833333333%; }
  .c-timeline--fifth-decade .tp-23 {
    left: 93.75%; }
  .c-timeline--fifth-decade .tp-24 {
    left: 97.9166666667%; }
  .c-timeline--year .tw-1 {
    width: 0%; }
  .c-timeline--year .tw-2 {
    width: 8.3333333333%; }
  .c-timeline--year .tw-3 {
    width: 16.6666666667%; }
  .c-timeline--year .tw-4 {
    width: 25%; }
  .c-timeline--year .tw-5 {
    width: 33.3333333333%; }
  .c-timeline--year .tw-6 {
    width: 41.6666666667%; }
  .c-timeline--year .tw-7 {
    width: 50%; }
  .c-timeline--year .tw-8 {
    width: 58.3333333333%; }
  .c-timeline--year .tw-9 {
    width: 66.6666666667%; }
  .c-timeline--year .tw-10 {
    width: 75%; }
  .c-timeline--year .tw-11 {
    width: 83.3333333333%; }
  .c-timeline--year .tw-12 {
    width: 91.6666666667%; }
  .c-timeline--year .tp-1 {
    left: 4.1666666667%; }
  .c-timeline--year .tp-2 {
    left: 12.5%; }
  .c-timeline--year .tp-3 {
    left: 20.8333333333%; }
  .c-timeline--year .tp-4 {
    left: 29.1666666667%; }
  .c-timeline--year .tp-5 {
    left: 37.5%; }
  .c-timeline--year .tp-6 {
    left: 45.8333333333%; }
  .c-timeline--year .tp-7 {
    left: 54.1666666667%; }
  .c-timeline--year .tp-8 {
    left: 62.5%; }
  .c-timeline--year .tp-9 {
    left: 70.8333333333%; }
  .c-timeline--year .tp-10 {
    left: 79.1666666667%; }
  .c-timeline--year .tp-11 {
    left: 87.5%; }
  .c-timeline--year .tp-12 {
    left: 95.8333333333%; }
  .c-timeline--quarter .tw-1 {
    width: 0%; }
  .c-timeline--quarter .tw-2 {
    width: 8.3333333333%; }
  .c-timeline--quarter .tw-3 {
    width: 16.6666666667%; }
  .c-timeline--quarter .tw-4 {
    width: 25%; }
  .c-timeline--quarter .tw-5 {
    width: 33.3333333333%; }
  .c-timeline--quarter .tw-6 {
    width: 41.6666666667%; }
  .c-timeline--quarter .tw-7 {
    width: 50%; }
  .c-timeline--quarter .tw-8 {
    width: 58.3333333333%; }
  .c-timeline--quarter .tw-9 {
    width: 66.6666666667%; }
  .c-timeline--quarter .tw-10 {
    width: 75%; }
  .c-timeline--quarter .tw-11 {
    width: 83.3333333333%; }
  .c-timeline--quarter .tw-12 {
    width: 91.6666666667%; }
  .c-timeline--quarter .tp-1 {
    left: 4.1666666667%; }
  .c-timeline--quarter .tp-2 {
    left: 12.5%; }
  .c-timeline--quarter .tp-3 {
    left: 20.8333333333%; }
  .c-timeline--quarter .tp-4 {
    left: 29.1666666667%; }
  .c-timeline--quarter .tp-5 {
    left: 37.5%; }
  .c-timeline--quarter .tp-6 {
    left: 45.8333333333%; }
  .c-timeline--quarter .tp-7 {
    left: 54.1666666667%; }
  .c-timeline--quarter .tp-8 {
    left: 62.5%; }
  .c-timeline--quarter .tp-9 {
    left: 70.8333333333%; }
  .c-timeline--quarter .tp-10 {
    left: 79.1666666667%; }
  .c-timeline--quarter .tp-11 {
    left: 87.5%; }
  .c-timeline--quarter .tp-12 {
    left: 95.8333333333%; }
  .c-timeline--month .tw-1 {
    width: 0%; }
  .c-timeline--month .tw-2 {
    width: 3.2258064516%; }
  .c-timeline--month .tw-3 {
    width: 6.4516129032%; }
  .c-timeline--month .tw-4 {
    width: 9.6774193548%; }
  .c-timeline--month .tw-5 {
    width: 12.9032258065%; }
  .c-timeline--month .tw-6 {
    width: 16.1290322581%; }
  .c-timeline--month .tw-7 {
    width: 19.3548387097%; }
  .c-timeline--month .tw-8 {
    width: 22.5806451613%; }
  .c-timeline--month .tw-9 {
    width: 25.8064516129%; }
  .c-timeline--month .tw-10 {
    width: 29.0322580645%; }
  .c-timeline--month .tw-11 {
    width: 32.2580645161%; }
  .c-timeline--month .tw-12 {
    width: 35.4838709677%; }
  .c-timeline--month .tw-13 {
    width: 38.7096774194%; }
  .c-timeline--month .tw-14 {
    width: 41.935483871%; }
  .c-timeline--month .tw-15 {
    width: 45.1612903226%; }
  .c-timeline--month .tw-16 {
    width: 48.3870967742%; }
  .c-timeline--month .tw-17 {
    width: 51.6129032258%; }
  .c-timeline--month .tw-18 {
    width: 54.8387096774%; }
  .c-timeline--month .tw-19 {
    width: 58.064516129%; }
  .c-timeline--month .tw-20 {
    width: 61.2903225806%; }
  .c-timeline--month .tw-21 {
    width: 64.5161290323%; }
  .c-timeline--month .tw-22 {
    width: 67.7419354839%; }
  .c-timeline--month .tw-23 {
    width: 70.9677419355%; }
  .c-timeline--month .tw-24 {
    width: 74.1935483871%; }
  .c-timeline--month .tw-25 {
    width: 77.4193548387%; }
  .c-timeline--month .tw-26 {
    width: 80.6451612903%; }
  .c-timeline--month .tw-27 {
    width: 83.8709677419%; }
  .c-timeline--month .tw-28 {
    width: 87.0967741935%; }
  .c-timeline--month .tw-29 {
    width: 90.3225806452%; }
  .c-timeline--month .tw-30 {
    width: 93.5483870968%; }
  .c-timeline--month .tw-31 {
    width: 96.7741935484%; }
  .c-timeline--month .tp-1 {
    left: 1.6129032258%; }
  .c-timeline--month .tp-2 {
    left: 4.8387096774%; }
  .c-timeline--month .tp-3 {
    left: 8.064516129%; }
  .c-timeline--month .tp-4 {
    left: 11.2903225806%; }
  .c-timeline--month .tp-5 {
    left: 14.5161290323%; }
  .c-timeline--month .tp-6 {
    left: 17.7419354839%; }
  .c-timeline--month .tp-7 {
    left: 20.9677419355%; }
  .c-timeline--month .tp-8 {
    left: 24.1935483871%; }
  .c-timeline--month .tp-9 {
    left: 27.4193548387%; }
  .c-timeline--month .tp-10 {
    left: 30.6451612903%; }
  .c-timeline--month .tp-11 {
    left: 33.8709677419%; }
  .c-timeline--month .tp-12 {
    left: 37.0967741935%; }
  .c-timeline--month .tp-13 {
    left: 40.3225806452%; }
  .c-timeline--month .tp-14 {
    left: 43.5483870968%; }
  .c-timeline--month .tp-15 {
    left: 46.7741935484%; }
  .c-timeline--month .tp-16 {
    left: 50%; }
  .c-timeline--month .tp-17 {
    left: 53.2258064516%; }
  .c-timeline--month .tp-18 {
    left: 56.4516129032%; }
  .c-timeline--month .tp-19 {
    left: 59.6774193548%; }
  .c-timeline--month .tp-20 {
    left: 62.9032258065%; }
  .c-timeline--month .tp-21 {
    left: 66.1290322581%; }
  .c-timeline--month .tp-22 {
    left: 69.3548387097%; }
  .c-timeline--month .tp-23 {
    left: 72.5806451613%; }
  .c-timeline--month .tp-24 {
    left: 75.8064516129%; }
  .c-timeline--month .tp-25 {
    left: 79.0322580645%; }
  .c-timeline--month .tp-26 {
    left: 82.2580645161%; }
  .c-timeline--month .tp-27 {
    left: 85.4838709677%; }
  .c-timeline--month .tp-28 {
    left: 88.7096774194%; }
  .c-timeline--month .tp-29 {
    left: 91.935483871%; }
  .c-timeline--month .tp-30 {
    left: 95.1612903226%; }
  .c-timeline--month .tp-31 {
    left: 98.3870967742%; }

.c-calendar {
  display: inline-block;
  width: calc((70% - 0.3125rem) - ( 4rem + 1rem));
  margin-left: 1rem;
  vertical-align: top; }
  .c-calendar__segment {
    text-align: center;
    float: left; }
    .c-calendar__segment:nth-child(odd) .c-calendar__list {
      background-color: #F9F9F9; }
  .c-calendar__header {
    display: block;
    clear: both;
    overflow: hidden; }
  .c-calendar__list li {
    text-align: center; }
  .c-calendar__label {
    text-align: left;
    padding-left: 0.5rem;
    position: relative;
    color: #C4C4C4;
    white-space: nowrap; }
    .c-calendar__label:before {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: 3rem;
      background-color: #C4C4C4;
      left: 0; }
  .c-calendar--year .c-calendar__list li {
    width: 8.333333333333333%; }
  .c-calendar--fifth-decade .c-calendar__list li {
    width: 4.166666666666667%; }
  .c-calendar--quarter .c-calendar__list li {
    width: 8.333333333333333%; }
  .c-calendar--month .c-calendar__list li {
    width: 3.225806451612903%; }
  .c-calendar--month .c-calendar__label:before {
    height: 4rem; }

.c-nav--calendar {
  padding-top: 1rem;
  float: right; }
  .c-nav--calendar .c-btn {
    padding: 0.3125rem 0; }

.c-ruler {
  height: calc(100% + 3rem);
  display: block;
  width: 2px;
  position: absolute;
  top: -3rem;
  left: 31.1%;
  z-index: 5; }
  .c-ruler:before {
    content: "";
    display: block;
    width: 1px;
    border-left: 1px dashed black;
    height: 100%; }

.c-tooltip {
  display: block;
  position: absolute;
  top: -3.75rem;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
  z-index: 11;
  min-width: 300px;
  min-width: 18.75rem; }
  .c-tooltip:after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    background-color: white;
    transform: translateX(-50%) rotate(45deg); }
  .c-tooltip .c-list {
    padding: 0;
    margin: 0; }
    .c-tooltip .c-list li {
      line-height: 1rem;
      clear: both;
      font-size: 1rem; }
    .c-tooltip .c-list label {
      float: left;
      color: #828282;
      margin-bottom: 0;
      padding: 0.3125rem 0;
      min-width: 8rem;
      display: inline-block;
      font-weight: 400;
      line-height: 1rem; }
    .c-tooltip .c-list span {
      display: inline-block;
      padding: 0.3125rem;
      font-size: 1rem; }

.tooltip {
  display: none !important; }

.c-tab {
  position: relative;
  display: block;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  padding: 0;
  margin: 0.3125rem 0 0;
  overflow: hidden; }
  .c-tab__button {
    position: relative;
    background-color: white;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    border-top-right-radius: 4px;
    z-index: 1;
    padding: 1rem 1rem; }
  .c-tab__content {
    padding: 1rem;
    width: 100%;
    display: block;
    z-index: 1;
    visibility: hidden;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 3.5rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.13); }
  .c-tab > li {
    float: left;
    list-style-type: none;
    overflow: visible;
    min-height: 250px; }
    .c-tab > li.active .c-tab__button {
      color: #C54747;
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13); }
      .c-tab > li.active .c-tab__button:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #C54747; }
    .c-tab > li.active .c-tab__content {
      visibility: visible;
      z-index: 2; }

.c-list--details {
  padding: 0 0 1rem;
  margin: 0; }
  .c-list--details li {
    line-height: 1rem;
    clear: both;
    font-size: 1rem; }
  .c-list--details label {
    float: left;
    color: #828282;
    margin-bottom: 0;
    padding: 0.3125rem 0;
    min-width: 10rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1rem; }
  .c-list--details span {
    display: inline-block;
    padding: 0.3125rem;
    font-size: 1rem; }
  .c-list--details time {
    float: left;
    min-width: 100px;
    min-width: 6.25rem;
    line-height: 1rem; }

.c-notes {
  position: relative;
  display: block;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  max-height: 250px;
  overflow: hidden;
  margin: 0.3125rem 0 0; }
  .c-notes__title {
    padding: 1rem 1rem;
    font-size: 1rem;
    margin-bottom: 0; }
  .c-notes__content {
    padding: 0 1rem;
    overflow-y: auto;
    max-height: 200px; }
    .c-notes__content .c-list li {
      border-top: 1px dashed #C4C4C4;
      padding-top: 0.3125rem; }
      .c-notes__content .c-list li:first-child {
        border-top: none;
        padding-top: 0; }
    .c-notes__content .c-list time {
      float: left;
      margin-right: 0.5rem; }
    .c-notes__content .c-list p {
      overflow: hidden; }
    .c-notes__content::-webkit-scrollbar {
      width: 5px; }
    .c-notes__content::-webkit-scrollbar-track {
      background: transparent; }
    .c-notes__content::-webkit-scrollbar-thumb {
      background: black; }

.c-bubble {
  position: relative;
  color: black;
  display: inline-block;
  z-index: 0;
  margin-right: 1rem;
  vertical-align: middle;
  line-height: 1.5rem;
  font-size: 1rem; }
  .c-bubble:after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #C4C4C4;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%); }
  .c-bubble--attention:after {
    background-color: #FFD747; }

.path-export .haring-sheets-export-projects-form {
  max-width: 90em;
  margin: 0 auto; }
  .path-export .haring-sheets-export-projects-form #edit-projects .panel-default,
  .path-export .haring-sheets-export-projects-form #edit-fields-group-development .panel-default {
    background: #eee;
    padding: 1rem 1em; }
  .path-export .haring-sheets-export-projects-form #edit-projects > .panel-body,
  .path-export .haring-sheets-export-projects-form #edit-fields-group-development > .panel-body {
    display: grid;
    grid-column-gap: 2em;
    grid-row-gap: 1rem;
    grid-auto-columns: max-content;
    grid-template-columns: repeat(3, 1fr); }
  .path-export .haring-sheets-export-projects-form #edit-projects > .panel-body::before,
  .path-export .haring-sheets-export-projects-form #edit-fields-group-development > .panel-body::before {
    content: none; }

/*.haring-sheets-export-projects-form .btn {*/
#haring-sheets-export-projects-form .btn {
  margin: 0.5rem auto 0;
  max-width: 10em;
  text-align: center;
  display: block;
  float: none; }

.node-form .panel-heading,
.development.full .panel-heading,
.he-calculation-view-form .panel-heading,
.haring-sheets-export-projects-form .panel-heading {
  padding: 0.5rem 1rem; }
  .node-form .panel-heading .panel-title,
  .development.full .panel-heading .panel-title,
  .he-calculation-view-form .panel-heading .panel-title,
  .haring-sheets-export-projects-form .panel-heading .panel-title {
    position: relative;
    padding: 0.5rem 1rem 0.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700; }
    .node-form .panel-heading .panel-title:before, .node-form .panel-heading .panel-title:after,
    .development.full .panel-heading .panel-title:before,
    .development.full .panel-heading .panel-title:after,
    .he-calculation-view-form .panel-heading .panel-title:before,
    .he-calculation-view-form .panel-heading .panel-title:after,
    .haring-sheets-export-projects-form .panel-heading .panel-title:before,
    .haring-sheets-export-projects-form .panel-heading .panel-title:after {
      content: '';
      display: block;
      width: 0.5rem;
      height: 1px;
      position: absolute;
      transform: translateY(-50%) rotate(135deg);
      transition: all 0.4s;
      background-color: #333;
      top: 1.15rem;
      right: calc( 0.75rem - 0.05rem); }
    .node-form .panel-heading .panel-title:before,
    .development.full .panel-heading .panel-title:before,
    .he-calculation-view-form .panel-heading .panel-title:before,
    .haring-sheets-export-projects-form .panel-heading .panel-title:before {
      right: 1rem;
      transform: translateY(-50%) rotate(-135deg); }
    .node-form .panel-heading .panel-title[aria-expanded="false"]:before,
    .development.full .panel-heading .panel-title[aria-expanded="false"]:before,
    .he-calculation-view-form .panel-heading .panel-title[aria-expanded="false"]:before,
    .haring-sheets-export-projects-form .panel-heading .panel-title[aria-expanded="false"]:before {
      transform: translateY(-50%) rotate(-225deg); }
    .node-form .panel-heading .panel-title[aria-expanded="false"]:after,
    .development.full .panel-heading .panel-title[aria-expanded="false"]:after,
    .he-calculation-view-form .panel-heading .panel-title[aria-expanded="false"]:after,
    .haring-sheets-export-projects-form .panel-heading .panel-title[aria-expanded="false"]:after {
      transform: translateY(-50%) rotate(225deg); }

.node-form .form-wrapper .panel-body,
.development.full .form-wrapper .panel-body,
.he-calculation-view-form .form-wrapper .panel-body,
.haring-sheets-export-projects-form .form-wrapper .panel-body {
  position: relative;
  padding: 0 1.25rem; }

.node-form .c-panel.panel-default,
.node-form .field-group-tab .panel-body .field--type-he-time-range .form-item.panel-default,
.node-form .field-group-tab .panel-body .field-group-details .form-item.panel-default,
.node-form .field-group-fieldset.panel-default,
.node-form .field-group-details.panel-default,
.development.full .c-panel.panel-default,
.development.full .field-group-tab .panel-body .field--type-he-time-range .form-item.panel-default,
.development.full .field-group-tab .panel-body .field-group-details .form-item.panel-default,
.development.full .field-group-fieldset.panel-default,
.development.full .field-group-details.panel-default,
.he-calculation-view-form .c-panel.panel-default,
.he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item.panel-default,
.he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item.panel-default,
.he-calculation-view-form .field-group-fieldset.panel-default,
.he-calculation-view-form .field-group-details.panel-default,
.haring-sheets-export-projects-form .c-panel.panel-default,
.haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item.panel-default,
.haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item.panel-default,
.haring-sheets-export-projects-form .field-group-fieldset.panel-default,
.haring-sheets-export-projects-form .field-group-details.panel-default {
  border: none;
  box-shadow: none;
  margin-bottom: 1.25rem; }

.node-form .c-panel .panel-heading,
.node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-heading,
.node-form .field-group-tab .panel-body .field-group-details .form-item .panel-heading,
.node-form .field-group-fieldset .panel-heading,
.node-form .field-group-details .panel-heading,
.development.full .c-panel .panel-heading,
.development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-heading,
.development.full .field-group-tab .panel-body .field-group-details .form-item .panel-heading,
.development.full .field-group-fieldset .panel-heading,
.development.full .field-group-details .panel-heading,
.he-calculation-view-form .c-panel .panel-heading,
.he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-heading,
.he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-heading,
.he-calculation-view-form .field-group-fieldset .panel-heading,
.he-calculation-view-form .field-group-details .panel-heading,
.haring-sheets-export-projects-form .c-panel .panel-heading,
.haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-heading,
.haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-heading,
.haring-sheets-export-projects-form .field-group-fieldset .panel-heading,
.haring-sheets-export-projects-form .field-group-details .panel-heading {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  line-height: 1; }

.node-form .c-panel .panel-body,
.node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body,
.node-form .field-group-tab .panel-body .field-group-details .form-item .panel-body,
.node-form .field-group-fieldset .panel-body,
.node-form .field-group-details .panel-body,
.development.full .c-panel .panel-body,
.development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body,
.development.full .field-group-tab .panel-body .field-group-details .form-item .panel-body,
.development.full .field-group-fieldset .panel-body,
.development.full .field-group-details .panel-body,
.he-calculation-view-form .c-panel .panel-body,
.he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body,
.he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-body,
.he-calculation-view-form .field-group-fieldset .panel-body,
.he-calculation-view-form .field-group-details .panel-body,
.haring-sheets-export-projects-form .c-panel .panel-body,
.haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body,
.haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-body,
.haring-sheets-export-projects-form .field-group-fieldset .panel-body,
.haring-sheets-export-projects-form .field-group-details .panel-body {
  /* Calculation attachment upload collapse-table */ }
  .node-form .c-panel .panel-body .control-label,
  .node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .control-label,
  .node-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .control-label,
  .node-form .field-group-fieldset .panel-body .control-label,
  .node-form .field-group-details .panel-body .control-label,
  .development.full .c-panel .panel-body .control-label,
  .development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .control-label,
  .development.full .field-group-tab .panel-body .field-group-details .form-item .panel-body .control-label,
  .development.full .field-group-fieldset .panel-body .control-label,
  .development.full .field-group-details .panel-body .control-label,
  .he-calculation-view-form .c-panel .panel-body .control-label,
  .he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .control-label,
  .he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .control-label,
  .he-calculation-view-form .field-group-fieldset .panel-body .control-label,
  .he-calculation-view-form .field-group-details .panel-body .control-label,
  .haring-sheets-export-projects-form .c-panel .panel-body .control-label,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .control-label,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .control-label,
  .haring-sheets-export-projects-form .field-group-fieldset .panel-body .control-label,
  .haring-sheets-export-projects-form .field-group-details .panel-body .control-label {
    font-weight: 400; }
  .node-form .c-panel .panel-body.panel-collapse,
  .node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body.panel-collapse,
  .node-form .field-group-tab .panel-body .field-group-details .form-item .panel-body.panel-collapse,
  .node-form .field-group-fieldset .panel-body.panel-collapse,
  .node-form .field-group-details .panel-body.panel-collapse,
  .development.full .c-panel .panel-body.panel-collapse,
  .development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body.panel-collapse,
  .development.full .field-group-tab .panel-body .field-group-details .form-item .panel-body.panel-collapse,
  .development.full .field-group-fieldset .panel-body.panel-collapse,
  .development.full .field-group-details .panel-body.panel-collapse,
  .he-calculation-view-form .c-panel .panel-body.panel-collapse,
  .he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body.panel-collapse,
  .he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-body.panel-collapse,
  .he-calculation-view-form .field-group-fieldset .panel-body.panel-collapse,
  .he-calculation-view-form .field-group-details .panel-body.panel-collapse,
  .haring-sheets-export-projects-form .c-panel .panel-body.panel-collapse,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body.panel-collapse,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-body.panel-collapse,
  .haring-sheets-export-projects-form .field-group-fieldset .panel-body.panel-collapse,
  .haring-sheets-export-projects-form .field-group-details .panel-body.panel-collapse {
    width: 700px; }
  .node-form .c-panel .panel-body .table-responsive .table tr > th:first-child,
  .node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .table-responsive .table tr > th:first-child,
  .node-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .table-responsive .table tr > th:first-child,
  .node-form .field-group-fieldset .panel-body .table-responsive .table tr > th:first-child,
  .node-form .field-group-details .panel-body .table-responsive .table tr > th:first-child,
  .development.full .c-panel .panel-body .table-responsive .table tr > th:first-child,
  .development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .table-responsive .table tr > th:first-child,
  .development.full .field-group-tab .panel-body .field-group-details .form-item .panel-body .table-responsive .table tr > th:first-child,
  .development.full .field-group-fieldset .panel-body .table-responsive .table tr > th:first-child,
  .development.full .field-group-details .panel-body .table-responsive .table tr > th:first-child,
  .he-calculation-view-form .c-panel .panel-body .table-responsive .table tr > th:first-child,
  .he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .table-responsive .table tr > th:first-child,
  .he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .table-responsive .table tr > th:first-child,
  .he-calculation-view-form .field-group-fieldset .panel-body .table-responsive .table tr > th:first-child,
  .he-calculation-view-form .field-group-details .panel-body .table-responsive .table tr > th:first-child,
  .haring-sheets-export-projects-form .c-panel .panel-body .table-responsive .table tr > th:first-child,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .table-responsive .table tr > th:first-child,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .table-responsive .table tr > th:first-child,
  .haring-sheets-export-projects-form .field-group-fieldset .panel-body .table-responsive .table tr > th:first-child,
  .haring-sheets-export-projects-form .field-group-details .panel-body .table-responsive .table tr > th:first-child {
    width: 500px; }
  .node-form .c-panel .panel-body .table-responsive .table .tabledrag-handle,
  .node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .table-responsive .table .tabledrag-handle,
  .node-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .table-responsive .table .tabledrag-handle,
  .node-form .field-group-fieldset .panel-body .table-responsive .table .tabledrag-handle,
  .node-form .field-group-details .panel-body .table-responsive .table .tabledrag-handle,
  .development.full .c-panel .panel-body .table-responsive .table .tabledrag-handle,
  .development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .table-responsive .table .tabledrag-handle,
  .development.full .field-group-tab .panel-body .field-group-details .form-item .panel-body .table-responsive .table .tabledrag-handle,
  .development.full .field-group-fieldset .panel-body .table-responsive .table .tabledrag-handle,
  .development.full .field-group-details .panel-body .table-responsive .table .tabledrag-handle,
  .he-calculation-view-form .c-panel .panel-body .table-responsive .table .tabledrag-handle,
  .he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .table-responsive .table .tabledrag-handle,
  .he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .table-responsive .table .tabledrag-handle,
  .he-calculation-view-form .field-group-fieldset .panel-body .table-responsive .table .tabledrag-handle,
  .he-calculation-view-form .field-group-details .panel-body .table-responsive .table .tabledrag-handle,
  .haring-sheets-export-projects-form .c-panel .panel-body .table-responsive .table .tabledrag-handle,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .table-responsive .table .tabledrag-handle,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .table-responsive .table .tabledrag-handle,
  .haring-sheets-export-projects-form .field-group-fieldset .panel-body .table-responsive .table .tabledrag-handle,
  .haring-sheets-export-projects-form .field-group-details .panel-body .table-responsive .table .tabledrag-handle {
    display: none; }
  .node-form .c-panel .panel-body .form-type-checkbox label,
  .node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .form-type-checkbox label,
  .node-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .form-type-checkbox label,
  .node-form .field-group-fieldset .panel-body .form-type-checkbox label,
  .node-form .field-group-details .panel-body .form-type-checkbox label,
  .development.full .c-panel .panel-body .form-type-checkbox label,
  .development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .form-type-checkbox label,
  .development.full .field-group-tab .panel-body .field-group-details .form-item .panel-body .form-type-checkbox label,
  .development.full .field-group-fieldset .panel-body .form-type-checkbox label,
  .development.full .field-group-details .panel-body .form-type-checkbox label,
  .he-calculation-view-form .c-panel .panel-body .form-type-checkbox label,
  .he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .form-type-checkbox label,
  .he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .form-type-checkbox label,
  .he-calculation-view-form .field-group-fieldset .panel-body .form-type-checkbox label,
  .he-calculation-view-form .field-group-details .panel-body .form-type-checkbox label,
  .haring-sheets-export-projects-form .c-panel .panel-body .form-type-checkbox label,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .form-type-checkbox label,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .form-type-checkbox label,
  .haring-sheets-export-projects-form .field-group-fieldset .panel-body .form-type-checkbox label,
  .haring-sheets-export-projects-form .field-group-details .panel-body .form-type-checkbox label {
    float: left;
    padding-left: 0; }
    .node-form .c-panel .panel-body .form-type-checkbox label .glyphicon,
    .node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .form-type-checkbox label .glyphicon,
    .node-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .form-type-checkbox label .glyphicon,
    .node-form .field-group-fieldset .panel-body .form-type-checkbox label .glyphicon,
    .node-form .field-group-details .panel-body .form-type-checkbox label .glyphicon,
    .development.full .c-panel .panel-body .form-type-checkbox label .glyphicon,
    .development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .form-type-checkbox label .glyphicon,
    .development.full .field-group-tab .panel-body .field-group-details .form-item .panel-body .form-type-checkbox label .glyphicon,
    .development.full .field-group-fieldset .panel-body .form-type-checkbox label .glyphicon,
    .development.full .field-group-details .panel-body .form-type-checkbox label .glyphicon,
    .he-calculation-view-form .c-panel .panel-body .form-type-checkbox label .glyphicon,
    .he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .form-type-checkbox label .glyphicon,
    .he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .form-type-checkbox label .glyphicon,
    .he-calculation-view-form .field-group-fieldset .panel-body .form-type-checkbox label .glyphicon,
    .he-calculation-view-form .field-group-details .panel-body .form-type-checkbox label .glyphicon,
    .haring-sheets-export-projects-form .c-panel .panel-body .form-type-checkbox label .glyphicon,
    .haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .form-type-checkbox label .glyphicon,
    .haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .form-type-checkbox label .glyphicon,
    .haring-sheets-export-projects-form .field-group-fieldset .panel-body .form-type-checkbox label .glyphicon,
    .haring-sheets-export-projects-form .field-group-details .panel-body .form-type-checkbox label .glyphicon {
      margin: 0.2rem; }
  .node-form .c-panel .panel-body .form-type-checkbox input,
  .node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .form-type-checkbox input,
  .node-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .form-type-checkbox input,
  .node-form .field-group-fieldset .panel-body .form-type-checkbox input,
  .node-form .field-group-details .panel-body .form-type-checkbox input,
  .development.full .c-panel .panel-body .form-type-checkbox input,
  .development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .form-type-checkbox input,
  .development.full .field-group-tab .panel-body .field-group-details .form-item .panel-body .form-type-checkbox input,
  .development.full .field-group-fieldset .panel-body .form-type-checkbox input,
  .development.full .field-group-details .panel-body .form-type-checkbox input,
  .he-calculation-view-form .c-panel .panel-body .form-type-checkbox input,
  .he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .form-type-checkbox input,
  .he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .form-type-checkbox input,
  .he-calculation-view-form .field-group-fieldset .panel-body .form-type-checkbox input,
  .he-calculation-view-form .field-group-details .panel-body .form-type-checkbox input,
  .haring-sheets-export-projects-form .c-panel .panel-body .form-type-checkbox input,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-body .form-type-checkbox input,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-body .form-type-checkbox input,
  .haring-sheets-export-projects-form .field-group-fieldset .panel-body .form-type-checkbox input,
  .haring-sheets-export-projects-form .field-group-details .panel-body .form-type-checkbox input {
    display: none; }

.node-form .c-panel .panel-title,
.node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title,
.node-form .field-group-tab .panel-body .field-group-details .form-item .panel-title,
.node-form .field-group-fieldset .panel-title,
.node-form .field-group-details .panel-title,
.development.full .c-panel .panel-title,
.development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title,
.development.full .field-group-tab .panel-body .field-group-details .form-item .panel-title,
.development.full .field-group-fieldset .panel-title,
.development.full .field-group-details .panel-title,
.he-calculation-view-form .c-panel .panel-title,
.he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title,
.he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-title,
.he-calculation-view-form .field-group-fieldset .panel-title,
.he-calculation-view-form .field-group-details .panel-title,
.haring-sheets-export-projects-form .c-panel .panel-title,
.haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title,
.haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-title,
.haring-sheets-export-projects-form .field-group-fieldset .panel-title,
.haring-sheets-export-projects-form .field-group-details .panel-title {
  display: inline-block;
  padding: 0;
  padding-left: 1.25rem;
  margin: 0;
  overflow: visible; }
  .node-form .c-panel .panel-title:before, .node-form .c-panel .panel-title:after,
  .node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title:before,
  .node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title:after,
  .node-form .field-group-tab .panel-body .field-group-details .form-item .panel-title:before,
  .node-form .field-group-tab .panel-body .field-group-details .form-item .panel-title:after,
  .node-form .field-group-fieldset .panel-title:before,
  .node-form .field-group-fieldset .panel-title:after,
  .node-form .field-group-details .panel-title:before,
  .node-form .field-group-details .panel-title:after,
  .development.full .c-panel .panel-title:before,
  .development.full .c-panel .panel-title:after,
  .development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title:before,
  .development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title:after,
  .development.full .field-group-tab .panel-body .field-group-details .form-item .panel-title:before,
  .development.full .field-group-tab .panel-body .field-group-details .form-item .panel-title:after,
  .development.full .field-group-fieldset .panel-title:before,
  .development.full .field-group-fieldset .panel-title:after,
  .development.full .field-group-details .panel-title:before,
  .development.full .field-group-details .panel-title:after,
  .he-calculation-view-form .c-panel .panel-title:before,
  .he-calculation-view-form .c-panel .panel-title:after,
  .he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title:before,
  .he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title:after,
  .he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-title:before,
  .he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-title:after,
  .he-calculation-view-form .field-group-fieldset .panel-title:before,
  .he-calculation-view-form .field-group-fieldset .panel-title:after,
  .he-calculation-view-form .field-group-details .panel-title:before,
  .he-calculation-view-form .field-group-details .panel-title:after,
  .haring-sheets-export-projects-form .c-panel .panel-title:before,
  .haring-sheets-export-projects-form .c-panel .panel-title:after,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title:before,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title:after,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-title:before,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-title:after,
  .haring-sheets-export-projects-form .field-group-fieldset .panel-title:before,
  .haring-sheets-export-projects-form .field-group-fieldset .panel-title:after,
  .haring-sheets-export-projects-form .field-group-details .panel-title:before,
  .haring-sheets-export-projects-form .field-group-details .panel-title:after {
    top: 0.4rem;
    left: 0; }
  .node-form .c-panel .panel-title:before,
  .node-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title:before,
  .node-form .field-group-tab .panel-body .field-group-details .form-item .panel-title:before,
  .node-form .field-group-fieldset .panel-title:before,
  .node-form .field-group-details .panel-title:before,
  .development.full .c-panel .panel-title:before,
  .development.full .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title:before,
  .development.full .field-group-tab .panel-body .field-group-details .form-item .panel-title:before,
  .development.full .field-group-fieldset .panel-title:before,
  .development.full .field-group-details .panel-title:before,
  .he-calculation-view-form .c-panel .panel-title:before,
  .he-calculation-view-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title:before,
  .he-calculation-view-form .field-group-tab .panel-body .field-group-details .form-item .panel-title:before,
  .he-calculation-view-form .field-group-fieldset .panel-title:before,
  .he-calculation-view-form .field-group-details .panel-title:before,
  .haring-sheets-export-projects-form .c-panel .panel-title:before,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title:before,
  .haring-sheets-export-projects-form .field-group-tab .panel-body .field-group-details .form-item .panel-title:before,
  .haring-sheets-export-projects-form .field-group-fieldset .panel-title:before,
  .haring-sheets-export-projects-form .field-group-details .panel-title:before {
    left: 0.3rem; }

.node-form .field-group-fieldset > .panel-heading .panel-title,
.development.full .field-group-fieldset > .panel-heading .panel-title,
.he-calculation-view-form .field-group-fieldset > .panel-heading .panel-title,
.haring-sheets-export-projects-form .field-group-fieldset > .panel-heading .panel-title {
  font-size: 1.3rem;
  padding-top: 1rem;
  margin-bottom: 0.5rem;
  cursor: pointer; }
  .node-form .field-group-fieldset > .panel-heading .panel-title:before, .node-form .field-group-fieldset > .panel-heading .panel-title:after,
  .development.full .field-group-fieldset > .panel-heading .panel-title:before,
  .development.full .field-group-fieldset > .panel-heading .panel-title:after,
  .he-calculation-view-form .field-group-fieldset > .panel-heading .panel-title:before,
  .he-calculation-view-form .field-group-fieldset > .panel-heading .panel-title:after,
  .haring-sheets-export-projects-form .field-group-fieldset > .panel-heading .panel-title:before,
  .haring-sheets-export-projects-form .field-group-fieldset > .panel-heading .panel-title:after {
    display: none; }

.node-form .field-group-fieldset .panel-body > .field--type-he-time-range:first-child,
.development.full .field-group-fieldset .panel-body > .field--type-he-time-range:first-child,
.he-calculation-view-form .field-group-fieldset .panel-body > .field--type-he-time-range:first-child,
.haring-sheets-export-projects-form .field-group-fieldset .panel-body > .field--type-he-time-range:first-child {
  padding-top: 0.5rem; }

.node-form .field-group-fieldset .panel-body .form-type-entity-autocomplete,
.development.full .field-group-fieldset .panel-body .form-type-entity-autocomplete,
.he-calculation-view-form .field-group-fieldset .panel-body .form-type-entity-autocomplete,
.haring-sheets-export-projects-form .field-group-fieldset .panel-body .form-type-entity-autocomplete {
  max-width: 36.75rem; }
  .node-form .field-group-fieldset .panel-body .form-type-entity-autocomplete .input-group,
  .development.full .field-group-fieldset .panel-body .form-type-entity-autocomplete .input-group,
  .he-calculation-view-form .field-group-fieldset .panel-body .form-type-entity-autocomplete .input-group,
  .haring-sheets-export-projects-form .field-group-fieldset .panel-body .form-type-entity-autocomplete .input-group {
    display: flex;
    justify-content: flex-end; }
  .node-form .field-group-fieldset .panel-body .form-type-entity-autocomplete .form-autocomplete,
  .development.full .field-group-fieldset .panel-body .form-type-entity-autocomplete .form-autocomplete,
  .he-calculation-view-form .field-group-fieldset .panel-body .form-type-entity-autocomplete .form-autocomplete,
  .haring-sheets-export-projects-form .field-group-fieldset .panel-body .form-type-entity-autocomplete .form-autocomplete {
    float: none;
    max-width: 25rem; }

.node-form .field-group-fieldset .panel-body .field--type-entity-reference,
.development.full .field-group-fieldset .panel-body .field--type-entity-reference,
.he-calculation-view-form .field-group-fieldset .panel-body .field--type-entity-reference,
.haring-sheets-export-projects-form .field-group-fieldset .panel-body .field--type-entity-reference {
  margin-bottom: 0.25rem;
  padding-left: 1.25rem; }
  .node-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range,
  .development.full .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range,
  .he-calculation-view-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range,
  .haring-sheets-export-projects-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range {
    margin-bottom: 0; }
    .node-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-default,
    .development.full .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-default,
    .he-calculation-view-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-default,
    .haring-sheets-export-projects-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-default {
      margin-bottom: 0; }
    .node-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-title,
    .development.full .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-title,
    .he-calculation-view-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-title,
    .haring-sheets-export-projects-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-title {
      z-index: 1;
      position: absolute;
      height: 1rem;
      top: -1.5rem;
      line-height: 0;
      font-size: 0; }
      .node-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-title.collapsed,
      .development.full .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-title.collapsed,
      .he-calculation-view-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-title.collapsed,
      .haring-sheets-export-projects-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-title.collapsed {
        top: -1.5rem; }
    .node-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-collapse,
    .development.full .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-collapse,
    .he-calculation-view-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-collapse,
    .haring-sheets-export-projects-form .field-group-fieldset .panel-body .field--type-entity-reference + .field--type-he-time-range .panel-collapse {
      margin-bottom: 1.25rem; }

.node-form .field-group-fieldset .form-type-entity-autocomplete .control-label,
.development.full .field-group-fieldset .form-type-entity-autocomplete .control-label,
.he-calculation-view-form .field-group-fieldset .form-type-entity-autocomplete .control-label,
.haring-sheets-export-projects-form .field-group-fieldset .form-type-entity-autocomplete .control-label {
  min-width: auto;
  font-weight: 700; }

.haring-sheets-export-projects-form {
  margin-bottom: calc( 1rem * 5); }
  .haring-sheets-export-projects-form > .form-group > .panel-default > .panel-heading > .panel-title,
  .haring-sheets-export-projects-form > .panel-default > .panel-heading > .panel-title {
    line-height: 1.5;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #C4C4C4; }
  .haring-sheets-export-projects-form .panel-default {
    margin-bottom: 0.5rem;
    border: none;
    box-shadow: none;
    background-color: transparent; }
  .haring-sheets-export-projects-form .panel-heading {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .haring-sheets-export-projects-form .panel-heading .panel-title {
      line-height: 2;
      padding: 0;
      padding-left: 1.25rem;
      margin: 0;
      font-size: 1.3rem;
      font-weight: 400;
      cursor: pointer; }
      .haring-sheets-export-projects-form .panel-heading .panel-title > span {
        display: inline-block;
        margin-left: 0.25rem;
        cursor: pointer;
        color: #828282;
        font-size: 14px;
        font-size: 0.875rem; }
        .haring-sheets-export-projects-form .panel-heading .panel-title > span.active {
          display: none; }
      .haring-sheets-export-projects-form .panel-heading .panel-title .glyphicon {
        font-size: 14px;
        font-size: 0.875rem;
        margin-right: 0.25rem;
        top: 2px; }
      .haring-sheets-export-projects-form .panel-heading .panel-title:before, .haring-sheets-export-projects-form .panel-heading .panel-title:after {
        top: calc( 1rem * 0.95);
        right: auto; }
      .haring-sheets-export-projects-form .panel-heading .panel-title:before {
        left: 0; }
      .haring-sheets-export-projects-form .panel-heading .panel-title:after {
        left: calc( 1rem * 0.3); }
  .haring-sheets-export-projects-form .panel-body .panel-heading {
    margin-bottom: 0; }
  .haring-sheets-export-projects-form .panel-body .panel-title {
    font-size: 1rem;
    font-weight: 400; }
  .haring-sheets-export-projects-form .checkbox {
    margin-top: 0; }
    .haring-sheets-export-projects-form .checkbox label {
      font-size: 14px;
      font-size: 0.875rem; }
  .haring-sheets-export-projects-form .btn {
    float: right;
    margin-right: 0.5rem; }
  .haring-sheets-export-projects-form .navbar-default .btn {
    margin-top: 8px;
    margin-top: 0.5rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }

.panel-body .form-item .c-btn {
  background: none; }

.c-toolbar .col-md-2 {
  text-align: left; }

.c-toolbar .select-wrapper:after {
  font-size: 10px;
  font-size: 0.625rem;
  transform: rotateX(180deg);
  color: #333333; }

.c-toolbar .form-group {
  margin-bottom: 0; }

.c-toolbar .form-type-select .control-label {
  font-weight: 200;
  font-size: 14px;
  font-size: 0.875rem;
  color: #555; }

.c-toolbar .form-select {
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-weight: 700; }

.field-group-tabs-wrapper .field--label {
  width: 10rem; }

.field--label-inline {
  display: flex; }
  .field--label-inline .field--label {
    hyphens: auto; }

.development.full .field--label-above, .development.full .field--label-inline {
  margin-bottom: 0.5rem; }

.development.full .field--type-entity-reference + .field--type-he-time-range {
  margin-top: -0.5rem; }
  .development.full .field--type-entity-reference + .field--type-he-time-range .field--label {
    position: absolute;
    height: 0;
    overflow: hidden; }
  .development.full .field--type-entity-reference + .field--type-he-time-range .field--item {
    margin-left: 10rem; }

.field--name-field-project-code .field--label {
  position: absolute;
  height: 0;
  overflow: hidden; }

.field--name-field-project-code .field--item {
  width: 4rem;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  background-color: #000;
  padding: calc( 0.25rem - 0.15rem) 0.5rem calc( 0.25rem - 0.2rem);
  border-radius: 4rem; }

.project.full .view-project-calculations {
  font-weight: 700; }
  .project.full .view-project-calculations .item-list {
    font-weight: 400; }

.project.full .field--name-field-ref-project-development > .field--label {
  display: none; }

.project.full .field--name-field-ref-project-development .field--item {
  word-break: break-all; }

.project.full .field--name-field-ref-project-development .field--label {
  word-break: normal; }

.c-field__label--hidden label,
.c-field__label--hidden .field--label {
  font-weight: 400;
  font-size: 0.7692307692rem;
  color: #828282; }

.c-field__label--hidden label {
  margin-right: 0.5rem;
  margin-bottom: 0; }

.c-field__label--hidden .field,
.c-field__label--hidden .project-address {
  float: left;
  margin-right: 1rem; }

.c-field__label--hidden .project-address {
  display: flex;
  margin-right: 1.5rem; }
  .c-field__label--hidden .project-address .field {
    margin-right: 0.25rem; }

.c-field--flex {
  display: flex; }
  .c-field--flex .field {
    margin-right: 1.5rem; }

.project-summary .panel-default {
  border: none;
  box-shadow: none; }
  .project-summary .panel-default > .panel-heading {
    padding: 0;
    border: none;
    background-color: transparent; }

.project-summary .panel-title {
  padding: 0;
  margin: 0;
  padding-left: 1.25rem;
  overflow: visible; }
  .project-summary .panel-title:before, .project-summary .panel-title:after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 1px;
    position: absolute;
    transform: translateY(-50%) rotate(135deg);
    transition: all 0.4s;
    background-color: #333;
    top: 0.75rem;
    left: 0; }
  .project-summary .panel-title:before {
    left: calc( 0.25rem + 0.1rem);
    transform: translateY(-50%) rotate(-135deg); }
  .project-summary .panel-title.collapsed:before {
    transform: translateY(-50%) rotate(-225deg); }
  .project-summary .panel-title.collapsed:after {
    transform: translateY(-50%) rotate(225deg); }

.project-summary .panel-body {
  padding: 0 1rem; }
  .project-summary .panel-body .panel-default {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #C4C4C4;
    border-radius: 0; }
    .project-summary .panel-body .panel-default .panel-default {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
    .project-summary .panel-body .panel-default .c-summary__subgroup {
      margin-bottom: 0.5rem; }
      .project-summary .panel-body .panel-default .c-summary__subgroup .panel-body {
        column-count: 2; }
        .project-summary .panel-body .panel-default .c-summary__subgroup .panel-body .field:not(.field--name-field-notes) {
          width: auto;
          float: none; }
  .project-summary .panel-body .list-group {
    margin-bottom: 0; }
  .project-summary .panel-body .panel-title {
    padding: 0;
    font-size: 1rem; }
    .project-summary .panel-body .panel-title:before, .project-summary .panel-body .panel-title:after {
      display: none; }
  .project-summary .panel-body .panel-body {
    padding: 0; }
    .project-summary .panel-body .panel-body > .field:not(.field--name-field-notes) {
      float: left;
      width: calc(50% - 1.5rem); }
  .project-summary .panel-body .field--label {
    width: 12rem; }

.project-summary .panel-collapse {
  z-index: 5;
  width: 1280px;
  position: absolute;
  top: 3rem;
  right: -1.25rem;
  background-color: #FFF;
  padding: 1rem;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  border-radius: 4px; }

.c-summary__calculator > *:not(a),
.c-summary__topography > *:not(a),
.c-summary__development > *:not(a) {
  margin-right: 0.5rem; }

.c-summary__calculator .glyphicon,
.c-summary__topography .glyphicon,
.c-summary__development .glyphicon {
  float: left;
  line-height: 1.5;
  font-size: 0.7692307692rem; }

.c-summary__calculator,
.c-summary__topography {
  position: relative; }
  .c-summary__calculator .view,
  .c-summary__topography .view {
    display: flex; }
  .c-summary__calculator .form-group, .c-summary__calculator label,
  .c-summary__topography .form-group,
  .c-summary__topography label {
    margin-bottom: 0; }
  .c-summary__calculator > a,
  .c-summary__topography > a {
    position: absolute;
    top: 0; }
  .c-summary__calculator label,
  .c-summary__topography label {
    position: relative;
    margin-right: 3.5rem;
    font-weight: 400; }
  .c-summary__calculator .form-group,
  .c-summary__topography .form-group {
    display: inline-block; }
  .c-summary__calculator .collapse, .c-summary__calculator .collapsing,
  .c-summary__topography .collapse,
  .c-summary__topography .collapsing {
    display: block;
    height: 100% !important;
    overflow: visible; }
  .c-summary__calculator .list-unstyled,
  .c-summary__topography .list-unstyled {
    max-height: 1.5rem;
    margin-bottom: 0;
    overflow: hidden;
    transition: 0.3s; }
  .c-summary__calculator .item-list,
  .c-summary__topography .item-list {
    z-index: 4;
    position: absolute;
    padding: 0 0.75rem 0 1.5rem;
    background-color: #FFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13); }
    .c-summary__calculator .item-list:before, .c-summary__calculator .item-list:after,
    .c-summary__topography .item-list:before,
    .c-summary__topography .item-list:after {
      content: "";
      display: block;
      position: absolute;
      width: 0.5rem;
      height: 1px;
      top: 0.75rem;
      background-color: #000;
      transition: transform 0.3s ease-in-out; }
    .c-summary__calculator .item-list:before,
    .c-summary__topography .item-list:before {
      left: 0.7rem;
      transform: translateY(-50%) rotate(-225deg); }
    .c-summary__calculator .item-list:after,
    .c-summary__topography .item-list:after {
      left: 0.4rem;
      transform: translateY(-50%) rotate(225deg); }
    .c-summary__calculator .item-list:hover:before,
    .c-summary__topography .item-list:hover:before {
      transform: translateY(-50%) rotate(-135deg); }
    .c-summary__calculator .item-list:hover:after,
    .c-summary__topography .item-list:hover:after {
      transform: translateY(-50%) rotate(135deg); }
    .c-summary__calculator .item-list:hover .list-unstyled,
    .c-summary__topography .item-list:hover .list-unstyled {
      max-height: 100%; }

.c-summary__development {
  position: relative; }

.c-summary__calculator > a {
  left: 8rem; }

.c-summary__calculator .collapse,
.c-summary__calculator .collapsing {
  min-width: 6rem; }

.c-summary__topography {
  margin-right: 0; }
  .c-summary__topography > a {
    left: 10.75rem; }

.c-development__edit {
  z-index: 1;
  position: absolute;
  right: 0; }

.c-area__add {
  display: block; }

.form-item-meta-developer {
  display: flex; }

.c-stamp {
  text-align: center; }
  .c-stamp img {
    max-height: 4rem;
    margin-bottom: 0.25rem; }

.multiselect {
  min-height: auto;
  margin-bottom: 1rem;
  cursor: pointer; }
  .multiselect__select:before {
    top: 55%; }
  .multiselect__clear {
    position: absolute;
    top: 0.6rem;
    right: 2.25rem;
    font-size: 14px;
    font-size: 0.875rem; }
  .multiselect__content {
    font-size: 14px;
    font-size: 0.875rem; }
  .multiselect__tags {
    min-height: auto; }
    .multiselect__tags-wrap {
      margin-right: 0.5rem; }
  .multiselect__tag {
    overflow: inherit; }
  .multiselect__option {
    min-height: auto;
    padding: 0.5rem 0.75rem; }
    .multiselect__option--highlight:after {
      content: ''; }
  .multiselect__placeholder {
    margin: 0;
    padding: 0;
    color: #000; }
  .multiselect--active .multiselect__placeholder {
    display: block; }

.navbar-fixed-bottom .form-group {
  display: flex; }

.navbar-fixed-bottom .navbar-btn {
  margin-right: 0.25rem; }

.node-form .field--widget-options-select,
.he-calculation-view-form .field--widget-options-select {
  margin-bottom: 0; }

.node-form .form-control,
.he-calculation-view-form .form-control {
  height: 30px;
  width: auto;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #E6E6E6;
  box-shadow: none; }
  .node-form .form-control.form-textarea,
  .he-calculation-view-form .form-control.form-textarea {
    height: auto;
    max-width: 32rem;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6; }
    .node-form .form-control.form-textarea:focus,
    .he-calculation-view-form .form-control.form-textarea:focus {
      border-color: #E6E6E6;
      outline: none;
      box-shadow: none; }

.node-form .form-type-select,
.he-calculation-view-form .form-type-select {
  margin-bottom: 0; }
  .node-form .form-type-select .form-control,
  .he-calculation-view-form .form-type-select .form-control {
    width: 32rem; }
  .node-form .form-type-select .select-wrapper,
  .he-calculation-view-form .form-type-select .select-wrapper {
    width: auto; }
    .node-form .form-type-select .select-wrapper:before, .node-form .form-type-select .select-wrapper:after,
    .he-calculation-view-form .form-type-select .select-wrapper:before,
    .he-calculation-view-form .form-type-select .select-wrapper:after {
      content: '';
      display: block;
      width: 0.5rem;
      height: 1px;
      position: absolute;
      transform: translateY(-50%) rotate(135deg);
      transition: all 0.4s;
      background-color: #333;
      top: 1.25rem;
      right: calc( 0.75rem - 0.05rem); }
    .node-form .form-type-select .select-wrapper:before,
    .he-calculation-view-form .form-type-select .select-wrapper:before {
      top: 0.85rem;
      right: 1.1rem;
      transform: translateY(-50%) rotate(-135deg); }

.node-form.node-development-edit-form .field--name-field-not-applicable {
  display: none; }

.path-entity-clone h1 {
  margin-top: 3rem;
  text-align: center; }

.entity-clone-form h2,
.entity-clone-form h3,
.entity-clone-form p {
  text-align: center;
  margin: 6rem auto; }

.entity-clone-form #edit-actions .btn {
  margin: .5rem; }

.topography.full {
  max-width: 1280px;
  max-width: 80rem;
  margin: auto; }
  .topography.full .field--label {
    width: 10rem; }
  .topography.full .content {
    column-count: 3;
    column-width: 250px; }

.node-topography-form,
.node-topography-edit-form {
  display: grid;
  grid-template-columns: 1fr  1fr;
  grid-template-areas: "project  project" "sums  shares";
  gap: 20px; }
  .node-topography-form > .container-topography--project,
  .node-topography-edit-form > .container-topography--project {
    grid-area: project;
    /* File Upload */ }
    .node-topography-form > .container-topography--project .field--name-field-topo-attachment,
    .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment {
      display: inline-block;
      clear: both;
      min-height: 7rem;
      width: 43rem; }
      .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel,
      .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel {
        border-width: 0;
        border-color: transparent;
        background-color: transparent; }
      .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-heading,
      .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-heading {
        float: left;
        min-width: 11rem;
        height: 7rem;
        padding-left: 0;
        color: #000;
        background-color: transparent;
        border-color: transparent; }
        .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-heading > a::before,
        .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-heading > a::after,
        .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-heading > a::before,
        .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-heading > a::after {
          content: none; }
      .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-body,
      .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-body {
        float: left;
        max-width: 32rem;
        padding-right: 0;
        padding-left: 0;
        /* Upload Widget */
        /* Uploaded files list table */ }
        .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-body > .form-item label,
        .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-body > .form-item label {
          display: none; }
        .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-body > .form-item input[type="file"],
        .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-body > .form-item input[type="file"] {
          border: none;
          background-color: transparent; }
        .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-body > .form-item .description,
        .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-body > .form-item .description {
          padding-left: .75rem; }
        .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive table,
        .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive table {
          background: none;
          border: none; }
          .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive table tr,
          .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive table tr {
            background: none; }
        .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive thead,
        .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive thead {
          display: none; }
        .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive tbody td,
        .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive tbody td {
          border: none; }
          .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive tbody td button,
          .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive tbody td button {
            margin: 4px;
            margin: 0.25rem; }
        .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive tbody td:last-child,
        .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive tbody td:last-child {
          width: 8rem; }
        .node-topography-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive tbody .tabledrag-handle,
        .node-topography-edit-form > .container-topography--project .field--name-field-topo-attachment .panel-body .table-responsive tbody .tabledrag-handle {
          display: none; }
  .node-topography-form > .container-topography--sums,
  .node-topography-edit-form > .container-topography--sums {
    grid-area: sums; }
  .node-topography-form > .container-topography--shares,
  .node-topography-edit-form > .container-topography--shares {
    grid-area: shares; }

.node-topography-form > .form-type-vertical-tabs {
  padding-top: calc( 1rem * 5); }

.field-group-indent {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .field-group-indent .form-wrapper {
    position: relative;
    left: 20px; }

.message {
  position: fixed;
  bottom: 4.25rem;
  right: 1rem;
  background-color: #6c9dd1;
  padding: 0.5rem 2rem 0.3333rem 1rem; }
  .message .btn {
    position: absolute;
    padding: 0;
    top: 0.75rem;
    right: 0.5rem;
    font-size: 12px;
    font-size: 0.75rem; }

.he-calculation-view-form .row [class^="col-"]:last-child .row:hover {
  background-color: transparent; }

.he-calculation-view-form .row .row {
  padding: 0; }
  .he-calculation-view-form .row .row:hover {
    background-color: #f0f0f0; }

.he-calculation-view-form > .form-item {
  float: left;
  margin-right: 2.5rem; }
  .he-calculation-view-form > .form-item .form-select {
    width: auto;
    padding-right: 2rem; }

.he-calculation-view-form .form-group:not(.form-item) {
  margin-bottom: 0;
  text-align: right; }

.he-calculation-view-form .control-label {
  font-size: 14px;
  font-size: 0.875rem; }

.he-calculation-view-form .form-select {
  margin-bottom: 0; }

.he-calculation-view-form .form-textarea {
  margin-left: 3.75rem; }

.he-calculation-view-form .form-type-select {
  margin-bottom: 0.5rem; }

.he-calculation-view-form .c-calculator [class^="col-"] {
  padding: 0; }

.he-calculation-view-form .c-calculator__tax {
  display: flex;
  align-items: center;
  margin-right: 1.5rem; }
  .he-calculation-view-form .c-calculator__tax div label {
    font-weight: 400; }

.he-calculation-view-form .c-calculator__header {
  display: table-header-group; }
  .he-calculation-view-form .c-calculator__header .c-calculator__row {
    display: table-row;
    flex-wrap: nowrap;
    align-items: center; }
  .he-calculation-view-form .c-calculator__header .c-calculator__column {
    white-space: nowrap;
    text-align: right; }
    .he-calculation-view-form .c-calculator__header .c-calculator__column:first-child {
      text-align: left; }

.he-calculation-view-form .form-header {
  z-index: 50;
  display: flex;
  width: 100%;
  padding: 1rem 0 1.75rem;
  top: 0 !important;
  background-color: #FFF;
  margin: auto; }
  .he-calculation-view-form .form-header [class^="col-"] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    .he-calculation-view-form .form-header [class^="col-"] label {
      margin-left: 0; }
  .he-calculation-view-form .form-header.affix {
    padding-left: 1.25rem;
    box-shadow: 0 0.5px 1px #C4C4C4; }
    .he-calculation-view-form .form-header.affix + div {
      position: relative;
      top: 62px; }
    .he-calculation-view-form .form-header.affix-top {
      margin-right: 0;
      margin-left: 0; }
  .he-calculation-view-form .form-header label {
    display: inline-block;
    margin: auto;
    margin-right: 0.75rem;
    font-size: 14px;
    font-size: 0.875rem; }

.he-calculation-view-form .c-calculator table, .he-calculation-view-form .c-calculator th, .he-calculation-view-form .c-calculator td {
  border: none;
  padding-bottom: 0; }

.he-calculation-view-form .c-calculator__input {
  display: inline-block;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: #1A6D89;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle; }
  .he-calculation-view-form .c-calculator__input-hover {
    z-index: 1;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    background-color: #FFF;
    font-weight: 700;
    opacity: 0;
    pointer-events: none; }
  .he-calculation-view-form .c-calculator__input--read-only {
    border: transparent;
    background-color: transparent;
    color: black; }

.he-calculation-view-form .c-calculator__prefix, .he-calculation-view-form .c-calculator__suffix {
  display: inline-block;
  color: #828282;
  font-size: 14px;
  font-size: 0.875rem; }

.he-calculation-view-form .c-calculator__suffix {
  z-index: 1;
  padding-left: 0.25rem;
  right: 0;
  white-space: nowrap; }

.he-calculation-view-form .c-calculator__label .c-calculator__input {
  display: inline-block;
  padding: 0;
  padding-top: 2px;
  padding-top: 0.125rem;
  height: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  width: 100%; }
  .he-calculation-view-form .c-calculator__label .c-calculator__input:hover {
    box-shadow: inset 0 -0.5px 0px rgba(0, 0, 0, 0.2); }
  .he-calculation-view-form .c-calculator__label .c-calculator__input:focus {
    cursor: text;
    box-shadow: inset 0 -0.5px 0px rgba(0, 0, 0, 0.2); }

.he-calculation-view-form .c-calculator__item2 {
  display: flex;
  position: relative;
  text-align: right;
  width: fit-content;
  margin-left: auto;
  align-items: center; }
  .he-calculation-view-form .c-calculator__item2:hover .c-calculator__input-hover {
    opacity: 1; }
  .he-calculation-view-form .c-calculator__item2 .c-calculator__input:focus ~ .c-calculator__input-hover, .he-calculation-view-form .c-calculator__item2 .c-calculator__input:hover:focus ~ .c-calculator__input-hover {
    opacity: 0; }

.he-calculation-view-form .c-calculator__group2 {
  display: table;
  position: relative;
  width: 100%;
  min-width: 1280px;
  min-width: 80rem;
  table-layout: auto;
  border-collapse: collapse; }
  .he-calculation-view-form .c-calculator__group2 .c-calculator__group2 {
    display: table-row-group;
    margin-bottom: 0; }
    .he-calculation-view-form .c-calculator__group2 .c-calculator__group2 .c-calculator__label {
      padding-left: 0.7rem; }

.he-calculation-view-form .c-calculator p strong {
  display: block;
  margin-left: 3rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.he-calculation-view-form .c-calculator p .form-control {
  padding: 0;
  padding-top: 2px;
  padding-top: 0.125rem;
  height: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font-weight: 700;
  color: #000;
  cursor: pointer; }
  .he-calculation-view-form .c-calculator p .form-control:hover {
    box-shadow: inset 0 -0.5px 0px rgba(0, 0, 0, 0.2); }
  .he-calculation-view-form .c-calculator p .form-control:focus {
    cursor: text;
    box-shadow: inset 0 -0.5px 0px rgba(0, 0, 0, 0.2); }

.he-calculation-view-form .form-text {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #E6E6E6; }

.he-calculation-view-form .has-error.input-group {
  border-color: #a94442; }
  .he-calculation-view-form .has-error.input-group .form-control {
    color: #a94442;
    font-weight: 700; }

.he-calculation-view-form .has-error .input-group-addon {
  font-weight: 700; }

.he-calculation-view-form .input-group {
  border: 1px dashed transparent; }
  .he-calculation-view-form .input-group .form-control {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #1A6D89;
    text-align: right; }
    .he-calculation-view-form .input-group .form-control:hover {
      font-weight: 700;
      cursor: pointer; }
    .he-calculation-view-form .input-group .form-control:hover:focus {
      cursor: auto; }
    .he-calculation-view-form .input-group .form-control[readonly] {
      border: transparent;
      background-color: transparent;
      color: black; }
      .he-calculation-view-form .input-group .form-control[readonly]:hover {
        font-weight: 400;
        cursor: text; }
      .he-calculation-view-form .input-group .form-control[readonly] + .input-group-addon {
        border: transparent;
        background-color: transparent; }
  .he-calculation-view-form .input-group-addon {
    padding: 0;
    padding-left: 0.25rem;
    min-width: 3.25rem;
    border: transparent;
    background-color: transparent;
    text-align: left; }

.he-calculation-view-form h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.25rem; }

.he-calculation-view-form h3 {
  padding-top: 1rem;
  margin-bottom: 0.25rem;
  margin-left: -1rem;
  font-size: 18px;
  font-size: 1.125rem; }

.he-calculation-view-form h1 span, .he-calculation-view-form h3 span {
  display: inline-block;
  width: 3rem;
  padding-right: 0.5rem;
  text-align: right; }

.he-calculation-view-form h4 {
  line-height: 1.35;
  margin-bottom: 0;
  padding-left: 1.75rem; }

.he-calculation-view-form .form-bullet {
  margin-right: 0.25rem; }

.he-calculation-view-form .c-form__summary {
  padding: 0 0.5rem;
  padding-top: 0.25rem;
  border-top: 1px solid #000; }
  .he-calculation-view-form .c-form__summary .row {
    display: flex;
    align-items: center;
    margin: 0; }
    .he-calculation-view-form .c-form__summary .row:hover {
      background-color: transparent; }
  .he-calculation-view-form .c-form__summary .form-group {
    font-weight: 700; }
  .he-calculation-view-form .c-form__summary .form-control {
    font-size: 15px;
    font-size: 0.9375rem; }
  .he-calculation-view-form .c-form__summary .input-group .form-control:hover {
    font-weight: 700; }

.he-calculation-view-form .c-calculator__row2--summary {
  position: relative;
  padding: 0 0.5rem;
  margin-bottom: 2.5rem;
  border-top: 1px solid #000;
  border-bottom: none;
  font-size: 18px;
  font-size: 1.125rem; }
  .he-calculation-view-form .c-calculator__row2--summary:after {
    border-color: #000; }
  .he-calculation-view-form .c-calculator__row2--summary .row {
    display: flex;
    margin: 0; }
  .he-calculation-view-form .c-calculator__row2--summary .c-calculator__column {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .he-calculation-view-form .c-calculator__row2--summary .c-calculator__column:first-child span {
      hyphens: none;
      white-space: nowrap;
      background-color: #FFF; }
  .he-calculation-view-form .c-calculator__row2--summary .c-calculator__input {
    font-size: 18px;
    font-size: 1.125rem; }
    .he-calculation-view-form .c-calculator__row2--summary .c-calculator__input-hover {
      opacity: 0 !important; }

.he-calculation-view-form .c-calculator__group2 .c-calculator__group2 .c-calculator__row2--summary {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #E6E6E6; }
  .he-calculation-view-form .c-calculator__group2 .c-calculator__group2 .c-calculator__row2--summary .c-calculator__column {
    padding: 0.25rem 0.5rem 0 0; }
    .he-calculation-view-form .c-calculator__group2 .c-calculator__group2 .c-calculator__row2--summary .c-calculator__column:last-child {
      padding-right: 0; }
  .he-calculation-view-form .c-calculator__group2 .c-calculator__group2 .c-calculator__row2--summary .c-calculator__label {
    padding-left: 2.75rem; }
  .he-calculation-view-form .c-calculator__group2 .c-calculator__group2 .c-calculator__row2--summary .c-calculator__input {
    font-size: 14px;
    font-size: 0.875rem; }

.he-calculation-view-form .c-calculator .c-calculator__group > .c-calculator__item:last-child > .c-calculator__item:nth-last-child(2) {
  border-bottom: none; }

.he-calculation-view-form .c-calculator .c-calculator__group > .c-calculator__item:last-child > .c-calculator__item:last-child .c-calculator__summary {
  margin-top: -0.75rem;
  margin-bottom: 3rem; }

@media screen and (min-width: 75em), print and (min-width: 20em), print and (min-resolution: 72dpi), print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .he-calculation-view-form .c-form__summary .form-control,
  .he-calculation-view-form .c-form__summary .input-group-addon {
    font-size: 18px;
    font-size: 1.125rem; } }

.he-calculation-view-form {
  max-width: 1440px;
  max-width: 90rem;
  margin: auto;
  margin-bottom: 3rem; }
  .he-calculation-view-form:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  .he-calculation-view-form .field--name-revision-log {
    display: none; }

/* @n.ang @m.gaderer PLEASE FIXME! */
/* Print-Button inside table of calculation, used for notes/ Anmerkung */
.c-calculator__column--print {
  background: #bbb;
  padding: 0.5% 2%;
  border-radius: 12px;
  color: white;
  font-size: 0.8rem; }

.c-calculator__column--print:hover {
  color: #313131;
  box-shadow: 0px 2px 5px #bbb; }

.c-calculator__column--print:active {
  color: #313131;
  box-shadow: none; }

.c-calculator__textarea::placeholder {
  color: #ccc; }

/* End print-button */
.c-calculator {
  margin-bottom: 5rem; }
  .c-calculator__group,
  .c-calculator .form-header {
    position: relative; }
  .c-calculator .form-header {
    max-width: 1440px;
    max-width: 90rem; }
  .c-calculator__group {
    max-width: 1440px;
    max-width: 90rem; }
  .c-calculator__wrapper {
    display: block;
    overflow-y: auto;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem; }
    .c-calculator__wrapper .c-calculator__wrapper {
      padding: unset;
      margin: auto; }
  .c-calculator__group {
    width: 100vw;
    padding: 0 1rem; }
  .c-calculator__row2 {
    display: table-row;
    overflow: hidden; }
    .c-calculator__row2:after {
      content: "";
      position: absolute;
      width: 100%;
      border-bottom: 1px solid #E6E6E6;
      left: 0;
      transform: translateY(-1px); }
    .c-calculator__row2:hover .c-calculator__column {
      background-color: #F9F9F9; }
      .c-calculator__row2:hover .c-calculator__column:first-child span {
        background-color: #F9F9F9; }
    .c-calculator__row2 .c-calculator__column:first-child span {
      hyphens: auto; }
    .c-calculator__row2--summary .c-calculator__column:after {
      display: none; }
    .c-calculator__row2--note .c-calculator__column {
      vertical-align: top; }
      .c-calculator__row2--note .c-calculator__column .c-calculator__label span:last-child {
        float: right; }
      .c-calculator__row2--note .c-calculator__column .c-calculator__label .glyphicon {
        top: 3px;
        color: #C4C4C4; }
        .c-calculator__row2--note .c-calculator__column .c-calculator__label .glyphicon.glyphicon-print {
          color: #000; }
      .c-calculator__row2--note .c-calculator__column:first-child:after {
        display: none; }
  .c-calculator__item .c-calculator__item {
    margin-bottom: 0;
    border-bottom: 1px solid #E6E6E6; }
    .c-calculator__item .c-calculator__item:last-child {
      border: none; }
    .c-calculator__item .c-calculator__item .row:hover {
      background-color: #E6E6E6; }
    .c-calculator__item .c-calculator__item .c-calculator__summary {
      margin-bottom: 1rem;
      position: relative;
      top: -1px; }
      .c-calculator__item .c-calculator__item .c-calculator__summary .row:hover {
        background-color: transparent; }
  .c-calculator__header .c-calculator__column {
    padding-right: 0.75rem; }
  .c-calculator__subheader {
    display: table-row;
    padding: 0 0.5rem;
    font-weight: 400; }
    .c-calculator__subheader p {
      line-height: 33px;
      line-height: 2.0625rem; }
    .c-calculator__subheader ~ .c-calculator__item .form-bullet {
      padding-left: 0.7rem; }
    .c-calculator__subheader:after {
      content: "";
      position: absolute;
      width: 100%;
      border-bottom: 1px solid #E6E6E6;
      left: 0;
      transform: translateY(-1px); }
    .c-calculator__subheader .c-calculator__column {
      text-align: left;
      min-width: unset !important; }
      .c-calculator__subheader .c-calculator__column:first-child:after {
        bottom: -1px; }
  .c-calculator__label-display {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal; }
  .c-calculator__label {
    vertical-align: top; }
  .c-calculator__column {
    display: table-cell;
    width: 100%;
    position: relative;
    vertical-align: top;
    padding-top: 3px;
    padding-top: 0.1875rem;
    padding-right: 0.75rem;
    white-space: nowrap;
    text-align: right; }
    .c-calculator__column:first-child {
      z-index: 2;
      max-width: 17rem;
      position: sticky;
      left: 0;
      background-color: #FFF;
      text-align: left; }
      .c-calculator__column:first-child:after {
        content: "";
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #E6E6E6;
        left: 0;
        transform: translateY(-1px); }
    .c-calculator__column:last-child, .c-calculator__column:nth-last-child(2), .c-calculator__column:nth-last-child(3) {
      min-width: 175px;
      min-width: 10.9375rem; }
    .c-calculator__column:last-child {
      padding-right: unset; }
    .c-calculator__column--note {
      padding-top: 0; }
      .c-calculator__column--note .c-calculator__item2 {
        display: block;
        width: 100%;
        text-align: left; }
      .c-calculator__column--note .c-calculator__textarea {
        margin-bottom: 0;
        border: none;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem;
        background-color: #FFF !important;
        min-height: unset; }
  .c-calculator.has-equity .c-calculator__group {
    max-width: 1570px;
    max-width: 98.125rem; }
  .c-calculator.has-equity .c-calculator__column:nth-last-child(4), .c-calculator.has-equity .c-calculator__column:nth-last-child(5), .c-calculator.has-equity .c-calculator__column:nth-last-child(6) {
    min-width: 175px;
    min-width: 10.9375rem; }

@media screen and (min-width: 1312px) {
  .c-calculator__group {
    padding: 0;
    padding-right: 0.5rem; } }

.he-calculation-view-form .c-panel {
  position: relative; }
  .he-calculation-view-form .c-panel.panel-default {
    margin-bottom: 0; }
  .he-calculation-view-form .c-panel .panel-default {
    border: none;
    box-shadow: none; }
  .he-calculation-view-form .c-panel .form-group {
    margin-bottom: 0.5rem; }
  .he-calculation-view-form .c-panel .form-text {
    max-width: 505px;
    max-width: 31.5625rem; }
  .he-calculation-view-form .c-panel .panel-heading {
    padding-top: 0.5rem; }
    .he-calculation-view-form .c-panel .panel-heading .panel-title {
      padding: 0; }
      .he-calculation-view-form .c-panel .panel-heading .panel-title:before, .he-calculation-view-form .c-panel .panel-heading .panel-title:after {
        left: auto;
        right: calc( -1.25rem - 0.1rem); }
      .he-calculation-view-form .c-panel .panel-heading .panel-title:after {
        right: -1rem; }
  .he-calculation-view-form .c-panel .panel-body {
    position: absolute;
    top: 2rem;
    padding: 1.25rem;
    background-color: #FFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13); }
    .he-calculation-view-form .c-panel .panel-body .form-group:not(.form-type-textarea) .control-label {
      min-width: 3.75rem; }
    .he-calculation-view-form .c-panel .panel-body .control-label {
      font-weight: 700; }
  .he-calculation-view-form .c-panel .form-type-item .control-label {
    margin-right: 0.75rem; }
  .he-calculation-view-form .c-panel .collapse.in {
    z-index: 60; }

.node-configuration-form > .form-type-vertical-tabs {
  padding-top: 4rem; }

.node-configuration-form > .field-group-fieldset > .panel-heading .panel-title {
  font-size: 1rem; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
  transition: background-color 5000s ease-in-out 0s; }

.c-calculator .c-form__summary [class^="col-"] {
  padding: 0; }

.node-form {
  max-width: 1280px;
  max-width: 80rem;
  margin: auto; }
  .node-form legend {
    padding-top: 3rem;
    margin-bottom: 0.5rem; }
  .node-form .form-wrapper {
    /* display: block; */ }
    .node-form .form-wrapper .panel-body .form-type-textfield + .c-btn {
      display: inline-block;
      padding: 0;
      cursor: pointer;
      transform: translateX(-2rem);
      border: none; }
    .node-form .form-wrapper .panel-body .form-type-select {
      position: absolute;
      opacity: 0; }
    .node-form .form-wrapper .panel-body .form-wrapper .form-type-textfield,
    .node-form .form-wrapper .panel-body .form-wrapper .field--type-integer,
    .node-form .form-wrapper .panel-body .form-wrapper .field--type-decimal {
      display: inline-block;
      margin-right: 0.75rem;
      margin-bottom: 0; }
    .node-form .form-wrapper .panel-body .form-wrapper .field--type-he-price {
      display: flex;
      padding-left: 1.35rem;
      margin: 0 -0.5rem; }
      .node-form .form-wrapper .panel-body .form-wrapper .field--type-he-price .form-item {
        display: flex;
        align-items: baseline;
        position: relative;
        width: 25%;
        padding: 0 0.5rem; }
      .node-form .form-wrapper .panel-body .form-wrapper .field--type-he-price .control-label {
        min-width: auto; }
      .node-form .form-wrapper .panel-body .form-wrapper .field--type-he-price .control-unit.prefix {
        position: relative;
        left: 0.75rem; }
      .node-form .form-wrapper .panel-body .form-wrapper .field--type-he-price .control-unit.suffix {
        position: absolute;
        right: 0; }
      .node-form .form-wrapper .panel-body .form-wrapper .field--type-he-price .form-control {
        display: block;
        padding-left: 1rem; }
      .node-form .form-wrapper .panel-body .form-wrapper .field--type-he-price .form-group:last-child {
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; }
    .node-form .form-wrapper .panel-body .form-wrapper.field--type-he-time-range .control-label, .node-form .form-wrapper .panel-body .form-wrapper.field-group-details .control-label {
      min-width: unset; }
    .node-form .form-wrapper .panel-body .form-wrapper.field-group-details .field--type-decimal .control-label {
      min-width: 6rem; }
  .node-form .field--type-string {
    margin-bottom: 0.5rem; }
    .node-form .field--type-string + .field--type-he-time-range {
      padding-top: 1rem; }
  .node-form .field--widget-entity-reference-autocomplete {
    margin-bottom: 3rem; }
  .node-form .input-group-addon {
    position: absolute;
    right: 0;
    background-color: transparent;
    border: none;
    cursor: pointer; }

.node-project-form {
  max-width: 80rem; }

.node-project-edit-form + .block-he-timeline-block {
  margin-bottom: 4rem; }

.project-info {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13); }
  .project-info .row {
    display: flex;
    align-items: center; }

.project-details {
  display: flex;
  padding-right: 1rem;
  border-right: 1px solid #C4C4C4;
  justify-content: space-between;
  align-items: center; }
  .project-details a {
    min-width: 1.25rem; }

.project-address .field {
  display: inline-block;
  margin-right: 0.25rem; }

.project.full {
  margin-bottom: 2rem; }
  .project.full .view-eva .item-list {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem; }

.btn.icon-before .glyphicon-pencil {
  margin: 0;
  top: 2px; }

.page-node-type-project .page-header {
  margin-bottom: 0; }

.page-node-type-project .node-project-delete-form.node-confirm-form {
  text-align: center;
  margin: 3rem 0; }

.node-configuration-delete-form,
.node-topography-delete-form {
  text-align: center; }

.node-form .field--type-entity-reference .btn {
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 0.25rem; }
  .node-form .field--type-entity-reference .btn-info:focus {
    border-color: #31b0d5; }
  .node-form .field--type-entity-reference .btn:focus {
    outline: none; }
  .node-form .field--type-entity-reference .btn:disabled {
    border: 1px solid #E6E6E6; }

.node-form .field--type-entity-reference .table-responsive {
  position: relative;
  overflow: visible; }
  .node-form .field--type-entity-reference .table-responsive + .clearfix {
    max-width: 540px;
    max-width: 33.75rem;
    text-align: right; }
  .node-form .field--type-entity-reference .table-responsive .btn {
    float: none;
    min-width: 120px;
    min-width: 7.5rem;
    margin: 0;
    position: absolute;
    bottom: -1.85rem;
    left: 0; }

.node-form .field-multiple-table.table-striped {
  width: auto;
  margin-bottom: 0;
  border: none; }
  .node-form .field-multiple-table.table-striped thead th {
    padding: 0; }
  .node-form .field-multiple-table.table-striped tr {
    background-color: transparent; }
    .node-form .field-multiple-table.table-striped tr:hover {
      background-color: transparent; }
  .node-form .field-multiple-table.table-striped th, .node-form .field-multiple-table.table-striped td {
    border: none; }
  .node-form .field-multiple-table.table-striped .field-multiple-drag {
    min-width: 1.1rem;
    padding: 0;
    vertical-align: middle; }
    .node-form .field-multiple-table.table-striped .field-multiple-drag a {
      float: none;
      margin: 0;
      padding: 0; }
  .node-form .field-multiple-table.table-striped .form-type-select {
    position: relative;
    opacity: 1;
    margin-bottom: 0; }
    .node-form .field-multiple-table.table-striped .form-type-select .select-wrapper .form-control {
      width: auto;
      min-width: 3rem;
      margin-bottom: 0; }

.node-form,
.development.full {
  padding: 0 0.25rem; }
  .node-form .field-group-tabs-wrapper,
  .development.full .field-group-tabs-wrapper {
    margin-bottom: 4rem; }
    .node-form .field-group-tabs-wrapper .tabbable,
    .development.full .field-group-tabs-wrapper .tabbable {
      min-height: 600px; }
  .node-form .tabbable .nav-tabs,
  .development.full .tabbable .nav-tabs {
    position: fixed; }
  .node-form .tabbable .vertical-tab-button a,
  .development.full .tabbable .vertical-tab-button a {
    border: none;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    padding-left: 0; }
    .node-form .tabbable .vertical-tab-button a:hover,
    .development.full .tabbable .vertical-tab-button a:hover {
      border: none;
      background-color: transparent; }
  .node-form .tabbable .vertical-tab-button.active a,
  .development.full .tabbable .vertical-tab-button.active a {
    border: none;
    box-shadow: none;
    font-weight: 700;
    color: #000; }
  .node-form .tab-content,
  .development.full .tab-content {
    max-width: 1280px;
    max-width: 80rem;
    margin-left: 15rem;
    padding: 0;
    border: none;
    box-shadow: none; }

.node-form > .form-type-vertical-tabs {
  margin-bottom: 4rem; }
  .node-form > .form-type-vertical-tabs legend {
    padding: 0; }
  .node-form > .form-type-vertical-tabs .tabbable .nav-tabs {
    position: relative; }
  .node-form > .form-type-vertical-tabs .form-item {
    margin-bottom: 0.5rem; }
  .node-form > .form-type-vertical-tabs .form-type-radio {
    padding-left: 1.25rem; }
  .node-form > .form-type-vertical-tabs .control-label {
    padding: 0; }
  .node-form > .form-type-vertical-tabs .field--widget-string-textarea .control-label {
    float: none; }

.node-form.node-project-edit-form > .form-type-vertical-tabs, .node-form.node-project-form > .form-type-vertical-tabs {
  padding-top: 3rem; }

.node-form .input-group .form-control {
  z-index: 0; }

.node-form .form-item label {
  float: left;
  min-width: 11rem;
  padding-top: 0.25rem;
  margin-bottom: 0;
  margin-right: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem; }

.node-form .field--widget-he-time-range-widget .form-type-checkbox input[type="checkbox"]:checked + span:before {
  content: "\e014"; }

.node-form .field_group_land_purchase {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }
  .node-form .field_group_land_purchase .form-group {
    width: 28%; }
    .node-form .field_group_land_purchase .form-group input {
      width: 100%; }

.node-form .form-autocomplete .form-control,
.node-form .form-autocomplete .input-group-addon {
  display: inline-block; }

.node-form .form-autocomplete .input-group-addon {
  width: 2rem;
  padding: 5.5px 9px;
  padding: 0.34375rem 0.5625rem; }

.node-form .form-type-checkbox label,
.node-form .form-type-radio label {
  float: none; }

.node-form .form-type-checkbox {
  margin: 0; }

.development .list-group h4 {
  margin-bottom: 0.25rem; }

.development .list-group .field--label-inline {
  margin-bottom: 0; }

.development.full .field--type-he-time-range.field--label-inline {
  display: block; }
  .development.full .field--type-he-time-range.field--label-inline .field--label {
    display: inline-block;
    float: none; }
    .development.full .field--type-he-time-range.field--label-inline .field--label + .field--item {
      display: inline-block;
      margin: 0; }
  .development.full .field--type-he-time-range.field--label-inline .field--item {
    margin-left: 10.25rem; }

.node-form.node-development-edit-form .field-group-tab {
  display: none; }
  .node-form.node-development-edit-form .field-group-tab .panel-body > .form-wrapper:first-child legend:first-child {
    padding-top: 0; }
  .node-form.node-development-edit-form .field-group-tab.active {
    display: block; }
  .node-form.node-development-edit-form .field-group-tab .form-type-radio label {
    float: left; }

.node-form.node-development-edit-form .field-group-tab .panel-body .field--type-he-time-range .form-item .panel-title,
.node-form.node-development-edit-form .field-group-details .panel-title {
  padding-left: 0; }

.node-form.node-development-edit-form .field--type-he-time-range .glyphicon:first-child {
  float: left;
  margin-right: 0.5rem;
  top: -1px; }

.node-form.node-development-edit-form .field--type-he-time-range .form-item[aria-describedby$="description"] .panel-title {
  float: left;
  margin-right: 1rem; }

.node-form.node-development-edit-form .field--type-he-time-range .form-item[aria-describedby$="description"] .help-block {
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 0;
  color: #6c9dd1; }
  .node-form.node-development-edit-form .field--type-he-time-range .form-item[aria-describedby$="description"] .help-block .glyphicon {
    top: 0;
    margin-right: 0.25rem; }

.node-form.node-development-edit-form .field-group-fieldset.panel-default .field--type-entity-reference + .field--type-he-time-range .glyphicon:first-child {
  top: calc(-1.5rem - 0.1rem); }

.node-form.node-development-edit-form .panel-body {
  padding-left: 0; }
  .node-form.node-development-edit-form .panel-body .form-wrapper .form-type-textfield {
    margin-right: 0; }
    .node-form.node-development-edit-form .panel-body .form-wrapper .form-type-textfield + .c-btn {
      transform: translateX(-1rem); }

.node-form.node-development-edit-form .panel-title:before, .node-form.node-development-edit-form .panel-title:after {
  display: none; }

.node-form.node-development-edit-form .glyphicon-calendar {
  cursor: pointer;
  margin-right: 1.5rem;
  margin-left: -0.5rem; }

.node-form.node-development-edit-form .business-planner-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
  margin-top: 0.75rem; }
  .node-form.node-development-edit-form .business-planner-bottom .field--type-boolean {
    margin-bottom: 0; }

.node-form.node-development-edit-form .business-planner-title {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: bottom; }

.node-form.node-development-edit-form [data-drupal-selector="edit-group-business-planner"] .panel-body > .form-wrapper .form-group {
  display: flex;
  line-height: 27px;
  line-height: 1.6875rem; }

.node-form.node-development-edit-form [data-drupal-selector="edit-group-business-planner"] .panel-body > .form-wrapper.field--name-field-freigabe-business-planner {
  margin-bottom: 2rem; }

.node-form.node-development-edit-form [data-drupal-selector="edit-group-business-planner"] .panel-body .date-label .control-label {
  float: none; }

.node-form.node-development-edit-form [data-drupal-selector="edit-group-business-planner"] .panel-body .date-label .date-wrapper {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem; }

@media screen and (min-width: 75em), print and (min-width: 20em), print and (min-resolution: 72dpi), print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .node-form.node-development-edit-form [data-drupal-selector="edit-group-business-planner"] .panel-body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem; }
    .node-form.node-development-edit-form [data-drupal-selector="edit-group-business-planner"] .panel-body > * {
      padding: 0 1rem; }
    .node-form.node-development-edit-form [data-drupal-selector="edit-group-business-planner"] .panel-body > .form-wrapper {
      width: 50%; }
      .node-form.node-development-edit-form [data-drupal-selector="edit-group-business-planner"] .panel-body > .form-wrapper.field--name-field-freigabe-business-planner {
        width: 100%; } }

.page-node-type-development .ui-widget-overlay {
  background-color: black; }

.page-node-type-development .ui-dialog .ui-dialog-title:before {
  content: "Kalkulation auswählen"; }

.page-node-type-development .ui-dialog .ui-dialog-titlebar-close {
  font-family: 'Glyphicons Halflings';
  background-color: transparent;
  line-height: 1.25rem; }
  .page-node-type-development .ui-dialog .ui-dialog-titlebar-close:before {
    content: "\e014"; }

.page-node-type-development .ui-dialog .ui-dialog-content {
  padding: 0.75rem 0.5rem 0.25rem; }
  .page-node-type-development .ui-dialog .ui-dialog-content li .btn {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    white-space: normal; }

/* All other users admin toolbar */
.environment-indicator-dev .dialog-off-canvas-main-canvas .main-container {
  background-color: rgba(115, 255, 160, 0.1); }

.environment-indicator-staging .dialog-off-canvas-main-canvas .main-container {
  background-color: rgba(255, 155, 155, 0.1); }

/* Logged in as admin user - This bar only shows if you have the admin toolbar fully available, due to capabilities */
.enindicator-staging + .dialog-off-canvas-main-canvas .main-container {
  background-color: rgba(255, 155, 155, 0.1); }

.enindicator-dev + .dialog-off-canvas-main-canvas .main-container {
  background-color: rgba(115, 255, 160, 0.1); }

.align--middle.row {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0.5rem; }
  .align--middle.row p {
    display: flex;
    margin-bottom: 0; }

.u-space-pdr--one-and-a-half {
  padding-right: 1.5rem; }

.u-space-pdr--double {
  padding-right: 2rem; }

.u-space-pdr--triple-and-a-quarter {
  padding-right: 3.25rem; }

.u-space-mr--quarter {
  margin-right: 0.25rem; }

.u-space-mr--third {
  margin-right: 0.3125rem; }

.u-space-mr--half {
  margin-right: 0.5rem; }

.u-space-mr--two-third {
  margin-right: 0.625rem; }

.u-space-mr--three-quarter {
  margin-right: 0.75rem; }

.u-space-mr--single {
  margin-right: 1rem; }

.u-space-mr--one-and-a-quarter {
  margin-right: 1.25rem; }

.u-space-mr--one-and-two-third {
  margin-right: 1.625rem; }

.u-space-mr--one-and-half {
  margin-right: 1.5rem; }

.u-space-mb--three-quarter {
  margin-bottom: 0.75rem; }

.u-space-mb--single {
  margin-bottom: 1rem; }

.u-space-mb--double {
  margin-bottom: 2rem; }

.u-space-mb--triple {
  margin-bottom: 3rem; }

.u-list--nobullets {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .u-list--nobullets li {
    list-style-type: none; }

.u-list--float li {
  float: left; }
  .u-list--float li.spacer {
    font-size: 3rem;
    height: 30px;
    line-height: 1; }

.u-faux--select {
  position: relative; }
  .u-faux--select:after {
    content: "\e904";
    font-family: 'haring';
    position: absolute;
    z-index: 1;
    color: black;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    pointer-events: none; }

.u-hidden {
  display: none; }

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

[class^="u-icon--"], [class*=" u-icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'haring' !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; }

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

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

.u-icon--exclamation-mark:before {
  content: "\e902"; }

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

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

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

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

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

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

.u-icon--more:before {
  content: "\e915"; }

.u-icon--plus:before {
  content: "\e917"; }

.u-icon--bell:before {
  content: "\e920"; }

.u-icon--close:before {
  content: "\e928";
  font-size: 1.3rem; }

.u-icon--filter:before {
  content: "\f0b0"; }

.u-icon--info:before {
  content: "\f129"; }

.u-icon--overdue {
  position: relative;
  vertical-align: middle;
  width: 1rem;
  display: inline-block;
  margin-right: 0.5rem; }
  .u-icon--overdue:before {
    content: "\e907";
    font-size: 1.69rem;
    line-height: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #C54747; }
  .u-icon--overdue:after {
    content: "\e902";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 1; }

.anim--fade-in {
  animation: fade-in 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes grow {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
