.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid blue;
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: rgba(0,60,136,0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}
.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
}
.ol-overlay-container {
  will-change: left,right,top,bottom;
}

.ol-unsupported {
  display: none;
}
.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.ol-control {
  position: absolute;
  background-color: rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 2px;
}
.ol-control:hover {
  background-color: rgba(255,255,255,0.6);
}
.ol-zoom {
  top: .5em;
  left: .5em;
}
.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}
.ol-full-screen {
  right: .5em;
  top: .5em;
}
@media print {
  .ol-control {
    display: none;
  }
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-size: 1.14em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0,60,136,0.5);
  border: none;
  border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(0,60,136,0.7);
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}


.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
}

.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution ul, .ol-attribution button {
  display: inline-block;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button{
  bottom: 1px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}
.ol-overviewmap-box {
  border: 2px dotted rgba(0,60,136,0.7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

/**
 * The main LESS file including everything else
 */
/* our custom icon font */
@font-face {
  font-family: 'topmeteo';
  src: url(/static/fonts/topmeteo.ea672574d60fb2d1e3f4974d7faba5f5.eot);
  src: url(/static/fonts/topmeteo.ea672574d60fb2d1e3f4974d7faba5f5.eot#iefix) format('embedded-opentype'), url(/static/fonts/topmeteo.50f2ff3791e2e9e8de3116e008a96f14.woff2) format('woff2'), url(/static/fonts/topmeteo.ef8f0edede995a702de7494f166df2ff.woff) format('woff'), url(/static/fonts/topmeteo.f7183e27d87ef57e9b551fdc47ab7052.ttf) format('truetype'), url(/static/fonts/topmeteo.af3a10b8f8424e143f1c03666698dbce.svg#topmeteo) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'topmeteo';
    src: url('../font/topmeteo.svg?28964583#topmeteo') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "topmeteo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-menu:before,
nav.header#panel-header .met-select-wrapper:before,
.controls-area .container .met-select-wrapper:before {
  content: '\e800';
}
/* '' */
.icon-cog:before {
  content: '\e801';
}
/* '' */
.icon-star:before,
.icon-favourite:before,
body.location-forecast .content-area .table-wrapper .table-inner table .product-title .mark-favorite:hover .icon-favourite.none:before,
body.location-forecast .content-area .table-wrapper .table-inner table .product-title .mark-favorite:focus .icon-favourite.none:before,
body.location-forecast .content-area .table-wrapper .table-inner table .product-title .mark-favorite:active .icon-favourite.none:before,
body.map #mtx-controls .ctl-product .met-select-wrapper .styled-dropdown ol li.is-favorite:first-child:before {
  content: '\e802';
}
/* '' */
.icon-star-empty:before,
.icon-favourite.none:before,
body.location-forecast .content-area .table-wrapper .table-inner table .product-title .mark-favorite:hover .icon-favourite:before,
body.location-forecast .content-area .table-wrapper .table-inner table .product-title .mark-favorite:focus .icon-favourite:before,
body.location-forecast .content-area .table-wrapper .table-inner table .product-title .mark-favorite:active .icon-favourite:before,
body.map #mtx-controls .ctl-product .met-select-wrapper .styled-dropdown ol li.is-favorite + li.not-favorite:before {
  content: '\e803';
}
/* '' */
.icon-ausbr_0:before {
  content: '\e804';
}
/* '' */
.icon-ausbr_1:before {
  content: '\e805';
}
/* '' */
.icon-ausbr_2:before {
  content: '\e806';
}
/* '' */
.icon-sfcinv1:before {
  content: '\e807';
}
/* '' */
.icon-sfcinv2:before {
  content: '\e808';
}
/* '' */
.icon-sfcinv3:before {
  content: '\e809';
}
/* '' */
.icon-sfcinv4:before {
  content: '\e80a';
}
/* '' */
.icon-ww83:before {
  content: '\e80b';
}
/* '' */
.icon-ww93:before {
  content: '\e80c';
}
/* '' */
.icon-ww95:before {
  content: '\e80d';
}
/* '' */
.icon-ww97:before {
  content: '\e80e';
}
/* '' */
.icon-ww98:before {
  content: '\e80f';
}
/* '' */
.icon-ww99:before {
  content: '\e810';
}
/* '' */
.icon-ww100:before {
  content: '\e811';
}
/* '' */
.icon-ww101:before {
  content: '\e812';
}
/* '' */
.icon-ww103:before {
  content: '\e813';
}
/* '' */
.icon-ww105:before {
  content: '\e814';
}
/* '' */
.icon-ww107:before {
  content: '\e815';
}
/* '' */
.icon-ww112:before {
  content: '\e816';
}
/* '' */
.icon-ww113:before {
  content: '\e817';
}
/* '' */
.icon-ww114:before {
  content: '\e818';
}
/* '' */
.icon-ww115:before {
  content: '\e819';
}
/* '' */
.icon-ww116:before {
  content: '\e81a';
}
/* '' */
.icon-ww117:before {
  content: '\e81b';
}
/* '' */
.icon-ww118:before {
  content: '\e81c';
}
/* '' */
.icon-ww129:before {
  content: '\e81d';
}
/* '' */
.icon-ww131:before {
  content: '\e81e';
}
/* '' */
.icon-ww135:before {
  content: '\e81f';
}
/* '' */
.icon-ww136:before,
body.location-forecast .product-content span.ov-www136 .icon:before {
  content: '\e820';
}
/* '' */
.icon-ww137:before {
  content: '\e821';
}
/* '' */
.icon-ww138:before {
  content: '\e822';
}
/* '' */
.icon-ww144:before {
  content: '\e823';
}
/* '' */
.icon-pin:before {
  content: '\e824';
}
/* '' */
.icon-pin-down:before {
  content: '\e825';
}
/* '' */
.icon-loop-alt:before {
  content: '\e826';
}
/* '' */
.icon-help:before {
  content: '\e827';
}
/* '' */
.icon-th:before,
.struct-link.matrix:before {
  content: '\e828';
}
/* '' */
.icon-eye:before,
.link.all:before {
  content: '\e829';
}
/* '' */
.icon-eye-off:before,
.link.none:before {
  content: '\e82a';
}
/* '' */
.icon-ccw:before {
  content: '\e82b';
}
/* '' */
.icon-search:before,
#lfc-controls > li#location-search:before {
  content: '\e82c';
}
/* '' */
.icon-basket:before,
#lfc-controls > li#location-search .search-suggestions-list li span.shop:before,
body.shop .price-table .buy-button::after,
body.shop.order .content-area .icon-link:before,
body.profile .buy-button::after {
  content: '\e82d';
}
/* '' */
.icon-rew:before {
  content: '\e82e';
}
/* '' */
.icon-ff:before {
  content: '\e82f';
}
/* '' */
.icon-totop:before {
  content: '\e830';
}
/* '' */
.icon-plus-circled:before,
body.start .content-area-wrapper .entry-list li strong:before,
body.metar #metar-taf-controls.closed .metar-taf-map-toggler .toggle-icon:before,
body.metar #content .extended[style="display: none;"] + .toggle-icon:before,
body.metar #content .closed .extended + .toggle-icon:before {
  content: '\e831';
}
/* '' */
.icon-certificate:before,
body.location-forecast .icon-sun:before {
  content: '\e832';
}
/* '' */
.icon-cw:before,
.link.reset:before {
  content: '\e833';
}
/* '' */
.icon-left-open-big:before,
.browse-layer .browse .prev span:before,
body.shop .content-area .shopping-content .region-map h3 a:before,
body.shop .content-area .shopping-content .region-map .backlink a:before {
  content: '\e834';
}
/* '' */
.icon-right-open-big:before,
.browse-layer .browse .next span:before {
  content: '\e835';
}
/* '' */
.icon-check:before,
.lightbox-inner input[type="checkbox"]:checked + span:before,
.notifications-inner.success:before,
.notification.success .notifications-inner:before,
.notification.packet-purchase .notifications-inner:before {
  content: '\e836';
}
/* '' */
.icon-minus-circled:before,
body.metar #metar-taf-controls .metar-taf-map-toggler .toggle-icon:before,
body.metar #content .toggle-icon:before,
body.metar #content .extended + .toggle-icon:before,
body.metar #content .closed .extended[style="display: block;"] + .toggle-icon:before {
  content: '\e837';
}
/* '' */
.icon-down-open-big:before,
body.shop .price-table div[data-toggle="collapse"]::before,
body.shop .price-table div[aria-expanded="false"]::before,
body.shop .price-table div[data-toggle="collapse"]::after,
body.shop .price-table div[aria-expanded="false"]::after,
body.profile div[data-toggle="collapse"]::before,
body.profile div[aria-expanded="false"]::before {
  content: '\e838';
}
/* '' */
.icon-up-open-big:before,
body.shop .price-table div[aria-expanded="true"]::before,
body.shop .price-table div[aria-expanded="true"]::after,
body.profile div[aria-expanded="true"]::before {
  content: '\e839';
}
/* '' */
.icon-slider-down:before {
  content: '\e83a';
}
/* '' */
.icon-slider-up:before {
  content: '\e83b';
}
/* '' */
.icon-pin-up:before {
  content: '\e83c';
}
/* '' */
.icon-www136:before {
  content: '\e83d';
}
/* '' */
.icon-giropay:before {
  content: '\e83e';
}
/* '' */
.icon-ec:before {
  content: '\e83f';
}
/* '' */
.icon-calendar:before {
  content: '\e840';
}
/* '' */
.icon-play:before,
body.map #mtx-controls .ctl-loop-play button.met-btn.is-play::before {
  content: '\e841';
}
/* '' */
.icon-stop:before,
body.map #mtx-controls .ctl-loop-play button.met-btn.is-stop::before {
  content: '\e842';
}
/* '' */
.icon-dot:before,
body.map div#mtx-controls .component-slider div.scale div.numbers div::after {
  content: '\e843';
}
/* '' */
.icon-dot-3:before {
  content: '\e844';
}
/* '' */
.icon-info:before,
.legend-area div.legend-toggle .icon-help::before {
  content: '\e845';
}
/* '' */
.icon-cc-sepa:before {
  content: '\e846';
}
/* '' */
.icon-trash-empty:before {
  content: '\e847';
}
/* '' */
.icon-right-small:before {
  content: '\e848';
}
/* '' */
.icon-pencil:before {
  content: '\e849';
}
/* '' */
.icon-price-globus:before,
body.shop .price-table .is-region h4::after {
  content: '\e85a';
}
/* '' */
.icon-price-ruler:before,
body.shop .price-table .is-duration .icon-caption::after {
  content: '\e85b';
}
/* '' */
.icon-price-calendar:before,
body.shop .price-table .is-length h4::after {
  content: '\e85c';
}
/* '' */
.icon-price-clock:before,
body.shop .price-table .is-resolution h4::after {
  content: '\e85d';
}
/* '' */
.icon-cc-visa:before {
  content: '\f1f0';
}
/* '' */
.icon-cc-mastercard:before {
  content: '\f1f1';
}
/* '' */
.icon-cc-amex:before {
  content: '\f1f3';
}
/* '' */
.icon-cc-paypal:before {
  content: '\f1f4';
}
/* '' */
.icon-cc-jcb:before {
  content: '\f24b';
}
/* '' */
.icon-cc-diners-club:before {
  content: '\f24c';
}
/* '' */
/* topmeteo specific color definitions and stuff */
/**
 * Basic Setup of variables for TopMeteo
 */
/* pin sizes */
/* z-index values */
/* Colors */
/* icons forecast */
/* icons for map */
/* bootstrap includes */
/**
 * Bootstrap includes
 *
 * we pick from either default bootstrap or a modified version
 */
/**
 * Bootstrap core variables and mixins
 */
