
@import url(https://ssl.webpack.de/www.imagico.de/css/fonts.css);

body {
  background-color: #eeeeee ;
  color: #000000 ;
  font-family: "Open Sans", "DejaVu Sans", Verdana, Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.loading_anim {
  display: none; 
}

a {
  color: #d8e8ff;
}

a:hover {
  color: #c0d0ff;
}

.map {
  height: 100%;
  width: 100%;
  position: absolute;
}

#map_tooltip {
  position: absolute;
  color: #ffc0c0;
  text-decoration:none;
  text-shadow: 0 0 2px #000, 0 0 1px #000;
  font-size: 9pt;
}

.title {
  padding-top: 12px;
  padding-bottom: 4px;
  width: 100%;
  position: absolute;
  z-index:1;
  overflow: hidden;
}

.overlay-area { 
  color: #ffffff ;
  background: rgba(32,32,32,0.3);
  box-shadow: 0 0 4px #ffffff;
  -webkit-box-shadow: 0 0 4px #ffffff;
  -moz-box-shadow: 0 0 4px #ffffff;
} 

.titlebar {
  font-family: "Linux Libertine",​Georgia,​Times,​serif ;
  font-style:normal;
	margin: 0px;
	padding: 0px;
	margin-left: -5px;
	margin-right: -5px;
	min-height: 54px;
}

.title-img {
  position: absolute;
	z-index:2;	
}

#map_right { 
	z-index:2;
	text-align: right;
	position: absolute;
}

.center-box { 
	z-index:2;
	text-align: center;
	position: absolute;
	border-radius: 4px;
}

#gallery { 
	padding-left: 32px;
	padding-right: 32px;
	visibility: hidden;
}

#gallery_content { 
	min-height: 16px;
	min-width: 120px;
}

#gallery_note { 
	height: 20px;
	margin: 8px;
	margin-top: -30px;
  background: rgba(64,64,64,0.7);
	text-align: center;
	font-size: 9pt;
}

#gallery_close { 
	position: absolute;
	right: 6px;
	bottom: 6px;
}

#gallery_close a, #info_close a { 
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: rgba(255,255,255,0.7);
}

.gi-wrapper { 
	/*position: relative;*/
	width: 160px;
	height: 120px;
	margin: 4px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255,255,255,0.4);
	border-radius: 4px;
	padding: 3px;
}

.gi-wrapper img { 
	position: absolute;
	width: 160px;
	height: 120px;
}

.gi-active { 
	background: rgba(255,255,255,0.7);
}

.gi-top { 
	position: absolute;
	width: 160px;
	height: 120px;
}

.gi {
	padding: 2px;
}

.gi-link { 
	display: block;
	margin: 24px;
	width: 112px;
	height: 72px;
	outline: none;
}

.gi-link:focus { 
	outline: none; 
}

.box-right { 
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	min-height: 16px;
	min-width: 120px;
	border-radius: 4px 0 0 4px;
	display: none;
}

.info-box-p {
  background: rgba(80,80,80,0.9);
	font-size: 9pt;
	text-align: left;
	padding: 4px;
	margin: 2px;
	border-radius: 4px;
	max-width: 460pt;
}

.info-box-p h3 {
  font-size: 13pt;
  font-weight:normal;
  line-height: 1.2em;
	margin-top: 2px;
	margin-bottom: 6px;
}

.info-box-p p {
  line-height: 1.2em;
	margin-top: 4px;
	margin-bottom: 0px;
}

#popup-content ul {
	padding-left: 22px;
}

#info_close { 
	position: absolute;
	right: 8px;
	top: 8px;
}

.sel-btn { 
	background: rgba(255,255,255,0.4);
	border-radius: 4px;
	padding: 2px;
	margin: 2px;
}

.sel-btn a {
	display: block;
	color: white;
	font-size: 9pt;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 1px;
	text-decoration: none;
	text-align: left;
	border-radius: 2px;
	min-width: 120px;
	background: rgba(0,60,136,0.5);
	white-space:nowrap;
}

