/*
    This file is part of the BMBF Flucht database by BICC
    (c) 2016 BICC

    For the full copyright and license information, please view the LICENSE
    file that was distributed with this source code.


    <link href="https://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet"> 

*/
@charset "UTF-8";
/* #AD142A */
/* #7D0E1E */
html,
body {
  height: 100%;
  font-family: 'Fira Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
a,
.btn-link {
  color: #ad142a;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a {
  color: inherit;
}
.btn-link.active {
  font-weight: bold;
}
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
  color: #7d0e1e;
  text-decoration: none;
}
.page-header {
  margin-top: 20px;
}
.spy-target {
  position: relative;
}
.btn-link {
  font-weight: 500;
}
.with-navbar {
  padding-top: 50px;
}
form input:invalid {
  background-color: #f2dede;
}
dd + dt {
  margin-top: .75em;
}
section > h2:first-child {
  margin-top: 0;
}
.read-more[aria-expanded="false"]:after {
  content: "↓";
}
.read-more[aria-expanded="true"]:after {
  content: "↑";
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-item {
  display: flex;
  flex: 1 0 auto;
}
.well {
  background-image: none;
  background-color: #EFEFEF;
}
.well-light {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
header {
  background: url(images/nodes-01-grey2-1140w.png) center -80px no-repeat;
  margin-bottom: 20px;
}
header .brand {
  white-space: nowrap;
}
header .banner {
  background-color: transparent;
  /* #f0f0f0 */
  min-height: 120px;
  margin-top: 10px;
  margin-bottom: 5px;
}
header .banner .brand {
  display: inline-block;
  color: #444;
  font-size: 34px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  text-decoration: none;
}
header .banner .brand .sticker {
  display: inline-block;
  font-style: italic;
}
header .banner .brand .key {
  color: #777;
}
header .banner .brand:hover,
header .banner .brand:focus {
  color: #5e5e5e;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar-custom {
  border-radius: 0;
  box-shadow: none;
  /*        background-image: linear-gradient(to bottom, @navbar-start 0%, @navbar-end 100%) !important;
        background-color: transparent !important;*/
  background-image: none !important;
  background-color: #9d2739 !important;
  background-repeat: repeat-x;
  font-size: 16px;
}
header .navbar-custom .navbar-toggle .icon-bar {
  background-color: white;
}
header .navbar-custom .navbar-toggle:hover,
header .navbar-custom .navbar-toggle:focus {
  background-color: rgba(140, 16, 34, 0.7);
}
header .navbar-custom .navbar-nav > .active > a,
header .navbar-custom .navbar-nav > .current-menu-item > a,
header .navbar-custom .navbar-nav > .current-menu-ancestor > a,
header .navbar-custom .navbar-nav > .open > a {
  /*                background-image: linear-gradient(to bottom, @navbar-start-active 0%, @navbar-end-active 80%) !important;*/
  background-color: #5a0d18 !important;
  background-image: none;
}
header .navbar-base > li > a {
  color: white !important;
}
header .navbar-base > li > a:hover {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  /*            background-image: linear-gradient(to bottom, @navbar-start-active 0%, @navbar-end-active 80%) !important;*/
  background-color: #5a0d18 !important;
  background-image: none !important;
  color: #3c763d;
  background-repeat: repeat-x;
}
footer {
  border-top: 2px solid #cccccc;
  margin: 50px 0;
  padding: 20px 0;
}
.nav-login {
  min-width: 15em;
  padding: 15px;
}
.btn-blank {
  background-image: none;
}
.btn-blank:hover,
.btn-blank:focus {
  background-color: #dfdfdf;
}
.text-deleted,
.text-deleted:hover,
.text-deleted:focus {
  text-decoration: line-through;
  outline: none;
  opacity: .7;
}
.text-etc::before {
  content: "(";
}
.text-etc::after {
  content: ")";
}
.special-value {
  color: #2ca02c;
}
.search-box {
  margin-top: 3em;
  margin-bottom: 3em;
}
.search-total {
  color: #777;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #cccccc;
}
.search-total .filter:after {
  content: "↑";
}
.search-total .filter.collapsed:after {
  content: "↓";
}
.search-start {
  margin-top: 6em;
}
.search-result {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}
.search-result > li {
  border-bottom: 1px solid #cccccc;
}
.search-result > li + li {
  margin-top: 1.5em;
}
.search-result .title {
  margin-bottom: 5px;
}
.search-result .highlight em {
  font-weight: bold;
}
.search-result .categories {
  color: #2ca02c;
}
.search-result .keywords {
  margin: .7em 0;
}
.search-result .other {
  color: #aaa;
}
.search-result .alt {
  color: #999;
}
.search-result .alt::before {
  content: " ‒ ";
  color: #e64415;
}
.search-result .abstract + .abstract {
  margin-top: 1.2em;
}
.search-result .details {
  margin-top: .5em;
  padding-top: .2em;
  /* border-top: 1px dashed @hr-color; */
}
.search-result .label {
  /* letter-spacing: 0.2em; */
  line-height: 2;
}
.search-result .collapse-control {
  margin-left: 1em;
}
.search-result:empty {
  display: none;
}
.search-nav {
  clear: both;
}
.label-keyword {
  color: #666;
  background-color: #eee;
}
.label-keyword[href]:hover,
.label-keyword[href]:focus {
  color: #333;
  background-color: #ddd;
}
.list-ssv {
  list-style: outside none none;
  padding: 0;
  display: inline-block;
}
.list-ssv li {
  display: inline;
}
.list-ssv > li {
  padding-left: 0;
  padding-right: 0;
}
.list-ssv > li::after {
  content: "; ";
  font-weight: bold;
}
.list-ssv > li:last-child::after {
  content: none;
}
.list-striped li + li {
  border-top: 1px solid #cccccc;
}
.list-location {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
.list-location li {
  display: inline-block;
}
.list-location > li {
  padding-left: 0;
  padding-right: 0;
}
.list-location > li::after {
  content: "/ ";
  padding: 0 5px;
  font-weight: bold;
  color: #7d0e1e;
}
.list-location > li:last-child::after {
  content: none;
}
.list-and {
  list-style: outside none none;
  padding: 0;
  display: inline-block;
}
.list-and li {
  display: inline;
}
.list-and > li {
  padding-left: 0;
  padding-right: 0;
}
.list-and > li::after {
  content: " & ";
  font-weight: bold;
}
.list-and > li:last-child::after {
  content: none;
}
.sidebar-fixed {
  display: none;
}
.news .news-body {
  margin-top: 20px;
}
.news .date {
  color: #777;
  margin-bottom: .5em;
  display: block;
}
.news .media + .media {
  border-top: 1px solid #cccccc;
  padding-top: .5em;
  margin-top: .5em;
}
.news .description {
  margin-top: .5em;
}
.news-side {
  padding: 19px 14px;
}
.news-side .author {
  display: inline-block;
}
.news-side .author > p {
  display: inline;
}
.news-side .author:before {
  content: "// ";
  margin-left: .5em;
}
.news-side a.title {
  color: inherit;
}
.news-side a.title:hover {
  color: black;
}
.news-bg .heading {
  margin-bottom: 20px;
}
.news-bg .media-left {
  padding-right: 15px;
}
.pagination {
  margin-top: 0;
  margin-bottom: 0px;
}
.edit-panel {
  margin-top: 10px;
}
.content-field {
  font-family: monospace;
  font-size: 9pt;
  height: 100%;
}
.standalone-login {
  width: 20em;
  margin: 100px auto;
}
.login-form label {
  color: #666;
}
.project-form .keywords label {
  font-weight: normal;
  font-style: italic;
  margin-bottom: 0;
}
.modal .status-info {
  display: table;
  margin: 50px auto;
}
.modal .status-info .fa-spinner {
  color: #ccc;
}
.modal .bootstrap-select > .btn {
  position: absolute;
}
.status-icons span + span {
  margin-left: .5em;
}
.fullmap {
  height: 100%;
  margin: 0;
}
#map-container {
  widows: 100%;
  height: 100%;
}
.legend {
  margin: 5px 0 15px 0;
  padding: 5px 10px;
  background-color: #F0F0F0;
  color: #636363;
  vertical-align: middle;
}
.legend li:first-child {
  padding-left: 0;
}
.legend li:last-child {
  padding-right: 0;
}
.legend li + li {
  margin-left: 1em;
}
.table-status {
  margin-bottom: 0;
}
.table-status > tbody > tr > td {
  border-top: none;
}
.footer-links a {
  color: inherit;
}
.well > h3:first-child {
  margin-top: 0;
}
table.dataTable tbody tr.bg-warning {
  background-color: #fcf8e3;
}
table.dataTable tbody tr.bg-info {
  background-color: #d9edf7;
}
article .abstract {
  font-weight: bold;
}
article figure {
  display: table;
  margin: 1em auto 2em auto;
  page-break-inside: avoid;
  text-align: center;
  max-width: 940px;
}
article figure .object {
  display: table-row;
}
article figure .object > * {
  display: table-cell;
}
article figure figcaption,
article figure .wp-caption-text {
  font-style: italic;
  text-align: left;
  font-size: 95%;
  white-space: normal;
}
.post figcaption,
.post .wp-caption-text {
  font-style: italic;
  text-align: left;
  font-size: 95%;
  white-space: normal;
}
.post .author-line {
  margin-bottom: 5px;
}
.post .author-line .author {
  display: inline-block;
}
.post .author-line .author p {
  margin-bottom: 0;
  display: inline;
}
.post .author-line .author p + p {
  margin-top: 5px;
}
.post .author-line .author p:empty {
  display: none;
}
.post .author-line .author-sm {
  font-style: italic;
}
.main-block img {
  max-width: 100%;
  text-align: center;
}
.mc4wp-alert {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #f5e79e;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.main-news {
  margin-bottom: 20px;
}
.share-buttons {
  margin: auto;
  display: table;
}
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large,
.marker-cluster-legend {
  background-color: rgba(246, 165, 0, 0.4);
}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div,
.marker-cluster-legend div {
  background-color: rgba(246, 165, 0, 0.6);
}
.marker-cluster-legend {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: inline-block;
}
.marker-cluster-legend div {
  display: inline-block;
  border-radius: 10px;
  margin-top: 5px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
}
.marker-cluster-info {
  margin-left: 3px;
  position: relative;
  top: -5px;
}
.panel-help-us > .panel-heading {
  background-image: linear-gradient(#f5f5f5 0%, #e8e8e8 100%);
}
.panel-help-us a[role=button] {
  color: #3987C6;
}
.panel-help-us a[role=button]:hover {
  color: #444;
}
@media (min-width: 992px) {
  .siderbar-fixed {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    border-right: 1px solid #eee;
    bottom: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 51px;
    z-index: 1000;
  }
  header .navbar-collapse {
    padding: 0;
  }
  header .navbar-base {
    display: table;
    width: 100%;
  }
  header .navbar-base > li {
    /* BEGIN: width > X */
    display: table-cell;
    float: none;
    text-align: center;
  }
  header .navbar-base > li > a {
    font-weight: bold;
  }
  header li + li {
    border-left: 2px solid #F0F0F0;
  }
}
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav > .open .dropdown-menu > li > a {
    color: white !important;
  }
  .navbar-nav > .open .dropdown-menu > li > a:hover,
  .navbar-nav > .open .dropdown-menu > li > a:focus,
  .navbar-nav > .open .dropdown-menu > li.active > a {
    color: #ccc !important;
    background-color: transparent !important;
    background-image: none;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.section + .section {
    margin-top: 2rem;
}
.section .title {
    line-height: normal;
}
.media-separated .media {
    border-top: 1px solid #ddd;
    padding-top: 2rem;
}
.media-separated .media + .media {
    margin-top: 3rem;
}
.media-separated .media:last-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
}
.media-left.media-thumb {
    padding-right: 3rem;
}

.box-twitter, .col-ffvt {
    border-left: 1px solid #ddd;
}

.col-ffvt .box {
    display: flex;
    justify-content: space-around;
}

.col-ffvt .box + .box {
    margin-top: 2rem;
}

.col-ffvt .section .box + .box {
    margin-top: 3rem;
}

.col-ffvt .section + .section {
    margin-top: 3rem;
}

.col-ffvt .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.col-ffvt .content {
}