/**
 * Bootstrap reset and dependencies
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * Bootstrap core CSS
 */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #5A7A8D;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3c525e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #5A7A8D;
}
a.text-primary:hover {
  color: #465f6e;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #5A7A8D;
}
a.bg-primary:hover {
  background-color: #465f6e;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  /*@media (min-width: @screen-md-min) {
    width: @container-md;
  }*/
}
@media (min-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1050px) {
  .container {
    width: 1050px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 1024px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
/*
@media (min-width: @screen-md-min) {
  .make-grid(md);
}
*/
@media (min-width: 1050px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 1023px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 17px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 28px;
  line-height: 28px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 42px;
  line-height: 42px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 38.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 22px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 1024px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0;
}
@media (min-width: 1024px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 1024px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #5A7A8D;
  border-color: #506d7d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #465f6e;
  border-color: #384c58;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #5A7A8D;
  border-color: #506d7d;
}
.btn-primary .badge {
  color: #5A7A8D;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #5A7A8D;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #3c525e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/**
 * Bootstrap components
 */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #5A7A8D;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1024px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #5A7A8D;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1024px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1024px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #5A7A8D;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1024px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1024px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
@media (min-width: 1024px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1024px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1024px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1024px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16.5px 0;
  font-size: 15px;
  line-height: 17px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1024px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.25px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 1023px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1024px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
@media (min-width: 1024px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
@media (min-width: 1024px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #5A7A8D;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #5A7A8D;
  color: #fff;
}
@media (max-width: 1023px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #5A7A8D;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 1023px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #5A7A8D;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #3c525e;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #5A7A8D;
  border-color: #5A7A8D;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #5A7A8D;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #465f6e;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5A7A8D;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 54px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5A7A8D;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  background-color: #5A7A8D;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #5A7A8D;
  border-color: #5A7A8D;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d1dce2;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 17px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #5A7A8D;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #5A7A8D;
  border-color: #5A7A8D;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5A7A8D;
}
.panel-primary > .panel-heading .badge {
  color: #5A7A8D;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5A7A8D;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/**
 * Components w/ JavaScript
 */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.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: 1024px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 1024px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/**
 *  Utility classes
 */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
body.shop.order .content-area header ul.shop-steps:before,
body.shop.order .content-area header ul.shop-steps:after,
body.shop.order .content-area main:before,
body.shop.order .content-area main:after,
body.shop.order .content-area main > div:before,
body.shop.order .content-area main > div:after,
body.shop.order .content-area aside:before,
body.shop.order .content-area aside:after,
body.shop.order .content-area #shopping-basket > div:before,
body.shop.order .content-area #shopping-basket > div:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
body.shop.order .content-area header ul.shop-steps:after,
body.shop.order .content-area main:after,
body.shop.order .content-area main > div:after,
body.shop.order .content-area aside:after,
body.shop.order .content-area #shopping-basket > div:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 1023px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 1023px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 1023px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1049px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1049px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1049px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1049px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1023px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1049px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1050px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* bootstrap custom styles */
@media print {
  .icon-menu,
  .loop-button,
  #mobile-region-select,
  .legend-toggle,
  .browse-layer,
  nav.header#panel-header .met-select-wrapper,
  .controls-area .container .met-select-wrapper {
    display: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* our mixins and basic classes */
/**
 * @file helper mixins for raster
 * ......
 * scope:
 *   - global
 *
 * @copyright CosmoCode GmbH
 */
/* adds padding. @adjust can be used to half or double padding*/
/**
 * Mixins for content area
 */
/**
* Pseudo Table Container
*/
/**
* Legend Definition List
*/
/**
 * @file helper mixins and basic classes for metSelect components
 * ......
 * scope:
 *   - global
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * without media queries
 * + + + + + + + + + + + + + + + + */
/* styles for MOBILE and DESKTOP */
/* styles DESKTOP ONLY (usage within media queries) */
/* styles MOBILE ONLY (usage within media queries) */
/* + + + + + + + + + + + + + + + + +
 * with media queries
 * + + + + + + + + + + + + + + + + */
/* mixin for styles used in both mobile and desktop must be overwritten by
 * special mixin for mobile and desktop   */
/* mixin for mobile must not be used in media queries  */
/* mixin for desktop must not be used in media queries  */
/* + + + + + + + + + + + + + + + + +
 * full mixin for desktop and mobile
 * + + + + + + + + + + + + + + + + */
/**
 * @file helper mixins and Basic Classes for buttons und links
 * ......
 * scope:
 *   - global
 *
 * @copyright CosmoCode GmbH
 */
/* toggle buttons for drawers */
.icon-link::before {
  font-family: "topmeteo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.struct-link-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}
.struct-link {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: inline-block;
}
.struct-link.matrix {
  position: relative;
  padding-left: 20px;
}
.struct-link.matrix::before {
  font-family: "topmeteo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.struct-link.matrix::before {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 13px;
  text-decoration: none;
}
/* + + +  special links  + + + */
.link {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
.link::before {
  display: inline-block;
  font-family: 'topmeteo';
  line-height: 1;
  padding-right: 0.5em;
}
.link::before:hover,
.link::before:focus,
.link::before:active {
  text-decoration: none;
}
/* + + +  default-button  + + + */
.btn-topmeteo {
  color: #fff;
  background-color: #5A7A8D;
  border-color: #5A7A8D;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  min-height: 27px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  letter-spacing: 0.05em;
}
.btn-topmeteo:hover,
.btn-topmeteo:focus,
.btn-topmeteo:active {
  color: #fff;
  background-color: #3c525e;
}
/* + + +  close-link  + + + */
.close-icon::before {
  content: '\00d7';
  display: -ms-flexbox;
  display: flex;
  font-family: "topmeteo";
  font-style: normal;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}
.icon-close::before {
  content: '\00d7';
}
/* + + +  positioning (center + middle)  + + + */
/**
 * mobile detection
 *
 * The special div gets a different z-index assigned depending on the currently
 * applied styles. This z-index is read by our topmeteo_ismobile()
 * function and can be used to switch behavior in scripts depending on the
 * current view mode
 */
#mobile-detect {
  position: relative;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 1049px) {
  #mobile-detect {
    z-index: 1;
  }
}
/* different parts of the site */
/**
 * @file cross template module for page structure and bootstrap overwrites
 * ......
 * scope:
 *   - map, metar-taf,location-forecast, satellite
 *   - shop, shop-checkout
 *   - start,index
 *   - login. password-reset-confirm, user-profile
 *   - standard
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
.location-panel {
  position: absolute;
  z-index: 1000;
  width: 40px;
  background-color: #5A7A8D;
  overflow: hidden;
  color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  width: 65px;
  height: 40px;
  /* default met-select styles */
  /* special case: select with favorites */
  /* special case: cursor variations for fake input and fake input in list */
  /* special */
}
.location-panel a {
  color: #fff;
}
.location-panel input,
.location-panel select,
.location-panel button {
  color: #333333;
}
.location-panel .icon {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.location-panel .icon::before {
  margin: 0;
}
.location-panel select.met-select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #5A7A8D;
  color: #fff;
  border: 1px solid #48697B;
  border-radius: 0 !important;
  max-width: 100%;
  width: 100%;
}
.location-panel select.met-select::-ms-expand {
  display: none;
}
.location-panel .styled-dropdown {
  position: relative;
  z-index: 1000;
}
.location-panel .styled-dropdown * {
  box-sizing: border-box;
}
.location-panel .styled-dropdown > input {
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: 20px;
  text-overflow: ellipsis;
  background-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  border: 0 none;
  width: auto;
  min-width: 100%;
}
.location-panel .styled-dropdown > input:focus,
.location-panel .styled-dropdown > input:hover,
.location-panel .styled-dropdown > input:active {
  text-decoration: underline !important;
}
.location-panel .styled-dropdown > input.focus ~ ol {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.location-panel .styled-dropdown > ol {
  position: absolute;
  padding: 0;
  padding-top: 8px;
  margin: 0;
  display: block;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  z-index: 1000;
  opacity: 0;
  width: 100%;
  height: auto;
  max-width: 500px;
  background: #5A7A8D;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s ease-out, -webkit-transform;
  transition: transform, opacity 0.2s ease-out;
  transition: transform, opacity 0.2s ease-out, -webkit-transform;
  overflow: auto;
}
.location-panel .styled-dropdown > ol > li {
  list-style: none;
  padding: 0.2em 32px 0.2em 8px;
  cursor: pointer;
  display: block;
  /* nur vorbereitet */
  /* ende */
}
.location-panel .styled-dropdown > ol > li.level-1 {
  padding-left: 16px;
}
.location-panel .styled-dropdown > ol > li.level-2 {
  padding-left: 32px;
}
.location-panel .styled-dropdown > ol > li.level-3 {
  padding-left: 48px;
}
.location-panel .styled-dropdown > ol > li.styled-dropdown-add {
  padding: 0;
}
.location-panel .styled-dropdown > ol > li.styled-dropdown-add > input {
  border: 0;
  padding: 0.2em 16px 0.2em 8px;
  width: 100%;
}
.location-panel .styled-dropdown > ol > li.selected,
.location-panel .styled-dropdown > ol > li:active {
  background: #7B94A3;
}
.location-panel .styled-dropdown > ol > li:focus {
  outline: 0;
  outline: 1px solid #E0E6EA;
}
.location-panel .styled-dropdown > ol > li > .close::before {
  display: block;
  position: absolute;
  right: 15px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6;
}
.location-panel .styled-dropdown > ol > li:hover > .close:hover::before {
  opacity: 0.9;
}
.location-panel .styled-dropdown > ol[data-placement=top-left] {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  bottom: 0;
  left: -1px;
}
.location-panel .styled-dropdown > ol[data-placement=bottom-left] {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: 4px;
  left: -1px;
}
.location-panel #location-favorites .styled-dropdown > ol {
  padding-top: 0;
}
.location-panel #location-favorites .styled-dropdown > ol > li {
  position: relative;
  padding: 0;
  /* star icon for marking favorites */
  /* option for changing location */
}
.location-panel #location-favorites .styled-dropdown > ol > li.divider {
  border-bottom: 1px solid #ffffff;
  margin: 5px;
}
.location-panel #location-favorites .styled-dropdown > ol > li .mark-favorite {
  position: absolute;
  top: 6px;
  left: 4px;
}
.location-panel #location-favorites .styled-dropdown > ol > li .change-location {
  display: block;
  padding: 0.2em 16px 0.2em 24px;
}
.location-panel .styled-dropdown > input[readonly] {
  cursor: pointer;
}
.location-panel select[data-styledDropdown][disabled] + .styled-dropdown > input[readonly] {
  cursor: default;
}
@media (min-width: 1050px) {
  .location-panel .met-select-wrapper {
    position: relative;
    margin-left: 16px;
    padding-right: 16px;
  }
  .location-panel .met-select-wrapper::before {
    font-family: "topmeteo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  .location-panel .met-select-wrapper.has-mobile-short-label .emulate-short-label {
    display: none;
  }
  .location-panel .met-select-wrapper::before {
    position: absolute;
    z-index: 999;
    font-size: 16px;
    top: 8px;
    left: 0;
    margin: 0;
  }
  .location-panel .met-select-wrapper.right-menu-icon {
    text-align: right;
    display: inline-block;
  }
  .location-panel .met-select-wrapper.right-menu-icon::before {
    position: absolute;
    z-index: 999;
    font-size: 16px;
    top: 8px;
    left: auto;
    right: 14px;
  }
  .location-panel .met-select-wrapper.right-menu-icon .styled-dropdown > input {
    text-align: right;
    text-indent: 0;
    padding-right: 20px;
    min-width: 1px;
    float: right;
  }
  .location-panel .met-select-wrapper.right-menu-icon .styled-dropdown > ol {
    min-width: 60px;
  }
  .location-panel .met-select-wrapper.right-menu-icon .styled-dropdown > ol[placement=bottom-left] {
    left: auto;
    right: -1px;
    text-align: right;
  }
  .location-panel .met-select-wrapper.right-menu-icon .styled-dropdown > ol[placement=bottom-left] li {
    text-align: right;
  }
  .location-panel .met-select-wrapper select.met-select {
    display: none !important;
  }
  .location-panel .met-select-wrapper .styled-dropdown {
    display: block;
  }
}
@media (max-width: 1049px) {
  .location-panel .met-select-wrapper .styled-dropdown {
    display: none !important;
  }
  .location-panel .met-select-wrapper select.met-select {
    display: inline-block;
    height: 40px;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 8px 38px 8px 8px;
    background-color: #5A7A8D;
  }
  .location-panel .met-select-wrapper .met-location-manager {
    position: absolute;
    top: 0;
    right: 65px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 8px 0;
    text-align: center;
  }
  .location-panel .met-select-wrapper .met-location-manager .control.icon-cog {
    margin: 8px 0;
    color: #fff;
    font-size: 18px;
  }
  .location-panel .met-select-wrapper.has-mobile-short-label .emulate-short-label {
    position: relative;
    right: 0;
    top: 8px;
    z-index: 0;
    display: block;
    width: auto;
    background-color: #5A7A8D;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
  }
  .location-panel .met-select-wrapper.has-mobile-short-label select.met-select {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
    border-color: transparent;
    color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }
  .location-panel .met-select-wrapper.has-mobile-short-label select.met-select optgroup,
  .location-panel .met-select-wrapper.has-mobile-short-label select.met-select option {
    background-color: #48697B;
    color: #fff;
  }
}
.location-panel .met-select-wrapper select {
  height: 40px;
}
.icon-favourite {
  display: inline-block;
}
.icon-favourite::before {
  display: block;
}
.icon-favourite.none {
  display: inline-block;
}
.clearer {
  clear: both;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  html,
  body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  body {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  body.standard,
  body.shop,
  body.location-forecast {
    background-color: #FFFCEA;
    background-image: url(/static/img/style/bg_standard.200adf0c12039379918ab80583d9c2eb.jpg);
  }
  body.map {
    background-color: #2D609B;
    background-image: url(/static/img/style/bg_map.936a043c9a2b8b7eca301599b282bf5b.jpg);
  }
  .page-wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .mobile-only {
    display: none !important;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  .location-panel {
    z-index: 500;
  }
  .desktop-only {
    display: none !important;
  }
  html {
    height: 100%;
  }
}
/**
 * @file cross template module for standard pages (default body class for topmeteo templates)
 * can have additional body class
 * ......
 * scope:
 *   - standard
 *   - login.standard, user-profil.standard, password-reset-confirm.standard, shop.standard, shop-checkout.standard
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.standard {
  /* + + +  toggle  + + + */
  /* + + + +  accordion in accordion  + + + + + */
}
body.standard .content-area {
  margin-top: 20px;
}
body.standard .content-area .row {
  background-color: #FFF;
}
body.standard .container {
  position: relative;
}
body.standard .container main {
  clear: left;
}
body.standard header {
  padding-top: 16px;
  padding-bottom: 8px;
}
body.standard .page-content {
  padding-bottom: 16px;
  /* + + +  first-steps - content navigation  + + + */
}
body.standard .page-content h2 {
  font-size: 16px;
  margin: 0;
}
body.standard .page-content .nav-list {
  margin-top: 16px;
}
body.standard .page-content .row {
  margin-bottom: 16px;
}
body.standard .page-content .row div[class*="col"] {
  box-sizing: border-box;
  padding-left: 16px;
}
body.standard .page-content .row div[class*="col"]:first-of-type {
  padding-left: 0;
}
body.standard .page-content .nav-link {
  display: block;
  background-color: #48697B;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
body.standard #accordion h3 {
  background-color: #E0E6EA;
  font-size: 16px;
  margin: 0 0 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.standard #accordion h3 a {
  display: block;
  color: #5A7A8D;
}
body.standard #accordion h3 a:focus {
  text-decoration: none;
}
body.standard #accordion .toggle-link {
  display: block;
  background-color: #5A7A8D;
  border: solid 1px #5A7A8D;
  color: #FFF;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.standard #accordion > .toggleblock-head {
  display: inline-block;
  min-width: 32%;
  margin-top: 16px;
  margin-bottom: 16px;
}
body.standard #accordion > .toggleblock-head + .toggleblock-head {
  margin-left: 1.6%;
}
body.standard #accordion > .toggleblock-head a {
  display: block;
  border: solid 1px #5A7A8D;
  color: #5A7A8D;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.standard #accordion > .toggleblock-head a:hover,
body.standard #accordion > .toggleblock-head a[aria-expanded="true"] {
  background-color: #5A7A8D;
  color: #FFF;
  text-decoration: none;
}
body.standard #accordion > .toggleblock-head a[aria-expanded="true"] {
  cursor: default;
}
body.standard #accordion .toggleblock-content h4 {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.standard #accordion .toggleblock-content h5 {
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 4px;
}
body.standard #accordion .toggleblock-content h4,
body.standard #accordion .toggleblock-content h5 {
  padding-left: 16px;
  padding-right: 16px;
}
body.standard #accordion .toggleblock-content ul {
  padding-top: 8px;
  padding-bottom: 8px;
}
body.standard #accordion .toggleblock-content p {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}
body.standard #accordion .toggleblock-content p + p {
  padding-top: 8px;
}
body.standard #accordion .toggleblock-content p a {
  text-transform: uppercase;
}
body.standard .toggleblock-content .toggleblock-head {
  margin-top: 16px;
}
body.standard .toggleblock-content .toggleblock-head a {
  position: relative;
}
body.standard .toggleblock-content .toggleblock-head a::after {
  content: '\002B';
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1rem;
  height: 2rem;
  font-weight: bold;
  margin-top: -1rem;
}
body.standard .toggleblock-content .toggleblock-head a[aria-expanded="true"]::after {
  content: '\2212';
}
body.standard .panel {
  box-shadow: none;
  border: 0 none;
}
body.standard .box-image {
  display: block;
  max-width: 70%;
  box-sizing: content-box;
  border: solid 1px #5A7A8D;
  margin: 16px;
  line-height: 0;
}
body.standard .box-image.is-no-border {
  border: 0 none;
}
body.standard .box-image img,
body.standard .box-image video {
  width: 100%;
}
body.standard .box-image p {
  text-align: center;
  line-height: 1.7rem;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  body.standard {
    /* + + +  first-steps - content navigation  + + + */
  }
  body.standard header,
  body.standard .page-content {
    padding-left: 64px;
    padding-right: 64px;
  }
  body.standard .box-image.is-half-size {
    width: 50%;
  }
  body.standard .box-image.is-small-size {
    width: 25%;
    max-width: 150px;
  }
  body.standard .page-content .col-lg-9 {
    padding-bottom: 32px;
  }
  body.standard .page-content .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.standard .form h2 {
    margin-top: 32px;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.standard .box-image {
    width: auto;
    max-width: none;
  }
  body.standard .box-image.is-half-size {
    width: auto;
    max-width: none;
  }
  body.standard .box-image.is-small-size {
    width: auto;
    max-width: 150px;
  }
  body.standard #accordion .toggleblock-head {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
  body.standard #accordion .toggleblock-head + .toggleblock-head {
    margin-left: 0;
  }
  body.standard #accordion .toggleblock-head + .panel-default {
    margin-top: 40px;
  }
  body.standard #accordion .toggleblock-head a,
  body.standard #accordion .toggleblock-head .toggle-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body.standard #accordion h3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  body.standard .content-area {
    margin-top: 0;
  }
  body.standard .content-area header,
  body.standard .content-area .page-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.standard .content-area .page-content {
    /* + + +  first-steps - content navigation  + + + */
  }
  body.standard .content-area .page-content .col-lg-9 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  body.standard .content-area .page-content .row {
    margin-bottom: 0;
  }
  body.standard .content-area .page-content .row div[class*="col"] {
    padding-top: 16px;
    padding-left: 0px;
  }
  body.standard .content-area .page-content .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }
  body.standard .content-area .container {
    margin-top: 0;
  }
  body.standard .content-area header h1 {
    background-color: #FFF;
    color: #5A7A8D;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 8px;
  }
}
#no-script-message {
  display: none;
  font-size: 30px;
  margin: 10px;
}
#no-script-message.no-script {
  display: block;
}
#page-wrapper {
  display: block;
}
#page-wrapper.no-script {
  display: none;
}
/**
 * @file cross template module for header/navigation
 * ......
 * scope:
 *   - map, metar-taf,location-forecast, satellite
 *   - shop, shop-checkout
 *   - start,index
 *   - login. password-reset-confirm, user-profile
 *   - standard
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
nav.header .group-location {
  /* default met-select styles */
  /* special case: select with favorites */
  /* special case: cursor variations for fake input and fake input in list */
  /* special */
}
nav.header .group-location select.met-select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #5A7A8D;
  color: #fff;
  border: 1px solid #48697B;
  border-radius: 0 !important;
  max-width: 100%;
  width: 100%;
}
nav.header .group-location select.met-select::-ms-expand {
  display: none;
}
nav.header .group-location .styled-dropdown {
  position: relative;
  z-index: 1000;
}
nav.header .group-location .styled-dropdown * {
  box-sizing: border-box;
}
nav.header .group-location .styled-dropdown > input {
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: 20px;
  text-overflow: ellipsis;
  background-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  border: 0 none;
  width: auto;
  min-width: 100%;
}
nav.header .group-location .styled-dropdown > input:focus,
nav.header .group-location .styled-dropdown > input:hover,
nav.header .group-location .styled-dropdown > input:active {
  text-decoration: underline !important;
}
nav.header .group-location .styled-dropdown > input.focus ~ ol {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
nav.header .group-location .styled-dropdown > ol {
  position: absolute;
  padding: 0;
  padding-top: 8px;
  margin: 0;
  display: block;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  z-index: 1000;
  opacity: 0;
  width: 100%;
  height: auto;
  max-width: 500px;
  background: #5A7A8D;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s ease-out, -webkit-transform;
  transition: transform, opacity 0.2s ease-out;
  transition: transform, opacity 0.2s ease-out, -webkit-transform;
  overflow: auto;
}
nav.header .group-location .styled-dropdown > ol > li {
  list-style: none;
  padding: 0.2em 32px 0.2em 8px;
  cursor: pointer;
  display: block;
  /* nur vorbereitet */
  /* ende */
}
nav.header .group-location .styled-dropdown > ol > li.level-1 {
  padding-left: 16px;
}
nav.header .group-location .styled-dropdown > ol > li.level-2 {
  padding-left: 32px;
}
nav.header .group-location .styled-dropdown > ol > li.level-3 {
  padding-left: 48px;
}
nav.header .group-location .styled-dropdown > ol > li.styled-dropdown-add {
  padding: 0;
}
nav.header .group-location .styled-dropdown > ol > li.styled-dropdown-add > input {
  border: 0;
  padding: 0.2em 16px 0.2em 8px;
  width: 100%;
}
nav.header .group-location .styled-dropdown > ol > li.selected,
nav.header .group-location .styled-dropdown > ol > li:active {
  background: #7B94A3;
}
nav.header .group-location .styled-dropdown > ol > li:focus {
  outline: 0;
  outline: 1px solid #E0E6EA;
}
nav.header .group-location .styled-dropdown > ol > li > .close::before {
  display: block;
  position: absolute;
  right: 15px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6;
}
nav.header .group-location .styled-dropdown > ol > li:hover > .close:hover::before {
  opacity: 0.9;
}
nav.header .group-location .styled-dropdown > ol[data-placement=top-left] {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  bottom: 0;
  left: -1px;
}
nav.header .group-location .styled-dropdown > ol[data-placement=bottom-left] {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: 4px;
  left: -1px;
}
nav.header .group-location #location-favorites .styled-dropdown > ol {
  padding-top: 0;
}
nav.header .group-location #location-favorites .styled-dropdown > ol > li {
  position: relative;
  padding: 0;
  /* star icon for marking favorites */
  /* option for changing location */
}
nav.header .group-location #location-favorites .styled-dropdown > ol > li.divider {
  border-bottom: 1px solid #ffffff;
  margin: 5px;
}
nav.header .group-location #location-favorites .styled-dropdown > ol > li .mark-favorite {
  position: absolute;
  top: 6px;
  left: 4px;
}
nav.header .group-location #location-favorites .styled-dropdown > ol > li .change-location {
  display: block;
  padding: 0.2em 16px 0.2em 24px;
}
nav.header .group-location .styled-dropdown > input[readonly] {
  cursor: pointer;
}
nav.header .group-location select[data-styledDropdown][disabled] + .styled-dropdown > input[readonly] {
  cursor: default;
}
@media (min-width: 1050px) {
  nav.header .group-location .met-select-wrapper {
    position: relative;
    margin-left: 16px;
    padding-right: 16px;
  }
  nav.header .group-location .met-select-wrapper::before {
    font-family: "topmeteo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  nav.header .group-location .met-select-wrapper.has-mobile-short-label .emulate-short-label {
    display: none;
  }
  nav.header .group-location .met-select-wrapper::before {
    position: absolute;
    z-index: 999;
    font-size: 16px;
    top: 8px;
    left: 0;
    margin: 0;
  }
  nav.header .group-location .met-select-wrapper.right-menu-icon {
    text-align: right;
    display: inline-block;
  }
  nav.header .group-location .met-select-wrapper.right-menu-icon::before {
    position: absolute;
    z-index: 999;
    font-size: 16px;
    top: 8px;
    left: auto;
    right: 14px;
  }
  nav.header .group-location .met-select-wrapper.right-menu-icon .styled-dropdown > input {
    text-align: right;
    text-indent: 0;
    padding-right: 20px;
    min-width: 1px;
    float: right;
  }
  nav.header .group-location .met-select-wrapper.right-menu-icon .styled-dropdown > ol {
    min-width: 60px;
  }
  nav.header .group-location .met-select-wrapper.right-menu-icon .styled-dropdown > ol[placement=bottom-left] {
    left: auto;
    right: -1px;
    text-align: right;
  }
  nav.header .group-location .met-select-wrapper.right-menu-icon .styled-dropdown > ol[placement=bottom-left] li {
    text-align: right;
  }
  nav.header .group-location .met-select-wrapper select.met-select {
    display: none !important;
  }
  nav.header .group-location .met-select-wrapper .styled-dropdown {
    display: block;
  }
}
@media (max-width: 1049px) {
  nav.header .group-location .met-select-wrapper .styled-dropdown {
    display: none !important;
  }
  nav.header .group-location .met-select-wrapper select.met-select {
    display: inline-block;
    height: 40px;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 8px 38px 8px 8px;
    background-color: #5A7A8D;
  }
  nav.header .group-location .met-select-wrapper .met-location-manager {
    position: absolute;
    top: 0;
    right: 65px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 8px 0;
    text-align: center;
  }
  nav.header .group-location .met-select-wrapper .met-location-manager .control.icon-cog {
    margin: 8px 0;
    color: #fff;
    font-size: 18px;
  }
  nav.header .group-location .met-select-wrapper.has-mobile-short-label .emulate-short-label {
    position: relative;
    right: 0;
    top: 8px;
    z-index: 0;
    display: block;
    width: auto;
    background-color: #5A7A8D;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
  }
  nav.header .group-location .met-select-wrapper.has-mobile-short-label select.met-select {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
    border-color: transparent;
    color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }
  nav.header .group-location .met-select-wrapper.has-mobile-short-label select.met-select optgroup,
  nav.header .group-location .met-select-wrapper.has-mobile-short-label select.met-select option {
    background-color: #48697B;
    color: #fff;
  }
}
nav.header .group-location #region-select li {
  white-space: nowrap;
}
nav.header .group-location #region-select li.region {
  opacity: 0.7;
}
nav.header .group-location #region-select li.region.available {
  opacity: 1;
}
nav.header .group-location .met-select-wrapper {
  z-index: 100;
}
nav.header .group-location .met-select-wrapper::before {
  top: 5px;
}
nav.header .group-location .styled-dropdown > ol[data-placement=bottom-left] {
  top: -2px;
  left: -16px;
  right: -16px;
  width: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.12);
}
nav.header .group-location .styled-dropdown > ol > li {
  padding-right: 4px;
}
nav.header.container .group-location {
  float: right;
  max-width: 180px;
}
nav.header .logout-form {
  display: inline;
}
nav.header .logout-form button {
  border: none;
  background: none;
  text-transform: uppercase;
}
nav.header .logout-form button:hover {
  text-decoration: underline;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  nav.header {
    display: block !important;
    height: 45px;
    max-width: 100%;
    background-color: #fff;
    color: #5A7A8D;
    text-transform: uppercase;
    line-height: 1.1em;
  }
  nav.header span.break {
    display: block;
    height: 1px;
    overflow: hidden;
  }
  nav.header ul {
    padding-left: 0;
    list-style: none;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  nav.header ul > li {
    display: inline-block;
  }
  nav.header ul > li .logout-form button,
  nav.header ul > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  nav.header ul li {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  nav.header li .logout-form button,
  nav.header li a {
    height: 45px;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
  nav.header li.active a {
    background-color: #5A7A8D;
    color: #fff;
  }
  nav.header .group-home {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-left: 16px;
    max-width: 125px;
  }
  nav.header .group-home .topmeteo-logo {
    display: inline-block;
    text-transform: none;
    font-size: 18px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-top: 16px;
  }
  nav.header .group-navigation {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  nav.header .group-usertools {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    min-width: 297px;
  }
  nav.header .group-usertools .user-profile a {
    background-image: url(/static/img/style/userhead.9d2e50a2b96622169fa50756c8b80e74.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 45px, 45px;
    padding-left: 45px;
  }
  nav.header .group-usertools .user-profile a .current-user {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 150px;
  }
  nav.header .group-usertools .user-profile.active a {
    background-image: url(/static/img/style/userhead-white.2ec4131f2d3de116c05a02319035aa00.svg);
  }
  nav.header .group-location {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    background-color: #5A7A8D;
    color: #fff;
  }
  nav.header .group-location select {
    color: #333333;
  }
  nav.header .group-footertools {
    display: none;
  }
  nav.header .group-legal {
    display: none;
  }
  nav.header-index .group-home,
  nav.header-index .group-navigation,
  nav.header-index .group-usertools,
  nav.header-index .group-location,
  nav.header-index .group-footertools,
  nav.header-index .group-legal {
    display: none;
  }
  nav.header-index .form-element {
    width: 110px;
    border: 1px solid #fff;
    border-bottom-color: #5A7A8D;
    border-right-color: #5A7A8D;
    color: #5A7A8D;
    padding: 0.4em 10px;
    min-height: 27px;
    margin-right: 7px;
    margin-left: 7px;
  }
  nav.header-index ::-webkit-input-placeholder {
    color: #5A7A8D;
  }
  nav.header-index ::-moz-placeholder {
    color: #5A7A8D;
  }
  nav.header-index :-ms-input-placeholder {
    color: #5A7A8D;
  }
  nav.header-index ::placeholder {
    color: #5A7A8D;
  }
  nav.header-index ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5A7A8D;
  }
  nav.header-index ::-moz-placeholder {
    /* Firefox 19+ */
    color: #5A7A8D;
  }
  nav.header-index :-ms-input-placeholder {
    /* IE 10+ */
    color: #5A7A8D;
  }
  nav.header-index :-moz-placeholder {
    /* Firefox 18- */
    color: #5A7A8D;
  }
  div.panel-index {
    display: none;
  }
}
@media (min-width: 1050px) and (min-width: 1050px) {
  nav.header .group-home {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1050px) and (min-width: 1050px) {
  nav.header .group-navigation {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1050px) and (min-width: 1050px) {
  nav.header .group-usertools {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1050px) and (min-width: 1050px) {
  nav.header .group-location {
    float: left;
    width: 25%;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  div.header-toggle {
    position: absolute;
    z-index: 1000;
    background-color: #5A7A8D;
    overflow: hidden;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 901;
    opacity: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  div.header-toggle a {
    color: #fff;
  }
  div.header-toggle input,
  div.header-toggle select,
  div.header-toggle button {
    color: #333333;
  }
  div.header-toggle .icon {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
  }
  div.header-toggle .icon::before {
    margin: 0;
  }
  body:not([class="map"]) div.header-toggle {
    position: fixed;
  }
  div.header-toggle .icon {
    line-height: 40px;
  }
  div.header-toggle[aria-expanded="true"] .icon {
    font-size: 35px;
    line-height: 100%;
  }
  div.header-toggle[aria-expanded="true"] .icon::before {
    content: '\00d7';
  }
  nav.header {
    background-color: #5A7A8D;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 90%;
    height: 100%;
    overflow: auto;
    display: none;
    /* mobile menu home template */
  }
  nav.header span.break {
    display: inline-block;
    width: 5px;
    overflow: hidden;
  }
  nav.header#panel-header {
    position: fixed;
    height: auto;
    max-height: 100%;
    overflow: auto;
    width: auto;
  }
  nav.header#panel-header .row {
    padding-top: 40px;
  }
  nav.header#panel-header .row ul {
    margin: 8px 8px;
    padding: 0 0 8px 0;
  }
  nav.header#panel-header .row ul.group-legal {
    border-bottom: 0 none;
  }
  nav.header#panel-header .row ul .payment-methods {
    margin-left: -3px;
  }
  nav.header#panel-header .row ul li {
    list-style-type: none;
    font-size: 16px;
    text-transform: uppercase;
  }
  nav.header#panel-header .row ul li a,
  nav.header#panel-header .row ul li span.prefix-lang {
    padding: 6px 8px;
    display: block;
    font-weight: 300;
  }
  nav.header#panel-header .row ul li a br,
  nav.header#panel-header .row ul li span.prefix-lang br {
    display: none;
  }
  nav.header#panel-header .row ul li.lang-switcher .prefix-lang {
    float: left;
    /* give it the doubled spacing of the margin between flags */
    padding-right: 8px;
    margin-right: 8px;
  }
  nav.header#panel-header .row ul li.lang-switcher .clearer {
    display: block;
    height: 3px;
  }
  nav.header#panel-header .row ul li.lang-switcher .lang {
    background: transparent none no-repeat center center;
    background-size: cover;
    text-indent: -1000px;
    display: inline-block;
    width: 1.5em;
    height: 1em;
    vertical-align: text-top;
    margin: 8px 6px 4px 0;
  }
  nav.header#panel-header .row ul li.lang-switcher .lang.en-gb {
    background-image: url(/static/img/flags/gb.b72cf6e978a51e788f9ec380cd051505.svg);
  }
  nav.header#panel-header .row ul li.lang-switcher .lang.de {
    background-image: url(/static/img/flags/de.a8d7fe0d49a73f157448639df1a82f7f.svg);
  }
  nav.header#panel-header .row ul li.lang-switcher .lang.fr {
    background-image: url(/static/img/flags/fr.8ea157afb87c272d55292f5b8bb95368.svg);
  }
  nav.header#panel-header .row ul li.social-media a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  nav.header#panel-header .row ul li.social-media a span {
    margin-right: 0.3em;
  }
  nav.header#panel-header .row ul li.social-media a img {
    width: 16px;
    height: 16px;
  }
  nav.header#panel-header .menu-layer {
    display: none;
  }
  nav.header#panel-header[aria-expanded="true"] .menu-layer {
    top: 0 !important;
    bottom: 0 !important;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
  }
  nav.header#panel-header[aria-expanded="true"] .row {
    position: relative;
    z-index: 11;
  }
  nav.header a {
    color: #fff;
  }
  nav.header ul {
    border-bottom: 1px solid #fff;
  }
  nav.header .group-navigation-index form {
    display: none;
  }
  nav.header .group-location {
    display: none;
  }
  div.panel-index {
    background-color: #5A7A8D;
    color: #fff;
    z-index: 500;
    height: 50px;
  }
  div.panel-index a {
    color: #fff;
  }
}
/**
 * @file cross template module for controls areas
 * ......
 * scope:
 *   - map, metar-taf,location-forecast, satellite
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
.controls-area .container {
  max-width: 100%;
  background-color: #5A7A8D;
  color: #fff;
  /* default met-select styles */
  /* special case: select with favorites */
  /* special case: cursor variations for fake input and fake input in list */
  /*default met-btn */
  /* special */
}
.controls-area .container a {
  color: #fff;
}
.controls-area .container select,
.controls-area .container button {
  color: #333333;
}
.controls-area .container select.met-select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #5A7A8D;
  color: #fff;
  border: 1px solid #48697B;
  border-radius: 0 !important;
  max-width: 100%;
  width: 100%;
}
.controls-area .container select.met-select::-ms-expand {
  display: none;
}
.controls-area .container .styled-dropdown {
  position: relative;
  z-index: 1000;
}
.controls-area .container .styled-dropdown * {
  box-sizing: border-box;
}
.controls-area .container .styled-dropdown > input {
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: 20px;
  text-overflow: ellipsis;
  background-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  border: 0 none;
  width: auto;
  min-width: 100%;
}
.controls-area .container .styled-dropdown > input:focus,
.controls-area .container .styled-dropdown > input:hover,
.controls-area .container .styled-dropdown > input:active {
  text-decoration: underline !important;
}
.controls-area .container .styled-dropdown > input.focus ~ ol {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.controls-area .container .styled-dropdown > ol {
  position: absolute;
  padding: 0;
  padding-top: 8px;
  margin: 0;
  display: block;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  z-index: 1000;
  opacity: 0;
  width: 100%;
  height: auto;
  max-width: 500px;
  background: #5A7A8D;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s ease-out, -webkit-transform;
  transition: transform, opacity 0.2s ease-out;
  transition: transform, opacity 0.2s ease-out, -webkit-transform;
  overflow: auto;
}
.controls-area .container .styled-dropdown > ol > li {
  list-style: none;
  padding: 0.2em 32px 0.2em 8px;
  cursor: pointer;
  display: block;
  /* nur vorbereitet */
  /* ende */
}
.controls-area .container .styled-dropdown > ol > li.level-1 {
  padding-left: 16px;
}
.controls-area .container .styled-dropdown > ol > li.level-2 {
  padding-left: 32px;
}
.controls-area .container .styled-dropdown > ol > li.level-3 {
  padding-left: 48px;
}
.controls-area .container .styled-dropdown > ol > li.styled-dropdown-add {
  padding: 0;
}
.controls-area .container .styled-dropdown > ol > li.styled-dropdown-add > input {
  border: 0;
  padding: 0.2em 16px 0.2em 8px;
  width: 100%;
}
.controls-area .container .styled-dropdown > ol > li.selected,
.controls-area .container .styled-dropdown > ol > li:active {
  background: #7B94A3;
}
.controls-area .container .styled-dropdown > ol > li:focus {
  outline: 0;
  outline: 1px solid #E0E6EA;
}
.controls-area .container .styled-dropdown > ol > li > .close::before {
  display: block;
  position: absolute;
  right: 15px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6;
}
.controls-area .container .styled-dropdown > ol > li:hover > .close:hover::before {
  opacity: 0.9;
}
.controls-area .container .styled-dropdown > ol[data-placement=top-left] {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  bottom: 0;
  left: -1px;
}
.controls-area .container .styled-dropdown > ol[data-placement=bottom-left] {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: 4px;
  left: -1px;
}
.controls-area .container #location-favorites .styled-dropdown > ol {
  padding-top: 0;
}
.controls-area .container #location-favorites .styled-dropdown > ol > li {
  position: relative;
  padding: 0;
  /* star icon for marking favorites */
  /* option for changing location */
}
.controls-area .container #location-favorites .styled-dropdown > ol > li.divider {
  border-bottom: 1px solid #ffffff;
  margin: 5px;
}
.controls-area .container #location-favorites .styled-dropdown > ol > li .mark-favorite {
  position: absolute;
  top: 6px;
  left: 4px;
}
.controls-area .container #location-favorites .styled-dropdown > ol > li .change-location {
  display: block;
  padding: 0.2em 16px 0.2em 24px;
}
.controls-area .container .styled-dropdown > input[readonly] {
  cursor: pointer;
}
.controls-area .container select[data-styledDropdown][disabled] + .styled-dropdown > input[readonly] {
  cursor: default;
}
@media (min-width: 1050px) {
  .controls-area .container .met-select-wrapper {
    position: relative;
    margin-left: 16px;
    padding-right: 16px;
  }
  .controls-area .container .met-select-wrapper::before {
    font-family: "topmeteo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  .controls-area .container .met-select-wrapper.has-mobile-short-label .emulate-short-label {
    display: none;
  }
  .controls-area .container .met-select-wrapper::before {
    position: absolute;
    z-index: 999;
    font-size: 16px;
    top: 8px;
    left: 0;
    margin: 0;
  }
  .controls-area .container .met-select-wrapper.right-menu-icon {
    text-align: right;
    display: inline-block;
  }
  .controls-area .container .met-select-wrapper.right-menu-icon::before {
    position: absolute;
    z-index: 999;
    font-size: 16px;
    top: 8px;
    left: auto;
    right: 14px;
  }
  .controls-area .container .met-select-wrapper.right-menu-icon .styled-dropdown > input {
    text-align: right;
    text-indent: 0;
    padding-right: 20px;
    min-width: 1px;
    float: right;
  }
  .controls-area .container .met-select-wrapper.right-menu-icon .styled-dropdown > ol {
    min-width: 60px;
  }
  .controls-area .container .met-select-wrapper.right-menu-icon .styled-dropdown > ol[placement=bottom-left] {
    left: auto;
    right: -1px;
    text-align: right;
  }
  .controls-area .container .met-select-wrapper.right-menu-icon .styled-dropdown > ol[placement=bottom-left] li {
    text-align: right;
  }
  .controls-area .container .met-select-wrapper select.met-select {
    display: none !important;
  }
  .controls-area .container .met-select-wrapper .styled-dropdown {
    display: block;
  }
}
@media (max-width: 1049px) {
  .controls-area .container .met-select-wrapper .styled-dropdown {
    display: none !important;
  }
  .controls-area .container .met-select-wrapper select.met-select {
    display: inline-block;
    height: 40px;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 8px 38px 8px 8px;
    background-color: #5A7A8D;
  }
  .controls-area .container .met-select-wrapper .met-location-manager {
    position: absolute;
    top: 0;
    right: 65px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 8px 0;
    text-align: center;
  }
  .controls-area .container .met-select-wrapper .met-location-manager .control.icon-cog {
    margin: 8px 0;
    color: #fff;
    font-size: 18px;
  }
  .controls-area .container .met-select-wrapper.has-mobile-short-label .emulate-short-label {
    position: relative;
    right: 0;
    top: 8px;
    z-index: 0;
    display: block;
    width: auto;
    background-color: #5A7A8D;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
  }
  .controls-area .container .met-select-wrapper.has-mobile-short-label select.met-select {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
    border-color: transparent;
    color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }
  .controls-area .container .met-select-wrapper.has-mobile-short-label select.met-select optgroup,
  .controls-area .container .met-select-wrapper.has-mobile-short-label select.met-select option {
    background-color: #48697B;
    color: #fff;
  }
}
.controls-area .container .met-btn,
.controls-area .container button.met-btn {
  background-color: #7B94A3;
  border: 1px solid #7B94A3;
  color: #fff;
  margin-right: 16px;
  padding: 8px 8px 6px 8px;
  min-width: 45px;
}
@media (max-width: 1049px) {
  .controls-area .container .met-btn,
  .controls-area .container button.met-btn {
    font-size: 16px;
  }
}
.controls-area .container .struct-link-wrapper {
  display: inline-block;
  margin-top: 8px;
  padding-top: 8px;
}
.controls-area .container .met-select-wrapper.right-menu-icon {
  float: right;
}
.controls-area .container .styled-dropdown > ol > li {
  white-space: nowrap;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  .controls-area .container nav.config-area ul {
    padding-left: 0;
  }
  .controls-area .container nav.config-area li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
  }
  .controls-area .container nav.config-area li:last-child {
    margin-right: 0;
  }
  ul#mtx-controls .controls-area .container nav.config-area li span.label {
    font-size: 14px;
    margin-top: 12px;
  }
  .controls-area .container .met-select-wrapper::before {
    display: none;
  }
  .controls-area .container .met-select-wrapper select.met-select {
    border-color: #48697B;
    padding: 6px;
  }
  .controls-area .container .met-btn {
    height: 40px;
    width: 100%;
  }
}
/**
 * @file cross template module for content styles
 * ......
 * scope:
 *   - map, metar-taf,location-forecast, satellite
 *   - shop, shop-checkout
 *   - start,index
 *   - login. password-reset-confirm, user-profile
 *   - standard
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
.content-area .container {
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #FFF;
}
body.exception .content-area .container article {
  text-align: center;
}
a {
  cursor: pointer;
}
main p a {
  text-transform: uppercase;
}
.uppercase {
  text-transform: uppercase;
}
/**
 * mixin: The logo
 * Can be adjusted by adjusting the fontsize
 */
