/*
 * This is a manifest file that'll be compiled into application.css, which will
 * include all the files listed below.
 * 
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets,
 * vendor/assets/stylesheets, or vendor/assets/stylesheets of plugins, if any,
 * can be referenced here using a relative path.
 * 
 * You're free to add application-wide styles to this file and they'll appear
 * at the top of the compiled file, but it's generally better to create a new
 * file per style scope.
 * 








 */
.lade_element {
  display: none; }

.link_alle {
  display: none; }

.table_without_lines {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse; }
  .table_without_lines td {
    border: none; }
/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc rect {
  stroke: white;
  stroke-width: 1; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Title --*/
.c3-title {
  font: 14px sans-serif; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #FFF; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

.c3-chart-arc.c3-target g path {
  opacity: 1; }

.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1; }
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.link_list_in3cols {
  display: inline-block; }
  .link_list_in3cols li {
    break-inside: avoid;
    page-break-inside: avoid; }

@media screen and (min-width: 800px) {
  .link_list_in3cols {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-width: 15em;
    -webkit-column-width: 15em;
    column-width: 15em; } }

/* Gemeindenavigation */
#gemeinde_nav {
  float: left;
  width: 100%;
  line-height: normal;
  background-color: white; }
  #gemeinde_nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #gemeinde_nav li {
    float: left;
    background: url(/assets/norm_right-48bfdc5c92c84a2336d6d64d24f01040879222f679bb4c9e3f17b952f104a2dc.gif) no-repeat right top;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none !important; }
  #gemeinde_nav a, #gemeinde_nav span {
    display: block;
    background: no-repeat left top;
    padding: 5px 15px; }
  #gemeinde_nav a {
    background-image: url(/assets/norm_left-65cc6c6791a7ddd80368a57f54f3a5c488f4bdd5dfaf3aaee6bea28425b7d932.gif); }
  #gemeinde_nav li:hover {
    background-image: url(/assets/norm_right_on-919eb92e7e875faee7361ef422c9dd99f394c89efbd1f74ca0e59ae8a31ead87.gif); }
  #gemeinde_nav a:hover {
    background-image: url(/assets/norm_left_on-b9c8a22d2f0c4af40b57a991492170c79e7e15cce53e8c396dbe453b468d8203.gif); }
  #gemeinde_nav #current {
    background-image: url(/assets/norm_right_on-919eb92e7e875faee7361ef422c9dd99f394c89efbd1f74ca0e59ae8a31ead87.gif); }
    #gemeinde_nav #current span {
      background-image: url(/assets/norm_left_on-b9c8a22d2f0c4af40b57a991492170c79e7e15cce53e8c396dbe453b468d8203.gif); }

/*#b93a16*/
/* Themenauswahl */
.theme_label {
  display: block; }

.selection_grid {
  width: 100%; }
.legend-container {
  float: right; }
  .legend-container .legend {
    overflow: auto;
    width: 100%; }
    .legend-container .legend .chart-legend-entry .chart-legend-label {
      display: block;
      margin-left: 30px; }
    .legend-container .legend .chart-legend-entry rect {
      padding: 7px;
      float: left;
      display: block;
      margin-left: 7px;
      margin-right: 7px;
      margin-top: 7px; }

.zeitreihengrafik .c3-zeitreihe {
  /*height: 400px;
    padding-bottom: 100px;
    padding-right: 300px;
    padding-top: 20px;
    padding-left: 10px;*/
  height: 500px;
  float: right;
  width: 70%; }

.zeitreihengrafik .legend-container {
  width: 30%; }
  .zeitreihengrafik .legend-container .legend {
    height: 450px; }

/* Detaildatenanzeige */
.region-list-link-eingerueckt {
  padding-left: 3%; }

