@charset "UTF-8";
.responsive-text[data-text]::before {
  content: attr(data-text);
}

@media (min-width: 480px) {
  .responsive-text[data-text-sm]::before {
    content: attr(data-text-sm);
  }
  .responsive-text[data-text]:first-child:nth-last-child(n+7)::before,
  .responsive-text:first-child:nth-last-child(n+7) ~ .responsive-text[data-text]::before {
    content: attr(data-text);
  }
}
@media (min-width: 768px) {
  .responsive-text[data-text-md]::before {
    content: attr(data-text-md);
  }
  .responsive-text[data-text-sm]:first-child:nth-last-child(n+7)::before,
  .responsive-text:first-child:nth-last-child(n+7) ~ .responsive-text[data-text-sm]::before {
    content: attr(data-text-sm);
  }
  .responsive-text[data-text]:not([data-text-md]):not([data-text-sm]):first-child:nth-last-child(n+7)::before,
  .responsive-text:first-child:nth-last-child(n+7) ~ .responsive-text[data-text]:not([data-text-md]):not([data-text-sm])::before {
    content: attr(data-text);
  }
}
.txt-slider-button {
  width: 100%;
  display: block;
  position: relative;
}
.txt-slider-button .item {
  font-weight: bold;
  line-height: 1;
  font-size: 13px;
  text-align: center;
}
.txt-slider-button .btn-control {
  position: absolute;
  display: flex;
  top: 0;
  line-height: 1;
  color: black;
  padding-top: 2px;
  padding-bottom: 2px;
  background: white;
}
.txt-slider-button .btn-control:before {
  font-family: "lko";
  font-weight: bold;
  font-size: 9px;
  color: black;
  line-height: 1;
}
.txt-slider-button .btn-control.left {
  left: 0;
  padding-right: 2px;
}
.txt-slider-button .btn-control.left:before {
  content: "A";
}
.txt-slider-button .btn-control.right {
  right: 0;
  padding-left: 2px;
}
.txt-slider-button .btn-control.right:before {
  content: "J";
}

.txt-small-slider {
  font-size: 13px;
  padding-bottom: 2px;
  display: block;
  width: 100%;
  text-align: center;
}

.txt-slider-button.txt-btn-v2 {
  background-color: #CEE0D1;
  border-radius: 20px;
  padding: 2px;
  height: 17px;
}
.txt-slider-button.txt-btn-v2 .btn-control {
  background-color: #CEE0D1;
  top: 0px;
  height: 17px;
  align-items: center;
  border-radius: 20px;
}
.txt-slider-button.txt-btn-v2 .btn-control:hover, .txt-slider-button.txt-btn-v2 .btn-control:focus {
  background: #969f97;
  color: white;
}
.txt-slider-button.txt-btn-v2 .btn-control:hover:before, .txt-slider-button.txt-btn-v2 .btn-control:focus:before {
  color: white;
}
.txt-slider-button.txt-btn-v2 .btn-control.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 3px 0 4px;
}
.txt-slider-button.txt-btn-v2 .btn-control.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 4px 0 3px;
}