.sel-btn a.active {
	background: rgba(96,60,136,0.5);
}

.sel-btn a:hover {
	background-color: rgba(0, 60, 136, 0.7);
	text-decoration: none;
}

.sel-btn a.active:hover {
	background: rgba(96,60,136,0.7);
}

p.copyright {
	clear: both;
}

#intro { 
	padding: 2px;
	display: none;
}

#intro_content {
	font-size: 9pt;
	text-align: center;
	padding: 2px;
	margin: 2px;
}

.intro-p { 
  background: rgba(64,64,64,0.7);
	text-align: center;
	padding: 4px;
	margin: 4px;
}

.intro-p h2 {
  font-size: 14pt;
  font-weight:normal;
  line-height: 1.2em;
	margin-top: 2px;
	margin-bottom: 6px;
}

.btn-intro { 
	margin-left: 12px;
	margin-right: 12px;
	display: inline-block;
	font-size: 9pt;
	font-weight: bold;
}

.btn-intro a { 
	text-align: center;
}

.title-btn, .title-btn-large {
	z-index:4;
	position: absolute;
	background: rgba(255,255,255,0.4);
	border-radius: 4px;
	padding: 2px;
	top: 34px;
}

.btn-lang {
	right: 8px;
}

.btn-rim {
	right: 38px;
}

.btn-layersw {
	right: 68px;
}

.btn-region {
	right: 98px;
}

.btn-info {
	right: 128px;
}

.btn-scale {
	right: 158px;
}

.btn-gallery {
	right: 188px;
}

.mode-nav {
	padding: 4px;
	padding-left: 1px;
	padding-right: 1px;
	border-radius: 2px;
	background: rgba(255,255,255,0.3);
	float:left;
}

.mode-nav a {
	border-radius: 2px;
	background: rgba(0,60,136,0.5);
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 2px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.mode-nav a.active {
	background: rgba(96,60,136,0.5);
}

.mode-nav a:hover {
	background-color: rgba(0, 60, 136, 0.7);
}

.map-info-content {
	clear:both;
	overflow: scoll;
}

.map-info-box {
	width: 320px;
	height: 254px;
	float:right;
	overflow: hidden;
	margin-top: 5px;
}

.sat-img-frame {
	width: 320px;
	height: 254px;
	padding: 2px;
	background: rgba(255,255,255,0.4);
	border-radius: 3px;
	position: relative;
}

.sat-img-frame div {
	display: table;
	position: absolute;
	width: 316px;
	height: 250px;
	background: black;
	overflow: hidden;
}

.sat-img-bkg {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.sat-img-bkg img {
	max-height: 246px;
	max-width: 312px;
	margin-left: auto;
	margin-right: auto; 
}

.date-sel {
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.dl-list {
	border-radius: 2px;
	color: #fff;
	font-size: 10pt;
	background: rgba(0,0,0,0.3);
	border: 1px solid #c0c0c0;
	width: calc(100% - 4px);
	height: 180px;
}

#dl_list_clear {
	z-index:6;
	position: relative;
	float:right;
	top: -24px;
	right: 18px;
}

.map-info-content-right, .map-info-content-left {
	max-height: 320px; 
	overflow-y: scroll;
}

a object { margin-right: auto; margin-left:auto; margin-top: 3px; pointer-events: none; }

.title-btn a, .title-btn-large a {
	z-index:4;
	display: block;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	margin: 1px;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	background: rgba(0,60,136,0.5);
	vertical-align:top;
}

.title-btn a {
	height: 22px;
	width: 22px;
}

.title-btn-large a {
	height: 22px;
	font-size: 9pt;
	line-height: 20px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align:top;
}

.title-btn a:hover, .title-btn-large a:hover {
	background-color: rgba(0, 60, 136, 0.7);
	text-decoration: none;
}

div.head { 
  text-align: right;
  max-width: 100%;
}

div.head-left { 
  padding: 4px;
  padding-top: 5px;
  padding-left: 104px;
  text-align: left;
	float:left;
  max-width: calc(100% - 370px);
}

h1, .head h2 {
  text-shadow: #000310 0px 0px 3px;
	display: inline-block;
}

h1 {
  font-size: 26pt;
  font-weight:normal;
  letter-spacing: 4px;
  margin: 0px;
  padding: 0px;
	padding-left:6px;
	padding-right:6px;
	min-width: 24%;
}

.head h2 {
  font-size: 18pt;
  font-weight:normal;
  letter-spacing: 3px;
  margin: 0px;
  padding: 0px;
	padding-left:42px;
	padding-top:8px;
	min-width: 20%;
}

.title-block { 
	padding: 2px;
	margin-left: 30px;
	white-space:nowrap;
}

#titlenav { 
	white-space:nowrap;
}

#titlenav_content { 
	height: 28px;
	width: 370px;
	display: inline-block;
}