.datenblatt_table {
  table-layout: fixed;
  width: 100%;
  /*  .c3-legend-item {
        font-size: 90%;
      }*/
  /*  .c3-axis-x-label {
        position: relative;
        top: 30 px;
        border: 3px solid red;
      }*/ }
  .datenblatt_table td {
    border: none; }
  .datenblatt_table td.zeitstempel {
    text-align: center;
    font-size: 75%;
    border-bottom: 1px solid;
    border-bottom-color: #1d5b89; }
  .datenblatt_table g.c3-chart g.c3-event-rects rect.c3-event-rect {
    pointer-events: none; }
  .datenblatt_table td.grafik {
    text-align: left;
    height: 200px; }
  .datenblatt_table .grafik_neu {
    height: 220px;
    float: right;
    width: 40%; }
  .datenblatt_table .legend-container {
    width: 43%; }
    .datenblatt_table .legend-container .legend {
      height: 220px; }
  .datenblatt_table td.infos {
    text-align: left;
    font-size: 75%;
    border-bottom: 1px solid;
    /* lightgrey */
    border-bottom-color: #1d5b89; }
  .datenblatt_table td.statinfos {
    text-align: right;
    font-size: 75%;
    border-bottom: 1px solid;
    border-bottom-color: #1d5b89; }
  .datenblatt_table td.einrueckung {
    width: 10%; }
  .datenblatt_table td.wertbezeichnung_unterdaten {
    padding-left: 40px;
    width: 100%;
    text-align: left; }

@media screen and (min-width: 641px) {
  .datenblatt_table td.wertbezeichnung {
    width: 48%; }
  .datenblatt_table td.wert {
    width: 14%;
    text-align: right;
    padding-right: 4px; }
  .datenblatt_table td.wert2 {
    width: 12%;
    text-align: right;
    padding-right: 4px; }
  .datenblatt_table td.masseinheit {
    padding-left: 4px;
    width: 16%;
    text-align: left; } }

@media screen and (max-width: 640px) {
  .datenblatt_table {
    /*overflow-x: auto;
		display: block;*/ } }
  @media screen and (max-width: 640px) and (min-width: 401px) {
    .datenblatt_table {
      font-size: 11px; } }
  @media screen and (max-width: 640px) and (max-width: 400px) {
    .datenblatt_table {
      font-size: 10px; } }
@media screen and (max-width: 640px) {
    .datenblatt_table td.wertbezeichnung {
      width: 40%;
      padding-left: 0px; }
    .datenblatt_table td.wertbezeichnung_unterdaten {
      padding-left: 10px;
      text-align: left; }
    .datenblatt_table td.masseinheit {
      width: 15%;
      padding-left: 10px; }
    .datenblatt_table td.wert {
      width: 15%;
      text-align: right;
      padding-right: 4px; }
    .datenblatt_table td.wert2 {
      width: 15%;
      text-align: right;
      padding-right: 4px; }
  .footnotes {
    font-size: 10px; } }

/* Kartendarstellung */
.mapContainer {
  position: relative; }
  .mapContainer .mapBla {
    width: 100%;
    display: block; }
  .mapContainer .mapLegend {
    position: absolute;
    margin-top: 0px;
    width: 100%;
    z-index: 5;
    padding-left: 3px;
    padding-bottom: 3px;
    bottom: 5px; }
    .mapContainer .mapLegend h3 {
      margin-bottom: 0.5em;
      font-size: 14px;
      display: block;
      bottom: 90px; }
    .mapContainer .mapLegend .legendCell {
      display: inline-block;
      width: 19%;
      float: right; }
    .mapContainer .mapLegend .legendColor {
      width: 1.5em !important;
      height: 1em !important;
      vertical-align: middle !important;
      margin-bottom: 0 !important; }
    .mapContainer .mapLegend .legendLabel {
      font-size: 12px; }
    .mapContainer .mapLegend .legendCell.undefined {
      display: none; }
  @media screen and (min-width: 641px) {
    .mapContainer .mapBla {
      height: 640px; }
    .mapContainer .mapLegend {
      height: 65px;
      top: 560px; } }
  @media screen and (max-width: 640px) {
    .mapContainer .mapBla {
      top: -50px;
      height: 540px; }
    .mapContainer .mapLegend {
      height: 65px;
      top: 420px; } }
  .mapContainer .hoverInfo {
    font-size: 11px;
    border-radius: 3px;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
    display: none;
    pointer-events: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.95) !important; }
  .mapContainer .map_copyright {
    position: relative;
    bottom: 0px; }
  .mapContainer .map_loading {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px;
    padding: 5px;
    border: 2px solid red; }
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  .first_col_left td:first-child {
    text-align: left;
  }
*/
.property_label {
  display: block; }

@media screen and (max-width: 800px) {
  .auswahl_card {
    max-width: 85vw; }
  .alle_auswahl_link {
    width: 30%; } }
.table-img-height {
  margin-top: 10px;
  height: 24px; }

/* DQ-Anzeige */
/*
.header_einblenden_link {
  font-size: 80%;
  text-align: right;
  float: right;
  display: none;
}
.dq_auswahl_table {

  .bezeichnung{
    width: 8em;
  }
  .name{
    width: 8em;
  }
  .dq_txt{
    width: 35em;
  }
  .dq_link{
    width: 10em;
  }
}


.tabellen_anzeige {

  table,th,td {
    border: 1px solid black;
  }

  div.th {
    text-align: center;
   
  }


  div.merkmal_row {


    div.auspraegung_row {
        display: none;
    }

  
    
  }

}
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
.tabellen_spalte {
  width: 10em;
  white-space: nowrap;
}
*/
/*
#property_form {
  width: 100%;
  
  .property_table {
    
   .property_label {
        float: left;
        width: 95%;
        display: inline;
    } 
  
    .vorspalte_einrueckung{
      width: 3em;
    }
    
    .vorspalte_ebene1{
      width: 25em;
    }

    .vorspalte_ebene2{
      width: 22em;
    }
    

    
    .vorspalte_ebene3{
      width: 19em;
    }


    .checkbox_column {
      width: 5 em;
      height: 10px;
      
      checkbox {
        margin: 0;
        float: left;
        display: inline;
        width: 9%;
        border: 1px white solid; 
        height: 70 px;
        vertical-align: middle;
      }
    }
    .link_column {
      width: 15 em;
    }
    
     
  }
  
}


.link_alle {
  display: none;
}

.link_einblenden {
  display: none;
}
*/
/*
  .table_function {
    
  }

.submit_button {
  a {
  	margin: 5px 10px 20px 0;
    background-color: #224169;
    border: none;
    color: #fff;
    font-size: 0.9em;
    padding: 7px 15px 7px 7px;
    background-image: url(https://www.statistik-nord.de/typo3conf/ext/stan_template/res/img/pfeil.gif);
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: none;
    float: left;
  }

  input {
    margin: 5px 10px 20px 0;
    background-color: #224169;
    border: none;
    color: #fff;
    font-size: 0.9em;
    padding: 7px 15px 7px 7px;
    background-image: url(https://www.statistik-nord.de/typo3conf/ext/stan_template/res/img/pfeil.gif);
    background-position: right center;
    background-repeat: no-repeat;
    text-decoration: none;
    float: left;
  }
      
   
      
} */
.modal-btn {
  position: absolute;
  right: 0em; }

.modal-btn-up {
  position: absolute;
  top: -0.6em;
  right: 0em; }

.modal-btn-br {
  position: absolute;
  bottom: -0.4em;
  right: 0em; }

.modal-btn-container {
  position: relative; }

.modal-btn-container-h {
  position: relative;
  height: 3em; }