.iterate-button {
  position: relative;
  display: flex;
  float: right;
  flex-wrap: nowrap;
  align-items: center;
}
.iterate-button span.txt-btn {
  background-color: #017d47;
  border-radius: 20px;
  color: white;
  padding: 0.2em 20px 0.2em 15px;
  font-weight: normal;
  display: flex;
  float: left;
  align-self: center;
  align-items: center;
  line-height: 1.15;
  justify-content: flex-end;
  height: 25px;
  width: 125px;
  z-index: 5;
  text-align: right;
}
.iterate-button span.text {
  line-height: 1;
  animation: fadeIn 2s;
  letter-spacing: 0.01em;
  font-weight: normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.iterate-button .status-pause,
.iterate-button .status-play {
  border-radius: 100%;
  background: #016539;
  color: white;
  z-index: 10;
  margin-left: -15px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  display: flex;
  border: 3px solid white;
  justify-content: center;
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
}
.iterate-button .status-pause:before,
.iterate-button .status-play:before {
  font-family: "lko";
  font-size: 22px;
  font-weight: normal;
}
.iterate-button .status-play:before {
  content: "\e901";
}
.iterate-button .status-pause:before {
  content: "\e902";
}

body {
  position: relative;
  overflow: visible;
  width: auto;
}

body.modal-open-map {
  position: relative !important;
  overflow: visible !important;
  width: auto !important;
  padding-right: 0 !important;
}

body .map-container > div[id].leafletmodal {
  height: auto !important;
  min-height: auto !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  body .map-container > div[id].leafletmodal {
    width: 100% !important;
    z-index: 99999;
  }
}

.leafletmodal {
  height: auto !important;
  min-height: auto !important;
  pointer-events: none;
}
.leafletmodal .modal-dialog {
  pointer-events: all;
}
@media (max-width: 767px) {
  .leafletmodal .modal-dialog {
    height: calc(100vH - 20px);
    width: calc(100% - 20px);
  }
}
@media (max-width: 420px) {
  .leafletmodal .modal-dialog {
    height: calc(100vH - 2px);
    width: calc(100% - 2px);
    margin: 2px;
  }
}
.leafletmodal.modal.fade:not(.in).right .modal-dialog {
  transform: translate3d(25%, 0, 0);
}
@media (min-width: 768px) {
  .leafletmodal {
    position: absolute;
  }
  .leafletmodal .modal-dialog {
    width: 395px;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
  }
  .leafletmodal .modal-dialog .modal-content {
    border-radius: 6px 0 0 6px;
  }
}
.leafletmodal .modal-dialog .info-txt {
  margin-top: 5px;
}
.leafletmodal .modal-dialog .modal-content {
  height: 100%;
  padding: 25px 15px;
  position: relative;
  overflow-x: auto;
}
@media (max-width: 420px) {
  .leafletmodal .modal-dialog .modal-content {
    padding: 25px 10px;
  }
}
.leafletmodal .modal-dialog .modal-content .fixed-btn {
  display: block;
  float: right;
  margin-top: 1.55rem;
  font-size: 1.25rem;
}
.leafletmodal .modal-dialog .modal-content .fixed-btn.txt-left {
  float: left;
}
.leafletmodal .modal-dialog .modal-content .fixed-btn.txt-left .info-txt {
  margin-top: -1.5rem;
  display: inherit;
  font-size: 11px;
}
.leafletmodal .modal-dialog .modal-content .fixed-btn a {
  float: right;
  padding: 0 0 3px 0;
  font-weight: bold;
  color: #007E46;
}
.leafletmodal .modal-dialog .modal-content .fixed-btn a:hover {
  text-decoration: underline;
}
.leafletmodal .modal-dialog .modal-content .fixed-btn a:before {
  color: #007e46;
  content: "J";
  font-size: 0.75em;
  position: relative;
  right: 0;
  top: -0.1em;
  font-family: "lko" !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  text-transform: none !important;
  padding-right: 3px;
}
.leafletmodal .modal-dialog .modal-content .top-row {
  position: fixed;
  top: 1px;
  right: 18px;
  background: white;
  border-radius: 6px 0 0 0px;
  display: block;
  float: left;
  z-index: 50;
  left: 2px;
}
.leafletmodal .modal-dialog .modal-content .top-row .close {
  float: right;
  padding: 4px 0 0 5px;
  border: none;
  text-align: center;
  font: 20px/18px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
}
.leafletmodal .modal-dialog .modal-content .top-row .close:hover, .leafletmodal .modal-dialog .modal-content .top-row .close:focus {
  color: grey;
}
.leafletmodal .modal-dialog .leaflet-popup-content {
  margin: 0;
  font-size: 12px;
}
.leafletmodal .modal-dialog .leaflet-popup-content .date-year {
  margin-bottom: 0;
  font-size: 12px;
  border-top: 3px solid #ddd;
  padding-top: 7px;
}
.leafletmodal .modal-dialog table,
.leafletmodal .modal-dialog table tbody tr td {
  font-size: 12px;
}
.leafletmodal .modal-dialog .table .desc-row th,
.leafletmodal .modal-dialog .table .desc-row td {
  border-bottom: inherit;
  font-weight: normal;
}
.leafletmodal .modal-dialog .table thead tr th,
.leafletmodal .modal-dialog .table thead tr td,
.leafletmodal .modal-dialog .table .date-row th,
.leafletmodal .modal-dialog .table .date-row td {
  font-weight: normal;
}
.leafletmodal .modal-dialog .table thead tr th.current,
.leafletmodal .modal-dialog .table thead tr td.current,
.leafletmodal .modal-dialog .table .date-row th.current,
.leafletmodal .modal-dialog .table .date-row td.current {
  font-weight: bold;
  border-top: 2px solid #007E46;
  border-right: 2px solid #007E46;
  border-left: 2px solid #007E46;
}
.leafletmodal .modal-dialog .table thead tr th.title,
.leafletmodal .modal-dialog .table thead tr td.title,
.leafletmodal .modal-dialog .table .date-row th.title,
.leafletmodal .modal-dialog .table .date-row td.title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
.leafletmodal .modal-dialog .table tr td.current {
  border-right: 2px solid #007E46;
  border-left: 2px solid #007E46;
}
.leafletmodal .modal-dialog .table tr .title {
  vertical-align: top;
}
.leafletmodal .modal-dialog .table tr .sub-title {
  text-align: left;
}
.leafletmodal .modal-dialog .table tr .slim {
  font-weight: normal;
  display: inline-block;
}
.leafletmodal .modal-dialog .table tr:last-child td.current {
  border-right: 2px solid #007E46;
  border-left: 2px solid #007E46;
  border-bottom: 2px solid #007E46;
}
.leafletmodal .modal-dialog .table tr th {
  padding: 3px 5px;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}
.leafletmodal .modal-dialog .table tr td {
  padding: 3px 5px;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
}
.leafletmodal .modal-dialog .table tr td svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #444444;
}
.leafletmodal .modal-dialog .table tr td svg.zuflug {
  transform: rotate(126deg);
}
.leafletmodal .modal-dialog .table tr > :first-child {
  text-align: left;
  font-weight: bold;
}
.leafletmodal .modal-dialog .inner-content strong {
  display: block;
  margin: 10px 0 1px 0;
}
.leafletmodal .modal-dialog .inner-content strong + strong {
  margin-top: 0;
}
.leafletmodal .modal-dialog .inner-content a[data-what=details] {
  text-align: right;
  display: block;
  margin-top: 3px;
}
.leafletmodal .modal-dialog .inner-content .align-right {
  float: right;
}
.leafletmodal .modal-dialog .inner-content span[data-what=region] {
  display: inline-block;
  margin: 0 0 0 0;
}
.leafletmodal .modal-dialog .inner-content span[data-what=bundesland] {
  display: inline-block;
  margin: 0 0 0 0;
}
.leafletmodal .modal-dialog .inner-content table {
  margin: 5px 0 0 0;
}