@media screen and (max-width: 1020px) {

div.head {
	min-height: 64px;
}

div.head-left { 
  max-width: calc(100% - 430px);
}

h1, .head h2 {
	display: inline;
}

.title-btn a, .title-btn-large a {
	padding: 4px;
}


.btn-lang {
	right: 8px;
}

.btn-rim {
	right: 48px;
}

.btn-layersw {
	right: 88px;
}

.btn-region {
	right: 128px;
}

.btn-info {
	right: 168px;
}

.btn-scale {
	right: 208px;
}

.btn-gallery {
	right: 248px;
}

#titlenav_content { 
	height: 32px;
}

.head h2 {
	padding-left: 18px;
}

}

@media screen and (max-width: 750px) {

h1 {
	display: inline;
  font-size: 24px;
}

div.head-left {
	min-height: 68px; 
  max-width: 100%;
}

.head h2 {
	display: inline;
  font-size: 18px;
	padding-left: 12px;
}

.title-btn, .title-btn-large {
	top: 48px;
}

.title-block {
  height:24px;
}

.signature { 
	display: none;
}

}

.signature a { 
  color: #ffffff ;
  text-shadow: #000310 0px 0px 2px;
  font-size: 13px;
	padding-right:10px;
  letter-spacing: 2px;
	text-decoration:none;
}

#map_all {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position:relative;
}

#map_rim {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position:absolute;
}

.map-rim { 
	position:absolute;
}

#rim_top { left: 0px; top: 0px; height:0px; width:100px; }
#rim_bottom { left: 0px; bottom: 0px; height:0px; width:100px; }
#rim_left { left: 0px; top: 0px; height:100px; width:0px; }
#rim_right { right: 0px; top: 0px; height:100px; width:0px; }

#measure {
  height: 1cm;
  left: -100%;
  position: absolute;
  top: -100%;
  width: 1cm;
}

#scale {
  position:absolute;
  display: none;
  font-size: 9pt;
  z-index: 3;
	min-width: 20px;
	text-align: right;
  right: 0px;
  bottom: 0px;
  background: rgba(255,252,240,0.5);
}

.scale-3d { 
	display: none;
}

.scale-title {
  font-size: 8.3pt;
  left: 6px;
  position:absolute;
}

.scale-bar {
  border: 1px solid #444;
  position:absolute;
  left: 10px;
  height: 5px;
}

.scale-bar-y {
  border: 1px solid #444;
  position:absolute;
  left: 4px;
  width: 5px;
}

.scale-tick {
  border-left: 1px solid #444;
  position:absolute;
  height: 5px;
}

.scale-tick-y {
  border-top: 1px solid #444;
  position:absolute;
  width: 5px;
}

#scale_lbly { left: 13px; }