.topmeteo-logo {
  font-size: 27px;
  line-height: 1em;
  vertical-align: baseline;
  padding-top: 1em;
  display: block;
  width: 6.5em;
  color: #333333;
}
.topmeteo-logo:focus,
.topmeteo-logo:hover {
  text-decoration: none;
}
.topmeteo-logo img {
  margin-top: -0.75em;
  width: auto;
  height: 2em;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  .container {
    max-width: 100%;
  }
  /* + + +  MET-1008  + + + */
  #page-wrapper .content-area #projection-map-image {
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    margin: 0;
  }
  #page-wrapper .content-area #projection-map-image .image img {
    max-width: 80vw;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  .content-area {
    padding-bottom: 40px;
  }
}
/**
 * @file cross template module for header/navigation
 * ......
 * scope:
 *   - map, location-forecast
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
.legend-area {
  z-index: 500;
  position: relative;
}
.legend-area .container {
  background-color: #FFF;
  color: #5A7A8D;
}
.legend-area .container .md-legend {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-bottom: 0px;
}
.legend-area .container .md-legend .close {
  background-color: #48697B;
  opacity: 1;
  color: #FFF;
  text-shadow: none;
  padding: 0;
}
.legend-area .container .md-legend .close .close-icon {
  display: block;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  padding: 0;
}
.legend-area .container .md-legend .close:hover,
.legend-area .container .md-legend .close:focus {
  background-color: #3C525E;
  color: #FFF;
  opacity: 1;
}
.legend-area .container .md-legend ul {
  padding-left: 0;
  list-style: none;
}
.legend-area .container .md-legend > span:first-child > ul,
.legend-area .container .md-legend > ul {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
  font-size: 14.4px;
}
.legend-area .container .md-legend > span:first-child > ul > li,
.legend-area .container .md-legend > ul > li {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  font-weight: bold;
}
.legend-area .container .md-legend > span:first-child > ul > li ul,
.legend-area .container .md-legend > ul > li ul {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
}
.legend-area .container .md-legend > span:first-child > ul > li ul > li,
.legend-area .container .md-legend > ul > li ul > li {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.legend-area .container .md-description {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0px;
  padding-bottom: 16px;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  .legend-area .container {
    display: block !important;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  .legend-area {
    position: absolute;
    top: 0;
    right: 70px;
  }
  .legend-area div.legend-toggle {
    position: absolute;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background-color: #5A7A8D;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    position: static;
  }
  .legend-area div.legend-toggle a {
    color: #fff;
  }
  .legend-area div.legend-toggle input,
  .legend-area div.legend-toggle select,
  .legend-area div.legend-toggle button {
    color: #333333;
  }
  .legend-area div.legend-toggle .icon {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
  }
  .legend-area div.legend-toggle .icon::before {
    margin: 0;
  }
  .legend-area div.legend-toggle .icon {
    width: 25px;
    height: 25px;
    border: solid 2px #FFF;
    border-radius: 50%;
    margin: 7px 0 0 7px;
    padding-top: 0.2rem;
  }
  .legend-area div.legend-toggle .icon::before {
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .legend-area .container {
    z-index: 900;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 50%;
    overflow: auto;
    background-color: #FFF;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
    padding-bottom: 40px;
  }
}
/**
 * @file cross template module for footer areas
 * ......
 * scope:
 *   - map, metar-taf,location-forecast, satellite
 *   - shop, shop-checkout
 *   - start,index
 *   - login. password-reset-confirm, user-profile
 *   - standard
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
footer .container {
  max-width: 100%;
  background-color: #E0E6EA;
  margin-top: 16px;
}
footer .container .links {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 2em;
  /* + + + + +  partner logos  + + + + + */
}
footer .container .links .languages .lang {
  background: transparent none no-repeat center center;
  background-size: cover;
  text-indent: -1000px;
  display: inline-block;
  width: 1.33333333em;
  height: 1em;
  vertical-align: text-top;
  margin: 0 0.25em;
}
footer .container .links .languages .lang.de {
  background-image: url(/static/img/flags/de.a8d7fe0d49a73f157448639df1a82f7f.svg);
}
footer .container .links .languages .lang.en {
  background-image: url(/static/img/flags/us.262c6f5c7f0d58e0f3b79974a08dd800.svg);
}
footer .container .links .languages .lang.en-gb {
  background-image: url(/static/img/flags/gb.b72cf6e978a51e788f9ec380cd051505.svg);
}
footer .container .links .languages .lang.fr {
  background-image: url(/static/img/flags/fr.8ea157afb87c272d55292f5b8bb95368.svg);
}
footer .container .links .languages .lang:first-of-type {
  margin-left: 1em;
}
footer .container .links .col {
  padding-left: 16px;
}
footer .container .links .social-media a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer .container .links .social-media a span {
  margin-right: 0.3em;
}
footer .container .links .social-media a img {
  width: 16px;
  height: 16px;
}
footer .container .links .payment-methods {
  margin-left: -10px;
}
footer .container .links .partner-headline {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  text-transform: none;
  padding-top: 16px;
}
footer .container .links .group-partner {
  width: 322px;
  list-style-type: none;
  font-size: 0;
  margin: 0 auto 32px;
  padding: 0;
}
footer .container .links .group-partner li {
  display: inline-block;
  font-size: 12px;
}
footer .container .links .group-partner li:first-child {
  width: 120px;
}
footer .container .links .group-partner li:last-child {
  width: 80px;
}
footer .container .links .group-partner li:nth-child(2) {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}
footer .container .links .group-partner li img {
  width: 100%;
  height: auto;
}
footer .container .topmeteo-logo {
  margin: 1em auto 2em auto;
}
footer .container .topmeteo-logo img {
  width: 150px;
  height: auto;
}
footer .container .runinfo {
  text-align: center;
}
footer .container .runinfo .status-bubble {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
footer .container .runinfo.run-in-process .status-bubble {
  background-color: white;
}
footer .container .runinfo.run-done .status-bubble {
  display: none;
}
footer .container .copyright {
  text-align: center;
  margin: 16px 0;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
/**
 * @file cross template module for lightboxes and overlays
 * ......
 * scope:
 *   - map, metar-taf,location-forecast, satellite
 *   - shop, shop-checkout
 *   - start,index
 *   - login. password-reset-confirm, user-profile
 *   - standard
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
.lightbox-outer {
  display: none;
  color: #5A7A8D;
  text-align: left;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.lightbox {
  border: solid 1px #5A7A8D;
  position: fixed;
  top: 5%;
  left: 5%;
  right: 5%;
  z-index: 1002;
  max-height: 90%;
  overflow: auto;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
.lightbox *::before,
.lightbox *::after {
  font-family: 'topmeteo';
}
.lightbox.hint {
  top: 15%;
  left: 25%;
  right: 25%;
  max-height: 80%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 56px;
}
.lightbox .link {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.lightbox .close {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 1;
  top: 10px;
  right: 10px;
}
.lightbox .close a {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #5A7A8D;
  opacity: 1;
  border: solid 1px #5A7A8D;
  color: #fff;
  font-size: 40px;
  font-family: "topmeteo";
  text-align: center;
  padding: 0;
}
.lightbox .close a::before {
  content: '\00d7';
}
.lightbox .close a::before {
  display: block;
  font-weight: normal;
  line-height: 0.8;
  margin: 0;
}
.lightbox .close a:hover,
.lightbox .close a:focus,
.lightbox .close a:active {
  background-color: #3C525E;
  text-decoration: none;
}
.lightbox-inner form {
  padding-top: 8px;
  padding-bottom: 16px;
}
.lightbox-inner label {
  cursor: pointer;
  clear: left;
  display: block;
  min-height: 32px;
  color: #5A7A8D;
  line-height: 1;
  margin-bottom: 10px;
}
.lightbox-inner input[type="checkbox"] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  visibility: hidden;
}
.lightbox-inner input[type="checkbox"] + span {
  position: relative;
  top: 10px;
  left: 40px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
.lightbox-inner input[type="checkbox"] + span::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -40px;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background-color: #fff;
  border: solid 1px #5A7A8D;
  padding: 5px 0 0 3px;
}
.lightbox-inner input[type="submit"] {
  clear: left;
  background-color: #5A7A8D;
  border: solid 1px #5A7A8D;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
.lightbox-inner input[type="submit"]:hover,
.lightbox-inner input[type="submit"]:focus,
.lightbox-inner input[type="submit"]:active {
  background-color: #fff;
  color: #5A7A8D;
}
.lightbox-inner p.error {
  color: #C00;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  .lightbox.hint {
    top: 10%;
    left: 10%;
    right: 11%;
  }
  .lightbox-outer {
    font-size: 14px;
  }
  .lightbox-inner input[type="checkbox"] + span {
    font-size: 14px;
  }
}
/* + + + + + + + + + + + + + + + + +
 * SPECIAL MEDIA QUERIES
 * + + + + + + + + + + + + + + + + */
@media (max-width: 600px) {
  .lightbox.hint {
    top: 5%;
    left: 4%;
    right: 4%;
    max-height: 90%;
  }
}
.loading-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-align: center;
      align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
.loading-wrapper .loading {
  border: 16px solid white;
  border-top-color: #5A7A8D;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: 0 auto;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 1049px) {
  .loading-wrapper {
    position: fixed;
  }
}
/**
 * @file cross template module for ntifications
 * ......
 * scope:
 *   - map, metar-taf,location-forecast, satellite
 *   - shop, shop-checkout
 *   - start,index
 *   - login. password-reset-confirm, user-profile
 *   - standard
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
#user-notifications {
  position: relative;
  z-index: 15;
}
body.start #user-notifications {
  position: absolute;
}
#user-notifications .expiring-subscription .notifications-inner a {
  display: inline-block;
}
#user-notifications .expiring-subscription .notifications-inner .close {
  display: none;
}
.notifications-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #7B94A3;
  border: 0 none;
  border-top: 1px solid #7B94A3;
  border-radius: 0;
  color: #fff;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 64px;
}
.notifications-inner.info,
.notification[class~="info"] .notifications-inner {
  min-height: 120px;
  background-color: #5A7A8D;
}
.notifications-inner.info::before,
.notification[class~="info"] .notifications-inner::before {
  content: '';
  position: absolute;
  left: 35px;
  top: 30px;
  bottom: 30px;
  display: block;
  width: 90px;
  max-height: 80px;
  background: url(/static/img/style/icon-attention.2708f5440b8f5eed9e04fc8b63881c88.svg) no-repeat 0 0;
  background-size: auto 100%;
}
.notifications-inner.info .close a,
.notification[class~="info"] .notifications-inner .close a {
  background-color: #5A7A8D;
  border-color: #5A7A8D;
}
.notifications-inner.info .close a:hover,
.notification[class~="info"] .notifications-inner .close a:hover,
.notifications-inner.info .close a:focus,
.notification[class~="info"] .notifications-inner .close a:focus,
.notifications-inner.info .close a:active,
.notification[class~="info"] .notifications-inner .close a:active {
  background-color: #3C525E;
  border-color: #3C525E;
}
.notifications-inner.success::before,
.notification.success .notifications-inner::before,
.notification.packet-purchase .notifications-inner::before {
  position: absolute;
  left: 50px;
  top: 12px;
  bottom: auto;
  display: block;
  background-image: none;
  font-family: 'topmeteo';
  font-size: 24px;
}
.notifications-inner h3,
.notifications-inner p {
  margin-left: 111px;
}
.notifications-inner h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.notifications-inner p {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.notifications-inner a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding-top: 8px;
}
.notifications-inner .close {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 1;
  display: block;
}
.notifications-inner .close a {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #5A7A8D;
  opacity: 1;
  border: solid 1px #5A7A8D;
  color: #fff;
  font-size: 40px;
  font-family: "topmeteo";
  text-align: center;
  padding: 0;
}
.notifications-inner .close a::before {
  content: '\00d7';
}
.notifications-inner .close a::before {
  display: block;
  font-weight: normal;
  line-height: 0.8;
  margin: 0;
}
.notifications-inner .close a:hover,
.notifications-inner .close a:focus,
.notifications-inner .close a:active {
  background-color: #3C525E;
  text-decoration: none;
}
.notifications-inner .close a {
  background-color: #7B94A3;
  border-color: #7B94A3;
  text-transform: none;
}
.notifications-inner.inverse {
  padding-left: 0;
  padding-right: 16px;
  background-color: #FFF;
  border-top-color: #FFF;
}
@media (max-width: 1049px) {
  .notifications-inner.inverse:first-child {
    margin-top: 16px;
  }
}
.notifications-inner.inverse:not([class~="alert-success"])::before {
  background-image: url(/static/img/style/icon-attention-dark.b089814a5d07ea6f0cb1f4e413228de0.svg);
  left: 16px;
}
@media (max-width: 1049px) {
  .notifications-inner.inverse:not([class~="alert-success"])::before {
    left: 0;
  }
}
.notifications-inner.inverse p,
.notifications-inner.inverse li,
.notifications-inner.inverse h1,
.notifications-inner.inverse h2,
.notifications-inner.inverse h3,
.notifications-inner.inverse h4,
.notifications-inner.inverse h5,
.notifications-inner.inverse h6,
.notifications-inner.inverse a {
  color: #5A7A8D;
}
.anonymous-notice .notifications-inner {
  border-top: 0 none;
  text-align: left;
}
/* + + + + +  test version  + + + + + */
#test-notifications {
  left: 0;
  width: 100%;
  max-width: 1050px;
  background-color: #FF8C00;
  margin: 0 auto;
}
body.start #test-notifications,
body.index #test-notifications,
body.login #test-notifications,
body.shop #test-notifications,
body.pw-reset #test-notifications,
body.profile #test-notifications,
body.standard #test-notifications {
  display: none;
}
#test-notifications .info {
  height: 40px;
  min-height: 40px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: inherit;
  color: #FFF;
  padding: 0;
}
#test-notifications .info::before {
  top: 4px;
  width: 36px;
  height: 30px;
  max-height: none;
  color: inherit;
}
#test-notifications p {
  padding-top: 8px;
  margin-left: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#test-notifications p a {
  display: inline-block;
  padding: 0;
  padding-left: 8px;
}
/* + + + + + + + + + + + + + + + + + */
/* + + + +  DESKTOP  + + + + + + + + */
@media (min-width: 1050px) {
  #user-notifications {
    width: 1050px;
    max-width: 100%;
  }
  /* + + + + +  test version  + + + + + */
  #test-notifications {
    position: relative;
    top: 0;
    z-index: 99;
  }
}
/* + + + + + + + + + + + + + + + + + */
/* + + + + +  MOBILE ONLY  + + + + + */
@media (max-width: 1049px) {
  #user-notifications {
    width: 100%;
  }
  .start .alert-info {
    background-color: transparent;
    border-color: transparent;
  }
  /* default notification im Header */
  .notifications-inner {
    width: auto;
    border: 0 none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .notifications-inner:first-child {
    margin-top: 50px;
  }
  .notifications-inner.info,
  .notification[class~="info"] .notifications-inner {
    min-height: 85px;
  }
  .notifications-inner.info::before,
  .notification[class~="info"] .notifications-inner::before {
    left: 20px;
    top: 20px;
    bottom: 20px;
    width: 45px;
    height: 40px;
  }
  .notifications-inner.success::before,
  .notification.success .notifications-inner::before,
  .notification.packet-purchase .notifications-inner::before {
    top: 20px;
    left: 30px;
    font-size: 18px;
  }
  .notifications-inner h3,
  .notifications-inner p {
    margin-left: 50px;
  }
  .notifications-inner p {
    line-height: 1.67;
    padding-top: 0;
  }
  body.start #user-notifications {
    top: 30px;
  }
  body.start .notifications-inner {
    margin-top: 0;
    padding-right: 55px;
  }
  body.start .notification:first-child .notifications-inner {
    margin-top: 30px;
  }
  /* + + + + +  test version  + + + + + */
  #test-notifications {
    position: fixed;
    top: 48px;
    left: 56px;
    right: 56px;
    z-index: 101;
    width: auto;
    opacity: 0.9;
  }
  #test-notifications .info {
    margin-top: 0;
  }
  #test-notifications .info::before {
    left: 0;
  }
  #test-notifications p {
    position: relative;
    padding-bottom: 0;
    margin-left: 40px;
  }
  #test-notifications p a {
    display: inline;
  }
  #test-notifications p a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 479px) {
  #test-notifications .info::before {
    display: none;
  }
  #test-notifications .info p {
    margin-left: 0;
  }
  #test-notifications .info .landscape-only {
    display: none;
  }
}
/**
 * @file cross template module for form elemens
 * ......
 * scope:
 *   - map, metar-taf,location-forecast, satellite
 *   - shop, shop-checkout
 *   - start,index
 *   - login. password-reset-confirm, user-profile
 *   - standard
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
.password-reset-link {
  position: relative;
  display: inline-block;
  border: solid 1px #5A7A8D;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
.password-reset-link:hover,
.password-reset-link:focus,
.password-reset-link:active {
  background-color: #5A7A8D;
  color: #fff;
  text-decoration: none;
}
form {
  /* + + +  font-size for check in user registration (MET-1054)  + + + */
}
form .errorlist {
  list-style-type: none;
  padding-left: 0;
  color: #C00;
}
form + p {
  margin-top: -16px;
}
form ul.errorlist + p label {
  color: #C00;
}
form ul.errorlist + p input,
form ul.errorlist + p textarea {
  border-color: #C00;
}
form input,
form textarea,
form select {
  background-color: #fff;
  border: 1px solid #5A7A8D;
}
form input:-webkit-autofill,
form textarea:-webkit-autofill,
form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 20px white inset;
}
form input:-webkit-autofill:hover,
form textarea:-webkit-autofill:hover,
form select:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill:focus,
form input:-webkit-autofill:active,
form textarea:-webkit-autofill:active,
form select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 20px #F6F6F6 inset;
}
form input:hover,
form textarea:hover,
form select:hover,
form input:focus,
form textarea:focus,
form select:focus,
form input:active,
form textarea:active,
form select:active {
  background-color: #F6F6F6;
}
form input[type="checkbox"],
form input[type="radio"] {
  float: left;
  min-width: 16px;
  min-height: 16px;
  margin-top: 0;
  margin-right: 8px;
}
body.standard #user-notifications + div form input[type="checkbox"] {
  margin-top: 2px;
}
.form {
  padding-left: 64px;
  padding-right: 64px;
}
.form p .help-text,
.form p .helptext {
  display: block;
  margin: 8px 0 16px 0;
  opacity: 0.7;
  font-size: 90%;
}
.form .page-header + p:last-child,
.form form + p:last-of-type {
  padding-bottom: 32px;
}
.form form {
  padding-bottom: 48px;
}
.form label {
  cursor: pointer;
  min-width: 10em;
  font-size: 14px;
}
.form input,
.form select {
  padding-top: 4px;
  padding-bottom: 4px;
  min-width: 20em;
  max-width: 100%;
  min-height: 27px;
  border-radius: 0;
  font-size: 13px;
}
@media (min-width: 1050px) {
  .form input,
  .form select {
    margin-top: 12px;
  }
}
@media (max-width: 1049px) {
  .form input,
  .form select {
    margin-bottom: 8px;
  }
}
.form input {
  padding-left: 8px;
  padding-right: 8px;
}
.form select {
  padding-left: 4px;
  padding-right: 4px;
}
.form ::-webkit-input-placeholder {
  color: #7B94A3;
}
.form ::-moz-placeholder {
  color: #7B94A3;
}
.form :-ms-input-placeholder {
  color: #7B94A3;
}
.form ::placeholder {
  color: #7B94A3;
}
.form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7B94A3;
}
.form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7B94A3;
}
.form :-ms-input-placeholder {
  /* IE 10+ */
  color: #7B94A3;
}
.form :-moz-placeholder {
  /* Firefox 18- */
  color: #7B94A3;
}
.form button[type="submit"],
.form a.button-submit {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 27px;
  background-color: #5A7A8D;
  border: 0 none;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
.form button[type="submit"]:hover,
.form a.button-submit:hover,
.form button[type="submit"]:focus,
.form a.button-submit:focus,
.form button[type="submit"]:active,
.form a.button-submit:active {
  background-color: #3C525E;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  .form {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
  }
  .form input[type="text"],
  .form input[type="email"] {
    -webkit-appearance: none;
  }
  .form select {
    -webkit-appearance: menulist;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
  }
}
/**
 * @file cross template module for page structure and bootstrap overwrites
 * ......
 * scope:
 *   - map, metar-taf,location-forecast, satellite
 *   - shop, shop-checkout
 *   - start,index
 *   - login. password-reset-confirm, user-profile
 *   - standard
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
.browse-layer-outer {
  position: relative;
  max-width: 1050px;
  max-height: 100%;
  margin: 0 auto;
}
.browse-layer-outer *::before,
.browse-layer-outer *::after {
  font-family: 'topmeteo';
}
.browse-layer .met-btn {
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 90px;
  height: 90px;
  background-color: #5A7A8D;
  opacity: 0.3;
  border: 0 none;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  margin: 0;
  padding: 0;
}
.browse-layer .met-btn::before {
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0;
}
.browse-layer .met-btn::after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.browse-layer .met-btn:hover {
  opacity: 0.8;
}
.browse-layer .met-btn:hover::after {
  background-color: #5A7A8D;
  opacity: 0.3;
}
.browse-layer .met-btn:focus {
  outline: none;
}
.browse-layer .met-btn.disabled {
  display: none;
}
.browse-layer .browse {
  position: static;
  width: 1050px;
  /* width is set by JS (depends on table width) */
  max-width: 100%;
  text-align: center;
}
.browse-layer .browse.initial {
  display: none;
}
.browse-layer .browse .prev,
.browse-layer .browse .next {
  top: 50%;
  margin-top: -45px;
}
.browse-layer .browse .prev.date,
.browse-layer .browse .next.date {
  top: calc(50% + 45px + 4px);
}
.browse-layer .browse .prev.index,
.browse-layer .browse .next.index {
  top: calc(50% - 45px - 4px);
}
.browse-layer .browse .prev {
  left: 32px;
}
.browse-layer .browse .prev.index span {
  padding-right: 7px;
}
.browse-layer .browse .next {
  right: 32px;
}
.browse-layer .browse .next.index span {
  padding-left: 7px;
}
.browse-layer .browse .top,
.browse-layer .browse .bottom {
  top: 16px;
  left: 50%;
  margin-left: -45px;
}
.browse-layer .browse .top::before,
.browse-layer .browse .bottom::before {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.browse-layer .browse .top {
  transform: translateX(-55%);
  -ms-transform: translateX(-55%);
  -webkit-transform: translateX(-55%);
}
.browse-layer .browse .top::before {
  background: url(/static/img/style/icon-up.3a0d51d699fed1edd6f9090cb9f9be00.svg) no-repeat 0 0;
}
.browse-layer .browse .bottom {
  transform: translateX(55%);
  -ms-transform: translateX(55%);
  -webkit-transform: translateX(55%);
}
.browse-layer .browse .bottom::before {
  background: url(/static/img/style/icon-down.c6724adcf505ae2703086a884ffb0450.svg) no-repeat 0 0;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  /* MET-1114 */
  .browse-layer .browse .top::before,
  .browse-layer .browse .bottom::before {
    top: 20px;
    bottom: 20px;
    width: 38px;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  /* + + + + +  test version  + + + + + */
  .is-testing .browse-layer .browse .top,
  .is-testing .browse-layer .browse .bottom {
    top: 56px;
  }
  .browse-layer .browse .prev,
  .browse-layer .browse .next {
    margin-top: -23px;
  }
  .browse-layer .browse .prev.date,
  .browse-layer .browse .next.date {
    top: calc(50% + 46px);
  }
  .browse-layer .browse .prev.index,
  .browse-layer .browse .next.index {
    top: calc(50% - 46px);
  }
  .browse-layer .browse .prev {
    left: 16px;
  }
  .browse-layer .browse .prev.index span {
    padding-right: 3px;
  }
  .browse-layer .browse .next {
    right: 16px;
  }
  .browse-layer .browse .next.index span {
    padding-left: 3px;
  }
  .browse-layer .browse .top,
  .browse-layer .browse .bottom {
    margin-left: -23px;
  }
  .browse-layer .browse .top::before,
  .browse-layer .browse .bottom::before {
    top: 10px;
    bottom: 10px;
    width: 20px;
  }
  .browse-layer .browse .top,
  .browse-layer .browse .bottom {
    top: 16px;
  }
  .browse-layer .met-btn {
    width: 46px;
    height: 46px;
    font-size: 26px;
    font-weight: normal;
  }
  .browse-layer .met-btn:hover {
    opacity: 0.3;
  }
}
/**
 * @file datepicker styles
 *
 * @module      module/datepicker
 * @author      Jana Deutschlaender <deutschlaender@cosmocode.de>,
                Silke Pisulla <pisulla@cosmocode.de>
 * @copyright   CosmoCode GmbH
 */
/* + + + + + datepicker + + + + + */
.datepicker-label {
  position: relative;
}
.datepicker-label input {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.datepicker-label input[type="date"] + span {
  display: none;
}
.datepicker-label span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #5A7A8D;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  text-align: center;
}
/* + + +  datepicker table  + + + */
.datepicker {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  border-color: #5A7A8D;
  padding: 0;
}
.datepicker.datepicker-dropdown {
  border-radius: 0;
  z-index: 1001 !important;
}
.datepicker.datepicker-dropdown table tr th,
.datepicker.datepicker-dropdown table tr td {
  text-align: center;
  line-height: 1;
}
.datepicker.datepicker-dropdown table tr th {
  border-radius: 0;
  background-color: #5A7A8D;
  color: #fff;
}
.datepicker.datepicker-dropdown table tr th.prev,
.datepicker.datepicker-dropdown table tr th.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: normal;
  padding-top: 7px;
}
.datepicker.datepicker-dropdown table tr th.prev:hover,
.datepicker.datepicker-dropdown table tr th.next:hover,
.datepicker.datepicker-dropdown table tr th.prev:focus,
.datepicker.datepicker-dropdown table tr th.next:focus,
.datepicker.datepicker-dropdown table tr th.prev:active,
.datepicker.datepicker-dropdown table tr th.next:active {
  background-color: #3C525E;
}
.datepicker.datepicker-dropdown table tr th.prev {
  left: 0;
}
.datepicker.datepicker-dropdown table tr th.next {
  right: 0;
}
.datepicker.datepicker-dropdown table tr th.datepicker-switch {
  position: relative;
  z-index: 0;
  height: 40px;
  padding: 0 20px;
}
.datepicker.datepicker-dropdown table tr td {
  cursor: pointer;
  border-radius: 0;
}
.datepicker.datepicker-dropdown table tr td.old,
.datepicker.datepicker-dropdown table tr td.new {
  background-color: #DEE4E8;
}
.datepicker.datepicker-dropdown table tr td.disabled {
  cursor: default;
  pointer-events: none;
  position: relative;
  z-index: -1;
  background-color: #F6F6F6;
  color: #BBB;
  font-style: italic;
}
.datepicker.datepicker-dropdown table tr td.day:hover,
.datepicker.datepicker-dropdown table tr td.day:focus,
.datepicker.datepicker-dropdown table tr td.day:active {
  background-color: #3C525E;
  color: #fff;
}
.datepicker.datepicker-dropdown table tr td.active {
  background-color: #5A7A8D;
  color: #fff;
}
.datepicker.datepicker-dropdown table tr td.today {
  outline: solid 1px #5A7A8D;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  .datepicker.datepicker-dropdown table tr th,
  .datepicker.datepicker-dropdown table tr td {
    font-size: 14px;
  }
  .datepicker.datepicker-dropdown table tr td {
    padding-left: 4px;
    padding-right: 4px;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.shop.order input[type="date"] {
    min-width: 94.5%;
    border-radius: 0;
  }
  input[data-content="datepicker"] {
    font-size: 16px;
    font-weight: bold;
  }
  .datepicker.datepicker-dropdown table tr th,
  .datepicker.datepicker-dropdown table tr td {
    font-size: 16px;
  }
  .datepicker.datepicker-dropdown table tr td {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/**
 * @file template module start
 * ......
 * scope:
 *   - start
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.start .content-area-wrapper {
  position: relative;
  background: #FFFEF2 url(/static/img/start/entry_tile.353a5ad43c496482ce66075a67d4804a.png) repeat-y 0 0;
}
body.start .content-area-wrapper .container {
  max-width: 100%;
  background-color: transparent;
  margin: 0 auto;
}
body.start .content-area-wrapper .entry-list {
  margin-top: 15%;
}
body.start .content-area-wrapper .entry-list li {
  overflow: hidden;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
body.start .content-area-wrapper .entry-list li img {
  margin: 0 auto;
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  position: relative;
}
body.start .content-area-wrapper .entry-list li a {
  text-decoration: none;
}
body.start .content-area-wrapper .entry-list li strong {
  display: block;
  position: relative;
  margin-bottom: 40px;
  z-index: 10;
}
body.start .content-area-wrapper .entry-list li strong::before {
  font-family: "topmeteo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
body.start .content-area-wrapper .entry-list li strong::before {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: -40px;
  padding-right: 30px;
  left: 0;
  z-index: 16;
  font-size: 70px;
}
body.start .content-area-wrapper .entry-list li span {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
}
/* + + + + + + + + + + + + + + + + +
 * SPECIAL MEDIA QUERIES
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1051px) {
  body.start .content-area-wrapper .content-area-footer {
    height: 154px;
  }
}
@media (min-width: 1200px) {
  body.start .content-area-wrapper .content-area-footer {
    height: 178px;
  }
}
@media (min-width: 1400px) {
  body.start .content-area-wrapper .content-area-footer {
    height: 236px;
  }
}
@media (min-width: 1800px) {
  body.start .content-area-wrapper .content-area-footer {
    height: 370px;
  }
}
@media (min-width: 2000px) {
  body.start .content-area-wrapper .content-area-footer {
    height: 376px;
  }
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  body.start {
    /* + + + + +  test version  + + + + + */
  }
  body.start #test-notifications {
    left: 0;
    right: 0;
    max-width: none;
  }
  body.start #test-notifications .notifications-inner {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }
  body.start .content-area-wrapper .content-area {
    background: url(/static/img/start/entry_sky.0a15fbe9f6e0ea0f02da8a084a8af423.png) bottom left / cover no-repeat;
  }
  body.start .content-area-wrapper .entry-list li {
    font-size: 20px;
  }
  body.start .content-area-wrapper .entry-list li strong::before {
    font-size: 90px;
    padding-right: 40px;
  }
  body.start .content-area-wrapper .entry-list li.col-lg-3 {
    width: 20%;
  }
  body.start .content-area-wrapper .entry-list span {
    padding-top: 40px;
  }
  body.start .content-area-wrapper .entry-list span.break {
    display: none;
  }
  body.start .content-area-wrapper .content-area-footer {
    width: 100%;
    background: url(/static/img/start/entry_ground.798528450494f6f44863ba2acb4a2dd3.png) top center / 100% auto no-repeat;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.start {
    background: #fffef2 url(/static/img/start/entry_tile.353a5ad43c496482ce66075a67d4804a.png) repeat-y scroll 0 0;
    /* + + + + +  test version  + + + + + */
  }
  body.start #test-notifications {
    top: 0;
    left: 48px;
    right: 72px;
  }
  body.start .content-area-wrapper .entry-list {
    position: relative;
    z-index: 1;
  }
  body.start .content-area-wrapper .entry-list li strong {
    margin-right: 20px;
    margin-left: 20px;
  }
  body.start .content-area-wrapper .content-area-footer {
    width: 100%;
    height: 135px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: url(/static/img/start/entry_ground_mobile.036fdf3dd0fafc33ec71e409198ec80c.png) bottom center / 100% auto no-repeat;
  }
}
@media (max-width: 801px) {
  body.start .content-area-wrapper .content-area-footer {
    height: 126px;
  }
}
@media (max-width: 600px) and (orientation: portrait) {
  body.start .content-area-wrapper .content-area {
    padding-bottom: 0;
  }
  body.start .content-area-wrapper .content-area-footer {
    height: 50px;
  }
  body.start .content-area-wrapper .entry-list li {
    padding: 5px 15px;
    margin-bottom: 5px;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  body.start .content-area-wrapper .content-area-footer {
    height: 105px;
  }
  body.start .content-area-wrapper .entry-list {
    margin-top: 9%;
  }
  body.start .content-area-wrapper .entry-list li {
    width: 24.5%;
    margin-bottom: 5px;
    padding: 5px 0;
  }
}
@media (max-width: 700px) and (orientation: landscape) {
  body.start .content-area-wrapper .content-area-footer {
    height: 90px;
  }
  body.start .content-area-wrapper .entry-list li strong {
    margin-bottom: 30px;
  }
  body.start .content-area-wrapper .entry-list li strong::before {
    bottom: -30px;
    font-size: 50px;
    padding-right: 24px;
  }
}
@media (max-width: 600px) and (orientation: landscape) {
  body.start .content-area-wrapper .content-area-footer {
    height: 78px;
  }
}
body.location-forecast {
  /* product icons */
}
body.location-forecast *::before,
body.location-forecast *::after {
  font-family: 'topmeteo', sans-serif;
}
body.location-forecast .icon-sun::before {
  display: inline-block;
  width: 20px;
  color: #FBB84D;
}
body.location-forecast .controls-area #location-map-image {
  text-align: center;
}
body.location-forecast .controls-area #location-map-image .location-map-wrapper {
  position: relative;
  display: inline-block;
}
body.location-forecast .controls-area #location-map-image .location-map-wrapper .map {
  max-width: 100%;
  /* downscale the map on mobile devices */
}
body.location-forecast .controls-area #location-map-image .location-position {
  position: absolute;
  color: #686868;
  pointer-events: none;
  /* let a click go through it to the map */
  /* We set a fixed width and height to easily calucalute the
           tips position, see next comment for explanation. */
  width: 3em;
  height: 3em;
  /* The Position is represented by a pin. It is positioned top left
           but the actual position should be the pins tip and not its upper
           left corner. Offset the position half the size and the whole
           height to let the tip show the position. */
  margin-left: -1.5em;
  margin-top: -3em;
}
body.location-forecast .controls-area #location-map-image .location-position::before {
  margin: 0;
  font-size: 3em;
  /* match the elements width and height */
  text-shadow: 0 0 10px white;
  /* make the pin visible on dark backgrounds */
}
body.location-forecast .location-manager .help-text {
  margin-top: 3rem;
  font-size: 1.5rem;
  text-align: center;
  color: #7B94A3;
}
body.location-forecast .location-manager .help-text i {
  cursor: pointer;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
}
body.location-forecast .location-manager-list {
  padding-left: 1rem;
  font-size: 1.5rem;
  list-style: none;
}
@media (max-width: 1049px) {
  body.location-forecast .location-manager-list {
    padding-left: 0;
    -ms-flex-align: center;
        align-items: center;
  }
  body.location-forecast .location-manager-list .location-manager-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
  }
  body.location-forecast .location-manager-list .location-manager-item .name {
    display: inline-block;
    border: 1px solid transparent;
    -ms-flex-positive: 1;
        flex-grow: 1;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  body.location-forecast .location-manager-list .location-manager-item .control {
    font-size: 1.5em;
  }
  body.location-forecast .location-manager-list .location-manager-item .control.icon-menu,
  body.location-forecast .location-manager-list .location-manager-item .controlnav.header#panel-header .met-select-wrapper,
  body.location-forecast .location-manager-list .location-manager-item .control.controls-area .container .met-select-wrapper {
    margin-right: 20px;
  }
  body.location-forecast .location-manager-list .location-manager-item .control.icon-star,
  body.location-forecast .location-manager-list .location-manager-item .control.icon-favourite,
  body.location-forecast .location-manager-list .location-manager-item .controlbody.location-forecast .content-area .table-wrapper .table-inner table .product-title .mark-favorite:hover .icon-favourite.none,
  body.location-forecast .location-manager-list .location-manager-item .controlbody.location-forecast .content-area .table-wrapper .table-inner table .product-title .mark-favorite:focus .icon-favourite.none,
  body.location-forecast .location-manager-list .location-manager-item .controlbody.location-forecast .content-area .table-wrapper .table-inner table .product-title .mark-favorite:active .icon-favourite.none,
  body.location-forecast .location-manager-list .location-manager-item .controlbody.map #mtx-controls .ctl-product .met-select-wrapper .styled-dropdown ol li.is-favorite:first-child {
    -ms-flex-order: 3;
        order: 3;
  }
}
body.location-forecast .location-manager-list .location-manager-item {
  margin-top: 1rem;
}
body.location-forecast .location-manager-list .location-manager-item .name {
  display: inline-block;
  border: 4px solid transparent;
}
body.location-forecast .location-manager-list .control {
  cursor: pointer;
}
body.location-forecast .content-area #content .browse-layer {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
@media (min-width: 1050px) {
  body.location-forecast .content-area #content .browse-layer .browse {
    position: relative;
    width: 1050px;
    /* width is set by JS (depends on table width) */
    max-width: 100%;
    margin: 0 auto;
  }
  body.location-forecast .content-area #content .browse-layer .browse .met-btn {
    background-color: transparent;
    color: #5A7A8D;
    font-size: 80px;
    line-height: 1;
    font-weight: normal;
    text-shadow: 0 0 10px #fff;
    margin-top: -45px;
    opacity: 0.4;
  }
  body.location-forecast .content-area #content .browse-layer .browse .met-btn::before {
    top: -12px;
  }
  body.location-forecast .content-area #content .browse-layer .browse .met-btn:hover,
  body.location-forecast .content-area #content .browse-layer .browse .met-btn:active {
    opacity: 1;
  }
  body.location-forecast .content-area #content .browse-layer .browse .met-btn:hover::after,
  body.location-forecast .content-area #content .browse-layer .browse .met-btn:active::after {
    background-color: #5A7A8D;
    opacity: 0.3;
  }
}
body.location-forecast .content-area #content.small-table-content {
  position: relative;
}
body.location-forecast .content-area #content.small-table-content .browse-layer {
  position: absolute;
}
@media (max-width: 1049px) {
  body.location-forecast .content-area #content.small-table-content .browse-layer {
    position: fixed;
  }
}
body.location-forecast .content-area .table-head {
  max-width: 1050px;
  color: #5A7A8D;
  font-size: 14px;
  margin: 20px auto -12px;
  background-color: #fff;
  text-align: center;
}
body.location-forecast .content-area .table-head span {
  display: inline-block;
  padding-right: 32px;
}
body.location-forecast .content-area .table-head span:last-child {
  padding-right: 0;
}
body.location-forecast .content-area .table-wrapper {
  position: relative;
  text-align: center;
}
body.location-forecast .content-area .table-wrapper .table-inner {
  display: inline-block;
  position: relative;
}
body.location-forecast .content-area .table-wrapper .table-inner table {
  background: white;
  white-space: nowrap;
  border: 1px solid #5A7A8D;
}
body.location-forecast .content-area .table-wrapper .table-inner table.fixed-headers,
body.location-forecast .content-area .table-wrapper .table-inner table.mobile-titles {
  background: transparent;
}
body.location-forecast .content-area .table-wrapper .table-inner table thead,
body.location-forecast .content-area .table-wrapper .table-inner table tfoot {
  color: #5A7A8D;
  border: 1px solid #5A7A8D;
}
body.location-forecast .content-area .table-wrapper .table-inner table th,
body.location-forecast .content-area .table-wrapper .table-inner table td {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  background-color: #fff;
  text-align: center;
  padding: 1px;
}
body.location-forecast .content-area .table-wrapper .table-inner table th:first-child,
body.location-forecast .content-area .table-wrapper .table-inner table td:first-child {
  width: auto;
  max-width: none;
}
body.location-forecast .content-area .table-wrapper .table-inner table th {
  line-height: 12px;
  padding-top: 2px;
}
body.location-forecast .content-area .table-wrapper .table-inner table span {
  line-height: 16px;
  display: inline-block;
  width: 100%;
}
body.location-forecast .content-area .table-wrapper .table-inner table tr:first-of-type td {
  padding-top: 4px;
}
body.location-forecast .content-area .table-wrapper .table-inner table .product-category-spacer td {
  height: 4px;
  min-height: 4px;
  max-height: 4px;
  background: #DEE4E8;
}
body.location-forecast .content-area .table-wrapper .table-inner table tbody:last-of-type .product-category-spacer {
  display: none;
}
body.location-forecast .content-area .table-wrapper .table-inner table .product-title {
  color: #5A7A8D;
  text-align: left;
}
body.location-forecast .content-area .table-wrapper .table-inner table .product-title .mark-favorite,
body.location-forecast .content-area .table-wrapper .table-inner table .product-title .product-title-txt {
  width: auto;
}
body.location-forecast .content-area .table-wrapper .table-inner table .product-title .mark-favorite {
  cursor: pointer;
}
@media (min-width: 480px) and (max-width: 1049px) {
  body.location-forecast .content-area .table-wrapper .table-inner table .product-title .product-title-txt {
    max-width: 210px;
  }
}
body.location-forecast .content-area .table-wrapper .table-inner table.mobile-titles {
  border-right: none;
  box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.1);
}
body.location-forecast .content-area .table-wrapper .table-inner table.mobile-titles thead {
  opacity: 0;
}
@media (min-width: 1050px) {
  body.location-forecast .content-area .table-wrapper .table-inner table.fixed-headers,
  body.location-forecast .content-area .table-wrapper .table-inner table.mobile-titles {
    display: none;
  }
}
@media (max-width: 1049px) {
  body.location-forecast .content-area .table-wrapper .table-inner table {
    border-left-color: white;
  }
  body.location-forecast .content-area .table-wrapper .table-inner table th:first-child,
  body.location-forecast .content-area .table-wrapper .table-inner table td:first-child {
    width: 119px;
    min-width: 119px;
    max-width: 119px;
  }
  body.location-forecast .content-area .table-wrapper .table-inner table th:first-child .product-title-txt,
  body.location-forecast .content-area .table-wrapper .table-inner table td:first-child .product-title-txt {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.location-forecast .content-area .table-wrapper .table-inner table .product-content span .icon {
    font-size: 12px;
  }
  body.location-forecast .content-area .table-wrapper .table-inner table.responsive thead {
    opacity: 0;
  }
  body.location-forecast .content-area .table-wrapper .table-inner table.responsive thead th {
    border-color: transparent;
  }
  body.location-forecast .content-area .table-wrapper .table-inner table.responsive .mark-favorite {
    display: none;
  }
}
body.location-forecast .content-area .favorites-area {
  text-align: left;
}
body.location-forecast .content-area .favorites-area .table-foot {
  width: 1050px;
  max-width: 100%;
  background-color: #FFF;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1050px) {
  body.location-forecast .content-area .favorites-area .table-foot {
    margin: 10px auto 0;
  }
}
body.location-forecast .content-area .favorites-area .table-foot p {
  margin: 0;
  padding-top: 8px;
}
body.location-forecast .content-area .favorites-area .table-foot .link {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
@media (max-width: 1049px) {
  body.location-forecast .content-area .favorites-area .table-foot .link {
    position: relative;
    display: block;
    max-width: 22em;
    border: solid 1px #5A7A8D;
    margin-bottom: 20px;
    padding: 10px 15px 10px 36px;
  }
  body.location-forecast .content-area .favorites-area .table-foot .link::before {
    position: absolute;
    top: 12px;
    left: 13px;
  }
  body.location-forecast .content-area .favorites-area .table-foot .link:hover,
  body.location-forecast .content-area .favorites-area .table-foot .link:focus,
  body.location-forecast .content-area .favorites-area .table-foot .link:active {
    background-color: #5A7A8D;
    color: #fff;
    text-decoration: none;
  }
}
body.location-forecast .content-area .favorites-area .table-foot .sunrise {
  padding-left: 16px;
}
body.location-forecast .content-area .grid-point {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px;
}
body.location-forecast .content-area .grid-point span {
  padding: 0;
}
body.location-forecast .content-area .grid-point .sun {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
body.location-forecast .mobile-only .grid-point {
  -ms-flex-pack: initial;
      justify-content: initial;
}
body.location-forecast .mobile-only .grid-point .name,
body.location-forecast .mobile-only .grid-point .height,
body.location-forecast .mobile-only .grid-point .coordinates {
  display: none;
}
body.location-forecast .mobile-only .grid-point .sun .dawn,
body.location-forecast .mobile-only .grid-point .sun .dusk {
  display: none;
}
@media (min-width: 1050px) {
  body.location-forecast .content-area .row #content table,
  body.location-forecast .content-area .row #content caption {
    text-align: left;
    background-color: #fff;
    margin: 0 auto;
    font-size: 12px;
  }
  body.location-forecast .content-area .row #content caption {
    white-space: nowrap;
  }
  body.location-forecast .content-area .row #content td p {
    display: inline;
  }
  body.location-forecast .content-area {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1049px) {
  body.location-forecast #test-notifications {
    opacity: 1;
    left: -16px;
    right: -16px;
    top: 100px;
  }
  body.location-forecast #test-notifications.panel-open {
    top: 146px;
  }
  body.location-forecast #test-notifications .notifications-inner::before {
    left: 8px;
  }
  body.location-forecast #test-notifications .notifications-inner p {
    padding-left: 8px;
  }
  body.location-forecast .controls-area {
    position: static;
  }
  body.location-forecast .controls-area #lfc-controls {
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: #5A7A8D;
    border-bottom: 8px solid #5A7A8D;
  }
  body.location-forecast .controls-area #location-map-image {
    margin-top: 100px;
  }
  body.location-forecast .controls-area .panel-open #location-map-image {
    margin-top: 146px;
  }
  body.location-forecast .is-testing .controls-area #location-map-image {
    margin-top: 140px;
  }
  body.location-forecast .is-testing .controls-area .panel-open #location-map-image {
    margin-top: 186px;
  }
  body.location-forecast .is-testing .content-area .container-fluid {
    margin-top: 140px;
  }
  body.location-forecast .is-testing .content-area .container-fluid.panel-open {
    margin-top: 186px;
  }
  body.location-forecast .content-area .container-fluid {
    margin-top: 100px;
  }
  body.location-forecast .content-area .container-fluid.panel-open {
    margin-top: 146px;
  }
  body.location-forecast .content-area .container-fluid #content {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
  }
  body.location-forecast .content-area .container-fluid #content::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  body.location-forecast .content-area .container-fluid #content::-webkit-scrollbar:vertical {
    width: 11px;
  }
  body.location-forecast .content-area .container-fluid #content::-webkit-scrollbar:horizontal {
    height: 11px;
  }
  body.location-forecast .content-area .container-fluid #content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #fff;
    /* should match background, can't be transparent */
    background-color: rgba(90, 122, 141, 0.8);
  }
  body.location-forecast .content-area .container-fluid #content::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0px;
  }
  body.location-forecast .content-area .table-wrapper {
    text-align: left;
  }
  body.location-forecast .legend-area {
    position: relative;
  }
  body.location-forecast .legend-area .legend-toggle {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 44px;
    opacity: 0.8;
    border: 0 none;
    border-radius: 0;
  }
  body.location-forecast .legend-area .legend-toggle .icon {
    width: 30px;
    height: 30px;
    border-color: transparent;
  }
  body.location-forecast .legend-area .legend-toggle .icon::before {
    font-size: 24px;
  }
}
body.location-forecast .product-content {
  color: #000;
  background-color: transparent;
}
body.location-forecast .product-content span {
  /* + + +  Wettererscheinung / weather phenomenon  + + + */
  /* + + +  Krit. Wolkenuntergrenzen / critical limit for low layer clouds  + + + */
  /* + + +  Krit. Sichtweite / critical visibility (gradient)  + + + */
  /* + + +  Krit. Sichtweite (circle) / critical visibility (circle)  + + + */
  /* + + +  Ausbreitungstendenz / tendency to spread  + + + */
  /* + + +  Bodeninversion / ground inversion  + + + */
}
body.location-forecast .product-content span::before {
  color: #000;
}
body.location-forecast .product-content span .icon {
  font-size: 16px;
  font-style: normal;
}
body.location-forecast .product-content span .icon.icon-ww103 {
  font-size: 16px;
}
body.location-forecast .product-content span .icon.icon-ww105,
body.location-forecast .product-content span .icon.icon-ww107 {
  font-size: 16px;
}
body.location-forecast .product-content span.ov-ww83,
body.location-forecast .product-content span.ov-ww93,
body.location-forecast .product-content span.ov-ww95,
body.location-forecast .product-content span.ov-ww97 {
  color: #005A00;
}
body.location-forecast .product-content span.ov-ww98,
body.location-forecast .product-content span.ov-ww99 {
  color: #00FFFF;
}
body.location-forecast .product-content span.ov-ww100,
body.location-forecast .product-content span.ov-ww101 {
  color: #D242FB;
}
body.location-forecast .product-content span.ov-ww103,
body.location-forecast .product-content span.ov-ww105,
body.location-forecast .product-content span.ov-ww107 {
  color: #3034f9;
}
body.location-forecast .product-content span.ov-ww112,
body.location-forecast .product-content span.ov-ww113,
body.location-forecast .product-content span.ov-ww114 {
  color: #399A25;
}
body.location-forecast .product-content span.ov-ww115,
body.location-forecast .product-content span.ov-ww116 {
  color: #D242FB;
}
body.location-forecast .product-content span.ov-ww117,
body.location-forecast .product-content span.ov-ww118 {
  color: #3034f9;
}
body.location-forecast .product-content span.ov-ww129,
body.location-forecast .product-content span.ov-ww131,
body.location-forecast .product-content span.ov-ww135 {
  color: #C00;
}
body.location-forecast .product-content span.ov-ww136 .icon::before,
body.location-forecast .product-content span.ov-www136 .icon::before {
  font-weight: bold;
}
body.location-forecast .product-content span.ov-ceil_verl_1,
body.location-forecast .product-content span.ov-ceil_verl_2,
body.location-forecast .product-content span.ov-ceil_verl_3 {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}
body.location-forecast .product-content span.ov-ceil_verl_1 {
  background: linear-gradient(#FF2121 0%, #FF2121 66%, white 100%);
}
body.location-forecast .product-content span.ov-ceil_verl_1::before {
  content: '<500';
}
body.location-forecast .product-content span.ov-ceil_verl_2 {
  background: linear-gradient(#EF9C42, white);
}
body.location-forecast .product-content span.ov-ceil_verl_2::before {
  content: '<1000';
}
body.location-forecast .product-content span.ov-ceil_verl_3 {
  background: linear-gradient(#FFFF42, white);
}
body.location-forecast .product-content span.ov-ceil_verl_3::before {
  content: '<2000';
}
body.location-forecast .product-content span.ov-vis_verl_165,
body.location-forecast .product-content span.ov-vis_verl_167,
body.location-forecast .product-content span.ov-vis_verl_171 {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}
body.location-forecast .product-content span.ov-vis_verl_165 {
  background: linear-gradient(white, #FFFF42);
}
body.location-forecast .product-content span.ov-vis_verl_165::before {
  content: 'BR';
}
body.location-forecast .product-content span.ov-vis_verl_167 {
  background: linear-gradient(white, #EF9C42);
}
body.location-forecast .product-content span.ov-vis_verl_167::before {
  content: 'HZ';
}
body.location-forecast .product-content span.ov-vis_verl_171 {
  background: linear-gradient(white 0%, #FF2121 66%, #FF2121 100%);
}
body.location-forecast .product-content span.ov-vis_verl_171::before {
  content: 'FG';
}
body.location-forecast .product-content span.ov-vis165,
body.location-forecast .product-content span.ov-vis_s_165,
body.location-forecast .product-content span.ov-vis167,
body.location-forecast .product-content span.ov-vis_s_167,
body.location-forecast .product-content span.ov-vis171,
body.location-forecast .product-content span.ov-vis_s_171 {
  height: 20px;
  width: 20px;
  min-width: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
body.location-forecast .product-content span.ov-vis165,
body.location-forecast .product-content span.ov-vis_s_165 {
  background-color: #fff;
  border: solid 1px #FFFF42;
}
body.location-forecast .product-content span.ov-vis165 .icon,
body.location-forecast .product-content span.ov-vis_s_165 .icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
  width: 50%;
  background-color: #FFFF42;
}
body.location-forecast .product-content span.ov-vis167,
body.location-forecast .product-content span.ov-vis_s_167 {
  background-color: #EF9C42;
  border: solid 1px #EF9C42;
}
body.location-forecast .product-content span.ov-vis167 .icon,
body.location-forecast .product-content span.ov-vis_s_167 .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: #fff;
}
body.location-forecast .product-content span.ov-vis171,
body.location-forecast .product-content span.ov-vis_s_171 {
  background-color: #FF2121;
  border: solid 1px #FF2121;
}
body.location-forecast .product-content span .icon-ausbr_0,
body.location-forecast .product-content span .icon-ausbr_1,
body.location-forecast .product-content span .icon-ausbr_2 {
  line-height: 1;
}
body.location-forecast .product-content span .icon-ausbr_0 {
  font-size: 16px;
}
body.location-forecast .product-content span .icon-ausbr_1 {
  font-size: 16px;
}
body.location-forecast .product-content span .icon-ausbr_2 {
  font-size: 18px;
}
body.location-forecast .product-content span .icon-sfcinv1::before,
body.location-forecast .product-content span .icon-sfcinv2::before,
body.location-forecast .product-content span .icon-sfcinv3::before,
body.location-forecast .product-content span .icon-sfcinv4::before {
  font-size: 14px;
  font-weight: bold;
}
body.location-forecast .product-content span .icon-sfcinv1::before {
  color: #314693;
}
body.location-forecast .product-content span .icon-sfcinv2::before {
  color: #459BD6;
}
body.location-forecast .product-content span .icon-sfcinv3::before {
  color: #E5C97A;
}
body.location-forecast .product-content span .icon-sfcinv4::before {
  color: #ED6A29;
}
/**
 * @file sub module for template module location-forecast
 * modul specific elems in controls area
 * ......
 * scope:
 *   - location-forecast
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
#lfc-controls {
  clear: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0;
  padding: 0;
}
#lfc-controls > li {
  list-style-type: none;
  width: 25%;
  position: relative;
  padding-top: 5px;
  padding-bottom: 0;
}
#lfc-controls > li .react-wrapper {
  display: inline;
  float: right;
}
#lfc-controls > li span.label {
  display: inline-block;
  text-align: right;
  font-size: 12px;
  line-height: 1.42857143;
  font-weight: 400;
  padding-top: 8px;
}
#lfc-controls > li#location-favorites .met-select-wrapper {
  margin-top: 0;
}
#lfc-controls > li#location-favorites ol {
  width: auto;
  /* + + +  trash icon  + + + */
}
#lfc-controls > li#location-favorites ol .unavailable {
  color: #BBB;
}
#lfc-controls > li#location-favorites ol .change-location {
  display: inline-block;
}
#lfc-controls > li#location-favorites ol .change-location + .icon-trash-empty {
  position: relative;
  top: 0;
  left: -10px;
  display: inline-block;
}
#lfc-controls > li#location-map {
  z-index: 10;
}
#lfc-controls > li#location-search {
  z-index: 11;
  /* + + +  suggestion-list  + + + */
}
#lfc-controls > li#location-search input.form-element {
  color: #fff;
  text-transform: none;
}
#lfc-controls > li#location-search input.form-element:hover,
#lfc-controls > li#location-search input.form-element:focus,
#lfc-controls > li#location-search input.form-element:active {
  color: #fff;
}
#lfc-controls > li#location-search .location-search {
  position: relative;
}
#lfc-controls > li#location-search .location-search input.form-element {
  position: relative;
  z-index: 41;
}
#lfc-controls > li#location-search .search-suggestions-list {
  position: absolute;
  left: 0;
  max-width: 100%;
  min-width: 186px;
  background-color: #5A7A8D;
  padding-left: 0;
}
#lfc-controls > li#location-search .search-suggestions-list:not(:empty) {
  border: solid 1px #7B94A3;
  border-top: 0 none;
}
#lfc-controls > li#location-search .search-suggestions-list li {
  list-style-type: none;
  position: relative;
  z-index: 41;
}
#lfc-controls > li#location-search .search-suggestions-list li:nth-child(odd) {
  background-color: #7B94A3;
}
#lfc-controls > li#location-search .search-suggestions-list li .icao,
#lfc-controls > li#location-search .search-suggestions-list li .name {
  padding-right: 0.5em;
}
#lfc-controls > li#location-search .search-suggestions-list li span.shop {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 10px;
}
#lfc-controls > li#location-search .search-suggestions-list li span.shop:before {
  font-family: "topmeteo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 20px;
  top: -5px;
}
#lfc-controls > li#location-search .search-suggestions-list li.available span.shop {
  display: none;
}
#lfc-controls > li#location-search .search-suggestions-list li.closer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  z-index: 40;
}
#lfc-controls > li#location-search .search-suggestions-list li.closer {
  display: none;
}
#lfc-controls > li#location-search .search-suggestions-list li + li.closer {
  display: block;
}
#lfc-controls > li#location-search .search-suggestions-list .focus a {
  background-color: #fff;
  color: #5A7A8D;
  text-decoration: none;
}
#lfc-controls > li#location-search .search-suggestions-list a {
  display: block;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
}
#lfc-controls > li#location-search .search-suggestions-list a:hover,
#lfc-controls > li#location-search .search-suggestions-list a:focus,
#lfc-controls > li#location-search .search-suggestions-list a:active {
  background-color: #fff;
  color: #5A7A8D;
  text-decoration: none;
}
#lfc-controls > li#start-hour {
  z-index: 8;
  text-align: right;
}
#lfc-controls > li#start-hour input[type=text] {
  max-width: 60px;
}
#lfc-controls > li#date-select {
  z-index: 7;
}
#lfc-controls > li#date-select .styled-dropdown li {
  opacity: 0.7;
}
#lfc-controls > li#date-select .styled-dropdown li.available {
  opacity: 1;
}
#lfc-controls > li#date-switcher {
  width: 50%;
  z-index: 6;
}
#lfc-controls > li#date-switcher .met-btn.disabled {
  opacity: 0.3;
}
#lfc-controls > li#config-header {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
#lfc-controls > li#resolution-select {
  z-index: 5;
  text-align: right;
}
#lfc-controls > li#resolution-select input[type=text] {
  max-width: 60px;
}
#lfc-controls > li input.form-element {
  border: 1px solid transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  opacity: 0.8;
}
#lfc-controls > li input.form-element:focus,
#lfc-controls > li input.form-element:hover {
  background-color: #7B94A3;
}
#lfc-controls > li ::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#lfc-controls > li ::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#lfc-controls > li :-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#lfc-controls > li ::placeholder {
  color: #fff;
  text-transform: uppercase;
}
#lfc-controls > li ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  text-transform: uppercase;
}
#lfc-controls > li ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  text-transform: uppercase;
}
#lfc-controls > li :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  text-transform: uppercase;
}
#lfc-controls > li :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  text-transform: uppercase;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  #lfc-controls #location-map .struct-link-wrapper {
    margin-top: 0;
  }
  #lfc-controls #location-map .struct-link {
    position: relative;
    padding-left: 32px;
  }
  #lfc-controls #location-map .struct-link::before {
    content: url(/static/img/style/map.e3755fa48556358fbe9180ac5e33a9bc.svg);
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 0;
  }
  #lfc-controls li#date-select {
    width: 36%;
  }
  #lfc-controls li#start-hour,
  #lfc-controls li#resolution-select {
    width: 14%;
  }
  #lfc-controls li#location-search {
    margin-left: 14px /* align magnifier and stripes */;
    width: calc(50% - 14px);
  }
  #lfc-controls li#location-search span.icao,
  #lfc-controls li#location-search span.country,
  #lfc-controls li#location-search span.coordinates {
    white-space: nowrap;
    padding: 0 1px;
    display: inline-block;
  }
  #lfc-controls li#date-switcher {
    width: 36%;
    /* take the remaining space between search and resolution select */
    padding-left: 16px;
    /* align with stripes above */
  }
  #lfc-controls #location-search {
    padding-top: 8px;
  }
  #lfc-controls #location-search::before {
    font-family: "topmeteo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  #lfc-controls #location-search::before {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 16px;
  }
  #lfc-controls #location-search input.form-element {
    padding: 4px 8px 4px 32px;
    min-width: 186px;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  #lfc-controls {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
  }
  #lfc-controls > li {
    padding-top: 0;
  }
  #lfc-controls > li span.label {
    margin-top: 8px;
  }
  #lfc-controls > li .config-toggle {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-color: #5A7A8D;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
  }
  #lfc-controls > li .config-toggle .icon {
    margin: 0;
    padding: 0;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #5A7A8D;
  }
  #lfc-controls > li .met-select-wrapper select.met-select {
    cursor: pointer;
    border-color: #48697B;
    height: 40px;
    background-position: 100% 14px;
    font-size: 16px;
  }
  #lfc-controls > li .struct-link-wrapper {
    padding: 0;
    display: block;
  }
  #lfc-controls > li .struct-link {
    height: 40px;
    display: block;
    padding: 8px 16px 6px;
    font-size: 16px;
    border: 1px solid #48697B;
  }
  #lfc-controls > li input.form-element {
    height: 40px;
    font-size: 16px;
    margin-top: 8px;
    background-color: #9CAFBB;
    color: #48697B;
    width: 100%;
    min-width: 127px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #lfc-controls > li ::-webkit-input-placeholder {
    color: #48697B;
  }
  #lfc-controls > li ::-moz-placeholder {
    color: #48697B;
  }
  #lfc-controls > li :-ms-input-placeholder {
    color: #48697B;
  }
  #lfc-controls > li ::placeholder {
    color: #48697B;
  }
  #lfc-controls > li ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #48697B;
  }
  #lfc-controls > li ::-moz-placeholder {
    /* Firefox 19+ */
    color: #48697B;
  }
  #lfc-controls > li :-ms-input-placeholder {
    /* IE 10+ */
    color: #48697B;
  }
  #lfc-controls > li :-moz-placeholder {
    /* Firefox 18- */
    color: #48697B;
  }
  #lfc-controls > li#location-favorites {
    width: 100%;
  }
  #lfc-controls > li#location-favorites .met-select-wrapper {
    margin: 0 110px 8px 45px;
  }
  #lfc-controls > li#config-mobile {
    position: fixed;
    right: 0;
    bottom: -1px;
    z-index: 15;
    width: 45px;
    height: 45px;
    padding: 0;
  }
  #lfc-controls > li#config-mobile .config-toggle {
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    opacity: 0.8;
  }
  #lfc-controls > li#config-mobile .config-toggle .icon {
    line-height: 40px;
  }
  #lfc-controls > li#location-map {
    z-index: 10;
    -ms-flex-order: 90;
        order: 90;
    position: absolute;
    left: 33%;
    width: 25%;
    bottom: 0;
    padding: 2px 0;
  }
  #lfc-controls > li#location-map a.struct-link {
    text-align: center;
  }
  #lfc-controls > li#location-search {
    z-index: 11;
    -ms-flex-order: 99;
        order: 99;
    width: 41.666667%;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 115px;
    padding: 2px 8px;
    /* + + +  suggestion-list  + + + */
  }
  #lfc-controls > li#location-search input.form-element {
    padding: 6px 8px 8px;
    height: 39px;
    min-width: 115px;
  }
  #lfc-controls > li#location-search .search-suggestions-list {
    left: auto;
    right: 0;
    width: 100%;
    min-width: 115px;
    overflow: hidden;
  }
  #lfc-controls > li li#start-hour {
    text-align: left;
    z-index: 8;
    width: 50%;
    float: left;
  }
  #lfc-controls > li li#start-hour .react-wrapper {
    float: none;
    display: block;
    padding-right: 3px;
  }
  #lfc-controls > li li#start-hour .react-wrapper .met-select-wrapper {
    float: none;
    display: block;
  }
  #lfc-controls > li li#start-hour > span.label {
    display: none;
  }
  #lfc-controls > li li#start-hour input[type=text] {
    max-width: 60px;
  }
  #lfc-controls > li#date-select {
    z-index: 7;
    width: 33.333333%;
    padding: 2px 8px;
  }
  #lfc-controls > li#date-switcher {
    width: 50%;
    z-index: 6;
  }
  #lfc-controls > li nav.config-area {
    margin-right: 45px;
    margin-left: 45px;
  }
  #lfc-controls > li nav.config-area li {
    margin-right: 0;
  }
  #lfc-controls > li nav.config-area .clearer {
    height: 6px;
  }
  #lfc-controls > li li#resolution-select {
    text-align: right;
    float: right;
    display: block;
    width: 50%;
    z-index: 5;
  }
  #lfc-controls > li li#resolution-select > span.label {
    display: none !important;
  }
  #lfc-controls > li li#resolution-select .react-wrapper {
    float: none;
    display: block;
    padding-left: 3px;
  }
  #lfc-controls > li li#resolution-select .react-wrapper .met-select-wrapper {
    float: none;
    display: block;
  }
  #lfc-controls > li li#resolution-select input[type=text] {
    max-width: 60px;
  }
  #lfc-controls > li#config-header {
    width: 100%;
    padding: 0;
  }
  #location-search::before {
    display: none;
  }
  div.header-toggle .icon {
    border: 1px solid #5A7A8D;
  }
}
/* + + + + + + + + + + + + + + + + +
 * SPECIAL MEDIA QUERIES
 * + + + + + + + + + + + + + + + + */