.leafletmodal .modal-dialog table,
.leafletmodal .modal-dialog table tbody tr td {
  font-size: 11px;
}

@media (max-width: 767px) {
  body .leafletmodal .modal-dialog .table {
    table-layout: fixed;
  }
}
@media (max-width: 767px) {
  body .leafletmodal .modal-dialog .table tr td,
  body .leafletmodal .modal-dialog .table tr th {
    padding: 2px 2px;
  }
}
@media (max-width: 767px) {
  body .leafletmodal .modal-dialog .table tr td.date-row th,
  body .leafletmodal .modal-dialog .table tr th.date-row th {
    padding: 2px 1px;
    font-size: 10px;
  }
}
body .leafletmodal .modal-dialog .table tr td:first-child,
body .leafletmodal .modal-dialog .table tr th:first-child {
  vertical-align: middle;
}
@media (min-width: 768px) {
  body .leafletmodal .modal-dialog .table tr td:first-child,
  body .leafletmodal .modal-dialog .table tr th:first-child {
    width: 83px;
  }
}
@media (max-width: 767px) {
  body .leafletmodal .modal-dialog .table tr td:first-child,
  body .leafletmodal .modal-dialog .table tr th:first-child {
    width: 25%;
  }
}
@media (max-width: 480px) {
  body .leafletmodal .modal-dialog .table tr td:first-child,
  body .leafletmodal .modal-dialog .table tr th:first-child {
    white-space: normal !important;
    word-break: break-all;
  }
}
body .leafletmodal .modal-dialog .table tr td.sub-title,
body .leafletmodal .modal-dialog .table tr th.sub-title {
  width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  body .leafletmodal .modal-dialog .table tr td,
  body .leafletmodal .modal-dialog .table tr th {
    width: 15%;
  }
  body .leafletmodal .modal-dialog .table tr td .umbruch:after,
  body .leafletmodal .modal-dialog .table tr th .umbruch:after {
    content: " ";
    clear: right;
    display: block;
  }
  body .leafletmodal .modal-dialog .table tr td.sub-title, body .leafletmodal .modal-dialog .table tr td:nth-child(2),
  body .leafletmodal .modal-dialog .table tr th.sub-title,
  body .leafletmodal .modal-dialog .table tr th:nth-child(2) {
    width: 15%;
  }
}

