/* variables for soch */
.multipage-container {
  overflow: hidden;
  /* pages */
  /* dot navigation */
  /* style: scale */
  /* style: fill */
}
.multipage-container:before,
.multipage-container:after {
  content: " ";
  display: table;
}
.multipage-container:after {
  clear: both;
}
.multipage-container .blue-box {
  height: 100px;
}
.multipage-container .page {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 16px;
}
.multipage-container .pages {
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0px;
  position: absolute;
}
.multipage-container ul.dot-nav {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
}
.multipage-container ul.dot-nav li {
  position: relative;
  display: block;
  float: left;
  margin: 12px 6px 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  box-shadow: border-box;
}
.multipage-container ul.dot-nav li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #B2B2B2;
  text-indent: -999em;
  /* text verstecken */
  cursor: pointer;
  position: absolute;
  text-decoration: none;
  color: #B2B2B2;
}
.multipage-container ul.dot-nav li.active a {
  color: #0099ce;
}
.multipage-container .style-scale li a {
  -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.multipage-container .style-scale li a:hover,
.multipage-container .style-scale li a:focus {
  background-color: #0099ce;
}
.multipage-container .style-scale li.active a {
  background-color: #0099ce;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
      transform: scale(1.25);
}
.multipage-container .style-fill li a {
  background-color: #B2B2B2;
  box-shadow: inset 0 0 0 2px #B2B2B2;
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.multipage-container .style-fill li a:hover,
.multipage-container .style-fill li a:focus {
  background-color: #F3F2F1;
}
.multipage-container .style-fill li.active a {
  box-shadow: inset 0 0 0 8px #0099ce;
}
svg .axis path,
svg .axis line {
  stroke-width: 1px;
  fill: none;
  stroke: #B2B2B2;
  shape-rendering: crispEdges;
}
svg .axis {
  font-family: "Praxis W01", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
svg .line {
  fill: none;
  stroke: #EC1F26;
  stroke-width: 2px;
}
svg .focusCircle {
  fill: #EC1F26;
  stroke: #EC1F26;
  stroke-width: 2px;
}
svg .focusLine {
  fill: none;
  stroke: #dedede;
  stroke-dasharray: 5;
  stroke-width: 1px;
}
svg .precip-bar {
  fill: #0099ce;
  stroke: none;
}
#today-chart {
  max-width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  #today-chart {
    overflow-x: scroll;
  }
}
#today-chart #focusInfo {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  stroke: none;
  color: white;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
}
.d3Gauge .background {
  fill: #F3F2F1;
}
.d3Gauge .fill {
  fill: #FECC14;
}
.gauge {
  position: relative;
  margin-top: 1em;
  bottom: 0px;
}
input#plz-autocomplete {
  margin: 1.7em 0 0;
  height: 3em;
  padding: 0.5em 1em;
  font-family: "Open Sans", sans-serif;
  border: 1px #B2B2B2 solid;
}
input#plz-autocomplete:focus {
  outline: none;
  border-color: #777777;
}
ul#autocomplete-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  z-index: 100;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  width: 390px;
}
ul#autocomplete-list li {
  border: #F3F2F1 1px solid;
  border-top: none;
}
ul#autocomplete-list li a {
  text-decoration: none;
  display: block;
  margin: 0;
  font-weight: bold;
  padding: 0.75em 1.3em;
  color: black;
}
ul#autocomplete-list li a:hover {
  background-color: #F3F2F1;
}
form#city_search {
  padding: 10px;
}
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        -ms-user-select: none;
	    user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

.tooltip {
  position: absolute;
  z-index: 107000;
  display: block;
  font-family: "Praxis W01", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#mt-content {
  min-height: 300px;
  position: relative;
  font-family: "Praxis W01", Helvetica, Arial, sans-serif;
}
#mt-content h1,
#mt-content h2,
#mt-content h3 {
  font-family: "Praxis W01", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#mt-content h1 .light,