@media (max-width: 480px) {
  #lfc-controls > li .struct-link,
  #lfc-controls > li#location-search input.form-element {
    padding-left: 4px;
    padding-right: 4px;
  }
}
/**
 * @file template module for map (projection maps)
 * ......
 * scope:
 *   - map
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.map .loading-wrapper {
  background: none;
}
body.map #projection-map-image .unavailable {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
body.map #projection-map-image .loading img {
  -webkit-filter: grayscale(0.5) brightness(0.5);
          filter: grayscale(0.5) brightness(0.5);
}
body.map #projection-map-image img {
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  /* so it could always contain
               the loading indicator */
  min-height: 120px;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  body.map .content-area {
    margin: 20px 0;
  }
  body.map .content-area .row {
    text-align: center;
  }
  body.map .content-area .row #content img {
    background-color: #fff;
    display: block;
    margin: 0 auto;
  }
  body.map div#mtx-controls .row {
    padding-bottom: 0;
  }
  body.map div#mtx-controls .row:last-of-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  body.map #projection-map-image .unavailable {
    width: 1050px;
    min-height: 350px;
    background: white;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.map {
    background-color: #3C525E;
  }
  body.map div.header-toggle {
    top: 0;
    left: 0;
  }
  body.map div#mtx-controls .met-select-wrapper {
    margin-top: 0;
  }
  body.map #projection-map-image {
    width: 100%;
    height: 100%;
  }
  body.map #projection-map-image .image img {
    width: 100vw;
  }
  body.map #projection-map-image .image .unavailable {
    color: white;
    padding: 20%;
    height: 100%;
    text-align: center;
  }
  body.map .zoom {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    overflow: auto;
    height: auto;
    width: 100%;
    z-index: 100;
  }
  body.map .zoom #content {
    position: relative;
  }
  body.map .panel-open + div.content-area .zoom.is-playable {
    bottom: 57px;
  }
}
/**
 * @file sub module for template module map (projection maps)
 * modul specific styles for controls area
 * ......
 * scope:
 *   - map
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.map {
    -ms-touch-action: none;
        touch-action: none;
  }
  body.map .browse-layer {
    -ms-touch-action: none;
        touch-action: none;
  }
  body.map .controls-area .container {
    background-color: transparent;
    height: 0;
  }
  body.map .controls-area.panel-open .container {
    position: relative;
    background-color: #5A7A8D;
    height: auto;
    z-index: 250;
  }
  body.map .controls-area.panel-open .container #mtx-controls .ctl-loop-play,
  body.map .controls-area.panel-open .container #mtx-controls .ctl-loop-slider,
  body.map .controls-area.panel-open .container #mtx-controls .ctl-loop-speed {
    display: block;
  }
}
/* + + + + + + + + + + + + + + + + +
 * SPECIAL MEDIA QUERIES
 * + + + + + + + + + + + + + + + + */
