@charset "UTF-8";
/*!
    Thru.de - Geographische Informationssysteme (GIS)
    Webanwendung zur Visualisierung von diffusen Emissionen in der Luft sowie diffusen Stoffeinträgen in Wasser.

    Thru.de - Geographic information system (GIS)
    Web application to visualize diffuse emissions in air and diffuse substances in water.
    Copyright (C) 2017 ENDA GmbH & Co. KG

        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.

        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.

        You should have received a copy of the GNU General Public License
        along with this program.  If not, see <http://www.gnu.org/licenses/>.

    ENDA GmbH & Co. KG - web: https://enda.eu/ - mail: kontakt@enda.eu
 */
/* first for IE 6/7/8 */
@font-face {
  font-family: FagoWeb-Bold;
  src: url(/theme/lib/fonts/FagoWeb-Bold.eot); }
/* then for Mozilla browsers -> Firefox */
@font-face {
  font-family: FagoWeb-Bold;
  src: url(/theme/lib/fonts/FagoWeb-Bold.woff) format("woff"); }
@font-face {
  font-family: FagoWeb;
  src: url(/theme/lib/fonts/FagoWeb.eot); }
/* then for Mozilla browsers -> Firefox */
@font-face {
  font-family: FagoWeb;
  src: url(/theme/lib/fonts/FagoWeb.woff) format("woff"); }
.float--left {
  float: left   !important; }

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

.float--none {
  float: none   !important; }

.float--clear {
  clear: both   !important; }

.alignment--left {
  text-align: left    !important; }

.alignment--center {
  text-align: center  !important; }

.alignment--right {
  text-align: right   !important; }

.alignment--justify {
  text-align: justify !important; }

.push {
  margin: 3em !important; }

.push--top {
  margin-top: 3em !important; }

.push--right {
  margin-right: 3em !important; }

.push--bottom {
  margin-bottom: 3em !important; }

.push--left {
  margin-left: 3em !important; }

.push--ends {
  margin-top: 3em !important;
  margin-bottom: 3em !important; }

.push--sides {
  margin-right: 3em !important;
  margin-left: 3em !important; }

.push-half {
  margin: 1.5em !important; }

.push-half--top {
  margin-top: 1.5em !important; }

.push-half--right {
  margin-right: 1.5em !important; }

.push-half--bottom {
  margin-bottom: 1.5em !important; }

.push-half--left {
  margin-left: 1.5em !important; }

.push-half--ends {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important; }

.push-half--sides {
  margin-right: 1.5em !important;
  margin-left: 1.5em !important; }

.flush {
  margin: 0 !important; }

.flush--top {
  margin-top: 0 !important; }

.flush--right {
  margin-right: 0 !important; }

.flush--bottom {
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.soft {
  padding: 3em !important; }

.soft--top {
  padding-top: 3em !important; }

.soft--right {
  padding-right: 3em !important; }

.soft--bottom {
  padding-bottom: 3em !important; }

.soft--left {
  padding-left: 3em !important; }

.soft--ends {
  padding-top: 3em !important;
  padding-bottom: 3em !important; }

.soft--sides {
  padding-right: 3em !important;
  padding-left: 3em !important; }

.soft-half {
  padding: 1.5em !important; }

.soft-half--top {
  padding-top: 1.5em !important; }

.soft-half--right {
  padding-right: 1.5em !important; }

.soft-half--bottom {
  padding-bottom: 1.5em !important; }

.soft-half--left {
  padding-left: 1.5em !important; }

.soft-half--ends {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important; }

.soft-half--sides {
  padding-right: 1.5em !important;
  padding-left: 1.5em !important; }

.hard {
  padding: 0 !important; }

.hard--top {
  padding-top: 0 !important; }

.hard--right {
  padding-right: 0 !important; }

.hard--bottom {
  padding-bottom: 0 !important; }

.hard--left {
  padding-left: 0 !important; }

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.informative {
  border-bottom: 1px dotted #0089e5;
  color: #0089e5;
  cursor: pointer; }

.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }

.center {
  display: block !important;
  margin: 0 auto !important;
  float: none !important; }

.to-upper {
  text-transform: uppercase; }

.to-lower {
  text-transform: lowercase; }

.to-capitalize {
  text-transform: capitalize; }

.fs-italic {
  font-style: italic; }

.fs-05 {
  font-size: 0.5em; }

.fs-06 {
  font-size: 0.6em; }

.fs-07 {
  font-size: 0.7em; }

.fs-08 {
  font-size: 0.8em; }

.fs-09 {
  font-size: 0.9em; }

.fs-10 {
  font-size: 1em; }

.fs-11 {
  font-size: 1.1em; }

.fs-12 {
  font-size: 1.2em; }

.fs-13 {
  font-size: 1.3em; }

.fs-14 {
  font-size: 1.4em; }

.fs-15 {
  font-size: 1.5em; }

.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

html,
body {
  color: #26262c;
  font-family: Arial, Helvetica, "Lucida sans", Geneva, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  height: 100%; }

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

