﻿.Bold {
  font-weight: bold;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
.Hidden {
  visibility: hidden;
}
.DisplayNone {
  display: none !important;
}
.Pointer {
  cursor: pointer;
}
.Plus:before {
  content: "+ ";
}
.PrintOnly {
  display: none;
}
.Clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.AlignTop {
  vertical-align: top !important;
}
.AlignBottom {
  vertical-align: bottom !important;
}
.AlignRight {
  text-align: right !important;
}
.LabelAlignRight {
  text-align: right;
  padding-right: 8px;
}
.AlignLeft {
  text-align: left !important;
}
.AlignCenter,
.center {
  text-align: center !important;
}
.AlignMiddle {
  vertical-align: middle !important;
}
.PositionRelative {
  position: relative !important;
}
.InlineBlock,
.ib {
  display: inline-block !important;
}
.Inline {
  display: inline !important;
}
.MinWidth {
  width: 1px;
}
.lower-latin {
  list-style-type: lower-latin;
}
.NoPadding {
  padding: 0 !important;
}
.NoMargin {
  margin: 0 !important;
}
.NoBorder {
  border: 0 !important;
}
iframe {
  border: none;
}
.Justify {
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
sup {
  vertical-align: super;
}
.NoUserSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.FloatLeft {
  float: left !important;
}
.FloatRight {
  float: right !important;
}
.Table {
  display: table;
}
.TableRow {
  display: table-row;
}
.TableFixed {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.TableCell {
  display: table-cell;
  vertical-align: middle;
}
/* klasse für den wrapper */
.ResponsiveImage {
  display: block;
  max-width: 100%;
  height: auto;
}
textarea {
  height: auto;
}
.RadioWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.RadioWrapper > [type="radio"] {
  margin-top: 1px;
}
.RadioWrapper > label {
  margin-left: 6px;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.RadioWrapper.LabelLeft > input {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.RadioWrapper.LabelLeft > label {
  margin-left: 0;
  margin-right: 6px;
}
.WrappedRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.WrappedRadio > [type="radio"] {
  margin-top: 1px;
}
.WrappedRadio.TextLeft > input {
  margin-left: 6px;
}
.WrappedRadio.TextRight > input {
  margin-right: 6px;
}
.NoWrap {
  white-space: nowrap;
}
.OverflowEllipsis {
  /*white-space: nowrap;*/
  display: block;
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.WordBreak {
  -ms-word-break: break-all;
  word-break: break-all;
}
.card--raised {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.04), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.card {
  overflow: hidden;
  margin-bottom: 1.6rem;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
html {
  background-color: #ffffff;
  color: #434754;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  min-height: 100%;
  /*overflow-y: scroll;*/
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html.fonts-loaded {
  font-family: 'Lato', sans-serif;
}
* {
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0 0 10px 0;
  font-weight: 400;
  line-height: 1.2;
}
.h1 {
  font-size: 36px;
}
.h2 {
  font-size: 20px;
}
.h3 {
  font-size: 20px;
  font-style: italic;
}
fieldset {
  border: 1px solid #b1b1b3;
  padding: 10px;
}
a {
  color: #006B3B;
}
.CenterHelper {
  width: calc((100%) - 160px);
  min-width: 1200px;
  margin: 0 auto;
}
/* Label wrapper */
.LW {
  padding-top: 3px;
  /* padding + border */
}
.BoxPadding {
  padding: 20px;
}
::-webkit-input-placeholder {
  color: #303030;
}
:-moz-placeholder {
  color: #303030;
}
::-moz-placeholder {
  color: #303030;
}
:-ms-input-placeholder {
  color: #303030;
}
.Box {
  background-color: transparent;
  position: relative;
}
.Box .h2 {
  font-size: 18px;
  margin: 0;
  padding: 2px 0 4px 10px;
  font-weight: normal;
  background-color: #008549;
  color: #fff;
}
.Button {
  background-color: #006B3B;
  color: #fff;
  border: 0;
  padding: 6px 40px;
}
.Button:hover,
.Button:focus {
  background-color: #008549;
}
.Button:active {
  background-color: #006B3B;
}
.cke_textarea_inline {
  overflow: auto;
  border: 1px solid #b1b1b3;
}
[type="text"],
[type="email"],
[type="search"],
[type="password"],
[type="number"],
[type="datetime"],
textarea,
select {
  border: 1px solid #b1b1b3;
  padding: 8px 15px;
  width: 100%;
}
[type="text"]:focus,
[type="email"]:focus,
[type="search"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="datetime"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}
select {
  text-indent: -2px;
}
select > option {
  font-weight: normal;
}
input[disabled] {
  background-color: #F9F9F9;
}
header {
  background-color: #fff;
  width: 100%;
  margin-bottom: 10px;
}
.pnlHauptnavigationsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.lnkAppuserLogout {
  font-size: 12px;
  margin-left: auto;
}
.no-js .Content {
  opacity: 0;
}
.Content {
  opacity: 1;
  -moz-transition: opacity 0.1s ease-in 0.3s;
  -o-transition: opacity 0.1s ease-in 0.3s;
  -webkit-transition: opacity 0.1s ease-in 0.3s;
  transition: opacity 0.1s ease-in 0.3s;
}
/* Overrides für pickadate */
.picker {
  display: none;
}
.picker--opened {
  display: block;
}
.picker__nav--prev,
.picker__nav--next {
  height: auto;
}
.picker__select--month,
.picker__select--year {
  height: auto;
  padding: 0;
}
.picker__header {
  padding-bottom: 0.66em;
}
.picker__holder {
  overflow-y: visible;
}
.picker--time .picker__holder {
  overflow: auto;
}
/* ENDE Overrides für pickadate */
.txtDatepickerIcon {
  width: 12em !important;
}
.imgDatepickerIcon,
.imgDatetimepickerIcon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -5px;
}
.row .row {
  padding: 5px;
}
[class*="col"] textarea,
[class*="col"] input[type="text"],
[class*="col"] input[type="search"],
[class*="col"] input[type="password"],
[class*="col"] input[type="number"],
[class*="col"] input[type="datetime"] {
  width: 100%;
}
.toast-info {
  background-color: #006B3B;
}
.imgVorschauUpload {
  margin-left: 20px;
}
.inputInlineEdit {
  width: 100%;
}
.pnlResourcesSprachen {
  z-index: 1;
  position: relative;
  float: left;
}
.pnlDiagrammForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pnlDiagrammForm > div {
  margin-right: 20px;
}
.LKHeadline {
  color: #FFFFFF;
  font-size: 14px;
  background-color: #006B3B;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.LKHeadline input {
  color: #434754;
  padding: 1px 10px;
}
.LKHeadline .Button {
  background-color: white;
}
.btn {
  display: inline-block;
  border: 1px solid transparent;
  padding: 6px 12px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn.active {
  color: #fff;
  background-color: #006B3B;
  border-color: #00522d;
}
.btn.active:hover {
  background-color: #00381f;
  border-color: #00140b;
}
small,
.small {
  font-size: 85%;
}
.pnlMapNavi {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pnlMapNavi > a,
.pnlMapNavi > input,
.pnlMapNavi > select {
  margin-right: 4px;
}
.pnlMapNavi > input,
.pnlMapNavi > select {
  padding: 6px 12px!important;
  line-height: 27px;
  font-size: 18px;
  border: 1px solid #ccc;
}
.panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel.panel-success {
  border-color: #d6e9c6;
}
.panel-heading {
  padding: 10px 15px;
  color: #fff;
  background-color: #006B3B;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-body {
  padding: 5px;
  display: none;
}
.table-bordered > tbody > tr > td {
  border: 1px solid #ddd;
  padding: 5px;
  color: #303030;
}
.pnlBundeslandSchnellnavi > a {
  background-color: #F6F6F6;
  border: 1px solid #c2c2c2;
  color: #58585A;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  margin-bottom: 5px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.pnlBundeslandSchnellnavi > a:hover,
.pnlBundeslandSchnellnavi > a.aktiv {
  color: #fff;
  background-color: #006B3B;
  border-color: #00140b;
}
.pnlKlimadatenDatum .txtDatepickerIcon {
  width: 150px !important;
}
.pnlKlimadatenDatum .imgDatepickerIcon {
  margin-left: -30px;
  margin-right: 8px;
}
.pnlKlimadatenDatum .picker__frame {
  top: 5% !important;
}
.pnlKlimadatenDatum .imgDatepickerIcon {
  margin-left: -30px;
  margin-right: 8px;
}
@media only screen and (min-width: 769px) and (max-width: 1180.98px), only screen and (max-width: 768.98px) {
  .pnlMapNavi > a {
    color: #58585A;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
  }
  .pnlMapNavi > a:hover,
  .pnlMapNavi > a.aktiv {
    color: #fff;
    background-color: #006B3B;
    border-color: #00140b;
  }
  .pnlMapNavi > input {
    font-size: 14px;
    line-height: 1.42857143;
  }
}