/**
 * @file sub module for template module map (projection maps)
 * matrix controls for control area
 * ......
 * scope:
 *   - map
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.map #mtx-controls {
  /* browse */
}
body.map #mtx-controls .component-matrix tr {
  font-size: 11px;
  line-height: 100%;
}
body.map #mtx-controls .component-matrix td {
  padding: 1px 1px 0 0;
  font-size: 11px;
  line-height: 100%;
  /* make as square */
}
body.map #mtx-controls .component-matrix td[colspan="1"] a {
  position: relative;
  width: 100%;
}
body.map #mtx-controls .component-matrix td[colspan="1"] a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
body.map #mtx-controls .component-matrix td.current {
  background-color: #48697B;
}
body.map #mtx-controls .component-matrix td a {
  display: block;
  height: 12px;
  min-width: 13px;
  overflow: hidden;
  background-color: rgba(156, 175, 187, 0.6);
  color: #9CAFBB;
  font-size: 1px;
}
body.map #mtx-controls .component-matrix td a:hover,
body.map #mtx-controls .component-matrix td a:active {
  background-color: #E0E6EA;
  border-color: #fff;
  color: #E0E6EA;
}
body.map #mtx-controls .component-matrix thead th {
  min-height: 16px;
  min-width: 16px;
  font-weight: normal;
  padding-top: 4px;
  padding-bottom: 2px;
}
body.map #mtx-controls .component-matrix thead th.current {
  background-color: #48697B;
  color: #fff;
}
body.map #mtx-controls .component-matrix thead th .minutes {
  opacity: 0.1;
}
body.map #mtx-controls .component-matrix thead th.timezone-name {
  text-align: right;
  padding-right: 16px;
}
body.map #mtx-controls .component-matrix tbody tr:hover {
  background-color: rgba(72, 105, 123, 0.7);
}
body.map #mtx-controls .component-matrix tbody tr.product-category-spacer {
  background-color: transparent;
}
body.map #mtx-controls .component-matrix tbody tr th span.icon-favourite {
  cursor: pointer;
}
body.map #mtx-controls .component-matrix tbody tr th span.product-title {
  display: inline-block;
  margin-left: 8px;
  padding-top: 3px;
}
body.map #mtx-controls .component-matrix tbody tr.product-category-spacer {
  height: 5px;
}
body.map #mtx-controls .component-matrix tbody:last-of-type .product-category-spacer {
  display: none;
}
body.map #mtx-controls .component-matrix tr th {
  font-weight: normal;
}
body.map #mtx-controls .component-matrix tr.current {
  background-color: #48697B;
}
body.map #mtx-controls .component-matrix tr.current th {
  color: #fff;
}
body.map #mtx-controls .component-matrix tr.current td.current a {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
body.map #mtx-controls .ctl-skip {
  text-align: right;
  margin-left: auto;
}
body.map #mtx-controls .ctl-skip *::before,
body.map #mtx-controls .ctl-skip *::after {
  font-family: 'topmeteo';
}
body.map #mtx-controls .ctl-skip button {
  display: inline-block;
  width: 45px;
  /* make them all equally wide */
}
body.map #mtx-controls .ctl-skip button:nth-child(odd) {
  margin-right: 8px;
}
body.map #mtx-controls .ctl-date .met-select-wrapper .run-status,
body.map #mtx-controls .ctl-date .met-select-wrapper .styled-dropdown > ol > li:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  left: 20px;
}
body.map #mtx-controls .ctl-date .met-select-wrapper.runinfo-in-process .run-status,
body.map #mtx-controls .ctl-date .met-select-wrapper .styled-dropdown > ol > li.in-process {
  background-color: white;
}
body.map #mtx-controls .ctl-date .met-select-wrapper.runinfo-done .run-status,
body.map #mtx-controls .ctl-date .met-select-wrapper .styled-dropdown > ol > li.done {
  background-color: transparent;
}
body.map #mtx-controls .ctl-date .met-select-wrapper.runinfo-done .run-status {
  display: none;
}
body.map #mtx-controls .ctl-date .met-select-wrapper .styled-dropdown li {
  opacity: 0.7;
}
body.map #mtx-controls .ctl-date .met-select-wrapper .styled-dropdown li.available {
  opacity: 1;
}
body.map #mtx-controls .ctl-mtx-info {
  padding: 0 8px 2px 16px;
}
body.map #mtx-controls .ctl-mtx-info *::before,
body.map #mtx-controls .ctl-mtx-info *::after {
  font-family: 'topmeteo';
}
body.map #mtx-controls .ctl-mtx-info .link {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 8px;
}
body.map #mtx-controls .ctl-mtx-info .link::before {
  display: inline-block;
  width: 20px;
  line-height: 1;
}
body.map #mtx-controls .ctl-mtx-info .link::before:hover,
body.map #mtx-controls .ctl-mtx-info .link::before:focus,
body.map #mtx-controls .ctl-mtx-info .link::before:active {
  text-decoration: none;
}
body.map #mtx-controls .ctl-product .met-select-wrapper .styled-dropdown ol li.is-favorite:first-child:before {
  font-family: "topmeteo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  display: block;
}
body.map #mtx-controls .ctl-product .met-select-wrapper .styled-dropdown ol li.is-favorite + li.not-favorite:before {
  font-family: "topmeteo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  display: block;
}
body.map #mtx-controls .ctl-loop-play button.met-btn::before {
  font-family: 'topmeteo';
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  body.map #mtx-controls {
    /* + + + + +  slider-range  + + + + + */
    /* slider-range ende */
  }
  body.map #mtx-controls .row {
    padding-bottom: 8px;
  }
  body.map #mtx-controls .row:last-of-type {
    overflow: hidden;
  }
  body.map #mtx-controls .met-select-wrapper,
  body.map #mtx-controls .struct-link-wrapper {
    margin-top: 2px;
  }
  body.map #mtx-controls .ctl-date .met-select-wrapper .run-status {
    left: 20px;
  }
  body.map #mtx-controls .ctl-date .runinfo-in-process .styled-dropdown > input {
    text-indent: 36px;
  }
  body.map #mtx-controls .struct-link-wrapper {
    margin-left: 10px;
    padding-right: 10px;
  }
  body.map #mtx-controls .ctl-mtx-toggle .struct-link-wrapper {
    margin-left: 14px;
  }
  body.map #mtx-controls .ctl-loop-play span.timezone-name {
    float: right;
    display: inline-block;
    margin-right: 8px;
  }
  body.map #mtx-controls .ctl-loop-play button.met-btn {
    float: left;
    clear: right;
    padding: 3px 8px 3px;
    margin-left: -12px;
  }
  body.map #mtx-controls .ctl-loop-play button.met-btn.is-play::before,
  body.map #mtx-controls .ctl-loop-play button.met-btn.is-stop::before {
    display: none;
  }
  body.map #mtx-controls .ctl-mtx-info {
    padding-top: 9px;
  }
  body.map #mtx-controls .ctl-mtx-info h2 {
    font-size: 12px;
    font-weight: bold;
  }
  body.map #mtx-controls .ctl-mtx-info p {
    font-size: 11px;
    margin-bottom: 6px;
  }
  body.map #mtx-controls .ctl-mtx-info > div a.link {
    margin-top: 8px;
  }
  body.map #mtx-controls .ctl-mtx-info > div a.link.reset {
    margin-top: 0;
  }
  body.map #mtx-controls .ctl-product {
    margin-left: 0;
  }
  body.map #mtx-controls .ctl-product .met-select-wrapper {
    margin-left: 0;
  }
  body.map #mtx-controls table {
    width: 100%;
    table-layout: fixed;
    margin-top: 0;
  }
  body.map #mtx-controls table thead th:first-child,
  body.map #mtx-controls table tbody th {
    width: 262.5px;
    padding-left: 8px;
  }
  body.map #mtx-controls table thead th:first-child span.product-title,
  body.map #mtx-controls table tbody th span.product-title {
    font-size: 11px;
  }
  body.map #mtx-controls table thead th:first-child span.icon-favourite,
  body.map #mtx-controls table tbody th span.icon-favourite {
    padding-left: 4px;
  }
  body.map #mtx-controls table thead th,
  body.map #mtx-controls table td {
    text-align: center;
  }
  body.map #mtx-controls table thead th span {
    font-size: 11px;
  }
  body.map #mtx-controls .ctl-loop-speed {
    /* + + +  chrome, safari  + + + */
    /* + + +  firefox  + + + */
    /* + + +  ie  + + + */
  }
  body.map #mtx-controls .ctl-loop-speed .met-select-wrapper {
    position: relative;
    width: 139px;
    height: 25px;
    padding-top: 25px;
    background: #7B94A3 url(/static/img/style/bg-sliderrange.591da1d6699d174dd8cab7afe7b6836b.png) no-repeat left top;
    margin-right: 0;
    padding-right: 0;
  }
  body.map #mtx-controls .ctl-loop-speed .met-select-wrapper::before,
  body.map #mtx-controls .ctl-loop-speed .met-select-wrapper::after {
    position: absolute;
    top: -1.2em;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
  }
  body.map #mtx-controls .ctl-loop-speed .met-select-wrapper::before {
    left: 0;
    content: attr(data-speed-slow);
  }
  body.map #mtx-controls .ctl-loop-speed .met-select-wrapper::after {
    right: 0;
    content: attr(data-speed-fast);
  }
  body.map #mtx-controls .ctl-loop-speed input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    margin: -17px 0 0;
    padding: 0;
  }
  body.map #mtx-controls .ctl-loop-speed input[type=range]:focus {
    outline: none;
  }
  body.map #mtx-controls .ctl-loop-speed input[type=range]::-webkit-slider-thumb {
    cursor: pointer;
    -webkit-appearance: none;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-top: -7px;
  }
  body.map #mtx-controls .ctl-loop-speed input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    background: transparent;
  }
  body.map #mtx-controls .ctl-loop-speed input[type=range]:focus::-webkit-slider-runnable-track {
    background: #7B94A3;
  }
  body.map #mtx-controls .ctl-loop-speed input[type=range]::-moz-range-thumb {
    cursor: pointer;
    height: 14px;
    width: 14px;
    box-shadow: 0 0 0 #000;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  body.map #mtx-controls .ctl-loop-speed input[type=range]::-moz-range-track {
    cursor: pointer;
    width: 100%;
    box-shadow: 0 0 0 #000;
    background: transparent;
    border: 0 none;
    border-radius: 0;
  }
  body.map #mtx-controls .ctl-loop-speed input[type=range]::-ms-thumb {
    cursor: pointer;
    box-shadow: 0 0 0 #000;
    height: 13px;
    width: 13px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-top: -21px;
  }
  body.map #mtx-controls .ctl-loop-speed input[type=range]::-ms-track {
    cursor: pointer;
    width: 100%;
    height: 40px;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  body.map #mtx-controls .ctl-loop-speed input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 #000;
  }
  body.map #mtx-controls .ctl-loop-speed input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 #000;
  }
  body.map #mtx-controls .ctl-loop-speed input[type=range]:focus::-ms-fill-lower {
    background: transparent;
  }
  body.map #mtx-controls .ctl-loop-speed input[type=range]:focus::-ms-fill-upper {
    background: transparent;
  }
  body.map #mtx-controls .ctl-skip > div {
    padding-left: 8px;
  }
  body.map #mtx-controls .ctl-skip > div button.met-btn {
    padding: 4px 8px 3px;
  }
  body.map #mtx-controls .ctl-skip > div button.met-btn.disabled {
    opacity: 0.3;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.map {
    /* + + +  opened panel  + + + */
  }
  body.map #mtx-controls {
    min-height: 40px;
    background-color: #5A7A8D;
    /* + + +  date, time panel  + + + */
  }
  body.map #mtx-controls .ctl-mtx-toggle,
  body.map #mtx-controls .ctl-mtx,
  body.map #mtx-controls .ctl-skip,
  body.map #mtx-controls .ctl-loop-play,
  body.map #mtx-controls .ctl-loop-slider,
  body.map #mtx-controls .ctl-loop-speed {
    display: none;
  }
  body.map #mtx-controls span.timezone-name {
    position: absolute;
    top: 96px;
    right: 0;
    z-index: 100000;
    background-color: #5A7A8D;
    opacity: 0.8;
    line-height: 1;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }
  body.map #mtx-controls .loop-button {
    position: absolute;
    z-index: 1000;
    background-color: #5A7A8D;
    overflow: hidden;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 490;
    opacity: 0.8;
    -moz-opacity: 0.8;
    width: 40px;
    height: 40px;
  }
  body.map #mtx-controls .loop-button a {
    color: #fff;
  }
  body.map #mtx-controls .loop-button input,
  body.map #mtx-controls .loop-button select,
  body.map #mtx-controls .loop-button button {
    color: #333333;
  }
  body.map #mtx-controls .loop-button .icon {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
  }
  body.map #mtx-controls .loop-button .icon::before {
    margin: 0;
  }
  body.map #mtx-controls .loop-button .icon {
    cursor: pointer;
    line-height: 38px;
  }
  body.map #mtx-controls .ctl-product {
    position: absolute;
    top: 0;
    left: 45px;
    right: 70px;
    overflow: hidden;
    z-index: 500;
    height: 40px;
    opacity: 1;
  }
  body.map #mtx-controls .ctl-product .met-select-wrapper {
    margin-right: 40px;
  }
  body.map #mtx-controls .ctl-product .met-select-wrapper select.met-select {
    text-overflow: clip;
  }
  body.map #mtx-controls .ctl-product .met-select-wrapper.has-mobile-short-label .emulate-short-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
  }
  body.map #mtx-controls .ctl-loop-play {
    position: fixed;
    bottom: 70px;
    left: 0;
    z-index: 500;
    height: 40px;
    width: auto;
    opacity: 0.8;
    -moz-opacity: 0.8;
    margin: 0;
    padding-right: 4px;
  }
  body.map #mtx-controls .ctl-loop-play .timezone-name {
    position: fixed;
    left: 0;
    top: 93px;
    background-color: #48697B;
    padding: 1px 8px 0;
  }
  .map body.map #mtx-controls .ctl-loop-play {
    left: auto;
    right: 51.5%;
    width: 20%;
    max-width: 138px;
    margin-left: 0;
  }
  .map body.map #mtx-controls .ctl-loop-play button {
    width: 100%;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body.map #mtx-controls .ctl-loop-play button.met-btn {
    cursor: pointer;
    z-index: 501;
    width: 40px;
    min-width: 10px;
    background-color: #48697B;
    border-color: #48697B;
    margin: 0;
  }
  body.map #mtx-controls .ctl-loop-play button.met-btn::before {
    position: absolute;
    display: block;
    overflow: hidden;
    color: #fff;
  }
  body.map #mtx-controls .ctl-loop-play button.met-btn.is-play::before {
    top: 4px;
    left: 12px;
    font-size: 24px;
  }
  body.map #mtx-controls .ctl-loop-play button.met-btn.is-stop::before {
    left: 9px;
    top: 6px;
    font-size: 20px;
  }
  body.map #mtx-controls .ctl-loop-speed {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 500;
    height: 40px;
    width: 56px;
    overflow: hidden;
    opacity: 0.8;
    -moz-opacity: 0.8;
  }
  body.map #mtx-controls .ctl-loop-speed .met-select-wrapper {
    padding-left: 4px;
  }
  .map body.map #mtx-controls .ctl-loop-speed {
    left: 50%;
    width: 27%;
    max-width: 150px;
    margin-left: 0;
  }
  body.map #mtx-controls .ctl-loop-slider {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 40px;
    z-index: 500;
    width: auto;
  }
  body.map #mtx-controls .ctl-time {
    width: 48px;
  }
  body.map #mtx-controls .ctl-time .met-select-wrapper select.met-select {
    padding-left: 3px;
    padding-right: 3px;
  }
  body.map #mtx-controls .ctl-date {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 500;
    width: 110px;
    height: 40px;
    overflow: hidden;
    opacity: 0.8;
    -moz-opacity: 0.8;
  }
  body.map #mtx-controls .ctl-date .met-select-wrapper .run-status {
    left: 4px;
    top: 12px;
  }
  body.map #mtx-controls .ctl-date select.met-select {
    padding-left: 19px;
    padding-right: 0;
  }
  body.map #mtx-controls .ctl-date .is-past select.met-select {
    padding-left: 14px;
  }
  body.map #mtx-controls .ctl-time {
    position: absolute;
    overflow: hidden;
    z-index: 500;
    height: 40px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    top: 48px;
    right: 0;
  }
  body.map .panel-open #mtx-controls .loop-button i.icon-loop-alt {
    font-size: 35px;
  }
  body.map .panel-open #mtx-controls .loop-button i.icon-loop-alt::before {
    content: '\00d7';
  }
}
/**
 * @file sub module for template module map (projection maps)
 * loop animation slider for control area
 * ......
 * scope:
 *   - map
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.map div#mtx-controls .component-slider {
  position: relative;
  width: 100%;
}
body.map div#mtx-controls .component-slider div.start,
body.map div#mtx-controls .component-slider div.stop {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  z-index: 910;
  text-align: center;
  color: #0C0;
}
body.map div#mtx-controls .component-slider div.start i::before,
body.map div#mtx-controls .component-slider div.stop i::before {
  line-height: 25px;
  font-size: 25px;
  margin: 0;
  text-shadow: 0px 1px 1px rgba(250, 250, 250, 0.6);
}
body.map div#mtx-controls .component-slider div.stop {
  color: #C00;
}
body.map div#mtx-controls .component-slider div.scale {
  position: relative;
  width: 100%;
  padding-top: 25px;
  z-index: 905;
}
body.map div#mtx-controls .component-slider div.scale div.numbers {
  display: table;
  table-layout: fixed;
  width: 100%;
}
body.map div#mtx-controls .component-slider div.scale div.numbers div {
  display: table-cell;
  width: auto;
  text-align: center;
}
body.map div#mtx-controls .component-slider div.scale div.numbers div.minutes span {
  opacity: 0.1;
}
body.map div#mtx-controls .component-slider div.scale div.numbers div.current {
  background-color: #48697B;
}
body.map div#mtx-controls .component-slider div.scale div.slide {
  position: relative;
  height: 25px;
  background-color: #C3CDD3;
}
body.map div#mtx-controls .component-slider div.scale div.slide div.now {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 25px;
  text-align: center;
  color: #FFF;
}
body.map div#mtx-controls .component-slider div.scale div.slide div.now i::before {
  line-height: 25px;
  font-size: 25px;
  margin: 0;
}
body.map div#mtx-controls .component-slider div.scale div.slide div.startmarker,
body.map div#mtx-controls .component-slider div.scale div.slide div.stopmarker {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #0C0;
}
body.map div#mtx-controls .component-slider div.scale div.slide div.stopmarker {
  background-color: #C00;
}
body.map div#mtx-controls .component-slider div.scale div.slide .preload-bar {
  height: 100%;
  width: 100%;
  color: transparent;
  table-layout: fixed;
}
body.map div#mtx-controls .component-slider div.scale div.slide .preload-bar tr {
  height: 100%;
}
body.map div#mtx-controls .component-slider div.scale div.slide .preload-bar tr td {
  height: 100%;
}
body.map div#mtx-controls .component-slider div.scale div.slide .preload-bar tr td span {
  cursor: default;
  display: inline-block;
  width: 100%;
  height: 100%;
}
body.map div#mtx-controls .component-slider div.scale div.slide .preload-bar tr td.loaded span {
  cursor: pointer;
  background-color: #7B94A3;
}
body.map div#mtx-controls .component-slider div.scale div.slide .preload-bar tr td.loaded.start span,
body.map div#mtx-controls .component-slider div.scale div.slide .preload-bar tr td.loaded.stop span {
  width: 50%;
}
body.map div#mtx-controls .component-slider div.scale div.slide .preload-bar tr td.loaded.start {
  text-align: right;
}
body.map div#mtx-controls .component-slider div.scale div.slide .preload-bar tr td.loaded.stop {
  text-align: left;
}
body.map div#mtx-controls .component-slider.unplayable div.start,
body.map div#mtx-controls .component-slider.unplayable div.stop {
  color: #9CAFBB;
}
body.map div#mtx-controls .component-slider.unplayable div.scale div.slide div.now {
  display: none;
}
body.map div#mtx-controls .component-slider.unplayable div.scale div.slide div.startmarker,
body.map div#mtx-controls .component-slider.unplayable div.scale div.slide div.stopmarker {
  background-color: #9CAFBB;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  body.map div#mtx-controls .component-slider div.scale div.numbers div::after {
    display: none;
  }
  body.map div#mtx-controls .component-slider div.scale div.numbers .inactive span {
    opacity: 0;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.map div#mtx-controls .component-slider-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  body.map div#mtx-controls .component-slider div.start,
  body.map div#mtx-controls .component-slider div.stop {
    width: 40px;
    height: 40px;
  }
  body.map div#mtx-controls .component-slider div.start i::before,
  body.map div#mtx-controls .component-slider div.stop i::before {
    line-height: 40px;
    font-size: 40px;
  }
  body.map div#mtx-controls .component-slider div.scale {
    padding-top: 24px;
  }
  body.map div#mtx-controls .component-slider div.scale div.numbers div {
    position: relative;
  }
  body.map div#mtx-controls .component-slider div.scale div.numbers div.minutes {
    opacity: 1;
  }
  body.map div#mtx-controls .component-slider div.scale div.numbers div span {
    visibility: hidden;
  }
  body.map div#mtx-controls .component-slider div.scale div.numbers div::after {
    position: absolute;
    top: 0.2em;
    display: block;
    width: 100%;
    font-family: 'topmeteo';
    line-height: 1;
  }
  body.map div#mtx-controls .component-slider div.scale div.numbers div.is-shown span {
    visibility: visible;
  }
  body.map div#mtx-controls .component-slider div.scale div.numbers div.is-shown::after {
    display: none;
  }
  body.map div#mtx-controls .component-slider div.scale div.slide {
    height: 40px;
  }
  body.map div#mtx-controls .component-slider div.scale div.slide div.now {
    width: 40px;
  }
  body.map div#mtx-controls .component-slider div.scale div.slide div.now i::before {
    line-height: 40px;
    font-size: 40px;
  }
}
.oauth.authorize .page-header img {
  max-height: 60px;
  max-width: 38.2%;
}
.oauth.authorize .description {
  white-space: pre-line;
}
/**
 * @file template module shop
 * ......
 * scope:
 *   - shop
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.shop .payment-notifications {
  margin-top: 20px;
}
body.shop .payment-notifications .notifications-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
body.shop .payment-notifications a {
  display: inline;
}
body.shop .content-area {
  margin-top: 20px;
  /* + + +  content header with headline  + + + */
  /* + + +  footnotes  + + + */
}
body.shop .content-area .row {
  background-color: #fff;
}
body.shop .content-area header h1 {
  font-size: 22px;
  font-weight: 400;
  padding: 17px 16px 11.33333333px;
  margin: 0 0 17px 0;
  background-color: transparent;
  color: #5A7A8D;
}
body.shop .content-area header h1.dark {
  font-size: 22px;
  font-weight: 400;
  padding: 17px 16px 11.33333333px;
  margin: 0 0 17px 0;
  background-color: #5A7A8D;
  color: #fff;
}
body.shop .content-area footer {
  padding-left: 16px;
  padding-right: 16px;
}
body.shop .content-area footer h3 {
  padding-bottom: 16px;
}
body.shop .content-area footer .footnote-list {
  padding: 0 0 8px 2rem;
}
body.shop .content-area footer .footnote-entry {
  padding-bottom: 8px;
  font-size: 14px;
}
body.shop .content-area footer .footnote-content {
  font-size: 12px;
}
body.shop .container {
  position: relative;
}
body.shop .container main {
  clear: left;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.shop #mobile-region-select {
    display: none;
  }
  body.shop .content-area {
    margin-top: 0;
    /* + + +  footnotes  + + + */
  }
  body.shop .content-area .container {
    margin-top: 0;
  }
  body.shop .content-area header h1,
  body.shop .content-area header h1.dark {
    background-color: #fff;
    color: #5A7A8D;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 8px;
  }
  body.shop .content-area footer h3 {
    padding-top: 16px;
  }
  body.shop .content-area footer .footnote-entry {
    font-size: 16px;
  }
  body.shop .content-area footer .footnote-headline {
    font-size: 18px;
  }
  body.shop .content-area footer .footnote-content {
    font-size: 16px;
  }
}
/**
 * @file template module shop
 * ......
 * scope:
 *   - shop
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.shop #redeem-voucher {
  clear: both;
}
body.shop #redeem-voucher h3 {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 8px 0 16px;
  margin: 0 0 17px 0;
  background-color: transparent;
  color: #5A7A8D;
  margin-left: 0;
  padding: 0;
}
body.shop #redeem-voucher .form {
  border-top: solid 1px #9CAFBB;
  border-bottom: solid 1px #9CAFBB;
  padding: 0;
  padding-top: 32px;
}
body.shop #redeem-voucher .form form {
  padding-bottom: 32px;
}
body.shop #redeem-voucher .form label {
  color: #5A7A8D;
}
body.shop #currency-switch {
  text-align: center;
}
body.shop #currency-switch .currency-switch-item {
  border: none;
  color: white;
  background-color: #5A7A8D;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  opacity: 0.3;
}
body.shop #currency-switch .currency-switch-item.active {
  opacity: 1;
}
body.shop .price-table,
body.shop #redeem-voucher .form {
  margin: 16px;
  width: calc(100% - 16px * 2);
}
body.shop .price-table *::before,
body.shop #redeem-voucher .form *::before,
body.shop .price-table *::after,
body.shop #redeem-voucher .form *::after {
  font-family: "topmeteo";
}
body.shop .price-table {
  /* + + + + +  shopping basket  + + + + + */
  /*  extend doesnt work in media-queries  */
  /* + + + + +  region  + + + + + */
  /* + + + + +  number of forecast days  + + + + + */
  /* + + + + +  forecast resolution  + + + + + */
  /* + + + + +  option 1 + option 2  + + + + + */
  /* + + + + +  duration + prices  + + + + + */
}
body.shop .price-table .buy-button {
  position: relative;
  width: 90%;
  height: 2.5em;
  background-color: #5A7A8D;
  border: solid 2px #5A7A8D;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding-left: 2px;
}
body.shop .price-table .buy-button::after {
  position: absolute;
  top: 0;
  color: inherit;
  font-size: 25px;
  margin-top: -3px;
}
body.shop .price-table .buy-button:hover,
body.shop .price-table .buy-button:focus,
body.shop .price-table .buy-button:active {
  background-color: #3C525E;
  border-color: #3C525E;
  text-decoration: none;
}
body.shop .price-table .is-region h4::after {
  font-size: 65px;
  margin-top: 25px;
}
body.shop .price-table .is-length h4::after {
  font-size: 51px;
  margin-top: 17px;
}
body.shop .price-table .is-resolution h4::after {
  font-size: 55px;
  margin-top: 25px;
}
body.shop .price-table .is-options {
  counter-increment: option;
}
body.shop .price-table .is-options h4::after {
  content: counter(option);
  font: inherit;
  padding-left: 3px;
}
body.shop .price-table .is-options p span {
  display: block;
}
body.shop .price-table .is-duration .icon-caption::after {
  font-size: 21px;
}
body.shop .price-table .is-duration p span {
  display: block;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  body.shop .price-table {
    clear: both;
    color: #5A7A8D;
    display: -ms-flexbox;
    display: flex;
    /* + + + + +  "table" column  + + + + + */
    /*  no accordion function  */
    /* + + + + +  "table" cell  + + + + + */
    /* + + + + +  "TH" on top  + + + + + */
    /* + + + + +  shopping basket  + + + + + */
    /* + + + + +  region  + + + + + */
    /* + + + + +  number of forecast days  + + + + + */
    /* + + + + +  forecast resolution  + + + + + */
    /* + + + + +  options  + + + + + */
    /* + + + + +  duration + prices  + + + + + */
    /* + + + + +  partner (MET-1183)  + + + + + */
  }
  body.shop .price-table div[data-toggle="collapse"]::before,
  body.shop .price-table div[aria-expanded="false"]::before,
  body.shop .price-table div[aria-expanded="true"]::before,
  body.shop .price-table div[data-toggle="collapse"]::after,
  body.shop .price-table div[aria-expanded="false"]::after,
  body.shop .price-table div[aria-expanded="true"]::after {
    display: none;
  }
  body.shop .price-table h3 {
    min-height: 40px;
    font-size: 18px;
    font-weight: 400;
  }
  body.shop .price-table sup {
    font-size: 12px;
    padding-left: 2px;
  }
  body.shop .price-table img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100px;
  }
  body.shop .price-table .table-col {
    -ms-flex: 0 1 180px;
        flex: 0 1 180px;
    counter-reset: option;
    float: left;
    box-sizing: border-box;
    margin-bottom: 50px;
    /* + + +  zebra-look  + + + */
    /* + + +  first col with visible "TH"  + + + */
  }
  body.shop .price-table .table-col h4 {
    overflow: hidden;
    position: absolute;
    left: -100000em;
    top: -100000em;
  }
  body.shop .price-table .table-col:nth-child(odd) .table-cell {
    background-color: #F6F6F6;
  }
  body.shop .price-table .table-col:first-child {
    -ms-flex: 0 0.5 360px;
        flex: 0 0.5 360px;
    /*  longer border for div.is-button in last row and first col  */
  }
  body.shop .price-table .table-col:first-child > * {
    margin-left: 50%;
  }
  body.shop .price-table .table-col:first-child h4 {
    top: -1px;
    left: -100%;
    display: block;
    width: 100%;
    overflow: visible;
    border-top: solid 1px #9CAFBB;
    text-align: center;
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  body.shop .price-table .table-col:first-child .table-cell {
    overflow: visible;
  }
  body.shop .price-table .table-col:first-child .is-head + .collapse > div:last-of-type::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -100%;
    display: block;
    width: 100%;
    height: 1px;
    border-top: solid 1px #9CAFBB;
    margin: 0;
  }
  body.shop .price-table .collapse {
    position: static;
    display: block;
    height: auto !important;
    visibility: visible;
  }
  body.shop .price-table .collapse > div:first-of-type {
    border: 0 none;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  body.shop .price-table .table-cell {
    position: relative;
    height: 15em;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    border-top: solid 1px #9CAFBB;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  body.shop .price-table .table-cell.is-options,
  body.shop .price-table .table-cell.is-duration {
    text-align: left;
  }
  body.shop .price-table .is-head {
    border-top: 0 none;
  }
  body.shop .price-table .is-head::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  body.shop .price-table .buy-button::after {
    right: -3px;
  }
  body.shop .price-table .is-button {
    min-height: 5em;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  body.shop .price-table .is-region .icon {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-align: center;
  }
  body.shop .price-table .is-region .region-world {
    bottom: 20px;
    height: 100px;
    background-image: url(/static/img/regions/world-zoomed.67a18828988e0ffe0835452c58131708.svg);
  }
  body.shop .price-table .is-region .region-usa {
    bottom: 48px;
    height: 67px;
    background-image: url(/static/img/style/region-usa.c46fc225641f0f4cd2537b42cb47b061.png);
  }
  body.shop .price-table .is-region .region-eu {
    bottom: 30px;
    height: 100px;
    background-image: url(/static/img/style/region-eu.46187e784cb619a44bfedc9759e4d5b1.svg);
  }
  body.shop .price-table .is-region .region-choice {
    bottom: 10px;
    height: 120px;
    background-image: url(/static/img/style/region-one.57fcc23f1cd1ee2a2bfa08d56a6cd244.svg);
  }
  body.shop .price-table .is-region .region-choice.domain-africa {
    background-image: url(/static/img/forecastRegions/africa_blue.45b52c7cc40e8fa8930781ba1f2d6cc8.jpg);
  }
  body.shop .price-table .is-region .region-de {
    bottom: 30px;
    height: 100px;
    background-image: url(/static/img/style/region-de.78c3426dc17fb5af3294a1923d68d771.svg);
  }
  body.shop .price-table .is-region h4::after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    color: inherit;
    text-align: center;
  }
  body.shop .price-table .is-length {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  body.shop .price-table .is-length h4::after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    color: inherit;
    text-align: center;
  }
  body.shop .price-table .is-length p {
    font-size: 24px;
    font-weight: 300;
  }
  body.shop .price-table .is-resolution h4::after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    color: inherit;
    text-align: center;
  }
  body.shop .price-table .is-resolution ul {
    text-align: left;
    margin: 0;
    padding: 0;
    padding-top: 32px;
  }
  body.shop .price-table .is-resolution ul li {
    position: relative;
    display: inline-block;
    min-width: 15px;
    text-align: left;
    margin-right: 10px;
    padding: 0;
  }
  body.shop .price-table .is-resolution ul li:last-child {
    margin: 0;
  }
  body.shop .price-table .is-resolution ul li::after {
    content: '';
    position: absolute;
    top: 100%;
    display: block;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #5A7A8D;
    font-size: 1px;
    text-indent: -20rem;
  }
  body.shop .price-table .is-resolution .is-1-hour-grid li::after {
    content: 'OK';
    background-color: #5A7A8D;
  }
  body.shop .price-table .is-resolution .is-2-hour-grid li:nth-child(odd)::after {
    content: 'OK';
    background-color: #5A7A8D;
  }
  body.shop .price-table .is-resolution .is-3-hour-grid li:nth-child(3n + 1)::after {
    content: 'OK';
    background-color: #5A7A8D;
  }
  body.shop .price-table .is-resolution .is-4-hour-grid li:nth-child(4n + 1)::after {
    content: 'OK';
    background-color: #5A7A8D;
  }
  body.shop .price-table .is-options {
    height: 7em;
  }
  body.shop .price-table .is-options + .is-options {
    border: 0 none;
  }
  body.shop .price-table .is-options + .is-options h4 {
    border: 0 none;
  }
  body.shop .price-table .wrapper-options .is-options h4::before {
    content: '+';
    position: absolute;
    top: 65%;
    left: 50%;
    width: 70px;
    height: 1em;
    overflow: hidden;
    font-size: 70px;
    line-height: 1;
    margin-left: -35px;
  }
  body.shop .price-table .wrapper-options .is-options p {
    padding-top: 32px;
  }
  body.shop .price-table .wrapper-options .is-options p:first-of-type {
    padding-top: 0;
  }
  body.shop .price-table .wrapper-options > div:last-child.is-options::after {
    display: none;
  }
  body.shop .price-table .wrapper-options > div:last-child.is-options h4 {
    border: 0 none;
  }
  body.shop .price-table .wrapper-options > div:last-child.is-options h4::before {
    display: none;
  }
  body.shop .price-table .is-duration {
    /* + + +  365  + + + */
  }
  body.shop .price-table .is-duration p {
    padding-top: 4px;
  }
  body.shop .price-table .is-duration p:first-of-type {
    padding-top: 0;
  }
  body.shop .price-table .is-duration .icon-caption {
    position: relative;
    top: 30px;
    display: block;
    font-weight: bold;
    font-size: 14px;
  }
  body.shop .price-table .is-duration .icon-caption::after {
    display: block;
    width: 100%;
    height: 15px;
    color: inherit;
    font-weight: normal;
    text-align: center;
    margin-top: 3px;
  }
  body.shop .price-table .is-partner {
    height: auto;
    min-height: 10em;
  }
  body.shop .price-table .is-partner .lxnav,
  body.shop .price-table .is-partner .seeyou {
    min-height: 9em;
  }
  body.shop .price-table .is-partner img {
    height: 67px;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.shop #redeem-voucher h3 {
    color: #333;
  }
  body.shop #redeem-voucher .form label {
    font-size: 16px;
    font-weight: normal;
  }
  body.shop #redeem-voucher .form input {
    color: #5A7A8D;
    font-size: 16px;
  }
  body.shop .price-table {
    /* + + + + +  "table" column  + + + + + */
    /* + + + + +  accordion function  + + + + + */
    /* + + + + +  "table" cell  + + + + + */
    /* + + + + +  "TH" on top  + + + + + */
    /* + + + + +  "table" cell without button, "TH"  + + + + + */
    /* + + + + +  shopping basket  + + + + + */
    /* + + + + +  forecast resolution  + + + + + */
    /* + + + + +  partner (MET-1183)  + + + + + */
  }
  body.shop .price-table img,
  body.shop .price-table .icon-caption {
    display: none;
  }
  body.shop .price-table h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 16px;
  }
  body.shop .price-table h3 + p {
    padding-top: 4px;
  }
  body.shop .price-table p {
    font-size: 16px;
    margin: 0;
  }
  body.shop .price-table p:last-child {
    padding-bottom: 16px;
  }
  body.shop .price-table .table-col {
    border: solid 1px #5A7A8D;
    margin-top: 40px;
  }
  body.shop .price-table div[data-toggle="collapse"] {
    position: relative;
  }
  body.shop .price-table div[data-toggle="collapse"]::before,
  body.shop .price-table div[data-toggle="collapse"]::after {
    position: absolute;
    top: 50%;
    font-size: 20px;
    margin-top: -12px;
  }
  body.shop .price-table div[data-toggle="collapse"]::before {
    left: 32px;
  }
  body.shop .price-table div[data-toggle="collapse"]::after {
    right: 32px;
  }
  body.shop .price-table .table-cell {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body.shop .price-table .table-cell h4 {
    margin: 0;
  }
  body.shop .price-table .table-cell h4::after {
    display: none;
  }
  body.shop .price-table .is-head {
    background-color: #5A7A8D;
    color: #fff;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    /* + + +  first following div (accordion)  + + + */
  }
  body.shop .price-table .is-head > div {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
  }
  body.shop .price-table .is-head > div:hover {
    background-color: #48697B;
  }
  body.shop .price-table .is-head p {
    margin: 0 50px;
  }
  body.shop .price-table .is-head + div {
    font-size: 16px;
    /* + + +  first buy button in first following div  + + + */
    /* + + +  "table" cell in first following div  + + + */
  }
  body.shop .price-table .is-head + div::before,
  body.shop .price-table .is-head + div::after {
    display: none;
  }
  body.shop .price-table .is-head + div * {
    font-size: inherit;
  }
  body.shop .price-table .is-head + div > div:first-of-type {
    display: none;
  }
  body.shop .price-table .is-head + div .table-cell {
    clear: both;
    min-height: 3em;
    padding-left: 0;
    padding-right: 0;
  }
  body.shop .price-table .is-head + div .table-cell:not([class~="is-partner"]) p {
    float: right;
    width: 56%;
  }
  body.shop .price-table .is-head + div .table-cell h4 {
    display: inline-block;
    width: 40%;
  }
  body.shop .price-table .is-head + div .table-cell h4 br:nth-of-type(1) {
    display: none;
  }
  body.shop .price-table .is-content {
    border-top: solid 1px #5A7A8D;
    margin-left: 16px;
    margin-right: 16px;
  }
  body.shop .price-table .is-button {
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
  }
  body.shop .price-table .is-button button {
    max-width: 500px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 2em;
    padding-right: 32px;
  }
  body.shop .price-table .is-button button::after {
    width: 40px;
    font-size: 21px;
    font-weight: bold;
    text-align: right;
    margin-top: 0;
  }
  body.shop .price-table .is-button + .is-content {
    border-top: 0 none;
  }
  body.shop .price-table .is-resolution ul {
    display: none;
  }
  body.shop .price-table .is-partner .lxnav,
  body.shop .price-table .is-partner .seeyou {
    float: right;
    width: 56%;
  }
  body.shop .price-table .is-partner img {
    display: block;
    height: 35px;
    width: auto;
  }
  body.shop .price-table .is-partner p {
    padding-top: 16px;
  }
}
/**
 * @file sub module for template module shop
 * order process (body classes shop and order)
 * ......
 * scope:
 *   - shop
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.shop.order {
  /* + + + + + +  content looks like 'shopping basket'  + + + + + */
  /* + + + + + +  content looks like 'standard'  + + + + + */
}
body.shop.order .content-area {
  /* + + + + +  steps for order process  + + + + + */
  /* + + + + +  basket  + + + + + */
  /* + + + + +  region radio list  + + + + + */
}
body.shop.order .content-area label {
  cursor: pointer;
}
body.shop.order .content-area p.error {
  color: #C00;
}
body.shop.order .content-area .sr-out {
  position: absolute;
  left: -10000em;
  top: -10000em;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.shop.order .content-area header {
  counter-reset: li;
}
body.shop.order .content-area header ul.shop-steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 80%;
  max-width: 90%;
  margin: 16px auto;
  padding: 0 16px;
}
body.shop.order .content-area header ul.shop-steps .circle {
  position: relative;
  z-index: 100;
  padding-top: 13.5px;
  border: 1px solid #5A7A8D;
  border-radius: 50%;
  display: block;
  margin: 0 auto 9px;
  width: 45px;
  height: 45px;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  color: #5A7A8D;
}
body.shop.order .content-area header ul.shop-steps .step-label {
  display: inline;
  text-align: center;
  color: #5A7A8D;
}
body.shop.order .content-area header ul.shop-steps li {
  counter-increment: li;
  position: relative;
  z-index: 1;
  display: block;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  text-align: center;
  vertical-align: top;
  margin: 0;
  padding: 14.4px 0 9px;
  /* + + +  for counting steps and overwrite the a-content  + + + */
}
body.shop.order .content-area header ul.shop-steps li::before {
  position: absolute;
  top: 36px;
  left: 0;
  content: "";
  z-index: 10;
  width: 100%;
  height: 1px;
  border-top: 1px solid #5A7A8D;
}
body.shop.order .content-area header ul.shop-steps li:last-child {
  padding-right: 0;
}
body.shop.order .content-area header ul.shop-steps li:last-child::before {
  width: 50%;
}
body.shop.order .content-area header ul.shop-steps li.step-1 {
  padding-right: 0;
}
body.shop.order .content-area header ul.shop-steps li.step-1::before {
  width: 50%;
  left: auto;
  right: 0;
}
body.shop.order .content-area header ul.shop-steps li .circle::after {
  content: counter(li);
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 10;
  width: 90%;
  height: 1.4em;
  max-height: 90%;
  background-color: inherit;
  border-radius: 10px;
  margin-top: -0.7em;
}
body.shop.order .content-area header ul.shop-steps li.done .circle,
body.shop.order .content-area header ul.shop-steps li.current .circle {
  color: #FFF;
  background-color: #5A7A8D;
}
body.shop.order .content-area header ul.shop-steps li.done a.circle:hover,
body.shop.order .content-area header ul.shop-steps li.current a.circle:hover,
body.shop.order .content-area header ul.shop-steps li.done a.circle:focus,
body.shop.order .content-area header ul.shop-steps li.current a.circle:focus,
body.shop.order .content-area header ul.shop-steps li.done a.circle:active,
body.shop.order .content-area header ul.shop-steps li.current a.circle:active {
  background-color: #E0E6EA;
  color: #5A7A8D;
}
body.shop.order .content-area header ul.shop-steps li.current {
  padding-top: 0;
}
body.shop.order .content-area header ul.shop-steps li.current .circle {
  width: 72px;
  height: 72px;
  font-size: 18px;
  padding-top: 23.4px;
}
body.shop.order .content-area header ul.shop-steps li.current .step-label {
  font-size: 18px;
}
body.shop.order .content-area main {
  float: left;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-left: 32px;
  /* + + +  datepicker  + + + */
  /* + + +  errorhandling  + + + */
  /* + + +  innercontent of 'main'  + + + */
}
body.shop.order .content-area main *::before,
body.shop.order .content-area main *::after {
  font-family: 'topmeteo';
}
body.shop.order .content-area main input[data-content="datepicker"] {
  position: relative;
  box-shadow: none;
  border-color: #5A7A8D;
  border-radius: 0;
  color: #5A7A8D;
  margin-top: 5px;
}
body.shop.order .content-area main input[type="date"] {
  position: relative;
  box-shadow: none;
  border-color: #5A7A8D;
  border-radius: 0;
  color: #5A7A8D;
  margin-top: 5px;
}
body.shop.order .content-area main input::-webkit-inner-spin-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
}
body.shop.order .content-area main .errorlist li,
body.shop.order .content-area main .non-field-errors li {
  color: #C00;
}
body.shop.order .content-area main .errorlist {
  list-style-type: none;
}
body.shop.order .content-area main .non-field-errors {
  padding-left: 30px;
}
body.shop.order .content-area main > div {
  margin: 0;
  width: 100%;
}
body.shop.order .content-area main h2 {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 8px 0 16px;
  margin: 0 0 17px 0;
  background-color: transparent;
  color: #5A7A8D;
  padding-bottom: 8px;
}
body.shop.order .content-area main p,
body.shop.order .content-area main li {
  color: #5A7A8D;
}
body.shop.order .content-area aside {
  background: #fff;
  margin-bottom: 20px;
}
body.shop.order .content-area #shopping-basket > div {
  margin: 16px 16px 16px 0;
  border: 1px solid #5A7A8D;
}
body.shop.order .content-area #shopping-basket h2 {
  font-size: 18px;
  font-weight: 400;
  padding: 10.66666667px 8px 10.66666667px;
  margin: 0 0 17px 0;
  background-color: #5A7A8D;
  color: #fff;
  margin-bottom: 0;
}
body.shop.order .content-area #shopping-basket .table-wrapper {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.shop.order .content-area #shopping-basket .shopping-basket-table {
  width: 100%;
  font-size: 14px;
}
body.shop.order .content-area #shopping-basket .shopping-basket-table tr .price {
  padding-left: 10px;
  text-align: right;
}
body.shop.order .content-area #shopping-basket .shopping-basket-table tr td,
body.shop.order .content-area #shopping-basket .shopping-basket-table tr th {
  color: #5A7A8D;
}
body.shop.order .content-area #shopping-basket .shopping-basket-table tr.region td:first-of-type,
body.shop.order .content-area #shopping-basket .shopping-basket-table tr.duration td:first-of-type,
body.shop.order .content-area #shopping-basket .shopping-basket-table tr.start-date td:first-of-type {
  padding-left: 8px;
}
body.shop.order .content-area #shopping-basket .shopping-basket-table tr.total td {
  padding-top: 4px;
}
body.shop.order .content-area #shopping-basket .shopping-basket-table .divider {
  height: 8px;
  border-bottom: 1px solid #5A7A8D;
}
body.shop.order .content-area .icon-link {
  font-size: 130%;
  font-weight: bold;
  float: right;
  margin-top: -3px;
  margin-right: -5px;
}
body.shop.order .content-area .shopping-content {
  display: table;
  border: 1px solid #5A7A8D;
  /* + + + + +  duration radio list  + + + + + */
}
body.shop.order .content-area .shopping-content .info p.retry {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body.shop.order .content-area .shopping-content .info p.retry a.btn-primary.btn {
  border-radius: 0;
  margin-left: 0.7em;
}
body.shop.order .content-area .shopping-content #id_options-options {
  position: relative;
}
body.shop.order .content-area .shopping-content #id_options-options li label {
  clear: both;
  min-width: 17rem;
  width: 50%;
}
body.shop.order .content-area .shopping-content #id_options-options .options-details {
  margin-right: 10rem;
  padding-bottom: 0.5rem;
}
body.shop.order .content-area .shopping-content #id_options-options a.details-link {
  position: absolute;
  top: -0.3rem;
  right: 0;
  border-radius: 0;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