body {
  position: relative;
  height: 100%;
  top: 0; }

a {
  color: #0089e5;
  text-decoration: none;
  letter-spacing: 0.03em; }

figure, img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto; }
  figure figcaption, img figcaption {
    padding: 0em .5em;
    font-size: 12px;
    text-align: justify;
    padding: 0em .5em;
    font-weight: 600;
    color: #757575; }

p {
  letter-spacing: 0.03em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: FagoWeb, sans-serif;
  line-height: 1.3;
  color: #757575;
  margin: 10px 0;
  font-weight: 500; }

h1, h2, h3 {
  font-weight: normal; }

h1 {
  font-size: 1.4em; }

h2 {
  font-size: 1.2em; }

h3 {
  font-size: 1.15em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: .95em;
  font-weight: bold; }

h6 {
  font-size: .9em;
  font-weight: bold; }

ul.list {
  margin: 1.5em 0;
  list-style-type: none;
  padding-left: .5em; }
  ul.list li {
    padding: .2em 1em;
    position: relative; }
    ul.list li::before {
      display: inline-block;
      position: absolute;
      content: '-';
      height: 100%;
      width: 1em;
      left: 0;
      top: 0;
      font-weight: 600; }
  ul.list ul {
    margin: 0; }

.list-heading {
  margin: 1.5em 0 0; }

.list-heading + ul.list {
  margin: .2em 0 1.5em; }

html,
body {
  color: #26262c;
  font-family: Arial, Helvetica, "Lucida sans", Geneva, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  margin: 0; }

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

a {
  color: #0089e5;
  text-decoration: none;
  letter-spacing: 0.03em; }

.flex-outer {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.flex-outer {
  flex-direction: column; }

.w-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.w-800 {
  max-width: 800px; }

.map__wrapper {
  width: 100%;
  flex: 1; }

main {
  border-bottom: 2px solid #f4f4f4; }

img {
  width: inherit;
  height: inherit; }

p {
  margin: 1em 0;
  text-align: justify; }
  p:first-of-type {
    margin-top: 0; }

@media (min-width: 320px) {
  article {
    margin: 20px 20px 0; } }
@media (min-width: 750px) {
  article {
    margin: 0 6em; } }
@media (min-width: 960px) {
  article {
    margin: 0 3em; }

  .w-wrapper {
    max-width: 1200px; } }
.modalContent {
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  background-color: #464646;
  background-color: rgba(30, 30, 37, 0.75);
  z-index: 9997;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: opacity .35s ease-in; }
  .modalContent * {
    max-height: 100vh; }

.modal__dialog {
  margin: 0 20px; }

.modal__close-wrapper,
.modal__content-wrapper {
  position: relative; }

.modal__content-wrapper {
  z-index: 9999;
  background: linear-gradient(-21deg, #f0f0f0 0%, #dedede 40%, #e6e6e6 50%, #dedede 60%, #f0f0f0 100%);
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 10px -6px 7px -6px rgba(0, 0, 0, 0.35); }

.modal__close-wrapper {
  text-align: right; }
  .modal__close-wrapper .modal__close {
    font-family: FagoWeb, sans-serif;
    background: #e6e6e6;
    padding: 8px 30px;
    z-index: 9998;
    font-size: .9em;
    color: #757575; }
    .modal__close-wrapper .modal__close:hover {
      color: #0089e5; }

.modal__content {
  padding: 20px; }
  .modal__content .section,
  .modal__content .subsection {
    border-top: 3px solid #f4f4f4; }
  .modal__content .section {
    counter-reset: header; }
  .modal__content p {
    text-align: left; }
  .modal__content .subsection.grid [class*='col-'] {
    padding: 0; }
  .modal__content .subsection img {
    width: 100%; }
  .modal__content .section .header {
    margin: 0;
    padding: 15px 0; }
  .modal__content .subsection .header {
    padding: 0 0 10px;
    width: 100%; }
    .modal__content .subsection .header:before {
      counter-increment: header;
      content: counter(header);
      width: 1.2em;
      height: 1.2em;
      display: inline-block;
      background: #757575;
      color: #f4f4f4;
      margin-right: .7em;
      text-align: center; }

.modalContent #raster img {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
  display: block; }

.modalContent #diff-luft img, .modalContent #diff-flow img {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7); }

@media (min-width: 320px) {
  article {
    margin: 20px 20px 0; } }
@media (min-width: 750px) {
  article {
    margin: 0 6em; } }
@media (min-width: 960px) {
  article {
    margin: 0 3em; }

  .w-wrapper {
    max-width: 1200px; } }
.modalContent.is-active {
  visibility: visible;
  opacity: 1;
  height: 100%;
  z-index: 9995; }

@media screen and (max-width: 719px) {
  .modal__content .section.grid,
  .modal__content .subsection.grid {
    display: block;
    float: left;
    overflow: hidden; } }

/*# sourceMappingURL=overall.css.map */