@media (min-width: 768px) {
  .chart-modal {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .chart-modal .modal-dialog {
    height: calc(100vH - 20px);
    width: calc(100% - 20px);
  }
}
.chart-modal .modal-dialog .info-txt {
  margin-top: 5px;
}
.chart-modal .modal-dialog .modal-content {
  height: 100%;
  padding: 25px 15px;
  position: relative;
  overflow-x: auto;
}
@media screen and (orientation: landscape) {
  .chart-modal .modal-dialog .modal-content {
    padding: 35px 15px 25px;
  }
}
.chart-modal .modal-dialog .modal-content .chart-container {
  text-align: center;
  display: block;
  position: relative;
  height: 100%;
}
.chart-modal .modal-dialog .modal-content .chart-container img {
  max-height: 100%;
  width: auto;
  max-width: inherit;
}
@media screen and (orientation: portrait) {
  .chart-modal .modal-dialog .modal-content .chart-container img {
    transform: rotate(-90deg) scale(1.8);
    max-width: 100%;
    height: auto;
    max-height: inherit;
    transform-origin: 80% 80%;
  }
}
@media screen and (orientation: landscape) {
  .chart-modal .modal-dialog .modal-content .chart-container img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 420px) {
  .chart-modal .modal-dialog .modal-content {
    padding: 25px 10px;
  }
}
.chart-modal .top-row {
  position: fixed;
  top: 1px;
  right: 18px;
  background: white;
  border-radius: 6px 0 0 0px;
  display: block;
  float: left;
  z-index: 50;
  left: 2px;
}
.chart-modal .top-row .standort {
  display: block;
  float: left;
  padding: 5px 10px 0;
}
.chart-modal .top-row .date {
  margin: 0;
  font-weight: bold;
}
.chart-modal .top-row .close {
  float: right;
  color: grey;
  right: 0;
  position: absolute;
  padding: 4px 0 0 5px;
  border: none;
  text-align: center;
  font: 20px/18px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
}

aside header h2 {
  font-size: 1em;
  font-weight: 600;
}
aside header h2 + .info-txt {
  margin-top: -8px;
  display: inherit;
  font-size: 12px;
  margin-bottom: 6px;
}
aside section > .info-txt {
  margin-top: 0;
  display: inherit;
  font-size: 12px;
  margin-bottom: 6px;
}
aside section .row {
  margin: 0;
}
aside .italic-text {
  display: block;
  font-style: italic;
  margin-bottom: 0.5rem;
}

svg.vizualisation .circle-text {
  font-family: Arial, Helvetica, sans-serif;
}

.table-title + .tab-table {
  margin-top: 0;
}

.txt-right {
  text-align: right;
}

.justify-baseline {
  display: flex;
  align-items: baseline;
}

.content-container .jumpto-link {
  margin-bottom: 1rem;
  text-align: right;
}

.jumpto-link:hover, .jumpto-link:focus {
  text-decoration: underline;
}

.table.legende-table {
  margin-bottom: 0;
}
.table.legende-table:last-child {
  margin-bottom: 1.5em;
}

.legende-table {
  margin-bottom: 1.5em;
  table-layout: fixed;
}
.legende-table tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.legende-table tbody {
  border: none;
}
.legende-table td {
  width: calc(100% - 30px) !important;
  vertical-align: top !important;
  border: none;
}
.legende-table td:first-child {
  width: 30px !important;
}
.legende-table td:last-child {
  padding-right: 0 !important;
  vertical-align: top !important;
  line-height: 1.25;
}
.legende-table td:last-child span.small {
  color: black;
  margin-top: 1px;
}
.legende-table td svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: #444444;
}
.legende-table td svg.zuflug {
  transform: rotate(126deg);
}
.legende-table tbody tr td,
.legende-table tbody tr th {
  padding: 4px 9px 4px 0;
  border: none;
}
.legende-table.td-big td {
  width: calc(100% - 96px) !important;
}
.legende-table.td-big td:first-child {
  width: 96px !important;
}
.legende-table.td-big td:first-child span {
  padding: 3px;
  display: inline-block;
  margin: 1px 0;
}
.legende-table.border-bottom th {
  border-top: 1px solid #ddd;
}
.legende-table.border-bottom tr td,
.legende-table.border-bottom tr th {
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  .btn.btn-grey span {
    display: none;
  }
  .btn.btn-grey img {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .wetter-bt span {
    display: none;
  }
  .wetter-bt img {
    margin-right: 0;
  }
}
.wetter-bt.btn-grey {
  float: left;
}

.chart-position {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 5px;
}
.chart-position .chart-platzhalter {
  float: right;
  width: calc(100% - 100px);
}
.chart-position .chart-platzhalter img {
  width: 100%;
}

.chart-legende {
  padding: 10px 0px 5px 7px;
}
.chart-legende .line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 2px 0;
}
@media (min-width: 768px) {
  .chart-legende .line {
    margin: 4px 0;
  }
}
.chart-legende .line.type-sun .desc span {
  background-color: #fafd20;
  border-color: #e0e1a0;
}
.chart-legende .line.type-niederschlag .desc span {
  background-color: #6e90fd;
  border-color: #94a5dd;
}
.chart-legende .line.temp-max .desc span, .chart-legende .line.temp-min .desc span {
  border: none;
  height: 3px;
}
.chart-legende .line.temp-max .desc span {
  background-color: #fc1312;
}
.chart-legende .line.temp-min .desc span {
  background-color: #2c00fe;
}
.chart-legende .line .desc {
  display: inherit;
  margin-right: 4px;
}
.chart-legende .line .desc span {
  display: inline-block;
  width: 15px;
  height: 10px;
  border: 1px solid transparent;
}
.chart-legende .line .txt {
  font-size: 11px;
}

table tbody {
  border-right: 2px solid #f4f4f4;
  border-left: 2px solid #f4f4f4;
}
table thead {
  border-right: 2px solid #f4f4f4;
  border-left: 2px solid #f4f4f4;
}

svg.chart.combined-chart {
  margin-bottom: 2.25rem;
  border-radius: 4px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
svg.chart.combined-chart + svg.chart.combined-chart {
  margin-top: 1.25rem;
}

.slide-scroll svg.chart.combined-chart {
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}

div.leaflet-container {
  background-color: #fff;
}
div.leaflet-container svg path.leaflet-interactive.animated-hover {
  transition: fill-opacity 0.25s;
}
div.leaflet-container svg path.leaflet-interactive.animated-hover.hover {
  fill-opacity: 0.1;
}
div.leaflet-container svg path.leaflet-interactive.animated-hover.in {
  fill-opacity: 0;
}
div.leaflet-container.nofill svg path {
  fill: none;
}

.leaflet-popup-content strong {
  margin: 10px 0 1px 0;
}
.leaflet-popup-content strong + strong {
  margin-top: 0;
}
.leaflet-popup-content a[data-what=details] {
  text-align: right;
  display: block;
  margin-top: 3px;
}
.leaflet-popup-content .align-right {
  float: right;
}
.leaflet-popup-content span[data-what=region] {
  display: inline-block;
  margin: 0 0 0 0;
}
.leaflet-popup-content span[data-what=bundesland] {
  display: inline-block;
  margin: 0 0 0 0;
}
.leaflet-popup-content table {
  margin: 10px 0 0 0;
}
.leaflet-popup-content table.first-col-auto-width th:first-child,
.leaflet-popup-content table.first-col-auto-width td:first-child {
  width: auto !important;
}
.leaflet-popup-content table.befall-full-circle a[class^=befall] {
  border: none;
  outline: 1px solid #fff;
}

@media (max-width: 480px) {
  .leaflet-pane .leaflet-popup {
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    transform: inherit !important;
    display: block;
    float: left;
    width: 100vW;
    height: 100vH;
    margin: 0 !important;
    background: white;
  }
}
.leaflet-popup-content-wrapper {
  border-radius: 5px;
}
.leaflet-popup-content-wrapper > .leaflet-popup-content {
  margin: 0.75em;
}

#select-type span.glyphicon-refresh {
  vertical-align: bottom;
}