body.shop.order .content-area .shopping-content #id_options-options a.details-link + p.details:not([class~="hidden"]) {
  clear: both;
  padding-top: 0.5rem;
}
.is-tablebody.shop.order .content-area .shopping-content {
  border: 0 none;
}
body.shop.order .content-area .shopping-content .shop-content,
body.shop.order .content-area .shopping-content .shop-head,
body.shop.order .content-area .shopping-content .shop-intro {
  display: table-row;
}
body.shop.order .content-area .shopping-content .shop-head h2,
body.shop.order .content-area .shopping-content .shop-intro > div,
body.shop.order .content-area .shopping-content .shop-selection,
body.shop.order .content-area .shopping-content #shop-selection,
body.shop.order .content-area .shopping-content #shop-selection2,
body.shop.order .content-area .shopping-content .region-map {
  display: table-cell;
}
body.shop.order .content-area .shopping-content .shop-intro > div {
  padding: 16px 0;
}
body.shop.order .content-area .shopping-content .existing-customer,
body.shop.order .content-area .shopping-content .new-customer {
  border-top: 1px solid #C3CDD3;
}
body.shop.order .content-area .shopping-content .new-customer {
  border-right: 1px solid #C3CDD3;
}
body.shop.order .content-area .shopping-content #shop-selection,
body.shop.order .content-area .shopping-content .shop-selection,
body.shop.order .content-area .shopping-content #shop-selection2,
body.shop.order .content-area .shopping-content .region-map {
  display: table-cell;
  vertical-align: top;
  padding: 8px 8px 16px 16px;
}
body.shop.order .content-area .shopping-content #shop-selection,
body.shop.order .content-area .shopping-content .shop-selection,
body.shop.order .content-area .shopping-content #shop-selection2 {
  padding-right: 16px;
  text-align: left;
}
body.shop.order .content-area .shopping-content #shop-selection p label,
body.shop.order .content-area .shopping-content .shop-selection p label,
body.shop.order .content-area .shopping-content #shop-selection2 p label {
  display: none;
}
body.shop.order .content-area .shopping-content #shop-selection > p,
body.shop.order .content-area .shopping-content .shop-selection > p,
body.shop.order .content-area .shopping-content #shop-selection2 > p {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}
body.shop.order .content-area .shopping-content #shop-selection .duration,
body.shop.order .content-area .shopping-content .shop-selection .duration,
body.shop.order .content-area .shopping-content #shop-selection2 .duration,
body.shop.order .content-area .shopping-content #shop-selection .account-step,
body.shop.order .content-area .shopping-content .shop-selection .account-step,
body.shop.order .content-area .shopping-content #shop-selection2 .account-step {
  padding-top: 16px;
}
body.shop.order .content-area .shopping-content #shop-selection .duration p,
body.shop.order .content-area .shopping-content .shop-selection .duration p,
body.shop.order .content-area .shopping-content #shop-selection2 .duration p,
body.shop.order .content-area .shopping-content #shop-selection .account-step p,
body.shop.order .content-area .shopping-content .shop-selection .account-step p,
body.shop.order .content-area .shopping-content #shop-selection2 .account-step p {
  width: 50%;
  float: left;
  padding: 0 8px 16px 0;
}
body.shop.order .content-area .shopping-content #shop-selection .duration p.intro,
body.shop.order .content-area .shopping-content .shop-selection .duration p.intro,
body.shop.order .content-area .shopping-content #shop-selection2 .duration p.intro,
body.shop.order .content-area .shopping-content #shop-selection .account-step p.intro,
body.shop.order .content-area .shopping-content .shop-selection .account-step p.intro,
body.shop.order .content-area .shopping-content #shop-selection2 .account-step p.intro {
  float: none;
  width: auto;
}
body.shop.order .content-area .shopping-content #shop-selection .duration p input,
body.shop.order .content-area .shopping-content .shop-selection .duration p input,
body.shop.order .content-area .shopping-content #shop-selection2 .duration p input,
body.shop.order .content-area .shopping-content #shop-selection .account-step p input,
body.shop.order .content-area .shopping-content .shop-selection .account-step p input,
body.shop.order .content-area .shopping-content #shop-selection2 .account-step p input,
body.shop.order .content-area .shopping-content #shop-selection .duration p select,
body.shop.order .content-area .shopping-content .shop-selection .duration p select,
body.shop.order .content-area .shopping-content #shop-selection2 .duration p select,
body.shop.order .content-area .shopping-content #shop-selection .account-step p select,
body.shop.order .content-area .shopping-content .shop-selection .account-step p select,
body.shop.order .content-area .shopping-content #shop-selection2 .account-step p select {
  height: 30px;
  text-indent: 4px;
  width: 100%;
}
body.shop.order .content-area .shopping-content #shop-selection .duration p + p,
body.shop.order .content-area .shopping-content .shop-selection .duration p + p,
body.shop.order .content-area .shopping-content #shop-selection2 .duration p + p,
body.shop.order .content-area .shopping-content #shop-selection .account-step p + p,
body.shop.order .content-area .shopping-content .shop-selection .account-step p + p,
body.shop.order .content-area .shopping-content #shop-selection2 .account-step p + p {
  padding-right: 0;
}
body.shop.order .content-area .shopping-content #shop-selection .duration label,
body.shop.order .content-area .shopping-content .shop-selection .duration label,
body.shop.order .content-area .shopping-content #shop-selection2 .duration label,
body.shop.order .content-area .shopping-content #shop-selection .account-step label,
body.shop.order .content-area .shopping-content .shop-selection .account-step label,
body.shop.order .content-area .shopping-content #shop-selection2 .account-step label {
  display: block;
}
body.shop.order .content-area .shopping-content #shop-selection .account-step p,
body.shop.order .content-area .shopping-content .shop-selection .account-step p,
body.shop.order .content-area .shopping-content #shop-selection2 .account-step p {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
body.shop.order .content-area .shopping-content #shop-selection .option-step,
body.shop.order .content-area .shopping-content .shop-selection .option-step,
body.shop.order .content-area .shopping-content #shop-selection2 .option-step {
  padding-top: 16px;
}
body.shop.order .content-area .shopping-content #shop-selection .option-step + .form,
body.shop.order .content-area .shopping-content .shop-selection .option-step + .form,
body.shop.order .content-area .shopping-content #shop-selection2 .option-step + .form {
  padding-top: 8px;
}
body.shop.order .content-area .shopping-content #shop-selection .option-step > label,
body.shop.order .content-area .shopping-content .shop-selection .option-step > label,
body.shop.order .content-area .shopping-content #shop-selection2 .option-step > label {
  display: none;
}
body.shop.order .content-area .shopping-content #shop-selection .option-step p label,
body.shop.order .content-area .shopping-content .shop-selection .option-step p label,
body.shop.order .content-area .shopping-content #shop-selection2 .option-step p label {
  display: inline-block;
  margin-top: 16px;
  margin-right: 16px;
}
body.shop.order .content-area .shopping-content #shop-selection .option-step p label + input,
body.shop.order .content-area .shopping-content .shop-selection .option-step p label + input,
body.shop.order .content-area .shopping-content #shop-selection2 .option-step p label + input {
  padding-left: 4px;
}
body.shop.order .content-area .shopping-content #shop-selection .option-step .tabs,
body.shop.order .content-area .shopping-content .shop-selection .option-step .tabs,
body.shop.order .content-area .shopping-content #shop-selection2 .option-step .tabs {
  clear: both;
  margin-top: 8em;
}
body.shop.order .content-area .shopping-content #shop-selection .option-step .tabs > ul,
body.shop.order .content-area .shopping-content .shop-selection .option-step .tabs > ul,
body.shop.order .content-area .shopping-content #shop-selection2 .option-step .tabs > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  border-bottom: 1px solid grey;
}
body.shop.order .content-area .shopping-content #shop-selection .option-step .tabs > ul li,
body.shop.order .content-area .shopping-content .shop-selection .option-step .tabs > ul li,
body.shop.order .content-area .shopping-content #shop-selection2 .option-step .tabs > ul li {
  padding: 0.5em 1em;
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
body.shop.order .content-area .shopping-content #shop-selection .option-step .tabs > ul li.active,
body.shop.order .content-area .shopping-content .shop-selection .option-step .tabs > ul li.active,
body.shop.order .content-area .shopping-content #shop-selection2 .option-step .tabs > ul li.active {
  border-color: grey;
  border-bottom-color: white;
}
body.shop.order .content-area .shopping-content #shop-selection .option-step .tabs > ul li a,
body.shop.order .content-area .shopping-content .shop-selection .option-step .tabs > ul li a,
body.shop.order .content-area .shopping-content #shop-selection2 .option-step .tabs > ul li a {
  text-decoration: none;
}
body.shop.order .content-area .shopping-content #shop-selection .option-step .tabs .tab,
body.shop.order .content-area .shopping-content .shop-selection .option-step .tabs .tab,
body.shop.order .content-area .shopping-content #shop-selection2 .option-step .tabs .tab {
  display: none;
}
body.shop.order .content-area .shopping-content #shop-selection .option-step .tabs .tab.active,
body.shop.order .content-area .shopping-content .shop-selection .option-step .tabs .tab.active,
body.shop.order .content-area .shopping-content #shop-selection2 .option-step .tabs .tab.active {
  display: block;
}
body.shop.order .content-area .shopping-content .form {
  clear: left;
  padding: 0;
}
body.shop.order .content-area .shopping-content .form button,
body.shop.order .content-area .shopping-content .form a.button-submit {
  float: right;
  margin-right: -16px;
  margin-bottom: -16px;
}
body.shop.order .content-area .shopping-content #shop-selection fieldset.duration p {
  float: none;
  width: 100%;
}
body.shop.order .content-area .shopping-content #shop-selection fieldset.duration .is-halfsize {
  display: inline-block;
  width: 49.5%;
  box-sizing: border-box;
  vertical-align: top;
}
body.shop.order .content-area .shopping-content #shop-selection fieldset.duration .is-halfsize > p {
  font-weight: bold;
  padding-bottom: 0;
  padding-right: 0;
}
body.shop.order .content-area .shopping-content #shop-selection #id_duration-start_date,
body.shop.order .content-area .shopping-content #shop-selection #id_duration-duration {
  clear: both;
  margin: 0;
  padding: 0;
}
body.shop.order .content-area .shopping-content #shop-selection #id_duration-start_date li,
body.shop.order .content-area .shopping-content #shop-selection #id_duration-duration li {
  display: block;
}
body.shop.order .content-area .shopping-content #shop-selection #id_duration-start_date li label,
body.shop.order .content-area .shopping-content #shop-selection #id_duration-duration li label {
  position: relative;
  display: inline-block;
  min-width: 7em;
  padding-left: 18px;
}
body.shop.order .content-area .shopping-content #shop-selection #id_duration-start_date li label input,
body.shop.order .content-area .shopping-content #shop-selection #id_duration-duration li label input {
  position: absolute;
  left: 0;
  top: -3px;
  background-color: transparent;
}
body.shop.order .content-area .shopping-content #shop-selection #id_duration-start_date li label input[type="checkbox"],
body.shop.order .content-area .shopping-content #shop-selection #id_duration-duration li label input[type="checkbox"],
body.shop.order .content-area .shopping-content #shop-selection #id_duration-start_date li label input[type="radio"],
body.shop.order .content-area .shopping-content #shop-selection #id_duration-duration li label input[type="radio"] {
  top: 0;
}
body.shop.order .content-area #id_region-region,
body.shop.order .content-area #id_options-options {
  margin: 0;
  padding: 0;
  list-style: none inside;
}
body.shop.order .content-area #id_region-region li,
body.shop.order .content-area #id_options-options li {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
body.shop.order .content-area #id_region-region li label,
body.shop.order .content-area #id_options-options li label {
  position: relative;
  padding-left: 18px;
  padding-right: 6px;
}
body.shop.order .content-area #id_region-region li label input,
body.shop.order .content-area #id_options-options li label input {
  position: absolute;
  left: 0;
  top: -3px;
}
body.shop.order .content-area #id_region-region li label input[type="checkbox"],
body.shop.order .content-area #id_options-options li label input[type="checkbox"],
body.shop.order .content-area #id_region-region li label input[type="radio"],
body.shop.order .content-area #id_options-options li label input[type="radio"] {
  top: 0;
}
body.shop.order.is-basketstyle .content-area .shopping-content {
  border: 0 none;
  /* form */
}
body.shop.order.is-basketstyle .content-area .shopping-content .shop-head {
  display: block;
}
body.shop.order.is-basketstyle .content-area .shopping-content .shop-head h2 {
  font-size: 18px;
  font-weight: 400;
  padding: 10.66666667px 16px;
  margin: 0 0 17px 0;
  background-color: #5A7A8D;
  color: #fff;
  display: block;
  margin-bottom: 0;
}
body.shop.order.is-basketstyle .content-area .shopping-content .shop-content {
  display: block;
}
body.shop.order.is-basketstyle .content-area .shopping-content #shop-selection {
  display: block;
  margin: 0;
  padding: 0;
}
body.shop.order.is-basketstyle .content-area .shopping-content #shop-selection button[type="submit"] {
  float: none;
  width: 100%;
  margin-top: 32px;
}
body.shop.order.is-standard .content-area .shopping-content {
  background-color: transparent;
  border: 0 none;
}
body.shop.order.is-standard .content-area .shopping-content .shop-head {
  display: block;
}
body.shop.order.is-standard .content-area .shopping-content .shop-head h2 {
  font-size: 18px;
  font-weight: 400;
  padding: 10.66666667px 0;
  margin: 0 0 17px 0;
}
body.shop.order.is-standard .content-area .shopping-content .info {
  margin-bottom: 32px;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY (1050)
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  body.shop.order {
    /* The is-standard pages do not have a
           basket and could span the whole width. */
    /* + + + + + +  content looks like 'shopping basket'  + + + + + */
  }
  body.shop.order.is-standard .content-area main {
    width: 100%;
  }
  body.shop.order .content-area aside {
    width: 30%;
    float: right;
  }
  body.shop.order .content-area aside#shopping-basket {
    display: block !important;
  }
  body.shop.order .content-area main {
    width: 70%;
  }
  body.shop.order .content-area main .errorlist {
    padding-left: 0;
  }
  body.shop.order .content-area .shopping-content #shop-selection,
  body.shop.order .content-area .shopping-content .shop-selection,
  body.shop.order .content-area .shopping-content #shop-selection2 {
    margin-top: 8px;
  }
  body.shop.order .content-area .shopping-content #shop-selection p.status,
  body.shop.order .content-area .shopping-content .shop-selection p.status,
  body.shop.order .content-area .shopping-content #shop-selection2 p.status {
    text-align: right;
  }
  body.shop.order .content-area .shopping-content #shop-selection .duration,
  body.shop.order .content-area .shopping-content .shop-selection .duration,
  body.shop.order .content-area .shopping-content #shop-selection2 .duration {
    padding-top: 16px;
  }
  body.shop.order .content-area .shopping-content #shop-selection .duration p,
  body.shop.order .content-area .shopping-content .shop-selection .duration p,
  body.shop.order .content-area .shopping-content #shop-selection2 .duration p {
    width: 50%;
    float: left;
    padding: 0 8px 16px 0;
  }
  body.shop.order .content-area .shopping-content #shop-selection .duration p.intro,
  body.shop.order .content-area .shopping-content .shop-selection .duration p.intro,
  body.shop.order .content-area .shopping-content #shop-selection2 .duration p.intro {
    float: none;
    width: auto;
  }
  body.shop.order .content-area .shopping-content #shop-selection .duration p input,
  body.shop.order .content-area .shopping-content .shop-selection .duration p input,
  body.shop.order .content-area .shopping-content #shop-selection2 .duration p input,
  body.shop.order .content-area .shopping-content #shop-selection .duration p select,
  body.shop.order .content-area .shopping-content .shop-selection .duration p select,
  body.shop.order .content-area .shopping-content #shop-selection2 .duration p select {
    height: 30px;
    text-indent: 4px;
    width: 100%;
  }
  body.shop.order .content-area .shopping-content #shop-selection .duration p + p,
  body.shop.order .content-area .shopping-content .shop-selection .duration p + p,
  body.shop.order .content-area .shopping-content #shop-selection2 .duration p + p {
    padding-right: 0;
  }
  body.shop.order .content-area .shopping-content #shop-selection .duration label,
  body.shop.order .content-area .shopping-content .shop-selection .duration label,
  body.shop.order .content-area .shopping-content #shop-selection2 .duration label {
    display: block;
  }
  body.shop.order .content-area #id_options-options li {
    width: 100%;
  }
  body.shop.order .content-area #id_options-options li .options-details {
    display: block;
    float: right;
  }
  body.shop.order .content-area #id_options-options li .price {
    display: inline-block;
    width: 6rem;
    box-sizing: border-box;
    text-align: right;
    padding-right: 8px;
  }
  body.shop.order .content-area #id_options-options li a.details {
    text-decoration: underline;
  }
  body.shop.order .content-area #id_options-options li a.details:hover,
  body.shop.order .content-area #id_options-options li a.details:focus,
  body.shop.order .content-area #id_options-options li a.details:active {
    text-decoration: none;
  }
  body.shop.order.is-basketstyle .content-area .shopping-content {
    /* form */
  }
  body.shop.order.is-basketstyle .content-area .shopping-content .shop-head {
    width: 50%;
  }
  body.shop.order.is-basketstyle .content-area .shopping-content #shop-selection {
    width: 50%;
  }
  body.shop.order.is-basketstyle .content-area .shopping-content #shop-selection button[type="submit"] {
    margin-top: 32px;
  }
  body.shop.order.is-basketstyle .content-area main > div {
    width: 100%;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY (1049)
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.shop.order {
    /* + + + + + +  content looks like 'shopping basket'  + + + + + */
    /* + + + + + +  content looks like 'standard'  + + + + + */
  }
  body.shop.order .content-area header ul.shop-steps {
    max-width: 90%;
    margin: 16px auto;
    padding: 0;
    float: none;
  }
  body.shop.order .content-area header ul.shop-steps .circle {
    width: 36px;
    height: 36px;
    padding-top: 9px;
  }
  body.shop.order .content-area header ul.shop-steps .step-label {
    display: none;
  }
  body.shop.order .content-area header ul.shop-steps li {
    padding-top: 6px;
  }
  body.shop.order .content-area header ul.shop-steps li::before {
    top: 22.194px;
  }
  body.shop.order .content-area header ul.shop-steps li.current .circle {
    width: 45px;
    height: 45px;
    padding-top: 9px;
  }
  body.shop.order .content-area main {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  body.shop.order .content-area main .errorlist {
    padding-bottom: 8px;
  }
  body.shop.order .content-area main > div {
    margin-left: 0;
    margin-right: 0;
  }
  body.shop.order .content-area .basket-toggle {
    position: absolute;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background-color: #5A7A8D;
    overflow: hidden;
    color: #fff;
    z-index: 2000;
    top: 0;
    right: 0;
  }
  body.shop.order .content-area .basket-toggle a {
    color: #fff;
  }
  body.shop.order .content-area .basket-toggle input,
  body.shop.order .content-area .basket-toggle select,
  body.shop.order .content-area .basket-toggle button {
    color: #333333;
  }
  body.shop.order .content-area .basket-toggle .icon {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
  }
  body.shop.order .content-area .basket-toggle .icon::before {
    margin: 0;
  }
  body.shop.order .content-area .basket-toggle .icon {
    cursor: pointer;
  }
  body.shop.order .content-area aside {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  body.shop.order .content-area aside#shopping-basket {
    display: none;
  }
  body.shop.order .content-area aside#shopping-basket > div {
    margin: 0;
  }
  body.shop.order .content-area .shopping-content {
    width: 94%;
    margin-left: 3%;
    /* region radio list */
  }
  body.shop.order .content-area .shopping-content h2 {
    font-size: 22px;
  }
  body.shop.order .content-area .shopping-content li,
  body.shop.order .content-area .shopping-content p,
  body.shop.order .content-area .shopping-content label {
    font-size: 14px;
  }
  body.shop.order .content-area .shopping-content #id_region-region li label input,
  body.shop.order .content-area .shopping-content #id_options-options li label input {
    top: 0;
  }
  body.shop.order .content-area .shopping-content #id_options-options li {
    width: 100%;
  }
  body.shop.order .content-area .shopping-content #id_options-options li label {
    width: 70%;
    max-width: 40rem;
  }
  body.shop.order .content-area .shopping-content #id_options-options li .options-details {
    display: block;
    float: right;
  }
  body.shop.order .content-area .shopping-content #shop-selection #id_duration-start_date li label input,
  body.shop.order .content-area .shopping-content #shop-selection #id_duration-duration li label input {
    top: 0;
  }
  body.shop.order.is-basketstyle .content-area .shopping-content {
    /* form */
  }
  body.shop.order.is-basketstyle .content-area .shopping-content .form {
    border: solid 1px #5A7A8D;
    border-top: 0 none;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body.shop.order.is-basketstyle .content-area .shopping-content .form button[type="submit"] {
    margin: 0;
  }
  body.shop.order.is-basketstyle .content-area main > div {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  body.shop.order.is-standard .content-area .shopping-content .shop-head h2 {
    font-size: 22px;
    font-weight: 400;
    padding: 10.66666667px 16px 24px;
    margin: 0 0 17px 0;
  }
  body.shop.order.is-standard .content-area .shopping-content .info {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.shop.order.is-standard .content-area .shopping-content p,
  body.shop.order.is-standard .content-area .shopping-content .errorlist li {
    font-size: 16px;
  }
}
/* + + + + + + + + + + + + + + + + +
 * ADDITIONAL BREAKPOINTS
 * + + + + + + + + + + + + + + + + */
@media (max-width: 600px) {
  body.shop.order {
    /* datepicker */
    /* + + + + + +  content looks like 'shopping basket'  + + + + + */
    /* + + + + + +  content looks like 'shopping basket'  + + + + + */
  }
  body.shop.order input[type="date"] {
    min-width: 94.5%;
    border-radius: 0;
  }
  body.shop.order .content-area header ul.shop-steps {
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
  }
  body.shop.order .content-area header ul.shop-steps .circle {
    width: 22px;
    height: 22px;
    padding-top: 1px;
  }
  body.shop.order .content-area header ul.shop-steps li {
    padding-top: 8.1px;
  }
  body.shop.order .content-area header ul.shop-steps li::before {
    top: 16.2px;
  }
  body.shop.order .content-area header ul.shop-steps li.current .circle {
    width: 36px;
    height: 36px;
    padding-top: 5.4px;
  }
  body.shop.order .content-area header ul.shop-steps li.done {
    padding-top: 4.95px;
  }
  body.shop.order .content-area header ul.shop-steps li.done .circle {
    width: 27px;
    height: 27px;
    padding-top: 6px;
  }
  body.shop.order .content-area aside {
    width: 100%;
  }
  body.shop.order .content-area aside#shopping-basket > div {
    border-left: 0 none;
    border-right: 0 none;
  }
  body.shop.order .content-area .shopping-content {
    display: block;
    border: 0 none;
    background-color: #fff;
    /* + + + + +  duration radio list  + + + + + */
  }
  body.shop.order .content-area .shopping-content li,
  body.shop.order .content-area .shopping-content p,
  body.shop.order .content-area .shopping-content label {
    font-size: 16px;
  }
  body.shop.order .content-area .shopping-content #id_options-options li label {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }
  body.shop.order .content-area .shopping-content #id_options-options li .options-details {
    float: none;
    margin-right: 0;
  }
  body.shop.order .content-area .shopping-content #id_options-options li a.details-link {
    top: 2.3rem;
  }
  body.shop.order .content-area .shopping-content #shop-selection fieldset.duration .is-halfsize {
    display: block;
    width: 100%;
  }
  body.shop.order .content-area .shopping-content #shop-selection fieldset.duration .is-halfsize + .is-halfsize {
    margin-top: 16px;
    padding-top: 8px;
  }
  body.shop.order .content-area .shopping-content #shop-selection fieldset.duration #id_duration-start_date li span,
  body.shop.order .content-area .shopping-content #shop-selection fieldset.duration #id_duration-duration li span {
    float: right;
  }
  body.shop.order .content-area .shopping-content #shop-selection fieldset.duration #id_duration-start_date li label,
  body.shop.order .content-area .shopping-content #shop-selection fieldset.duration #id_duration-duration li label {
    display: block;
    font-size: 16px;
  }
  body.shop.order .content-area .shopping-content #shop-selection fieldset.duration #id_duration-start_date li label input,
  body.shop.order .content-area .shopping-content #shop-selection fieldset.duration #id_duration-duration li label input {
    top: 1px;
  }
  body.shop.order .content-area .shopping-content #shop-selection fieldset.duration #id_duration-start_date li label .options-details,
  body.shop.order .content-area .shopping-content #shop-selection fieldset.duration #id_duration-duration li label .options-details {
    float: right;
  }
  body.shop.order .content-area .shopping-content #shop-selection fieldset.duration #id_duration-start_date li label[for=id_duration-start_date_1],
  body.shop.order .content-area .shopping-content #shop-selection fieldset.duration #id_duration-duration li label[for=id_duration-start_date_1] {
    display: inline-block;
  }
  body.shop.order .content-area .shopping-content #shop-selection .errorlist {
    padding-bottom: 0px;
  }
  body.shop.order .content-area .shopping-content #shop-selection .errorlist li {
    border: 0 none;
    padding: 0;
  }
  body.shop.order .content-area .shopping-content #shop-selection,
  body.shop.order .content-area .shopping-content .shop-selection,
  body.shop.order .content-area .shopping-content #shop-selection2 {
    display: block;
    border: 1px solid #5A7A8D;
  }
  body.shop.order .content-area .shopping-content #shop-selection .duration p,
  body.shop.order .content-area .shopping-content .shop-selection .duration p,
  body.shop.order .content-area .shopping-content #shop-selection2 .duration p {
    width: 100%;
    float: none;
  }
  body.shop.order .content-area .shopping-content #shop-selection label,
  body.shop.order .content-area .shopping-content .shop-selection label,
  body.shop.order .content-area .shopping-content #shop-selection2 label,
  body.shop.order .content-area .shopping-content #shop-selection span.price,
  body.shop.order .content-area .shopping-content .shop-selection span.price,
  body.shop.order .content-area .shopping-content #shop-selection2 span.price,
  body.shop.order .content-area .shopping-content #shop-selection a.details,
  body.shop.order .content-area .shopping-content .shop-selection a.details,
  body.shop.order .content-area .shopping-content #shop-selection2 a.details {
    font-size: 16px;
  }
  body.shop.order .content-area .shopping-content #shop-selection input::-webkit-inner-spin-button,
  body.shop.order .content-area .shopping-content .shop-selection input::-webkit-inner-spin-button,
  body.shop.order .content-area .shopping-content #shop-selection2 input::-webkit-inner-spin-button {
    height: 100%;
  }
  body.shop.order .content-area .shopping-content #shop-selection .option-step p label,
  body.shop.order .content-area .shopping-content .shop-selection .option-step p label,
  body.shop.order .content-area .shopping-content #shop-selection2 .option-step p label {
    display: block;
    margin-right: 0;
  }
  body.shop.order .content-area .shopping-content #shop-selection .option-step p label + input,
  body.shop.order .content-area .shopping-content .shop-selection .option-step p label + input,
  body.shop.order .content-area .shopping-content #shop-selection2 .option-step p label + input {
    min-height: 40px;
    width: 100%;
  }
  body.shop.order .content-area .shopping-content #shop-selection2 {
    border-top: 0 none;
  }
  body.shop.order .content-area .shopping-content .shop-head {
    display: block;
    text-align: center;
    margin: 0 16px;
  }
  body.shop.order .content-area .shopping-content .shop-head h2 {
    font-size: 22px;
    font-weight: 400;
    padding: 10.66666667px 16px;
    margin: 0 0 17px 0;
    background-color: #5A7A8D;
    color: #fff;
    display: block;
    margin-bottom: 0;
  }
  body.shop.order .content-area .shopping-content .shop-intro {
    display: block;
  }
  body.shop.order .content-area .shopping-content .shop-intro > div {
    display: block;
  }
  body.shop.order .content-area .shopping-content .shop-content {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
  }
  body.shop.order .content-area .shopping-content .form {
    margin: 0;
  }
  body.shop.order .content-area .shopping-content .form button {
    float: none;
    clear: both;
    margin: 16px 0 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  body.shop.order.is-basketstyle .content-area .shopping-content .shop-head h2 {
    font-size: 22px;
  }
  body.shop.order.is-basketstyle .content-area .shopping-content #shop-selection {
    border: 0 none;
  }
  body.shop.order.is-basketstyle .content-area .shopping-content .shop-content {
    margin-left: 16px;
    margin-right: 16px;
  }
  body.shop.order.is-basketstyle .content-area main > div {
    max-width: 100%;
  }
  body.shop.order.is-standard .content-area .shopping-content .shop-head h2 {
    font-size: 22px;
    font-weight: 400;
    padding: 10.66666667px 16px;
    margin: 0 0 17px 0;
    background-color: #5A7A8D;
    color: #fff;
    margin-bottom: 0;
  }
  body.shop.order.is-standard .content-area .shopping-content #shop-selection {
    border: 0 none;
  }
  body.shop.order.is-standard .content-area .shopping-content .shop-content {
    border: solid 1px #5A7A8D;
    margin-left: 16px;
    margin-right: 16px;
  }
  body.shop.order.is-standard .content-area .shopping-content .errorlist {
    padding-bottom: 0;
    padding-top: 16px;
    padding-right: 16px;
  }
  body.shop.order.is-standard .content-area .shopping-content .info {
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body.shop.order.is-standard .content-area main > div {
    max-width: 100%;
  }
}
body.shop.order .content-area .is-account {
  table-layout: fixed;
}
body.shop.order .content-area .is-account #shop-selection input[type=checkbox] {
  width: auto !important;
  /* I'm done with this fuck'n useless selectors! */
}
body.shop.order .content-area .is-account #shop-selection2 {
  position: relative;
  vertical-align: initial;
  /* See shop_order.less additional breakpoints */
}
@media (min-width: 601px) {
  body.shop.order .content-area .is-account #shop-selection2 button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    float: none;
  }
}
/**
 * @file template module shop: step region
 * ......
 * scope:
 *   - shop
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.shop .content-area .shopping-content.is-region {
  table-layout: fixed;
}
body.shop .content-area .shopping-content.is-region form#shop-selection {
  position: relative;
  display: block;
  min-height: 310px;
  box-sizing: border-box;
  border: solid 1px #5A7A8D;
  border-top: 0 none;
  margin: 0;
}
body.shop .content-area .shopping-content.is-region form#shop-selection button[type="submit"] {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
body.shop .content-area .shopping-content.is-region .region-step label {
  white-space: nowrap;
}
body.shop .content-area .shopping-content.is-region .region-domain-list,
body.shop .content-area .shopping-content.is-region .region-list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
body.shop .content-area .shopping-content.is-region .region-domain-entry {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
body.shop .content-area .shopping-content.is-region .region-list {
  -ms-flex-direction: column;
      flex-direction: column;
}
body.shop .content-area .shopping-content .region-map {
  position: relative;
  top: -3.6rem;
  padding-top: 0;
  /* + + +  backlink  + + + */
  /* + + +  lightbox current region as text  + + + */
  /* + + +  lightbox function  + + + */
}
body.shop .content-area .shopping-content .region-map h3 {
  color: #5A7A8D;
  margin: 16px 0;
}
body.shop .content-area .shopping-content .region-map img {
  width: 100%;
  height: auto;
}
body.shop .content-area .shopping-content .region-map .region-image > a {
  display: block;
}
body.shop .content-area .shopping-content .region-map .region-image > a.world {
  min-height: 310px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body.shop .content-area .shopping-content .region-map .region-image > a.world img {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
body.shop .content-area .shopping-content .region-map .backlink a {
  font-size: 14px;
}
body.shop .content-area .shopping-content .region-map .backlink a::before {
  padding-right: 8px;
}
body.shop .content-area .shopping-content .region-map .backlink a:hover,
body.shop .content-area .shopping-content .region-map .backlink a:focus,
body.shop .content-area .shopping-content .region-map .backlink a:active {
  text-decoration: none;
}
body.shop .content-area .shopping-content .region-map .current-region {
  display: none;
}
body.shop .content-area .shopping-content .region-map .toggle-map {
  /* region 'imagemap function' */
}
body.shop .content-area .shopping-content .region-map .toggle-map .toggle-map-detail {
  display: none;
}
body.shop .content-area .shopping-content .region-map .toggle-map.region-image {
  position: relative;
  padding: 0;
  /* lightbox close-button */
  /* lightbox shown */
}
body.shop .content-area .shopping-content .region-map .toggle-map.region-image .back {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 1;
  top: -60px;
  right: -31px;
  display: none;
  font-size: 30px;
  background-color: #5A7A8D;
  color: #fff;
}
body.shop .content-area .shopping-content .region-map .toggle-map.region-image .back a {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #5A7A8D;
  opacity: 1;
  border: solid 1px #5A7A8D;
  color: #fff;
  font-size: 40px;
  font-family: "topmeteo";
  text-align: center;
  padding: 0;
}
body.shop .content-area .shopping-content .region-map .toggle-map.region-image .back a::before {
  content: '\00d7';
}
body.shop .content-area .shopping-content .region-map .toggle-map.region-image .back a::before {
  display: block;
  font-weight: normal;
  line-height: 0.8;
  margin: 0;
}
body.shop .content-area .shopping-content .region-map .toggle-map.region-image .back a:hover,
body.shop .content-area .shopping-content .region-map .toggle-map.region-image .back a:focus,
body.shop .content-area .shopping-content .region-map .toggle-map.region-image .back a:active {
  background-color: #3C525E;
  text-decoration: none;
}
body.shop .content-area .shopping-content .region-map .toggle-map.region-image .back:hover,
body.shop .content-area .shopping-content .region-map .toggle-map.region-image .back:focus,
body.shop .content-area .shopping-content .region-map .toggle-map.region-image .back:active {
  background-color: #3C525E;
}
body.shop .content-area .shopping-content .region-map .toggle-map.region-image.active .backlink a,
body.shop .content-area .shopping-content .region-map .toggle-map.region-image.active .backlink + a {
  cursor: default;
  pointer-events: none;
  z-index: -1;
}
body.shop .content-area .shopping-content .region-map .toggle-map.region-image.active .backlink a::before,
body.shop .content-area .shopping-content .region-map .toggle-map.region-image.active .backlink + a::before {
  display: none;
}
body.shop .content-area .shopping-content .region-map .toggle-map.region-image.active .backlink a {
  font-size: 18px;
}
body.shop .content-area .shopping-content .region-map .toggle-map.region-image.active .toggle-map-detail {
  display: block;
}
body.shop .content-area .shopping-content #id_region-region li label {
  width: 100%;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY (601)
 * + + + + + + + + + + + + + + + + */
@media (min-width: 601px) {
  body.shop.order .content-area .shopping-content {
    /* + + +  lightbox function  + + + */
  }
  body.shop.order .content-area .shopping-content.is-region {
    border: 0 none;
  }
  body.shop.order .content-area .shopping-content.is-region .shop-head {
    display: block;
    border: solid 1px #5A7A8D;
    border-bottom: 0 none;
  }
  body.shop.order .content-area .shopping-content .region-map {
    padding-right: 0;
    padding-bottom: 0;
  }
  body.shop.order .content-area .shopping-content .region-map .region-image.active .back {
    display: inline-block;
  }
  body.shop.order .content-area .shopping-content .region-map h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 10.66666667px 16px;
    margin: 0 0 17px 0;
    background-color: #5A7A8D;
    color: #fff;
    margin-bottom: 0;
  }
  body.shop.order .content-area .shopping-content .region-map h3 a {
    cursor: default;
    pointer-events: none;
    z-index: -1;
    color: #fff;
  }
  body.shop.order .content-area .shopping-content .region-map h3 a::before {
    display: none;
  }
  body.shop.order .content-area .shopping-content .toggle-map {
    display: none;
    /* lightbox open */
  }
  body.shop.order .content-area .shopping-content .toggle-map.active {
    position: fixed;
    top: 5vh;
    left: 50%;
    z-index: 2002;
    display: block;
    width: 80%;
    max-width: 80vh;
    height: auto;
    max-height: 80vh;
    box-sizing: content-box;
    background-color: #fff;
    border: 30px solid #fff;
    border-top-width: 5em;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /* transparent background */
  }
  body.shop.order .content-area .shopping-content .toggle-map.active img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body.shop.order .content-area .shopping-content .toggle-map.active a {
    max-width: 80vh;
    max-height: 80vh;
  }
  body.shop.order .content-area .shopping-content .toggle-map.active a img {
    max-width: 80vh;
    max-height: 80vh;
  }
  body.shop.order .content-area .shopping-content .toggle-map.active > img {
    display: none;
  }
  body.shop.order .content-area .shopping-content .toggle-map.active + .lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.5);
    z-index: 2001;
  }
  body.shop.order .content-area .shopping-content .toggle-map-detail {
    z-index: 2002;
    /* + + +  backlink  + + + */
  }
  body.shop.order .content-area .shopping-content .toggle-map-detail a {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-color: #fff;
  }
  body.shop.order .content-area .shopping-content .toggle-map-detail a img {
    width: 100%;
    height: auto;
  }
  body.shop.order .content-area .shopping-content .toggle-map-detail .backlink {
    position: absolute;
    top: -50px;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
  }
  body.shop.order .content-area .shopping-content .toggle-map-detail .backlink a {
    position: static;
    box-shadow: none;
    display: inline-block;
    height: auto;
    width: auto;
  }
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY (1050)
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  body.shop.order .content-area .shopping-content {
    /* region - radio list */
  }
  body.shop.order .content-area .shopping-content.is-region #shop-selection .region-step .status {
    text-align: center;
  }
  body.shop.order .content-area .shopping-content .region-map {
    position: relative;
    padding-top: 0;
  }
  body.shop.order .content-area .shopping-content #id_region-region li {
    width: 33%;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY (1049)
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.shop.order .content-area .shopping-content {
    /* lightbox fuction */
  }
  body.shop.order .content-area .shopping-content.is-region .shop-head {
    display: block;
    border: solid 1px #5A7A8D;
    border-bottom: 0 none;
  }
  body.shop.order .content-area .shopping-content.is-region form#shop-selection button[type="submit"] {
    position: absolute;
    right: 16px;
    bottom: 16px;
  }
  body.shop.order .content-area .shopping-content .region-map {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.shop.order .content-area .shopping-content .region-map h3 {
    font-size: 22px;
    margin-top: -5px;
  }
  body.shop.order .content-area .shopping-content .region-map h3 a {
    font-size: 16px;
  }
  body.shop.order .content-area .shopping-content .toggle-map-detail {
    /* backlink */
  }
  body.shop.order .content-area .shopping-content .toggle-map-detail p a {
    left: 10%;
    width: 80%;
  }
  body.shop.order .content-area .shopping-content #id_region-region li {
    width: 33%;
  }
}
/* + + + + + + + + + + + + + + + + +
 * ADDITIONAL BREAKPOINTS
 * + + + + + + + + + + + + + + + + */