.scale-tick-lbl {
  /*font-family: "Contra", "Droid Serif", "Times New Roman", Times, serif;*/
  position:absolute;
  height: 11px;
  font-size: 8pt;
  line-height: 11px;
  padding: 0px;
}

.mouse-position {
  position:absolute;
  left: 4px;
  bottom: 2px;
	width: calc(100% - 8px);
  font-size: 8pt;
}

.tick {
  position:absolute;
  display: none;
  z-index:2;
}

.tick-xt {
  border-left: 1px solid #444;
  width: 1px;
  height: 8px;
  bottom: 0px;
}

.tick-xb {
  border-left: 1px solid #444;
  width: 1px;
  height: 7px;
  top: 0px;
}

.tick-yl {
  border-top: 1px solid #444;
  height: 1px;
  width: 8px;
  right: 0px;
}

.tick-yr {
  border-top: 1px solid #444;
  height: 1px;
  width: 8px;
  left: 0px;
}

.tick-lbl {
  font-family: "Contra", "Droid Serif", "Times New Roman", Times, serif;
  position:absolute;
  display: none;
  height: 11px;
  font-size: 11px;
  line-height: 11px;
  padding: 0px;
  z-index: 1;
}

.tick-lbl small {
	font-size: 9px;
}

.tick-lbl-xt {
  text-align:center;
  width: 60px;
  top: 3px;
}

.tick-lbl-xb {
  text-align:center;
  width: 60px;
  bottom: 3px;
}

.tick-lbl-yl {
  text-align:left;
  width: 20px;
  right: 0px;
}

.tick-lbl-yr {
  text-align:right;
  width: 20px;
  left: 0px;
}

.rotate {
	padding-left:4px;
	padding-right:4px;
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.de-only { 
	display: none;
}


.ol-attribution.ol-uncollapsible {
	right: auto;
	left: 0;
  height: auto;
	border-radius: 0 4px 0 0;
	width: auto;
}

.ol-attribution:not(.ol-collapsed) {
	background: none;
	background: none repeat scroll 0 0 rgba(32, 32, 32, 0.3);
}

.ol-attribution {
  padding: 0;
	left: 0.5em;
	text-align: left;
  max-width: 100%;
}

.ol-attribution img {
	margin-bottom: -4px;
}

.ol-attribution ul {
  color: #ffffff;
  text-decoration:none;
  text-shadow: 1px 1px 2px #000000;
  font-family: "Open Sans", "DejaVu Sans", Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.12em;
  max-width: 100%;
	vertical-align: bottom;
  padding: 2px;
  padding-bottom: 3px;
}

.ol-attribution a {
  color: #d8e8ff;
  text-shadow: 1px 1px 2px #000000;
}

.ol-attribution a:hover {
  color: #c0d0ff;
  text-shadow: 1px 1px 2px #000000;
}

.ol-zoom-moved {
	left: 0.5em;
	top: calc(0.5em + 89px);
  z-index: 4;
}


.ol-popup {
	display: none;
	position: absolute;
  color: #ffffff ;
  background: rgba(32,32,32,0.3);
  box-shadow: 0 0 4px #ffffff;
	-webkit-box-shadow: 0 0 4px #ffffff;
	-moz-box-shadow: 0 0 4px #ffffff;
	border-radius: 4px;
	bottom: 12px;
	left: -160px;
	width:320px;
	padding: 2px;
	overflow: hidden;
}

#popup-content {
  background: rgba(80,80,80,0.9);
	font-size: 9pt;
	text-align: left;
	padding: 4px;
	margin: 2px;
	border-radius: 4px;
}

#popup-content p {
	margin-bottom: 2px;
}

#popup-content .small {
	font-size: 8pt;
}

#popup-content h3 {
  font-size: 12pt;
  font-weight:normal;
  line-height: 1.2em;
	margin-top: 2px;
	margin-bottom: 6px;
}

.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.ol-popup-closer:after {
	content: "✖";
}

#btn_gallery_close:after, #btn_info_close:after {
	content: "✖";
}