#mt-content h2 .light,
#mt-content h3 .light {
  font-weight: normal;
}
#mt-content img {
  display: inline-block;
}
#mt-content .load-gif {
  height: 40px;
  margin-top: -10px;
}
#mt-content .load-meteotest {
  position: absolute;
  width: 100%;
  min-height: 300px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 5em;
  z-index: 100;
}
#mt-content .meteotest-header:before,
#mt-content .meteotest-header:after {
  content: " ";
  display: table;
}
#mt-content .meteotest-header:after {
  clear: both;
}
#mt-content .meteotest-header h1 {
  float: left;
  max-width: 460px;
}
#mt-content .meteotest-header .plz-finder {
  float: right;
  width: 390px;
  max-width: 100%;
}
#mt-content .meteotest-header .plz-finder input {
  width: 100%;
}
#mt-content .temp-max {
  color: #EC1F26;
}
#mt-content .temp-min {
  color: #0099ce;
}
#mt-content #location-title,
#mt-content #location-title h2 {
  display: inline;
}
#mt-content table {
  border-spacing: 0;
  width: 100%;
}
#mt-content table td,
#mt-content table th {
  padding: 0.4em 0.2em 0.2em;
  vertical-align: baseline;
}
#mt-content table tbody th {
  font-weight: normal;
}
#mt-content .meteotest-today:before,
#mt-content .meteotest-today:after {
  content: " ";
  display: table;
}
#mt-content .meteotest-today:after {
  clear: both;
}
#mt-content #today-chart {
  float: left;
  width: 590px;
}
#mt-content .tooltip {
  position: fixed;
}
#mt-content .wetter-heute {
  float: right;
  width: 390px;
  max-width: 100%;
}
#mt-content .wetter-heute table tbody th {
  text-align: left;
  font-size: 0.8em;
  border-bottom: 1px solid #B2B2B2;
}
#mt-content .wetter-heute table tbody td {
  font-family: "Praxis W01", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #B2B2B2;
}
#mt-content .wetter-heute table tbody tr:last-child td,
#mt-content .wetter-heute table tbody tr:last-child th {
  border: none;
}
#mt-content .wetter-heute h2 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
#mt-content .wetter-heute .heute-box {
  background-color: #F3F2F1;
}
#mt-content .wetter-heute .heute-box th {
  padding-left: 0.75em;
}
#mt-content .row {
  margin: 2em 0;
}
#mt-content .row:before,
#mt-content .row:after {
  content: " ";
  display: table;
}
#mt-content .row:after {
  clear: both;
}
#mt-content .row h2 {
  margin-bottom: 0.5em;
}
@media (min-width: 768px) and (max-width: 1100px) {
  #mt-content .wetter-heute {
    width: 275px;
  }
  #mt-content #today-chart {
    width: 415px;
  }
}
@media (max-width: 767px) {
  #mt-content .wetter-heute {
    width: 100%;
  }
  #mt-content .wetter-heute .static-map {
    width: 100%;
  }
  #mt-content #today-chart {
    width: 100%;
  }
}
#mt-content .package {
  text-align: center;
  width: 19%;
  float: left;
  background-color: #F3F2F1;
  padding: 0 0 1em;
  box-sizing: border-box;
  margin-right: 1.25%;
}
#mt-content .package:last-child {
  margin-right: 0;
}
#mt-content .package h2,
#mt-content .package h3,
#mt-content .package h4,
#mt-content .package h5,
#mt-content .package p {
  margin: 1em 0 0;
}
#mt-content .package h3 {
  font-size: 1.2em;
}
#mt-content .package .legend {
  margin-top: 0.4em;
}
#mt-content .package hr {
  border: none;
  border-bottom: 1px solid #B2B2B2;
  margin: 0;
}
#mt-content .package .blue-box {
  background-color: #0099ce;
  min-height: 90px;
  position: relative;
}
#mt-content .package .blue-box > p {
  margin-top: 0;
  padding-top: 0.5em;
  color: white;
  font-weight: 300;
}
#mt-content .package .blue-box:before,
#mt-content .package .blue-box:after {
  content: " ";
  display: table;
}
#mt-content .package .blue-box:after {
  clear: both;
}
#mt-content .package .blue-box .dom_graph {
  position: absolute;
  height: 50px;
  bottom: 0;
  width: 100%;
  margin: 0;
}
#mt-content .package .blue-box .dom_graph .xscale-rule {
  margin: 0;
}
#mt-content .package .blue-box .dom_graph .bar {
  background-color: white;
  position: absolute;
}
#mt-content .package .blue-box .dom_graph .precip-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
#mt-content .package .blue-box .dom_graph .precip-bar.precip-bar-alert {
  background-color: rgba(255, 255, 255, 0.9);
}
#mt-content .package .blue-box .dom_graph .sun-bar {
  background-color: #FECC14;
}
#mt-content .package .blue-box hr.xscale-rule {
  width: 100%;
  border-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