.glyphicon-refresh-animate {
  animation: spin 0.7s infinite linear;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.flex-row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .flex-row.flex-up-md-revert {
    flex-direction: row-reverse;
  }
  .flex-row.flex-up-md-revert .kommentar {
    text-align: right !important;
  }
  .flex-row.flex-up-md-revert .kommentar .SumoSelect {
    float: right;
  }
}
.flex-row .map-title header {
  margin-bottom: 0;
  padding-bottom: 0;
}

.SumoSelect {
  width: 100%;
}
.SumoSelect > .optWrapper {
  z-index: 2000;
}

.kommentar {
  text-align: left !important;
}
.kommentar h4 {
  text-align: right;
}
.kommentar .tabs-navi {
  float: left;
}
@media (max-width: 390px) {
  .kommentar .tabs-navi .btn {
    padding: 5px 5px;
  }
}
.kommentar select {
  float: right;
}
.kommentar .SumoSelect {
  width: auto;
  text-align: left;
  float: right;
}
@media (max-width: 330px) {
  .kommentar .SumoSelect > .CaptionCont > span {
    padding-right: 10px;
  }
  .kommentar .SumoSelect > .CaptionCont > label {
    width: 15px;
  }
  .kommentar .SumoSelect > .CaptionCont > label > i {
    width: 13px;
    height: 13px;
    background-size: 10px auto;
  }
}
.kommentar .SumoSelect + .tabs-navi {
  width: auto;
  float: left;
}
.kommentar.txt-right {
  text-align: right !important;
}
.kommentar.txt-right .SumoSelect {
  width: auto;
  float: right;
  text-align: left;
}
@media (max-width: 760px) {
  .kommentar.txt-right .SumoSelect {
    width: 100%;
  }
}

#region-focus > h4 {
  margin-top: 1em;
}
#region-focus > h4.hidden + span {
  display: none;
}
@media (max-width: 760px) {
  #region-focus {
    position: inherit;
  }
}
#region-focus > span > a {
  display: inline-block;
  margin-right: 0.4em;
  margin-bottom: 0.35em;
  padding: 0.2em 0.5em;
  color: black;
  border-radius: 5px;
  background-color: #cee0d2;
  border: 1px solid transparent;
}
#region-focus > span > a.active {
  font-weight: bold;
  border-color: #68786c;
}
@media (max-width: 767px) {
  #region-focus > span > a {
    margin-right: 0.25em;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #region-focus > span > a {
    margin-right: 0.2em;
    padding: 0.1em 0.3em;
  }
}
#region-focus .region-level2 > a {
  background-color: #fbf3b0;
}
#region-focus .region-level2 > a.active {
  border-color: #afab88;
}
#region-focus.force-xs .visible-xs {
  display: block !important;
}
#region-focus.force-xs .hidden-xs {
  display: none;
}

.table-title h2,
.table-title h4,
.map-title h2,
.map-title h4 {
  font-weight: 600;
  color: #000;
  font-size: 1em;
}

.table-title h4 {
  margin-bottom: 0;
}

.map-title > header {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .map-title > header {
    padding-top: 0.5rem;
  }
}

.map-container {
  position: relative;
  margin-bottom: 0.3em;
  padding-bottom: 0;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.05);
}
.map-container ~ small.copy {
  line-height: 1.5;
  display: block;
}
.map-container .glyphicon-refresh {
  position: absolute;
  z-index: 997;
  top: 49%;
  left: 49%;
  color: #007E46;
}
.map-container > div[id] {
  height: 440px !important;
  min-height: 440px !important;
}
.map-container .map-header {
  padding: 10px 10px 5px;
}

@media (max-width: 767px) {
  .map-container {
    position: relative;
  }
  .map-container > div[id] {
    height: 400px !important;
    min-height: 400px !important;
  }
  .map-container > div[id] td {
    white-space: normal !important;
  }
}
#befall-tabelle td {
  white-space: normal !important;
}