@media (max-width: 850px) {
  body.shop.order .content-area .shopping-content.is-region .region-domain-list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.shop.order .content-area .shopping-content #id_region-region li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  body.shop.order .content-area .shopping-content.is-region form#shop-selection button[type="submit"] {
    position: static;
  }
  body.shop.order .content-area .shopping-content .region-map {
    display: none;
    top: 2em;
    padding-left: 0;
    padding-right: 0;
    /* lightbox function */
  }
  body.shop.order .content-area .shopping-content .region-map h3 {
    margin-top: 16px;
  }
  body.shop.order .content-area .shopping-content .region-map h3 a::before {
    padding-right: 8px;
  }
  body.shop.order .content-area .shopping-content .region-map h3 a:hover,
  body.shop.order .content-area .shopping-content .region-map h3 a:focus,
  body.shop.order .content-area .shopping-content .region-map h3 a:active {
    text-decoration: none;
  }
  body.shop.order .content-area .shopping-content .region-map .toggle-map {
    display: block;
  }
  body.shop.order .content-area .shopping-content .region-map .toggle-map-detail {
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    text-align: center;
    /* backlink */
  }
  body.shop.order .content-area .shopping-content .region-map .toggle-map-detail img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  body.shop.order .content-area .shopping-content .region-map .toggle-map-detail p {
    display: none;
  }
  body.shop.order .content-area .shopping-content .region-map img {
    width: 100%;
    height: auto;
  }
  body.shop.order .content-area .shopping-content #id_region-region li {
    width: 49%;
  }
  body.shop.order .content-area .shopping-content #id_region-region li:nth-child(odd) {
    margin-right: 1.99%;
  }
}
/**
 * @file template module shop: step verification
 * ......
 * scope:
 *   - shop
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.shop .content-area .shopping-content {
  /* + + + + +  logolist  + + + + + */
}
body.shop .content-area .shopping-content.is-verification .form button[type="submit"] {
  box-shadow: inset 0 -13px 15px 0 #EF9C42;
  background-color: #FBB84D;
  border: solid 1px #3C525E;
  color: #3C525E;
  margin-right: 0;
  margin-bottom: 16px;
}
body.shop .content-area .shopping-content.is-verification .form button[type="submit"]:hover,
body.shop .content-area .shopping-content.is-verification .form button[type="submit"]:focus,
body.shop .content-area .shopping-content.is-verification .form button[type="submit"]:active {
  box-shadow: inset 0 0 15px 0 #EF9C42;
}
body.shop .content-area .shopping-content.is-verification .form button[type="submit"]:disabled {
  opacity: 0.3;
}
body.shop .content-area .shopping-content.is-verification .form .terms-of-service,
body.shop .content-area .shopping-content.is-verification .form .psp-message {
  padding: 8px;
}
body.shop .content-area .shopping-content.is-verification .form .terms-of-service span,
body.shop .content-area .shopping-content.is-verification .form .psp-message span {
  white-space: nowrap;
}
body.shop .content-area .shopping-content.is-verification .form .terms-of-service {
  margin-top: 1.5em;
}
body.shop .content-area .shopping-content.is-verification .form .terms-of-service label {
  position: relative;
  font-size: 12px;
  padding-left: 24px;
}
body.shop .content-area .shopping-content.is-verification .form .terms-of-service input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: pulsate 2s ease-in-out infinite;
          animation: pulsate 2s ease-in-out infinite;
}
@-webkit-keyframes pulsate {
  0% {
    box-shadow: 0 0 5px 0 #EF9C42;
  }
  50% {
    box-shadow: 0 0 5px 2px #EF9C42;
  }
  100% {
    box-shadow: 0 0 5px 0 #EF9C42;
  }
}
@keyframes pulsate {
  0% {
    box-shadow: 0 0 5px 0 #EF9C42;
  }
  50% {
    box-shadow: 0 0 5px 2px #EF9C42;
  }
  100% {
    box-shadow: 0 0 5px 0 #EF9C42;
  }
}
body.shop .content-area .shopping-content.is-verification .form .psp-message {
  display: none;
}
body.shop .content-area .shopping-content.is-verification #shop-selection .payment-method {
  color: #5A7A8D;
  padding: 8px;
  margin-top: 2.5em;
}
body.shop .content-area .shopping-content.is-verification #shop-selection .payment-method legend {
  color: inherit;
  border: none;
  margin: 0;
}
body.shop .content-area .shopping-content.is-verification #shop-selection .payment-method .methods label {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 16px;
  margin-right: 16px;
}
body.shop .content-area .shopping-content.is-verification #shop-selection .payment-method .methods label input {
  float: none;
}
body.shop .content-area .shopping-content.is-verification #shop-selection .payment-method .methods label .logo-wrapper {
  overflow: hidden;
}
body.shop .content-area .shopping-content.is-verification #shop-selection .payment-method .methods label img {
  height: 32px;
}
body.shop .content-area .shopping-content.is-verification #shop-selection .payment-method .methods label img.mastercard {
  width: auto;
  height: 42px;
  margin-bottom: -6px;
  margin-top: -4px;
  margin-left: 1px;
}
body.shop .content-area .shopping-content.is-verification #shop-selection .terms-of-service label {
  display: block;
}
body.shop .content-area .shopping-content .verification-step {
  border: solid 1px #5A7A8D;
  font-size: 14px;
}
body.shop .content-area .shopping-content .paymentlist {
  margin-top: 48px;
  margin-bottom: 16px;
}
body.shop .content-area .shopping-content .paymentlist .sr-out {
  position: absolute;
  left: -10000em;
  top: -10000em;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.shop .content-area .shopping-content .paymentlist h3 {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 8px 0 16px;
  margin: 0 0 17px 0;
  color: #5A7A8D;
  padding-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
body.shop .content-area .shopping-content .paymentlist ul {
  margin: 0;
  padding: 0;
}
body.shop .content-area .shopping-content .paymentlist li {
  list-style-type: none;
  display: inline-block;
  width: 45px;
  height: 30px;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: top;
}
body.shop .content-area .shopping-content .paymentlist li::before {
  width: auto;
  font-size: 30px;
  margin: 0;
}
body.shop .content-area .shopping-content .paymentlist li.icon-cc-sepa {
  width: auto;
}
body.shop .content-area .shopping-content .paymentlist li.icon-cc-sepa::before {
  background-color: #5A7A8D;
  border-radius: 2px;
  color: #FFF;
  font-size: 14px;
  margin-top: 0.15rem;
  padding: 6px 3px;
}
body.shop .content-area .shopping-content .paymentlist li.icon-cc-mastercard {
  width: 43px;
}
body.shop .content-area .shopping-content .paymentlist li.icon-maestro {
  width: 50px;
}
body.shop .content-area .shopping-content .paymentlist li.icon-maestro img {
  width: auto;
  height: 27px;
}
body.shop .content-area .shopping-content .paymentlist li.icon-ec {
  width: 31px;
}
body.shop .content-area .shopping-content .paymentlist li.icon-ec::before {
  font-size: 26px;
  margin-top: 1px;
}
body.shop .content-area .shopping-content .paymentlist li.icon-giropay {
  width: 70px;
}
body.shop .content-area .shopping-content .paymentlist img {
  width: 100%;
  height: auto;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY (1050)
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  body.shop.order .content-area .shopping-content.is-verification .form {
    min-height: 150px;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY (1049)
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.shop.order .payment-notification {
    margin-top: 0;
    margin-bottom: 20px;
  }
  body.shop.order .content-area .shopping-content.is-verification #shop-selection .payment-method {
    padding: 0;
    margin-top: 2.5em;
  }
  body.shop.order .content-area .shopping-content.is-verification #shop-selection .payment-method input {
    min-width: auto;
    min-height: auto;
  }
  body.shop.order .content-area .shopping-content.is-verification #shop-selection .terms-of-service label {
    display: block;
  }
  body.shop.order .content-area .shopping-content.is-verification #shop-selection .psp-message {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.shop.order .content-area .shopping-content .verification-step {
    border-bottom: 0 none;
  }
}
body.shop .mobile-step .help-text {
  display: block;
  opacity: 0.7;
  font-size: 90%;
  margin-top: 0.5em;
}
body.shop .is-paypal form {
  padding: 16px 16px 0;
}
body.shop .is-paypal form p {
  margin: 0;
}
body.shop .is-paypal #paypal-button-container {
  padding: 16px;
}
body.shop .is-paypal .total-costs {
  margin-bottom: 48px;
}
body.shop .is-paypal .total-costs dl {
  margin-left: 0;
}
@media (min-width: 1050px) {
  body.shop .is-paypal .total-costs {
    width: 50%;
  }
}
body.shop .total-costs {
  clear: both;
  font-size: 14px;
}
body.shop .total-costs dt,
body.shop .total-costs dd {
  color: #5A7A8D;
}
body.shop .total-costs dl {
  clear: both;
}
body.shop .total-costs dd.price {
  float: right;
}
body.shop .total-costs dd.price.negative {
  color: #C00;
}
body.shop .total-costs dd.price.positive {
  color: #0C0;
}
body.shop .total-costs dl {
  margin: 8px 16px;
}
body.shop .total-costs dl::after {
  content: '';
  clear: both;
  display: table;
}
body.shop .total-costs dl dt {
  clear: both;
  float: left;
  display: inline-block;
  width: 54%;
  font-weight: normal;
}
body.shop .total-costs dl dd {
  float: left;
  text-align: right;
}
body.shop .total-costs dl + dl {
  border-top: solid 1px #5A7A8D;
  padding-top: 3px;
}
body.shop .total-costs dl + dl dt,
body.shop .total-costs dl + dl dd {
  font-weight: bold;
}
@media (max-width: 1049px) {
  body.shop .total-costs dl {
    font-size: 16px;
  }
  body.shop .total-costs dl + dl {
    margin-bottom: 0;
  }
}
body.trial.pw-reset .user-profile-form p .help-text {
  margin-left: 144px;
}
/**
 * @file template module metar-taf
 * ......
 * scope:
 *   - metar-taf
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.metar {
  /* + + + + +  test version  + + + + + */
  /* + + + + +
	Formate Metar/TAF Meldungen
	$Revision: 1.13 $
	$Date: 2012/07/17 08:39:41 $
    + + + + + */
}
body.metar #test-notifications {
  display: none;
}
body.metar #metar-taf-controls {
  text-align: center;
  /* state: map closed */
}
body.metar #metar-taf-controls .metar-taf-map-toggler .toggle-icon {
  /* state: map open */
}
body.metar #metar-taf-controls .map-wrapper {
  /* The container has to be as wide as it's contained image
               so the pins could be absolute positioned to it. */
  display: inline-block;
  position: relative;
}
body.metar #metar-taf-controls .map-wrapper .map-pin {
  display: inline-block;
  position: absolute;
  /* For information on how and why the pins are positioned
                   see: location-forcast.less > .location-position */
}
body.metar #metar-taf-controls .map-wrapper .map-pin.map-pin-location {
  pointer-events: none;
  /* let a click go through it to the map */
  width: 3em;
  height: 3em;
  margin-top: -3em;
  margin-left: -1.5em;
  z-index: 3;
  /* make them always above the airport pins */
}
body.metar #metar-taf-controls .map-wrapper .map-pin.map-pin-location::before {
  font-size: 3em;
  margin: 0;
  text-shadow: 0 0 10px white;
}
body.metar #metar-taf-controls .map-wrapper .map-pin.map-pin-location.icon-pin-up {
  color: #00840C;
}
body.metar #metar-taf-controls .map-wrapper .map-pin.map-pin-location.icon-pin-down {
  color: #CC3232;
}
body.metar #metar-taf-controls .map-wrapper .map-pin.map-pin-airport {
  width: 2em;
  height: 2em;
  margin-top: -2em;
  margin-left: -1em;
  z-index: 2;
  color: #686868;
}
body.metar #metar-taf-controls .map-wrapper .map-pin.map-pin-airport::before {
  font-size: 2em;
  margin: 0;
  text-shadow: 0 0 8px white;
}
body.metar #metar-taf-controls .map-wrapper .map-pin.map-pin-airport .map-pin-airport-popup {
  display: none;
  position: absolute;
  left: 2em;
  top: 3em;
  min-width: 200px;
  max-width: 90vw;
  padding: 8px;
  padding-bottom: 0;
  background-color: #5A7A8D;
  color: #fff;
  border-radius: 0.5em;
  z-index: 4;
}
body.metar #metar-taf-controls .map-wrapper .map-pin.map-pin-airport .map-pin-airport-popup .tail {
  top: -20px;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #5A7A8D;
}
body.metar #metar-taf-controls .map-wrapper .map-pin.map-pin-airport .map-pin-airport-popup p {
  margin: 0 0 8px;
}
body.metar #metar-taf-controls .map-wrapper .map-pin.map-pin-airport .map-pin-airport-popup .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.metar #metar-taf-controls .map-wrapper .map-pin.map-pin-airport.active {
  z-index: 3;
  color: #5A7A8D;
}
body.metar #metar-taf-controls .map-wrapper .map-pin.map-pin-airport.active .map-pin-airport-popup {
  display: inline-block;
}
body.metar #metar-taf-controls .map-wrapper .map {
  z-index: 1;
  max-width: 100%;
  /* downscale the map on mobile devices */
}
body.metar #content {
  color: #5A7A8D;
  /* + + + + +  listen  + + + + + */
  /* + + +  toggle-list  + + + */
  /* + + +  1. col (icon)  + + + */
  /* first state: open */
  /* first state: closed */
  /* + + +  2. col (EDAH HERINGSDORF)  + + + */
}
body.metar #content *::before {
  font-family: 'topmeteo';
  line-height: 1;
}
body.metar #content ul {
  margin: 0;
  padding: 0;
}
body.metar #content li {
  list-style-type: none;
  font-size: 12px;
}
body.metar #content .taf {
  padding-left: 64px;
}
body.metar #content .taf > li {
  position: relative;
  clear: left;
}
body.metar #content .taf span > span {
  font-weight: bold;
}
body.metar #content .toggle-icon {
  position: absolute;
  top: 0;
  left: -64px;
  opacity: 0.6;
  font-size: 50px;
  line-height: 1;
}
body.metar #content .extended li {
  margin-left: -64px;
}
body.metar #content .closed .extended {
  display: none;
}
body.metar #content h3 {
  float: left;
  text-transform: uppercase;
  line-height: 1.3;
}
body.metar #content h3 + ul {
  display: inline-block;
  padding-top: 8px;
}
body.metar #content h3 a {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: -64px;
  padding-left: 64px;
}
body.metar .metar_ovc_20 {
  color: #F2D60D;
}
body.metar .metar_bkn_20 {
  color: #F2D60D;
}
body.metar .metar_sct_20 {
  color: #000000;
  font-weight: normal;
}
body.metar .metar_ovc_10 {
  color: #FF8C00;
}
body.metar .metar_bkn_10 {
  color: #FF8C00;
}
body.metar .metar_sct_10 {
  color: #000000;
  font-weight: normal;
}
body.metar .metar_ovc_5 {
  color: #AE1700;
}
body.metar .metar_bkn_5 {
  color: #AE1700;
}
body.metar .metar_sct_5 {
  color: #FF8C00;
}
body.metar .metar_sight_1500 {
  color: #AE1700;
  font-style: italic;
}
body.metar .metar_sight_3000 {
  color: #FF8C00;
  font-style: italic;
}
body.metar .metar_sight_5000 {
  color: #F2D60D;
  font-style: italic;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  body.metar #metar-taf-controls {
    /* state: map closed */
  }
  body.metar #metar-taf-controls .ctl-metar-taf-map-toggle {
    display: none;
  }
  body.metar #metar-taf-controls .metar-taf-map-toggler {
    position: relative;
    height: 110px;
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
  body.metar #metar-taf-controls .metar-taf-map-toggler p {
    text-align: left;
  }
  body.metar #metar-taf-controls .metar-taf-map-toggler .toggle-icon {
    font-family: 'topmeteo';
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0.6;
    cursor: pointer;
    line-height: 1;
    /* state: map open */
  }
  body.metar #metar-taf-controls .metar-taf-map-toggler .toggle-icon::before {
    font-size: 120px;
    line-height: 110px;
    margin-bottom: -30px;
  }
  body.metar #metar-taf-controls .metar-taf-map-toggler .toggle-icon:hover {
    opacity: 0.8;
  }
  body.metar #metar-taf-controls.closed #metar-taf-map {
    height: 160px;
    overflow: hidden;
  }
  body.metar #content {
    padding-left: 64px;
    padding-right: 64px;
    /* + + +  toggle-list  + + + */
    /* first state: open */
    /* + + +  3. col (TAF/S und 11:50Z)  + + + */
    /* + + +  4. col (140649Z 1407/1415 01009KT 9999 SCT030 PROB30)  + + + */
  }
  body.metar #content .break {
    display: block;
  }
  body.metar #content h3 {
    display: inline-block;
    width: 20%;
    font-size: 14px;
    margin-top: 8px;
  }
  body.metar #content h3 + ul {
    width: 79%;
  }
  body.metar #content .taf > li {
    margin-bottom: 12px;
  }
  body.metar #content .extended {
    margin-left: 20%;
    padding-left: 64px;
  }
  body.metar #content .extended li {
    margin-left: -64px;
  }
  body.metar #content .metar-date {
    display: table-cell;
    width: 4em;
  }
  body.metar #content .metar-string {
    display: table-cell;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.metar .notifications-inner:first-child {
    margin-top: 0;
    margin-bottom: 8px;
  }
  body.metar .controls-area > .container {
    padding-top: 40px;
  }
  body.metar #metar-taf-controls .ctl-metar-taf-map-toggle {
    position: absolute;
    overflow: hidden;
    z-index: 500;
    height: 40px;
    min-width: 150px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
    max-width: 68%;
    opacity: 1;
  }
  body.metar #metar-taf-controls .ctl-metar-taf-map-toggle .met-btn {
    height: 44px;
    background-color: transparent;
    border-color: #48697B;
    padding-top: 0;
  }
  body.metar #metar-taf-controls .metar-taf-map-toggler span,
  body.metar #metar-taf-controls .metar-taf-map-toggler p {
    display: none;
  }
  body.metar #metar-taf-controls.closed #metar-taf-map {
    height: 0;
    overflow: hidden;
  }
  body.metar .content-area > .container {
    margin-top: 0;
    padding-top: 16px;
  }
  body.metar #content {
    padding-left: 8px;
    padding-right: 8px;
    /* + + +  toggle-list  + + + */
    /* first state: open */
    /* + + +  3. col (TAF/S und 11:50Z)  + + + */
    /* + + +  4. col (140649Z 1407/1415 01009KT 9999 SCT030 PROB30)  + + + */
  }
  body.metar #content .break {
    display: inline-block;
    width: 20px;
  }
  body.metar #content .break::after {
    content: '\2212';
    display: block;
    float: left;
    line-height: 0.75;
    padding: 0 5px;
  }
  body.metar #content h3 {
    width: 92%;
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 0;
  }
  body.metar #content h3 + ul {
    padding-top: 4px;
    width: 92%;
  }
  body.metar #content .taf > li {
    margin-bottom: 8px;
  }
  body.metar #content .extended li {
    margin-left: 0;
  }
  body.metar #content .metar-date {
    display: table-cell;
    width: 4em;
  }
  body.metar #content .metar-string {
    display: table-cell;
  }
}
/* + + + + + + + + + + + + + + + + +
 * SPECIAL MEDIA QUERIES
 * + + + + + + + + + + + + + + + + */