#mt-content .package .blue-box hr.xscale-rule.perc-100 {
  top: 0;
}
#mt-content .package .blue-box hr.xscale-rule.perc-20 {
  top: 40px;
}
#mt-content .package .blue-box hr.xscale-rule.perc-40 {
  top: 30px;
}
#mt-content .package .blue-box hr.xscale-rule.perc-60 {
  top: 20px;
}
#mt-content .package .blue-box hr.xscale-rule.perc-80 {
  top: 10px;
}
#mt-content .package.wind .blue-box {
  height: 110px;
}
#mt-content .package svg.windrose {
  margin-bottom: 2px;
}
#mt-content .package svg.windrose circle,
#mt-content .package svg.windrose line {
  stroke-opacity: 0.3;
}
#mt-content .show-small {
  visibilty: hidden;
  display: none;
}
#mt-content .wetter-prognose-tage .forecast img {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 680px) {
  #mt-content .wetter-heute {
    width: 100%;
  }
  #mt-content .hide-small {
    visibility: hidden;
    display: none;
  }
  #mt-content .show-small {
    visibilty: visible;
    display: inherit;
  }
  #mt-content .wetter-prognose-tage .title,
  #mt-content .wetter-prognose-tage .forecast {
    width: 50%;
    float: left;
  }
  #mt-content .package {
    width: 100%;
    margin-bottom: 4px;
    padding-bottom: 0;
  }
  #mt-content .package .page,
  #mt-content .package .multipage-container,
  #mt-content .package .summary {
    width: 50%;
    float: left;
  }
  #mt-content .package .summary h3,
  #mt-content .package .summary .legend {
    margin: 0.3em 0;
    width: 50%;
  }
  #mt-content .package .summary h3 {
    float: right;
  }
  #mt-content .package .summary .legend {
    float: left;
    text-align: right;
    padding-right: 2px;
    overflow-x: hidden;
  }
  #mt-content .package .summary hr {
    clear: both;
  }
  #mt-content .package .summary table.sunrise_sunset {
    margin: 0;
  }
  #mt-content .package .multipage-container .page {
    width: 100%;
  }
}
#mt-content table.sunrise_sunset {
  margin: 1.5em 0 0;
}
#mt-content table.sunrise_sunset td {
  text-align: center;
  padding: 0.2em;
}
#mt-content table.sunrise_sunset td p {
  margin: 0;
}
#mt-content h3 small {
  font-size: 0.7em;
  font-weight: normal;
}
#mt-content .leaflet-bar a {
  text-decoration: none;
}
#mt-content #meteotest_map {
  width: 100%;
  height: 540px;
  box-sizing: border-box;
  border: 1px #0099ce solid;
}
#mt-content #meteotest_map .symbolMarker {
  background-color: transparent;
  border: none;
  font-size: 1.5em;
}
#mt-content #meteotest_map .symbolMarker table td {
  vertical-align: middle;
  padding: 0;
}
#mt-content #meteotest_map .symbolMarker:before,
#mt-content #meteotest_map .symbolMarker:after {
  content: " ";
  display: table;
}
#mt-content #meteotest_map .symbolMarker:after {
  clear: both;
}
#mt-content #meteotest_map .marker {
  height: 55px;
}
#mt-content #meteotest_map .marker:hover {
  border-radius: 28px;
  box-shadow: 0 0 20px 0px white;
  background-color: rgba(255, 255, 255, 0.6);
}
#mt-content #meteotest_map .marker img {
  float: left;
  width: 55px;
}
#mt-content #meteotest_map .marker div.temperature {
  color: black;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
#mt-content .map-widget {
  margin: 3em 0;
}
#mt-content .map-widget a.widget-termin {
  border: 1px solid #0099ce;
  border-bottom: none;
  padding: 10px;
  width: 220px;
  text-align: center;
  display: block;
  float: left;
  margin-right: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #0099ce;
  border-radius: 5px 5px 0 0;
}
#mt-content .map-widget a.widget-termin.active {
  color: white;
  background-color: #0099ce;
}
#mt-content .map-widget:before,
#mt-content .map-widget:after {
  content: " ";
  display: table;
}
#mt-content .map-widget:after {
  clear: both;
}
@media (max-width: 700px) {
  #mt-content .map-widget a.widget-termin {
    width: 140px;
  }
}
@media (max-width: 455px) {
  #mt-content .map-widget a.widget-termin {
    width: 120px;
    font-size: 0.8em;
  }
}
.article,
.article__content {
  overflow: visible;
}

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