main .kommentar header {
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  border-bottom: none !important;
}
main .kommentar h2 {
  font-weight: 600;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main .kommentar .tabs-navi .btn {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@keyframes blinker {
  0% {
    opacity: 0;
    background: none;
  }
  33% {
    opacity: 1;
    background: #fbf0d1;
  }
  66% {
    opacity: 0;
    background: #fbf0d1;
  }
  100% {
    opacity: 1;
    background: none;
  }
}
.blink {
  padding: 0.2em;
  padding-left: 0.5em;
  animation-name: blinker;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  animation-iteration-count: 1;
}

.sticky-table .date-row {
  font-size: 11px;
}

.standort-nummer {
  font-weight: 700;
}

@media (max-width: 768px) {
  [data-what=bundesland] .visible-xs {
    display: inline-block !important;
  }
}

.table-responsive.table-svg,
.table-responsive.raps-prognose {
  border: none;
}
.table-responsive.table-svg img,
.table-responsive.raps-prognose img {
  max-width: 100%;
  height: auto;
}
.table-responsive.table-svg table,
.table-responsive.raps-prognose table {
  border-collapse: separate;
  /* Don't collapse */
  border-spacing: 0;
  font-size: 14px;
}
.table-responsive.table-svg table .sub-title svg,
.table-responsive.raps-prognose table .sub-title svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: #505050;
}
.table-responsive.table-svg table .sub-title svg.zuflug,
.table-responsive.raps-prognose table .sub-title svg.zuflug {
  transform: rotate(126deg);
}
.table-responsive.table-svg tbody tr:first-child td.current,
.table-responsive.table-svg tr td.current,
.table-responsive.raps-prognose tbody tr:first-child td.current,
.table-responsive.raps-prognose tr td.current {
  border-left: 2px solid #007E46;
  border-right: 2px solid #007E46;
}
.table-responsive.table-svg thead tr:last-child td.current,
.table-responsive.raps-prognose thead tr:last-child td.current {
  border-top: 2px solid #007E46;
}
.table-responsive.table-svg tbody tr:last-child td.current,
.table-responsive.raps-prognose tbody tr:last-child td.current {
  border-bottom: 2px solid #007E46;
}
.table-responsive.table-svg tbody tr:last-child.border-bottom > td.current,
.table-responsive.raps-prognose tbody tr:last-child.border-bottom > td.current {
  border-bottom: 2px solid #007E46;
}
.table-responsive.table-svg thead tr:last-child td,
.table-responsive.raps-prognose thead tr:last-child td {
  border-bottom: 4px solid #ddd;
}
.table-responsive.table-svg tr,
.table-responsive.raps-prognose tr {
  background-color: transparent;
}
.table-responsive.table-svg tr.border-bottom > td,
.table-responsive.raps-prognose tr.border-bottom > td {
  border-bottom: 5px solid #ddd;
}
.table-responsive.table-svg tr td,
.table-responsive.raps-prognose tr td {
  padding: 5px 3px;
  width: 44px;
  text-align: center;
  line-height: 1;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
}
.table-responsive.table-svg tr td:first-child,
.table-responsive.raps-prognose tr td:first-child {
  position: sticky;
  font-weight: bold;
  left: 0;
  line-height: 1;
  font-size: 13px;
  width: 90px;
  text-align: left;
  z-index: 1;
}
.table-responsive.table-svg tr td:first-child > .slim,
.table-responsive.raps-prognose tr td:first-child > .slim {
  font-weight: normal;
  display: inline-block;
}
.table-responsive.table-svg tr td.description,
.table-responsive.raps-prognose tr td.description {
  text-align: center;
  font-weight: inherit;
}
.table-responsive.table-svg tr td.title,
.table-responsive.raps-prognose tr td.title {
  background-color: white;
  vertical-align: middle;
  z-index: 1;
  padding-left: 7px;
}
.table-responsive.table-svg tr td.sub-title,
.table-responsive.raps-prognose tr td.sub-title {
  position: sticky;
  left: 90px;
  font-weight: normal !important;
  background: white;
  z-index: 1;
  vertical-align: middle;
  box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.table-responsive.table-svg tr:last-child.border-bottom > td,
.table-responsive.raps-prognose tr:last-child.border-bottom > td {
  border-bottom: 1px solid #ddd;
}
.table-responsive.table-svg .left,
.table-responsive.raps-prognose .left {
  float: left;
}
.table-responsive.table-svg .right,
.table-responsive.raps-prognose .right {
  float: right;
}
.table-responsive.table-svg .right .btn-grey,
.table-responsive.table-svg .right .chart-bt,
.table-responsive.table-svg .right .wetter-bt,
.table-responsive.raps-prognose .right .btn-grey,
.table-responsive.raps-prognose .right .chart-bt,
.table-responsive.raps-prognose .right .wetter-bt {
  font-weight: 600;
  margin-top: 0;
  min-width: 180px;
  background-color: #007E46;
  border-color: #024a2a;
  color: white;
  font-size: 14px;
  width: auto;
  min-width: inherit;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  padding: 5px 8px;
}
.table-responsive.table-svg .right .btn-grey:hover, .table-responsive.table-svg .right .btn-grey:focus,
.table-responsive.table-svg .right .chart-bt:hover,
.table-responsive.table-svg .right .chart-bt:focus,
.table-responsive.table-svg .right .wetter-bt:hover,
.table-responsive.table-svg .right .wetter-bt:focus,
.table-responsive.raps-prognose .right .btn-grey:hover,
.table-responsive.raps-prognose .right .btn-grey:focus,
.table-responsive.raps-prognose .right .chart-bt:hover,
.table-responsive.raps-prognose .right .chart-bt:focus,
.table-responsive.raps-prognose .right .wetter-bt:hover,
.table-responsive.raps-prognose .right .wetter-bt:focus {
  background: #004724;
}
.table-responsive.table-svg .right .chart-bt svg,
.table-responsive.raps-prognose .right .chart-bt svg {
  fill: #FFF;
}
.table-responsive.table-svg .right .chart-bt .wbt,
.table-responsive.raps-prognose .right .chart-bt .wbt {
  width: auto;
  height: 20px;
}
.table-responsive.table-svg .right .btn-grey,
.table-responsive.raps-prognose .right .btn-grey {
  margin-right: 8px;
  float: left;
  background: linear-gradient(179deg, rgb(249, 249, 249) 0%, rgb(237, 237, 237) 50%, rgb(249, 249, 249) 100%);
  border-color: #ccc;
  color: #007E46;
}
.table-responsive.table-svg .right .btn-grey img,
.table-responsive.raps-prognose .right .btn-grey img {
  height: 15px;
  width: auto;
}
.table-responsive.table-svg .panel.small-margin,
.table-responsive.raps-prognose .panel.small-margin {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}
.table-responsive.table-svg .panel-body,
.table-responsive.raps-prognose .panel-body {
  padding: 10px 7px;
  display: inline-flex;
  width: 100%;
  flex-wrap: nowrap;
}
.table-responsive.table-svg .panel-body .right,
.table-responsive.raps-prognose .panel-body .right {
  flex: 0 0 auto;
  margin-left: auto;
}
.table-responsive.table-svg .panel-body .left,
.table-responsive.raps-prognose .panel-body .left {
  padding-top: 0;
  padding-bottom: 0;
}
.table-responsive.table-svg .panel-body .zeile2 span,
.table-responsive.table-svg .panel-body .detail-standort,
.table-responsive.table-svg .panel-body .sorte,
.table-responsive.raps-prognose .panel-body .zeile2 span,
.table-responsive.raps-prognose .panel-body .detail-standort,
.table-responsive.raps-prognose .panel-body .sorte {
  font-size: 14px;
  margin-top: 0px;
  display: inline-block;
}
.table-responsive.table-svg .sticky-table,
.table-responsive.raps-prognose .sticky-table {
  width: 100%;
  overflow: auto;
}
.table-responsive.table-svg .sticky-table table,
.table-responsive.raps-prognose .sticky-table table {
  /*table-layout: fixed;*/
}
.table-responsive.table-svg .sticky-table table .current,
.table-responsive.raps-prognose .sticky-table table .current {
  font-weight: bold;
}

.table-responsive.table-svg.small-margin {
  margin: 0;
  padding-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.table-responsive.table-svg tr td {
  vertical-align: middle;
}

.legende-tab .info-txt,
.table-responsive .info-txt {
  font-size: 11px;
  margin-top: 0.3rem;
  float: right;
}

.wetter-container {
  padding: 15px 7px 25px;
}

section.generator {
  margin: 0;
  padding: 0;
}
section.generator form {
  background-color: #f0eeee;
}
@media (max-width: 480px) {
  section.generator form .confirm,
  section.generator form .newb {
    float: none;
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }
}
section.generator form input[type=radio]:checked + label span {
  border: 2px solid #fff;
  background-color: #007E46;
}
section.generator .gen-result {
  padding: 0;
}
section.generator .gen-result table td:nth-child(3) {
  color: #555;
}

.kommentar .float-right {
  float: right;
}

.prognose-checkbox {
  margin-top: 8px;
}
.prognose-checkbox .checkbox-headline {
  float: left;
  width: auto;
  margin-right: 10px;
}

.content-container .content-text + .content-text {
  margin-top: 1.5em;
}
.content-container ul li {
  margin: 0em 0;
}

.befall-20, .befall-15, .befall-10, .befall-7, .befall-5, .befall-3, .befall-1, .befall-0, .befall- {
  width: 18px;
  height: 18px;
  line-height: 18px;
  vertical-align: inherit;
  border-radius: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  text-align: center;
  text-decoration: none !important;
  color: white !important;
  outline: solid 1px #999;
  border: solid 3px #fff;
  align-content: center;
  flex-wrap: wrap;
  font-family: Arial, Helvetica, sans-serif;
}
.in-behandlung.befall-20, .in-behandlung.befall-15, .in-behandlung.befall-10, .in-behandlung.befall-7, .in-behandlung.befall-5, .in-behandlung.befall-3, .in-behandlung.befall-1, .in-behandlung.befall-0, .in-behandlung.befall- {
  border-color: #b903ae;
  border-width: 4px;
}
.befall-20:hover, .befall-15:hover, .befall-10:hover, .befall-7:hover, .befall-5:hover, .befall-3:hover, .befall-1:hover, .befall-0:hover, .befall-:hover, .befall-20:focus, .befall-15:focus, .befall-10:focus, .befall-7:focus, .befall-5:focus, .befall-3:focus, .befall-1:focus, .befall-0:focus, .befall-:focus {
  outline: solid 1px #999;
  outline-offset: inherit;
}

.befall- {
  background-color: white;
}
.befall-.starting {
  border-color: #e1cc00;
}
.befall-.standort-count {
  background-color: white;
  border-color: white;
  color: #000 !important;
  outline: none;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-.border-beh-count {
  border-width: 2px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-.is-prognose {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #FFF;
  outline: none;
}

.befall-0 {
  background-color: #dcdcdc;
}
.befall-0.starting {
  border-color: #e1cc00;
}
.befall-0.standort-count {
  background-color: white;
  border-color: #dcdcdc;
  color: #000 !important;
  outline: none;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-0.border-beh-count {
  border-width: 2px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-0.is-prognose {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #FFF;
  outline: none;
}

.befall-1 {
  background-color: #00786e;
}
.befall-1.starting {
  border-color: #e1cc00;
}
.befall-1.standort-count {
  background-color: white;
  border-color: #00786e;
  color: #000 !important;
  outline: none;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-1.border-beh-count {
  border-width: 2px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-1.is-prognose {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #FFF;
  outline: none;
}

.befall-3 {
  background-color: #ffe365;
}
.befall-3.starting {
  border-color: #e1cc00;
}
.befall-3.standort-count {
  background-color: white;
  border-color: #ffe365;
  color: #000 !important;
  outline: none;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-3.border-beh-count {
  border-width: 2px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-3.is-prognose {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #FFF;
  outline: none;
}

.befall-5 {
  background-color: #e1cc00;
}
.befall-5.starting {
  border-color: #e1cc00;
}
.befall-5.standort-count {
  background-color: white;
  border-color: #e1cc00;
  color: #000 !important;
  outline: none;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-5.border-beh-count {
  border-width: 2px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-5.is-prognose {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #FFF;
  outline: none;
}

.befall-7 {
  background-color: orange;
}
.befall-7.starting {
  border-color: #e1cc00;
}
.befall-7.standort-count {
  background-color: white;
  border-color: orange;
  color: #000 !important;
  outline: none;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-7.border-beh-count {
  border-width: 2px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-7.is-prognose {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #FFF;
  outline: none;
}

.befall-10 {
  background-color: #da4a0d;
}
.befall-10.starting {
  border-color: #e1cc00;
}
.befall-10.standort-count {
  background-color: white;
  border-color: #da4a0d;
  color: #000 !important;
  outline: none;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-10.border-beh-count {
  border-width: 2px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-10.is-prognose {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #FFF;
  outline: none;
}

.befall-15 {
  background-color: #ff8300;
}
.befall-15.starting {
  border-color: #e1cc00;
}
.befall-15.standort-count {
  background-color: white;
  border-color: #ff8300;
  color: #000 !important;
  outline: none;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-15.border-beh-count {
  border-width: 2px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-15.is-prognose {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #FFF;
  outline: none;
}

.befall-20 {
  background-color: #b903ae;
}
.befall-20.starting {
  border-color: #e1cc00;
}
.befall-20.standort-count {
  background-color: white;
  border-color: #b903ae;
  color: #000 !important;
  outline: none;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-20.border-beh-count {
  border-width: 2px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  margin-left: 0 !important;
  font-family: Arial;
}
.befall-20.is-prognose {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #FFF;
  outline: none;
}

.leafletmodal .modal-dialog .table tr td .befall-, .leafletmodal .modal-dialog .table tr td .befall-0, .leafletmodal .modal-dialog .table tr td .befall-1, .leafletmodal .modal-dialog .table tr td .befall-3, .leafletmodal .modal-dialog .table tr td .befall-5, .leafletmodal .modal-dialog .table tr td .befall-7, .leafletmodal .modal-dialog .table tr td .befall-10, .leafletmodal .modal-dialog .table tr td .befall-15, .leafletmodal .modal-dialog .table tr td .befall-20 {
  margin: auto !important;
}

.befall-:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
  border: 1px solid #ddd;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.befall-.is-prognose {
  border: 1px solid #dcdcdc;
}
.befall-.is-prognose:after {
  display: none;
}

.befall-5 {
  color: black !important;
}

.befall-0 {
  color: #555 !important;
}

.befall-fail {
  border-color: black;
}
.befall-fail::after {
  border-color: black;
}

.table .befall-, .table .befall-0, .table .befall-1, .table .befall-3, .table .befall-5, .table .befall-7, .table .befall-10, .table .befall-15, .table .befall-20,
table .befall-,
table .befall-0,
table .befall-1,
table .befall-3,
table .befall-5,
table .befall-7,
table .befall-10,
table .befall-15,
table .befall-20 {
  position: relative;
  margin: auto;
}

.border-20, .border-15, .border-10, .border-7, .border-5, .border-1, .border-0, .border- {
  border-width: 3px !important;
  border-style: solid;
}

.border-15 {
  border-width: 2px;
  outline-color: #ff8300 !important;
}

.border- {
  border-color: white;
}

.border-0 {
  border-color: #dcdcdc;
}

.border-1 {
  border-color: #00786e;
}

.border-5 {
  border-color: #e1cc00;
}

.border-7 {
  border-color: orange;
}

.border-10 {
  border-color: #da4a0d;
}

.border-15 {
  border-color: #ff8300;
}

.border-20 {
  border-color: #b903ae;
}

.befall-10.border-10 {
  display: inline-block;
}
.befall-10.border-10:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  border: 1px solid #b0a3a3;
  left: 0;
  top: 0;
}

.befall-7 {
  outline-color: #da4a0d;
  border-color: #da4a0d;
  background-color: #e1cc00;
}

.blattlaus-karte main > div.row {
  margin-bottom: 1.5em;
}

.eigenwerbung img {
  max-width: 100%;
}

.table-responsive.table-svg tr td:first-child {
  width: 120px;
}
.table-responsive.table-svg thead td.title {
  text-transform: uppercase;
}

.collapse-schadschwellen .legende-table {
  margin-top: 1.5rem;
}
.collapse-schadschwellen .legende-table .legend-tooltip {
  font-weight: bold;
}

/*in share.css übernehmen*/
.sticky-legend.legend-fixed-top .befall-,
.sticky-table .befall- {
  outline: solid 1px #bbb;
}

.sticky-legend.legend-fixed-top .legende-table td:last-child {
  vertical-align: middle !important;
}