@media (max-width: 600px) {
  body.metar #content .extended {
    margin-left: 0;
  }
  body.metar #content .extended li {
    margin-left: 0;
  }
  body.metar #content h3 + ul > li {
    margin-bottom: 10px;
  }
  body.metar #content .metar-date,
  body.metar #content .metar-string {
    display: block;
    width: auto;
  }
}
/**
 * @file template module for sat (sat / radar)
 * ......
 * scope:
 *   - sat
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.sat .browse-layer .browse .index {
  top: 50%;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.sat {
    /* + + + + +  test version  + + + + + */
  }
  body.sat #test-notifications {
    right: 64px;
  }
  body.sat #mtx-controls .ctl-time {
    width: 56px;
  }
  body.sat #mtx-controls .ctl-loop-play .timezone-name {
    top: 48px;
  }
  body.sat .controls-area {
    position: fixed;
    z-index: 101;
    width: 100%;
  }
}
body.flight-planning {
  /* default size of all square controls/buttons on the map */
  /* the map has a fixed height on desktop */
}
body.flight-planning .flight-planning-config-form {
  display: none;
}
body.flight-planning #flight-planning-legend {
  display: none;
}
body.flight-planning #map {
  height: 750px;
}
body.flight-planning #map-wrapper {
  position: relative;
}
body.flight-planning #current-region-identifier {
  position: absolute;
  top: 8px;
  right: 56px;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  opacity: 0.7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  color: white;
  background-color: #5A7A8D;
  text-transform: uppercase;
}
body.flight-planning canvas {
  display: block;
}
body.flight-planning .browse-layer-outer {
  position: absolute;
  bottom: 0;
  top: 0;
}
body.flight-planning .browse-layer-outer .next {
  right: 64px;
}
@media (max-width: 1049px) {
  body.flight-planning .browse-layer-outer {
    max-width: 100vw;
  }
}
body.flight-planning .ol-attribution {
  left: 8px;
  right: auto;
}
body.flight-planning .controls {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  opacity: 0.7;
}
body.flight-planning .controls button {
  border: none;
  color: white;
  background: #5A7A8D;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.flight-planning .controls button.settings {
  padding: 0;
}
body.flight-planning .controls button.settings .icon {
  font-size: 24px;
  line-height: 26px;
}
body.flight-planning .controls button.settings .icon::before {
  margin: 0;
}
body.flight-planning .controls button.toggle-draw {
  padding: 8px;
}
body.flight-planning .controls button.toggle-draw svg circle {
  fill: #BBB;
}
body.flight-planning .controls button.toggle-draw svg line {
  stroke: #BBB;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
body.flight-planning .controls button.toggle-draw.drawing svg circle {
  fill: white;
}
body.flight-planning .controls button.toggle-draw.drawing svg line {
  stroke: white;
}
body.flight-planning .controls .export-button {
  padding: 8px;
  margin: 8px 0;
}
body.flight-planning .controls .export-button img {
  height: 24px;
}
body.flight-planning .controls .export-button.disabled {
  opacity: 0.8;
}
body.flight-planning .controls .export-button.disabled img {
  -webkit-filter: invert(0.45);
          filter: invert(0.45);
}
body.flight-planning .controls .opacity-slider {
  height: 590px;
  margin: 8px 0;
  position: relative;
}
body.flight-planning .controls .opacity-slider input {
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: 40px bottom;
          transform-origin: 40px bottom;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 40px 0;
  height: 40px;
  width: 590px;
  -webkit-appearance: none;
}
body.flight-planning .controls .opacity-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  background: #5A7A8D;
}
body.flight-planning .controls .opacity-slider input::-moz-range-thumb {
  width: 40px;
  height: 40px;
  background: #5A7A8D;
}
body.flight-planning .controls .opacity-slider input:focus {
  outline: none;
}
@media (max-width: 1049px) {
  body.flight-planning .controls .opacity-slider {
    height: calc(100vh - 290px);
  }
  body.flight-planning .controls .opacity-slider input {
    width: calc(100vh - 290px);
  }
}
body.flight-planning .confirm-region-change-light-box .buttons {
  display: -ms-flexbox;
  display: flex;
}
body.flight-planning .confirm-region-change-light-box .buttons .met-btn,
body.flight-planning .confirm-region-change-light-box .buttons button.met-btn {
  background-color: #7B94A3;
  border: 1px solid #7B94A3;
  color: #fff;
  margin-right: 16px;
  padding: 8px 8px 6px 8px;
  min-width: 45px;
}
@media (max-width: 1049px) {
  body.flight-planning .confirm-region-change-light-box .buttons .met-btn,
  body.flight-planning .confirm-region-change-light-box .buttons button.met-btn {
    font-size: 16px;
  }
}
body.flight-planning .settings-light-box h2 {
  /* centers the headline relative to the close button */
  margin: 4px 0 16px;
}
body.flight-planning .settings-light-box form,
body.flight-planning .settings-light-box .checkbox-group span {
  font-size: 15px;
}
body.flight-planning .settings-light-box .layer-select {
  margin-bottom: 10px;
}
body.flight-planning .settings-light-box .layer-select legend {
  display: none;
}
body.flight-planning .settings-light-box .layer-select .layer-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
body.flight-planning .settings-light-box .layer-select .layer-option .image-container {
  width: 43px;
  height: 43px;
  border: 1px solid transparent;
  border-radius: 10%;
  overflow: hidden;
  margin-right: 15px;
  padding: 3px;
}
body.flight-planning .settings-light-box .layer-select .layer-option .image-container img {
  width: 100%;
  border-radius: 10%;
}
body.flight-planning .settings-light-box .layer-select .layer-option span {
  font-weight: bold;
}
body.flight-planning .settings-light-box .layer-select .layer-option.checked .image-container {
  border-color: #5A7A8D;
}
body.flight-planning .settings-light-box .layer-select.gray img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
body.flight-planning .settings-light-box .checkbox-group {
  /* align the checkbox groups to the layer select */
  margin-left: 9px;
}
body.flight-planning .settings-light-box .checkbox-group span {
  left: 50px;
}
body.flight-planning .settings-light-box .checkbox-group span::before {
  left: -50px;
}
body.flight-planning .export-light-box .tab-list {
  padding: 0;
  margin-right: 16px;
  border-bottom: 1px solid #5A7A8D;
}
body.flight-planning .export-light-box .tab-list .tab {
  display: inline-block;
  cursor: pointer;
  list-style: none;
  margin-right: 1rem;
  margin-bottom: -1px;
  padding: 1rem;
  border: 1px solid transparent;
}
body.flight-planning .export-light-box .tab-list .tab.active {
  border-color: #5A7A8D;
  border-bottom-color: white;
}
body.flight-planning .export-light-box .tab-content .tab {
  display: none;
}
body.flight-planning .export-light-box .tab-content .tab.active {
  display: block;
}
body.flight-planning .export-light-box .tab-content .tab.weglide a {
  font-weight: bold;
}
body.flight-planning .export-light-box .tab-content .tab.weglide .error {
  color: #C00;
}
body.flight-planning .export-light-box .tab-content .tab.weglide .error a {
  color: inherit;
}
body.flight-planning .export-light-box .tab-content label span {
  margin-right: 8px;
}
body.flight-planning .export-light-box .tab-content button {
  border: none;
  color: white;
  padding: 8px;
  background-color: #48697B;
}
body.flight-planning .export-notification {
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  color: white;
  background: #5A7A8D;
  border-radius: 0.5em;
  transition: opacity 1s ease-in-out;
}
body.flight-planning .export-notification p {
  margin: 1em;
  font-size: 12px;
}
body.flight-planning .export-notification .weglide a {
  color: white;
  font-weight: bold;
}
body.flight-planning .calculation-box {
  position: absolute;
  top: 8px;
  left: 8px;
  width: auto;
  opacity: 0.7;
  text-align: left;
}
body.flight-planning .calculation-box .calculation-box-inner {
  padding: 8px;
  color: white;
  background-color: #5A7A8D;
}
body.flight-planning .calculation-box .calculation-box-inner p {
  margin: 0;
  font-size: 16px;
}
body.flight-planning .slider-background {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 60px;
  background: #5A7A8D;
  opacity: 0.3;
}
@media (max-width: 1049px) {
  body.flight-planning {
    height: 100%;
  }
  body.flight-planning #page-wrapper,
  body.flight-planning .container,
  body.flight-planning .row,
  body.flight-planning #map {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  body.flight-planning .controls {
    right: 0;
    top: 56px;
    bottom: 48px;
  }
  body.flight-planning .controls-area.panel-open > .container {
    height: 0;
  }
  body.flight-planning #content-area,
  body.flight-planning #legend-area > .container {
    height: calc(100% - 40px);
    margin-top: 40px;
    padding-bottom: 0;
  }
  body.flight-planning .ol-attribution {
    left: 4px;
    bottom: 4px;
  }
  body.flight-planning .calculation-box {
    left: 0;
    right: auto;
    top: 56px;
  }
  body.flight-planning .panel-open .slider-background {
    display: block;
  }
  body.flight-planning .panel-open .controls {
    bottom: 118px;
  }
  body.flight-planning .panel-open .ol-attribution {
    bottom: 114px;
  }
}
/**
 * @file template module shop
 * ......
 * scope:
 *   - shop
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.profile {
  /* + + + + +  shopping basket  + + + + + */
  /*  extend doesnt work in media-queries  */
  /* + + + + +  all forms  + + + + + */
  /* + + + + +  personal data  + + + + + */
  /* + + + + +  profile-block headline  + + + + + */
  /* + + + + +  profile-block content  + + + + + */
}
body.profile #regenerate-security-codes-form {
  display: none;
}
body.profile .page-header {
  border: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.profile .form input,
body.profile .form select {
  min-width: 100%;
  box-sizing: border-box;
  margin-top: 0;
}
body.profile .form input[type="checkbox"],
body.profile .form select[type="checkbox"],
body.profile .form input[type="radio"],
body.profile .form select[type="radio"] {
  min-width: 16px;
  min-height: 16px;
}
body.profile .form select {
  width: 100%;
  overflow: hidden;
}
body.profile .form input[readonly] {
  border: 0 none;
  padding: 0;
}
body.profile .form input[readonly]:hover {
  background-color: transparent;
}
body.profile .form button[type="submit"] {
  clear: both;
  display: block;
  margin-left: auto;
}
body.profile .form label,
body.profile .form .label {
  display: inline-block;
  /* in german there are slightly longer labels than in other languages */
  font-weight: normal;
  text-align: left;
  padding: 0;
}
body.profile .form span.profileblock-input {
  display: block;
  min-height: 27px;
  padding-top: 2px;
}
body.profile .buy-button {
  position: relative;
  height: auto;
  background-color: #5A7A8D;
  border: solid 2px #5A7A8D;
  border-radius: 0;
  color: #fff;
  text-align: left;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
}
body.profile .buy-button::after {
  color: inherit;
}
body.profile .buy-button:hover,
body.profile .buy-button:focus,
body.profile .buy-button:active {
  background-color: #3C525E;
  border-color: #3C525E;
  text-decoration: none;
}
body.profile .profileblock {
  position: relative;
  color: #5A7A8D;
}
body.profile .profileblock *::before,
body.profile .profileblock *::after {
  font-family: "topmeteo";
}
body.profile .user-profile-form .form-link {
  font-size: 14px;
}
body.profile .user-profile-form .form-link .met-btn,
body.profile .user-profile-form .form-link button.met-btn {
  background-color: #7B94A3;
  border: 1px solid #7B94A3;
  color: #fff;
  margin-right: 16px;
  padding: 8px 8px 6px 8px;
  min-width: 45px;
}
@media (max-width: 1049px) {
  body.profile .user-profile-form .form-link .met-btn,
  body.profile .user-profile-form .form-link button.met-btn {
    font-size: 16px;
  }
}
body.profile .user-profile-form .form-link .met-btn {
  padding: 4px 8px;
}
body.profile #profile {
  position: relative;
}
body.profile #profile .profile-fields .profile-field {
  position: relative;
}
body.profile #profile .profile-fields .profile-field .form-link {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.profile #profile > div h4 {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
}
body.profile #profile > div h4 img {
  width: 2em;
}
body.profile #profile .security-codes {
  position: relative;
}
body.profile #profile .security-codes .security-code {
  margin-top: 0;
  padding-top: 0;
}
body.profile #profile .security-codes .security-code .met-btn,
body.profile #profile .security-codes .security-code button.met-btn {
  background-color: #7B94A3;
  border: 1px solid #7B94A3;
  color: #fff;
  margin-right: 16px;
  padding: 8px 8px 6px 8px;
  min-width: 45px;
}
@media (max-width: 1049px) {
  body.profile #profile .security-codes .security-code .met-btn,
  body.profile #profile .security-codes .security-code button.met-btn {
    font-size: 16px;
  }
}
body.profile #profile .security-codes .security-code button.met-btn {
  font-size: 14px;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  margin: 0;
}
body.profile #profile .security-codes .security-code input {
  min-width: 0;
}
body.profile #profile .aopa h4 + p {
  padding-top: 0;
}
body.profile #profile .weglide p + p {
  margin-top: 0;
  padding-top: 0;
}
body.profile #units .is-onethird p label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.profile .profileblock-head {
  position: relative;
}
body.profile .profileblock-head h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
body.profile .profileblock-content::after {
  content: '' !important;
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
}
body.profile .profileblock-content p {
  clear: both;
  padding-top: 8px;
  /* + + +  label  + + + */
  /* + + +  text  + + + */
}
body.profile .profileblock-content p .is-head {
  display: block;
  font-weight: bold;
}
body.profile .profileblock-content p .is-content {
  display: block;
}
body.profile .profileblock-content .shared-label ::-webkit-input-placeholder {
  opacity: 0.5;
}
body.profile .profileblock-content .shared-label ::-moz-placeholder {
  opacity: 0.5;
}
body.profile .profileblock-content .shared-label :-ms-input-placeholder {
  opacity: 0.5;
}
body.profile .profileblock-content .shared-label ::placeholder {
  opacity: 0.5;
}
body.profile .profileblock-content .shared-label > :first-child {
  margin-bottom: 4px;
}
body.profile .profileblock-content .shared-label > :last-child {
  padding-top: 0;
}
body.profile .profileblock-content .shared-label > :last-child label {
  display: none;
}
body.profile .profileblock-content .is-halfsize p {
  clear: left;
  float: left;
  width: 48%;
}
body.profile .profileblock-content .is-halfsize p:nth-of-type(even) {
  clear: right;
  float: right;
}
body.profile .profileblock-content .is-onethird {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: baseline;
      align-items: baseline;
}
body.profile .profileblock-content .is-onethird::after {
  content: '';
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
}
body.profile .profileblock-content .is-onethird p {
  width: 33.3%;
}
body.profile .profileblock-content .is-onethird p label,
body.profile .profileblock-content .is-onethird p select {
  min-width: 92%;
  width: 92%;
  overflow: hidden;
  margin-left: 4%;
  margin-right: 4%;
}
body.profile .profileblock-content .is-onethird p:first-of-type label,
body.profile .profileblock-content .is-onethird p:first-of-type select {
  margin-left: 0;
  margin-right: 8%;
}
body.profile .profileblock-content .is-onethird p:nth-of-type(3) label,
body.profile .profileblock-content .is-onethird p:nth-of-type(3) select {
  margin-left: 8%;
  margin-right: 0;
}
body.profile .profileblock-content .packet-duration .status {
  font-weight: bold;
}
body.profile .profileblock-content .packet-duration .status.not-yet-active {
  color: #EF9C42;
}
body.profile .profileblock-content .packet-duration .status.active {
  color: #00840C;
}
body.profile .profileblock-content .options {
  clear: both;
  padding-top: 16px;
}
body.profile .profileblock-content .options h4 {
  margin: 0;
  padding-bottom: 8px;
  font-size: 17px;
}
body.profile .profileblock-content .options .packet-option {
  position: relative;
  margin: 0;
  padding: 8px 0;
}
body.profile .profileblock-content .options .packet-option .name {
  font-size: 15px;
}
body.profile .profileblock-content .options .packet-option button {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}
body.profile .profileblock-content .options .packet-option button:disabled {
  border-color: grey;
  background-color: grey;
  padding-right: 8px;
}
body.profile .profileblock-content .options .packet-option button:disabled:after {
  display: none;
}
body.profile .profileblock-content .options .packet-option button:disabled:hover {
  border-color: grey;
  background-color: grey;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  body.profile {
    /* + + + + +  all forms  + + + + + */
    /* + + + + +  personal data  + + + + + */
    /* + + + + +  packets  + + + + + */
    /* + + + + +  shopping basket  + + + + + */
  }
  body.profile .content-area .container {
    background-color: transparent;
  }
  body.profile .content-area .container .row > div {
    background-color: #fff;
  }
  body.profile .content-area .container .row .col-xs-12 + .col-xs-12 {
    margin-top: 32px;
  }
  body.profile .content-area .container .row .col-xs-12 + .col-xs-12 .form h2 {
    margin-top: 32px;
  }
  body.profile .form form.packet-option {
    position: relative;
  }
  body.profile .form form.packet-option .buy-button[type="submit"] {
    top: auto;
    bottom: 16px;
    right: auto;
    left: 0;
  }
  body.profile .form input,
  body.profile .form select {
    font-size: 16px;
  }
  body.profile .form label,
  body.profile .form .is-label {
    min-width: 10px;
    font-size: 12px;
    font-weight: normal;
  }
  body.profile .form span.profileblock-input {
    font-size: 16px;
  }
  body.profile .user-profile-form fieldset {
    display: inline-block;
    width: 422px;
    max-width: 422px;
    min-width: 422px;
    overflow: hidden;
    vertical-align: top;
  }
  body.profile .user-profile-form fieldset:nth-child(even) {
    margin-right: 7.9%;
  }
  body.profile .user-profile-form button[type="submit"] {
    margin-right: 0.7%;
  }
  body.profile .user-packets-form {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-bottom: 32px;
  }
  body.profile .user-packets-form:nth-child(even) {
    margin-right: 9%;
  }
  body.profile .user-packets-form .profileblock-content .is-expired .is-content {
    color: #C00;
  }
  body.profile .buy-button {
    padding-right: 32px;
  }
  body.profile .buy-button::after {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 20px;
    margin-top: -3px;
  }
  body.profile .buy-button[type="submit"] {
    position: absolute;
    top: 32px;
    right: 0;
    width: auto;
  }
  body.profile div[data-toggle="collapse"]::before,
  body.profile div[aria-expanded="false"]::before,
  body.profile div[aria-expanded="true"]::before,
  body.profile div[data-toggle="collapse"]::after,
  body.profile div[aria-expanded="false"]::after,
  body.profile div[aria-expanded="true"]::after {
    display: none;
  }
  body.profile .collapse {
    position: static;
    display: block;
    height: auto !important;
    visibility: visible;
  }
  body.profile .profileblock-head {
    min-height: 2.75rem;
    border-bottom: solid 1px #C3CDD3;
    margin-top: 32px;
  }
  body.profile .profileblock-head h3 {
    padding-right: 5em;
    padding-bottom: 4px;
  }
  body.profile .profileblock-head::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  body.profile .profileblock-content p .is-content {
    font-size: 16px;
  }
}
/* + + + + + + + + + + + + + + + + +
 * <= 768
 * + + + + + + + + + + + + + + + + */
@media (max-width: 768px) {
  body.profile .profileblock-content .is-halfsize p {
    float: none;
    width: 100%;
  }
  body.profile .profileblock-content .is-halfsize p:nth-of-type(even) {
    float: none;
  }
  body.profile .profileblock-content .is-onethird {
    display: block;
  }
  body.profile .profileblock-content .is-onethird p,
  body.profile .profileblock-content .is-onethird p:nth-of-type(3) {
    width: 100%;
  }
  body.profile .profileblock-content .is-onethird p label,
  body.profile .profileblock-content .is-onethird p:nth-of-type(3) label,
  body.profile .profileblock-content .is-onethird p select,
  body.profile .profileblock-content .is-onethird p:nth-of-type(3) select {
    min-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.profile {
    /* + + + + +  shopping basket  + + + + + */
    /* + + + + +  accordion function  + + + + + */
    /* + + + + +  all forms  + + + + + */
    /* + + + + +  block header  + + + + + */
    /* + + + + +  block content  + + + + + */
  }
  body.profile #mobile-region-select {
    display: none;
  }
  body.profile legend {
    display: none;
  }
  body.profile .buy-button {
    font-size: 18px;
    line-height: 1;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-right: 8px;
  }
  body.profile .buy-button::after {
    font-size: 25px;
    margin-top: 0;
  }
  body.profile .buy-button[type="submit"] {
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
  body.profile div[data-toggle="collapse"] {
    position: relative;
  }
  body.profile div[data-toggle="collapse"]::before,
  body.profile div[data-toggle="collapse"]::after {
    position: absolute;
    top: 50%;
    font-size: 20px;
    margin-top: -12px;
  }
  body.profile div[data-toggle="collapse"]::before {
    left: 32px;
  }
  body.profile div[data-toggle="collapse"]::after {
    right: 32px;
  }
  body.profile .form form {
    padding-bottom: 16px;
  }
  body.profile .form form.packet-option .buy-button[type="submit"] {
    width: auto;
    margin-left: 0;
  }
  body.profile .form input,
  body.profile .form select {
    font-size: 20px;
  }
  body.profile .form label,
  body.profile .form .is-label {
    font-size: 16px;
  }
  body.profile .form span.profileblock-input {
    font-size: 20px;
  }
  body.profile .profileblock {
    padding-bottom: 0;
  }
  body.profile #profile .profile-fields .profile-field .form-link {
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: 8px 0 16px 0;
  }
  body.profile .profileblock-head {
    background-color: #5A7A8D;
    color: #fff;
    text-align: center;
    margin-top: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  body.profile .profileblock-head h3 {
    margin: 0 50px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body.profile .profileblock-head > div {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
  }
  body.profile .profileblock-head > div:hover {
    background-color: #48697B;
  }
  body.profile .profileblock-content {
    border: solid 1px #5A7A8D;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    /* + + + + +  region  + + + + + */
    /* + + + + +  duration  + + + + + */
    /* + + + + +  price  + + + + + */
    /* + + + + +  options  + + + + + */
  }
  body.profile .profileblock-content::before {
    display: none;
  }
  body.profile .profileblock-content > form {
    clear: both;
    padding-top: 8px;
  }
  body.profile .profileblock-content p .is-content {
    font-size: 20px;
  }
  body.profile .profileblock-content .packet-region {
    padding-top: 0;
  }
  body.profile .profileblock-content .packet-duration {
    padding-top: 0;
  }
  body.profile .profileblock-content .options .packet-option {
    clear: both;
  }
  body.profile .profileblock-content .options .packet-option .name {
    display: block;
    float: left;
  }
  body.profile .profileblock-content .options .packet-option .buy-button {
    position: static;
    float: right;
    margin-top: -3px;
    min-width: 9rem;
    line-height: 130%;
    text-align: right;
    margin-bottom: 3px;
  }
  body.profile .profileblock-content .options .packet-option .buy-button:disabled {
    text-align: center;
  }
  body.profile .profileblock-content .options .packet-option .buy-button::after {
    font-size: 19px;
  }
}
body.pw-reset .user-profile-form .rules {
  margin: 16px 0;
}
/**
 * @file template module shop
 * ......
 * scope:
 *   - shop
 *
 * @copyright CosmoCode GmbH
 */
/* + + + + + + + + + + + + + + + + +
 * DESKTOP + MOBILE
 * + + + + + + + + + + + + + + + + */
body.profile #invoices {
  padding-top: 16px;
  padding-bottom: 32px;
}
body.profile #invoices .profileblock-head h3 {
  padding-right: 0;
}
body.profile #invoices p.download-link {
  text-align: right;
}
body.profile #invoices p.download-link a {
  display: inline-block;
  position: absolute;
  background-color: #5A7A8D;
  border: solid 2px #5A7A8D;
  color: #FFF;
  text-transform: uppercase;
  margin-left: auto;
}
body.profile #invoices p.download-link a:hover {
  background-color: #3C525E;
  text-decoration: none;
}
/* + + + + + + + + + + + + + + + + +
 * DESKTOP ONLY
 * + + + + + + + + + + + + + + + + */
@media (min-width: 1050px) {
  body.profile #invoices {
    padding-left: 64px;
    padding-right: 64px;
  }
  body.profile #invoices p.download-link a {
    bottom: 8px;
    right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* + + + + + + + + + + + + + + + + +
 * MOBILE ONLY
 * + + + + + + + + + + + + + + + + */
@media (max-width: 1049px) {
  body.profile #invoices {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
  body.profile #invoices .packet-invoice {
    margin: 0;
    padding: 0;
  }
  body.profile #invoices p.download-link {
    margin: 0;
    padding: 0;
  }
  body.profile #invoices p.download-link a {
    bottom: 16px;
    right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.blog-teaser {
  border: 1px solid grey;
  padding: 32px;
  background-color: white;
  color: #5A7A8D;
}
.blog-teaser h2 {
  margin-top: 0;
  margin-bottom: 32px;
}
.blog-teaser article {
  display: -ms-flexbox;
  display: flex;
}
.blog-teaser article img {
  width: 25%;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.blog-teaser article .text-wrapper {
  padding-left: 32px;
}
.blog-teaser article .text-wrapper .headline h3 {
  margin-top: 0;
}
.blog-teaser article .text-wrapper .description {
  color: black;
}
.blog-teaser article .text-wrapper a {
  text-transform: uppercase;
}
@media (max-width: 1049px) {
  .blog-teaser {
    margin: 0 16px;
  }
  .blog-teaser article {
    display: block;
  }
  .blog-teaser article img {
    width: 100%;
    margin-bottom: 16px;
  }
  .blog-teaser article .text-wrapper {
    padding-left: 0;
  }
}
body.index .blog-teaser h2,
body.index .blog-teaser h3 {
  text-transform: initial;
}
@media (min-width: 1050px) {
  body.index .blog-teaser {
    margin: 20px 70px 50px;
    /* align with intro image */
  }
}
@media (max-width: 1049px) {
  body.start .blog-teaser {
    position: relative;
    z-index: 1;
    margin-bottom: 66px;
    /* height of the content area footer */
  }
}
/* 
CSS fuer die Legenden und Beschreibungen unterhalb der Karten oder SatBilder
2016 Stefan Goretzki 
*/
/* .sg-descr ist Identifier fuer Stefan + legenden */
.sg-descr .header {
  font-size: 1.5em;
  font-style: bold;
  margin-bottom: 1em;
}
/* Titel z.B. "Thermikkarte" */
.sg-descr .sub-header {
  font-size: 1.2em;
  font-style: italic;
  margin: 2em 0 0.5em 1em;
}
/* Untertitel */
.sg-descr .main-sub-header {
  font-size: 1.2em;
  font-style: italic;
  margin: 2em 0 0.5em 0;
}
/* Untertitel */
.sg-descr .sub-txt {
  margin-left: 1em;
}
/* eingerueckte texte */
.sg-descr p {
  margin: 0.6em 0;
}
/* normale Absaetze */
.sg-descr img {
  border: 1px solid lightgrey;
}
.sg-descr .inline-block {
  display: inline-block;
  margin-top: 2em;
}
.sg-descr .block {
  display: block;
  margin-top: 2em;
}
.sg-descr .table {
  display: table;
}
.sg-descr .table-300px {
  display: table;
  width: 300px;
  margin-top: 0.5em;
}
.sg-descr .table-100 {
  display: table;
  width: 100%;
  margin-top: 0.5em;
}
.sg-descr .row {
  display: table-row;
}
.sg-descr .cell {
  display: table-cell;
  padding: 10px 10px 3px 0;
  vertical-align: middle;
}
.sg-descr .cell-left {
  width: 40px;
  padding-left: 1em;
}
.sg-descr .cell-left img {
  width: 25px;
  height: 25px;
}
.sg-descr .cell-left .sg2010 {
  width: 100px;
  height: 37px;
}
.sg-descr .cell-left .sg2010l {
  width: 100px;
  height: 74px;
}
.sg-descr .table-300px .cell-left img {
  width: 35px;
  height: 35px;
}
.sg-descr .legend-block {
  max-width: 700px;
}
.sg-descr .legend-block img {
  width: 100%;
  border: none;
}
.sg-descr .legend-block-orig-width img {
  border: none;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sg-descr .table-300px {
    width: 100%;
  }
  .sg-descr .inline-block {
    margin-top: 1em;
  }
}


/*# sourceMappingURL=base.191dc2e068ad95f7.css.map*/