/*
 * Anchor Pseudoklassen wiedervervwenbar
 * Quelle: http://chriseppstein.github.io/blog/2012/08/23/sass-3-2-is-released/
 * Verwendung:
   a {
     @include anchorStats {
       color: gray;
     }
   }
 */
@font-face {
  font-family: 'BrandonMed';
  src: url("../fonts/medium.eot");
  src: url("../fonts/medium.eot?#iefix") format("embedded-opentype"), url("../fonts/medium.woff") format("woff"), url("../fonts/medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  -moz-font-feature-settings: "ss01" 1;
  -moz-font-feature-settings: "ss01=1";
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  -webkit-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1; }
@font-face {
  font-family: 'BrandonRegular';
  src: url("../fonts/regular.eot");
  src: url("../fonts/regular.eot?#iefix") format("embedded-opentype"), url("../fonts/regular.woff") format("woff"), url("../fonts/regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  -moz-font-feature-settings: "ss01" 1;
  -moz-font-feature-settings: "ss01=1";
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  -webkit-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1; }
@font-face {
  font-family: 'BrandonBold';
  src: url("../fonts/bold.eot");
  src: url("../fonts/bold.eot?#iefix") format("embedded-opentype"), url("../fonts/bold.woff") format("woff"), url("../fonts/bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  -moz-font-feature-settings: "ss01" 1;
  -moz-font-feature-settings: "ss01=1";
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  -webkit-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1; }
/* Generated by Glyphter (http://www.glyphter.com) on  Thu Jul 16 2015*/
@font-face {
  font-family: 'BrutalismusIcons';
  src: url("../fonts/BrutalismusIcons.eot");
  src: url("../fonts/BrutalismusIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/BrutalismusIcons.woff") format("woff"), url("../fonts/BrutalismusIcons.ttf") format("truetype"), url("../fonts/BrutalismusIcons.svg#BrutalismusIcons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class*='brutal-']:before {
  display: inline-block;
  font-family: 'BrutalismusIcons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0; }

.brutal-arrow-right:before {
  content: '\0041'; }

.brutal-arrow-down:before {
  content: '\0042'; }

.brutal-arrow-left:before {
  content: '\0043'; }

.brutal-arrow-up:before {
  content: '\0044'; }

.brutal-doc:before {
  content: '\0045'; }

.brutal-close:before {
  content: '\0046'; }

.brutal-clock:before {
  content: '\0047'; }

.brutal-label:before {
  content: '\0048'; }

.brutal-menu:before {
  content: '\0049'; }

.brutal-glass-2:before {
  content: '\004A'; }

.brutal-glass-1:before {
  content: '\004B'; }

.brutal-marker:before {
  content: '\004C'; }

.brutal-map:before {
  content: '\004D'; }

.brutal-star:before {
  content: '\004E'; }

.brutal-grid:before {
  content: '\004F'; }

.brutal-flag:before {
  content: '\0050'; }

.brutal-question:before {
  content: '\0051'; }

.brutal-info-icon:before {
  content: '\0052'; }

.brutal-share:before {
  content: '\0053'; }

body {
  font-family: BrandonRegular, Arial, sans-serif;
  font-style: normal;
  color: #000;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: BrandonBold, Arial, sans-serif;
  margin: 0; }

h1 {
  font-size: 100px;
  font-size: 5.4vmax; }

h2 {
  font-size: 65px;
  font-size: 3.4vmax; }

h3 {
  font-size: 38px;
  font-size: 2vmax; }

strong, b {
  font-family: BrandonBold, Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px; }

p, ul li {
  font-family: BrandonMed, Arial, sans-serif;
  font-style: normal;
  font-size: 18px; }

address, address a, address a:link, address a:visited, address a:hover, address a:focus, address a:active {
  font-family: BrandonMed, Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3; }

cite {
  color: #000;
  font-style: normal; }

blockquote {
  color: #000;
  border-left: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-style: italic;
  text-align: justify;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  blockquote footer {
    text-align: right; }

a {
  cursor: pointer; }
  a, a:link, a:visited, a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none;
    font-family: BrandonBold, Arial, sans-serif;
    font-weight: normal;
    font-size: 20px; }

form {
  text-align: center; }

label {
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 16px; }

input {
  padding: 5px;
  text-align: center;
  font-family: BrandonMed, Arial, sans-serif;
  font-size: 20px;
  border: none;
  border-radius: 0;
  color: #fff;
  width: 100%; }
  input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1; }
  input::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  input:-ms-input-placeholder {
    color: #fff;
    opacity: 1; }
  input::placeholder {
    color: #fff;
    opacity: 1; }

figure {
  position: relative; }
  figure figcaption {
    position: relative;
    color: #000;
    padding: 8px;
    font-family: BrandonRegular, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 108px; }
    figure figcaption strong {
      font-family: BrandonRegular, Arial, sans-serif;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0; }

.tooltip-text strong {
  font-family: BrandonRegular, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], .ng-cloak {
  display: none !important; }

[data-ng-click] {
  cursor: pointer; }

/*
 * Theme Spezialisierung
 */
.status-saved {
  background-color: #61afff; }

.status-danger {
  background-color: #e33a1c;
  color: #fff; }

.status-saved-danger {
  background-color: #e33a1c;
  background: -webkit-linear-gradient(45deg, #61afff 25%, transparent 25%, transparent 50%, #61afff 50%, #61afff 75%, transparent 75%, transparent) repeat scroll 0 0 #e33a1c;
  background: linear-gradient(45deg, #61afff 25%, transparent 25%, transparent 50%, #61afff 50%, #61afff 75%, transparent 75%, transparent) repeat scroll 0 0 #e33a1c; }
  .status-saved-danger.status-vertical {
    background-color: #e33a1c;
    background-image: -webkit-repeating-linear-gradient(45deg, transparent, transparent 35px, #61afff 35px, #61afff 70px);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, #61afff 35px, #61afff 70px); }

.status-partly-demolished {
  color: #fff;
  background-color: #000;
  background: -webkit-linear-gradient(45deg, #61afff 25%, transparent 25%, transparent 50%, #61afff 50%, #61afff 75%, transparent 75%, transparent) repeat scroll 0 0 #000;
  background: linear-gradient(45deg, #61afff 25%, transparent 25%, transparent 50%, #61afff 50%, #61afff 75%, transparent 75%, transparent) repeat scroll 0 0 #000; }
  .status-partly-demolished.status-vertical {
    background-color: #000;
    background-image: -webkit-repeating-linear-gradient(45deg, transparent, transparent 35px, #61afff 35px, #61afff 70px);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, #61afff 35px, #61afff 70px); }

.status-still-there {
  background-color: #8f8f8f; }

.status-extinct {
  background-color: #000;
  color: #fff; }

.tooltip-content {
  display: none; }

.popover {
  font-family: BrandonRegular, Arial, sans-serif;
  border-radius: 0;
  border: none;
  padding: 0; }
  .popover .popover-content {
    padding: 0; }
    .popover .popover-content img {
      width: 100%; }
    .popover .popover-content .tooltip-text {
      padding: 8px 12px;
      display: block; }
  .popover.status-saved.top .arrow:after, .popover.status-saved.bottom .arrow:after {
    border-top-color: #61afff;
    border-bottom-color: #61afff; }
  .popover.status-danger.top .arrow:after, .popover.status-danger.bottom .arrow:after, .popover.status-saved-danger.top .arrow:after, .popover.status-saved-danger.bottom .arrow:after {
    border-top-color: #e33a1c;
    border-bottom-color: #e33a1c; }
  .popover.status-still-there.top .arrow:after, .popover.status-still-there.bottom .arrow:after {
    border-top-color: #8f8f8f;
    border-bottom-color: #8f8f8f; }
  .popover.status-extinct.top .arrow:after, .popover.status-extinct.bottom .arrow:after, .popover.status-partly-demolished.top .arrow:after, .popover.status-partly-demolished.bottom .arrow:after {
    border-top-color: #000;
    border-bottom-color: #000; }
  .popover.status-saved.left .arrow:after, .popover.status-saved.right .arrow:after {
    border-left-color: #61afff;
    border-right-color: #61afff; }
  .popover.status-danger.left .arrow:after, .popover.status-danger.right .arrow:after, .popover.status-saved-danger.left .arrow:after, .popover.status-saved-danger.right .arrow:after {
    border-left-color: #e33a1c;
    border-right-color: #e33a1c; }
  .popover.status-still-there.left .arrow:after, .popover.status-still-there.right .arrow:after {
    border-left-color: #8f8f8f;
    border-right-color: #8f8f8f; }
  .popover.status-extinct.left .arrow:after, .popover.status-extinct.right .arrow:after, .popover.status-partly-demolished.left .arrow:after, .popover.status-partly-demolished.right .arrow:after {
    border-left-color: #000;
    border-right-color: #000; }

.popover.dark {
  background-color: #000;
  color: #fff; }
  .popover.dark .popover-content {
    padding: 5px 10px; }
  .popover.dark.left .arrow:after, .popover.dark.right .arrow:after {
    border-left-color: #000;
    border-right-color: #000; }
  .popover.dark.top .arrow:after, .popover.dark.bottom .arrow:after {
    border-top-color: #000;
    border-bottom-color: #000; }

.flex-vertical-middle, .brutal-info {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.bootstrap-select button {
  background-color: #c8c8c8;
  font-family: BrandonMed, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  border-radius: 0;
  padding: 4px 12px;
  height: 34px; }
  .bootstrap-select button .filter-option {
    text-align: center !important; }
    .bootstrap-select button .filter-option:after {
      content: ' ';
      display: block;
      position: absolute;
      top: -1px;
      right: -1px;
      width: 32px;
      height: 34px;
      background-color: #000; }
  .bootstrap-select button .caret {
    border: none; }
    .bootstrap-select button .caret:before {
      color: #fff;
      display: inline-block;
      font-family: 'BrutalismusIcons';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-shadow: 0 0 0;
      font-weight: bold;
      content: '\0042';
      left: -11px;
      position: relative;
      top: -7px; }
.bootstrap-select .dropdown-menu {
  background-color: #c8c8c8;
  border-radius: 0; }
  .bootstrap-select .dropdown-menu.inner {
    padding-right: 20px; }
  .bootstrap-select .dropdown-menu a {
    padding: 3px 20px 3px 34px; }

.advanced-search input {
  height: 34px;
  font-size: 16px; }
.advanced-search .bootstrap-select {
  width: 100% !important; }
.advanced-search .row label {
  padding: 15px 0 0 0; }

.option-status {
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 12px;
  top: 12px; }

.link {
  font-size: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-align: center; }
  .link [class*='brutal-'] {
    font-size: 24px;
    margin: 0 0 0 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-align: center; }

[class*='brutal-'].brutal-big:before {
  font-size: 32px; }
[class*='brutal-'].brutal-centered {
  margin: -5px 0 0 0; }

.brutal-ul {
  list-style-type: none;
  margin-left: 2.14286em;
  padding-left: 0; }
  .brutal-ul > li {
    position: relative; }
  .brutal-ul span a, .brutal-ul p a {
    font-family: BrandonMed, Arial, sans-serif;
    font-size: 18px;
    text-decoration: underline; }
  .brutal-ul .btn {
    text-decoration: none; }
  .brutal-ul .social-dropdown a {
    text-decoration: none; }

.brutal-li {
  left: -2.14286em;
  position: absolute;
  text-align: center;
  top: 0.142857em;
  width: 2.14286em; }

.c-orange {
  color: #e04616; }

.c-blue {
  color: #61afff; }

.c-grey {
  color: #c8c8c8; }

.container-dark, .container-black {
  background-color: #323232;
  color: #fff; }
  .container-dark a, .container-black a {
    color: inherit; }
  .container-dark input, .container-black input {
    background-color: #c8c8c8; }

.container-black {
  background-color: #000; }

.container-light {
  background-color: #c8c8c8;
  color: #000; }
  .container-light a {
    color: inherit; }
  .container-light input {
    background-color: #000; }
  .container-light .btn-default {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 8px 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%; }

.brutal-header-logos > div {
  max-width: 300px; }

a.social-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 2px 0 0;
  font-size: 14px; }
  a.social-link:last-child {
    margin: 0; }
  a.social-link .fa {
    font-size: 14px; }

.project-detail .navbar {
  margin: 0;
  border: 0;
  border-radius: 0; }
.project-detail .container-light {
  min-height: 83.5vh; }

.page-timeline .navbar {
  margin: 0;
  border: 0;
  border-radius: 0; }

.empty {
  color: #e33a1c; }

.navbar {
  background-color: #000;
  color: #fff; }
  .navbar [class*='brutal-'].brutal-big:before {
    display: inline-block;
    font-size: 26px;
    padding: 4px 0 0; }
  .navbar .navbar-toggle {
    position: absolute;
    left: 15px;
    border-color: transparent; }
  .navbar .navbar-nav.in, .navbar .navbar-nav.collapsing {
    clear: both; }
  .navbar .navbar-nav li a {
    padding: 8px 15px; }
    .navbar .navbar-nav li a:hover {
      color: #fff; }
  .navbar .navbar-nav li.active a, .navbar .navbar-nav li.active a:link, .navbar .navbar-nav li.active a:visited, .navbar .navbar-nav li.active a:hover, .navbar .navbar-nav li.active a:focus, .navbar .navbar-nav li.active a:active {
    background-color: transparent;
    color: #fff; }
  .navbar .navbar-name {
    left: 10px;
    position: relative;
    top: -8px; }
  .navbar .navbar-active-name {
    line-height: 48px;
    margin: 0 0 0 15px;
    font-size: 16px;
    letter-spacing: 1px; }
  .navbar .navbar-brand {
    font-size: 30px; }
    .navbar .navbar-brand, .navbar .navbar-brand:link, .navbar .navbar-brand:visited, .navbar .navbar-brand:hover, .navbar .navbar-brand:focus, .navbar .navbar-brand:active {
      color: #fff; }

.navbar-default {
  border: none; }

.brutal-info {
  padding: 40px 0 20px; }

.container header {
  padding: 20px 0 10px; }
  .container header a {
    letter-spacing: 1px;
    font-size: 18px; }

.text-column-2 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2; }

.home-header {
  position: relative;
  background: url(../images/background.jpg) no-repeat 0 bottom #000;
  background-size: cover;
  height: 30vw;
  min-height: 520px;
  padding: 25px; }
  .home-header h1 {
    color: #fff;
    text-align: center;
    padding: 10% 0 6%; }
  .home-header .social-link {
    color: #000;
    background-color: #fff; }
  .home-header .home-links {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .home-header .home-links a {
      text-transform: uppercase;
      color: #fff;
      font-size: 20px;
      padding: 0 5%;
      margin: 0 0 15px;
      display: inline-block; }
      .home-header .home-links a:hover {
        text-shadow: 0 0 1px #fff; }
  .home-header .copyright {
    position: absolute;
    bottom: 5px;
    right: 5px; }
    .home-header .copyright a {
      color: #c8c8c8;
      font-weight: bold;
      font-family: BrandonRegular, Arial, sans-serif;
      font-size: 12px; }

/*
 * Einzelne Boxen heissen "Section"
 */
.section-about-1 {
  padding: 75px 0 40px; }
  .section-about-1 p {
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .section-about-1 p a {
      font-size: 18px; }
  .section-about-1 .about-read-more h3 {
    padding: 60px 0 40px; }
  .section-about-1 .about-read-more .text-column-2 {
    padding: 30px 0; }
  .section-about-1 .about-read-more .foto {
    background: no-repeat 0 50% transparent;
    background-size: 100% auto;
    height: 670px;
    width: 100%; }
  .section-about-1 .about-read-more .foto-copyright {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c8c8c8;
    padding: 5px;
    font-family: BrandonRegular, Arial, sans-serif;
    font-size: 12px; }
  .section-about-1 .about-read-more figcaption {
    height: auto; }

.section-survey, .section-concrete-monsters {
  padding: 75px 0 40px; }
  .section-survey h3, .section-concrete-monsters h3 {
    margin-bottom: 1.1em; }
  .section-survey h4, .section-concrete-monsters h4 {
    margin-bottom: 1em; }
  .section-survey p, .section-concrete-monsters p {
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    margin-bottom: 1em;
    font-family: BrandonMed, Arial, sans-serif;
    font-style: normal; }
    .section-survey p a, .section-concrete-monsters p a {
      text-decoration: underline;
      font-family: BrandonMed, Arial, sans-serif;
      font-style: normal; }

.section-concrete-monsters {
  background: transparent url(../images/SOSBrutalism_Dujardin.jpg) no-repeat 0 50%;
  background-size: cover; }
  .section-concrete-monsters h3, .section-concrete-monsters p {
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
            filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8)); }

.section-about-featured, .section-about-help {
  padding: 40px 0 50px; }
  .section-about-featured header, .section-about-help header {
    padding: 20px 0 10px; }
    .section-about-featured header p, .section-about-help header p {
      letter-spacing: 1px; }
      .section-about-featured header p span, .section-about-help header p span {
        font-family: BrandonRegular, Arial, sans-serif; }
    .section-about-featured header a, .section-about-help header a {
      letter-spacing: 1px;
      font-size: 18px; }

.section-about-help {
  padding: 0 0 50px; }

.section-about-search {
  padding: 40px 0; }
  .section-about-search label {
    height: 50px;
    font-weight: normal;
    font-family: BrandonBold, Arial, sans-serif;
    font-size: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-align: center; }
  .section-about-search input[name=search] {
    height: 50px; }

.section-map {
  background-color: #000;
  padding: 35px 0 0; }

.section-about-2 {
  padding: 100px 0 200px;
  text-align: center; }
  .section-about-2 .social-link {
    font-size: 25px;
    background-color: #000;
    color: #c8c8c8;
    width: 40px;
    height: 40px; }
    .section-about-2 .social-link .fa {
      font-size: 24px;
      color: #c8c8c8; }
  .section-about-2 .btn-default {
    color: #c8c8c8; }
  .section-about-2 h2 {
    margin: 0 0 40px; }
  .section-about-2 p {
    font-size: 26px;
    margin: 0 0 80px; }

.section-social-media-newsfeed {
  background-color: #3c3c3c;
  padding: 80px 0; }
  .section-social-media-newsfeed p {
    padding: 0 0 30px; }

.j-overlay .post-overlay.juicer-feed a.juicer-button {
  font-size: 16px;
  font-family: BrandonRegular, Arial, sans-serif; }
  .j-overlay .post-overlay.juicer-feed a.juicer-button:after, .j-overlay .post-overlay.juicer-feed a.juicer-button:before {
    font-size: 16px; }

.section-timeline .table-responsive {
  border: none !important; }
.section-timeline .timeline-view-type .btn {
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #000;
  height: 34px;
  line-height: 28px;
  padding: 5px 0 0;
  width: 34px;
  font-size: 15px; }
  .section-timeline .timeline-view-type .btn.active, .section-timeline .timeline-view-type .btn:hover {
    color: #000;
    background-color: #fff; }
.section-timeline .timeline-table {
  background-color: #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: bold; }
  .section-timeline .timeline-table .table-fixed-header {
    table-layout: fixed;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #1e1e1e;
    display: none; }
  .section-timeline .timeline-table .table-top-50 {
    top: 50px; }
  .section-timeline .timeline-table table {
    margin: 0; }
    .section-timeline .timeline-table table tbody tr {
      background-color: #323232; }
      .section-timeline .timeline-table table tbody tr:nth-of-type(2n) {
        background-color: #1e1e1e; }
        .section-timeline .timeline-table table tbody tr:nth-of-type(2n) td {
          border-bottom: 1px solid #1e1e1e; }
      .section-timeline .timeline-table table tbody tr:first-child td {
        padding: 5px 0 5px 2px; }
      .section-timeline .timeline-table table tbody tr:last-child {
        border-bottom: 1px solid #1e1e1e; }
      .section-timeline .timeline-table table tbody tr td {
        border-bottom: 1px solid #323232;
        border-top: none;
        text-align: center;
        padding: 0 0 0 2px; }
        .section-timeline .timeline-table table tbody tr td:first-child {
          border-right: none;
          border-bottom: 1px solid #323232;
          background-color: #1e1e1e;
          padding: 5px 0; }
        .section-timeline .timeline-table table tbody tr td:last-child {
          border-right: none; }
    .section-timeline .timeline-table table th {
      border-bottom: none;
      border-right: 1px solid #323232;
      text-align: center;
      padding: 15px 0; }
      .section-timeline .timeline-table table th:first-child {
        color: #c8c8c8; }
      .section-timeline .timeline-table table th:nth-child(1) {
        width: 5%; }
      .section-timeline .timeline-table table th:nth-child(n+2) {
        width: 11%;
        min-width: 130px; }
      .section-timeline .timeline-table table th:last-child {
        width: 100%;
        border-right: none; }
      .section-timeline .timeline-table table th .brutal {
        font-size: 15px; }
      .section-timeline .timeline-table table th a {
        color: #c8c8c8; }
        .section-timeline .timeline-table table th a.active {
          color: #fff; }
  .section-timeline .timeline-table .timeline-element {
    cursor: pointer;
    display: block;
    width: 100%; }
    .section-timeline .timeline-table .timeline-element.status-saved-danger {
      background: -webkit-repeating-linear-gradient(115deg, transparent, transparent 10px, #61affe 10px, #61affe 20px) #e33a1c;
      background: repeating-linear-gradient(-25deg, transparent, transparent 10px, #61affe 10px, #61affe 20px) #e33a1c; }
  .section-timeline .timeline-table.timeline-table-list .timeline-element {
    height: 15px;
    margin: 0 0 1px; }
    .section-timeline .timeline-table.timeline-table-list .timeline-element .timeline-element-grid {
      display: none; }
  .section-timeline .timeline-table.timeline-table-grid .timeline-element .timeline-element-grid {
    display: block;
    position: relative; }
    .section-timeline .timeline-table.timeline-table-grid .timeline-element .timeline-element-grid img {
      width: 100%;
      height: 190px; }
    .section-timeline .timeline-table.timeline-table-grid .timeline-element .timeline-element-grid:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .section-timeline .timeline-table.timeline-table-grid .timeline-element.status-saved-danger .timeline-element-grid:after {
    background-image: -webkit-linear-gradient(135deg, rgba(227, 58, 28, 0.65) 50%, rgba(97, 175, 255, 0) 50%);
    background-image: linear-gradient(-45deg, rgba(227, 58, 28, 0.65) 50%, rgba(97, 175, 255, 0) 50%); }
  .section-timeline .timeline-table.timeline-table-grid .timeline-element.status-partly-demolished .timeline-element-grid:after {
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 50%, rgba(97, 175, 255, 0) 50%);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 50%, rgba(97, 175, 255, 0) 50%); }
  .section-timeline .timeline-table.timeline-table-grid .timeline-element.status-extinct .timeline-element-grid:after {
    background-color: rgba(0, 0, 0, 0.5); }
.section-timeline .timeline-see-all {
  padding: 20px 0;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  background-color: #1e1e1e;
  color: #e33a1c; }
  .section-timeline .timeline-see-all i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }

.section-map {
  padding: 0;
  height: 100vh; }
  .section-map #gmap {
    height: 100%;
    width: 100%; }
  .section-map .blue-cluster, .section-map .grey-cluster, .section-map .red-cluster, .section-map .black-cluster {
    border-radius: 100%;
    font-family: BrandonBold, Arial, sans-serif !important; }
  .section-map .blue-cluster {
    background-color: #61afff; }
  .section-map .grey-cluster {
    background-color: #8f8f8f; }
  .section-map .red-cluster {
    background-color: #e33a1c; }
  .section-map .black-cluster {
    background-color: #323232; }

.section-glossary {
  padding: 80px 0; }
  .section-glossary h2 {
    font-size: 28px; }
  .section-glossary strong {
    font-size: 22px;
    display: block; }

.section-terms {
  padding: 80px 0; }
  .section-terms h4 {
    font-size: 22px; }
  .section-terms strong {
    font-size: 17px; }
  .section-terms a {
    font-family: BrandonMed, Arial, sans-serif;
    font-style: normal;
    font-size: 18px; }

.animate-repeat.ng-move, .animate-repeat.ng-enter, .animate-repeat.ng-leave {
  -webkit-transition: all linear 0.5s;
          transition: all linear 0.5s; }
.animate-repeat.ng-leave.ng-leave-active, .animate-repeat.ng-move, .animate-repeat.ng-enter {
  opacity: 0; }
.animate-repeat.ng-leave, .animate-repeat.ng-move.ng-move-active, .animate-repeat.ng-enter.ng-enter-active {
  opacity: 1; }

.section-gallery {
  padding: 0 0 80px;
  min-height: 800px; }
  .section-gallery h3 {
    color: #c8c8c8;
    font-size: 24px;
    line-height: 2;
    margin: 0 15px 0 0; }

.section-detail {
  position: relative; }
  .section-detail sup {
    font-size: 20px; }
  .section-detail > .container-fluid {
    margin: 0 0 0 30px;
    padding: 25px 20px 30px 40px; }
  .section-detail header {
    padding: 0 0 30px; }
  .section-detail h3 em, .section-detail h3 span {
    font-family: BrandonRegular, Arial, sans-serif;
    font-weight: normal; }
  .section-detail .dropdown-toggle {
    height: auto; }
    .section-detail .dropdown-toggle .caret:before {
      left: -17px; }
  .section-detail .section-modal-close {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 2; }
    .section-detail .section-modal-close .brutal-close {
      font-size: 26px; }
  .section-detail ul li {
    margin: 0 0 24px;
    padding: 4px 0 0 0; }
    .section-detail ul li span li {
      margin: 0; }
    .section-detail ul li a {
      font-family: BrandonMed, Arial, sans-serif;
      font-weight: normal;
      font-size: 18px;
      text-decoration: underline; }
  .section-detail .brutal {
    font-size: 24px; }
  .section-detail .btn-default {
    width: 100%; }
  .section-detail .section-detail-gallery img {
    margin: 0 0 15px; }
  .section-detail.section-detail-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000; }
    .section-detail.section-detail-modal .section-detail-gallery {
      position: relative; }
      .section-detail.section-detail-modal .section-detail-gallery img {
        margin: 0; }
    .section-detail.section-detail-modal h3 {
      width: 95%; }
  .section-detail ul.social-dropdown {
    background-color: #000;
    height: 41px;
    width: 100%;
    overflow: hidden;
    margin: 1px 0 0;
    padding: 2px 0;
    list-style: none;
    text-decoration: none; }
    .section-detail ul.social-dropdown:hover, .section-detail ul.social-dropdown:focus, .section-detail ul.social-dropdown:active, .section-detail ul.social-dropdown.active {
      height: auto; }
    .section-detail ul.social-dropdown li {
      border: 1px solid transparent;
      background-color: #000;
      display: block;
      padding: 4px 12px;
      margin: 0; }
      .section-detail ul.social-dropdown li:first-child a {
        display: block;
        text-align: center; }
      .section-detail ul.social-dropdown li:hover {
        background-color: #fff; }
        .section-detail ul.social-dropdown li:hover a {
          color: #000; }
      .section-detail ul.social-dropdown li a {
        color: #fff;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        cursor: pointer; }
        .section-detail ul.social-dropdown li a span {
          overflow: hidden;
          text-align: center;
          text-overflow: ellipsis;
          font-size: 18px; }
        .section-detail ul.social-dropdown li a .fa {
          margin: 3px 12px 0 0;
          float: left; }

.modal-shadow {
  display: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }

.owl-carousel {
  max-height: 600px; }

.owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
  font-family: BrutalismusIcons;
  font-weight: bold;
  font-size: 24px; }
  .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c8c8c8;
    padding: 12px; }
  .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c8c8c8;
    padding: 12px; }

figure figcaption:after {
  content: " ";
  height: 8px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%; }
figure figcaption.status-saved:after {
  background: #61afff; }
figure figcaption.status-danger:after {
  background: #e33a1c; }
figure figcaption.status-still-there:after {
  background-color: #8f8f8f; }
figure figcaption.status-extinct:after {
  background-color: #000; }

.owl-carousel {
  overflow: hidden; }
  .owl-carousel .owl-stage figure.owl-item {
    padding: 0; }

.fotograf-spacer {
  width: 500px; }

.fotograf, .fotograf-more, .fotograf-spacer {
  position: relative;
  padding: 0 !important; }
  .fotograf figcaption, .fotograf-more figcaption, .fotograf-spacer figcaption {
    font-size: 12px;
    background-color: #c8c8c8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 6px;
    height: auto; }
    .fotograf figcaption a, .fotograf-more figcaption a, .fotograf-spacer figcaption a {
      font-family: BrandonRegular, Arial, sans-serif;
      font-weight: normal;
      font-size: 12px;
      display: inline-block;
      text-decoration: underline; }

.fotograf-more, .fotograf-spacer {
  height: 600px !important;
  background-color: transparent;
  text-align: center;
  padding: 0 30px; }
  .fotograf-more span, .fotograf-spacer span {
    color: #fff;
    display: block;
    width: 70%;
    margin: 0 auto; }

.fotograf-spacer {
  background-color: transparent; }
  .fotograf-spacer span {
    color: transparent; }

.foto {
  position: relative;
  display: block; }
  .foto .foto-icons {
    position: absolute;
    display: block;
    right: 3px;
    bottom: 0;
    z-index: 2; }

.brutal-icon {
  margin: 0 4px 0 0;
  display: inline-block;
  width: 20px;
  height: 20px; }

.plus {
  background: url(../img/plus.png) no-repeat 0 0; }

.fragezeichen {
  background: url(../img/fragezeichen.png) no-repeat 0 0; }

.row figure {
  padding: 15px 0 0 0; }

.footer {
  color: #fff;
  padding: 25px 30px;
  background-color: #1e1e1e; }
  .footer nav a {
    color: #8f8f8f;
    display: block;
    font-size: 16px;
    letter-spacing: 1px; }
  .footer h3 {
    margin: 0;
    font-size: 30px; }
  .footer .social-link {
    color: #323232;
    background-color: #8f8f8f; }

.pagination {
  margin: 10px 0; }
  .pagination .pagination-page a, .pagination .pagination-first a, .pagination .pagination-last a {
    margin: 0 5px;
    border-radius: 0 !important;
    border: none;
    font-family: BrandonMed, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #000;
    color: #8f8f8f; }
  .pagination .pagination-page.active a, .pagination .pagination-page:hover a, .pagination .pagination-first.active a, .pagination .pagination-first:hover a, .pagination .pagination-last.active a, .pagination .pagination-last:hover a {
    background-color: #fff;
    color: #000; }

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

@media (max-width: 767px) {
  h1 {
    font-size: 33px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 24px; }

  .text-column-2 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1; }

  .section-social-media-newsfeed .juicer-feed {
    width: 90% !important; }

  .home-header .home-links {
    margin: 0; }
    .home-header .home-links a {
      font-size: 16px; }
  .home-header h1 {
    font-size: 40px;
    padding: 10% 0 35px; }

  .brutal-header-logos > div {
    max-width: none; }

  .social-links {
    margin: 15px 0 0 0;
    float: left; }
    .social-links .pull-right {
      float: left !important; }

  [data-project] figcaption, [data-project] strong {
    font-size: 14px; }

  .owl-carousel {
    max-height: 320px; }

  .fotograf, .fotograf-more, .fotograf-spacer {
    max-width: 320px; }
    .fotograf img, .fotograf-more img, .fotograf-spacer img {
      height: 320px;
      -o-object-fit: contain;
         object-fit: contain; }

  .fotograf-more, .fotograf-spacer, .fotograf-spacer {
    height: 320px !important; } }
/*
@media (max-width: 360px) {
	.home-header {
		.home-links {
			flex-flow: column nowrap;
		}
	}
}*/
.upper {
  text-transform: uppercase; }

.ml-10 {
  margin-left: 10px; }

/* centered columns styles */
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

.col-fixed {
  /* custom width */
  width: 320px; }

.col-min {
  /* custom min width */
  min-width: 320px; }

.col-max {
  /* custom max width */
  max-width: 320px; }
