/*#################################################*/

/* Mobile phones / smaller screens portrait mode */
@media only screen and (max-width : 320px) {

}

/* Mobile phones / smaller screens landscape mode */
@media only screen and (min-width : 321px) {

}

/* Tablets / medium sized screens portrait mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	/*.sidebar { background-color: #000 !important; }*/


}

/* Tablets / medium sized screens landscape mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* Common desktop/laptops  */
@media only screen  and (min-width : 1224px) {

}

/* Widescreens */
@media only screen  and (min-width : 1824px) {

}

/*#################################################*/ 

@media (min-width:992px){
	form.blitzabfrage .col-md-6.beginn { padding-right: 15px !important; }
	form.blitzabfrage .col-md-6.ende { padding-left: 15px !important; }
	
	.legende-left { padding-left: 200px; }
}

@media (min-width:1200px){
	.legende-left { padding-left: 300px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 94%;
	}
	.legende-left { padding-left: 100px; }
}
/* Reset the container */


/* Undo inline form compaction on small screens */
.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;
}


/* resets */
.form-group {}
.input-group-addon {
	font-size:12px !important;
	padding: 4px 7px !important;
}
.navbar-brand > img { display: inline; }
.navbar-default .navbar-brand { color: #000; }
.table { font-size: 12px; background-color: #fff; }
.sturmabfrage-table { border-collapse: separate; }
.form-control-static {
    min-height: 28px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 0;
}
.nav > li > a {
    color: #898989;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
.dropdown-menu { font-size: 12px; }
.inhalt .form-control {
    padding: 4px 10px;
    font-size: 12px;
    height: 24px;
}
.inhalt .form-group {
    margin-bottom: 4px;
}
legend { margin-bottom: 5px; }
.nav-pills > li > a { border-radius: 0; }

body {
	background-color: #f7f7f7 !important;
}
.aldis-menue .nav > li > a {
    padding: 10px 14px;
}
.aldis-menue li.disabled { opacity: 0.6; }
.container { }

/* content */
.content {
	
}
.aldis-menue { margin-top: 60px; }
.inhalt { margin-top: 10px; }
.navbar-brand { padding: 0 15px; }
img.logo { width: 75px; margin-top: -3px }
#blitzmap, #mapHagel {
    position: relative;
    width: 100%;
    height: 500px;
	border: 1px solid #ccc;
}
#stationsMap {
	width: 100%;
	height: 400px;
}

.map-info {
	margin-top: 4px;
	padding: 4px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #f3f3f3;
	border: 1px #ccc solid;
}

/* sidebar */
.sidebar {/* margin-top: -50px; */}
.sidebar .radio { display: inline-block; margin-top: 0;}
#suche {
	padding: 10px;
}
.sidebar label, .mini-suche label, .form-drucken { font-size: 12px; margin-bottom: 2px; }
.sidebar fieldset { width: 100%; }
.sidebar [class^="col-"] { padding: 0 !important; }
/*
.zeitangaben {
    margin-right: -5px;
    margin-left: -5px;
}
.zeitangaben .pd {
	padding-right: 4px !important;
    padding-left: 4px !important
}
.zeitangaben input { font-size: 10px !important; }
*/
.blitzabfrage img.pull-left {
    margin-top: 7px;
    margin-left: -6px;
}
.blitzabfrage img.pull-right {
    top: 8px;
    position: absolute;
    margin-left: 2px;
}
form.blitzabfrage { margin-top: 10px; }
.blitzinfo { font-size: 12px; margin-top: 10px; }
.blitzinfo .blitzanzahl { font-weight: bold; }
.blitzinfo .blitz-legende { margin-top: 10px; }
.blitzinfo input[type=checkbox], input[type=radio] { margin-top: 2px; }
.blitzinfo #refresh-button {
    position: absolute;
    margin-top: -32px;
    margin-left: 132px;
    font-size: 10px;
    padding: 2px 8px;
}
#adresse-suchen, #blitze-suchen, #hagel-abfrage, #hagel-adrSearch {
	font-size: 11px;
	padding: 4px !important;
}
#blitze-suchen { margin-top: 4px; }
.schaden-form {
    height: 24px;
    font-size: 11px;
}

#LResBlitzListe {
	font-size: 10px;
    height: 140px;
    overflow: auto;
}
#LResBlitzListe tr.liste-white3 { background-color: white; }

#blitzabfrage-buttons {
	float: left;
	padding-left: 10px;
	padding-top: 2px;
}
#blitzabfrage-buttons a {
	width: 150px;
	height: 28px;
	margin-top: 3px;
	font-size: 13px;
}

/* sturmabfrage */
.top-suche {
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 12px;
}
.legende-ueberschrift {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin: 6px 0;
}
.legende { font-size: 11px;}

/* sturmabfrage2 */
.sturmabfrage .panel-body,
.legende .panel-body {
	padding: 8px;
}
.legende, .sturmabfrage { min-height: 134px; }
.headliste {
	text-transform: uppercase;
	text-align: center;
}
p.sturmabfrage-desc {
	text-align: left;
    font-size: 11px;
}
table.height-min tr th { width: 16.67%; padding: 4px 8px; text-align: center; vertical-align: middle; }
table.height-min tr td { padding: 2px 8px; text-align: center;}

.stationsTabelle table { margin-bottom:0;font-size: 10px }
.stationsTabelle table.height-min tr th { width: 16.67%; padding: 2px 6px; text-align: center; vertical-align: middle; }
.stationsTabelle table.height-min tr td { padding: 2px 6px; text-align: center;}

.form-drucken { float: left; width: 600px; margin-left: 10px; }
.form-drucken .form-control { height: 24px; }
.action-buttons { margin-bottom: 10px; }


/* niederschlag */
.liste-daten {
    text-align: left;
    font-weight: bold;
}
.liste-daten.l {
	font-size: 14px;
	padding-bottom: 4px;
}

/* hagel */
.hagel-wahrscheinlichkeit h3 {
	margin-top: 0;
}
.hagelmap-container {
	margin-top: 4px;
}
.hagel-buttons a {
	font-size: 10px;
	width: 90px;
	margin-top: 6px;
}
/*
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}*/
/*
#loader {
    background-color: #333;
    bottom: 0;
    height: auto;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99456546;
}
#center {
    height: 50px;
    left: 50%;
    margin-left: -50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 5;
}*/

#loader {
	background: rgba(255,255,255,0.7) url('../img/loader2.gif') no-repeat center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;

}
#center img { width: 34px; }
#center {
    position: absolute;
    right: 20px;
    top: 62px;
}
.load-auswahl {
	background: url('../img/loader.gif') no-repeat;
	width: 100%;
	min-height: 300px;
}


/* icon number */
.leaflet-div-icon {
	background: transparent;
	border: none;
}

.leaflet-marker-icon .number{
	position: relative;
	top: -37px;
	font-size: 12px;
	width: 25px;
	text-align: center;
}
.expert {
	color: #333;
	font-weight: bold;
	padding-right: 6px;
	text-transform: uppercase;
	font-size: 22px;
}
th[data-sort] {
    cursor: pointer;
}
.bold { font-weight: bold; }
.wetterinfo-iframe {}

.nav-stacked > li > a {
	text-transform: none;
	font-size: 12px;
}
/*, .nav-pills > li.active .sub > a*/
.nav-stacked > li.sub > a {
	padding-left: 36px;
}
.nav-stacked > li.sub-sub > a {
	padding-left: 54px;
}
.service {
	width: 25%;
	float: left;
	text-align: center;
}
.service span { font-weight: bold; }
.service img {
	width: 98%;
	float: left;
	height: 154px;
}
.im-ausschnitt { display: none; }
.bootstrap-datetimepicker-widget { z-index: 1001; }
/*.blitzinfo { display: none; }*/

#LResBlitzListe table thead { line-height: 20px; position: fixed; z-index: 9999; margin-top: -20px; }
#LResBlitzListe table thead, #LResBlitzListe table thead th { background-color: #f3f3f3; }
#LResBlitzListe table tbody  {  }
#LResBlitzListe table thead th:nth-child(1), #LResBlitzListe table tbody td:nth-child(1) { width: 24px }
#LResBlitzListe table thead th:nth-child(2), #LResBlitzListe table tbody td:nth-child(2) { width: 200px }
#LResBlitzListe table thead th:nth-child(3), #LResBlitzListe table tbody td:nth-child(3) { width: 100px }
#LResBlitzListe table thead th:nth-child(4), #LResBlitzListe table tbody td:nth-child(4) { width: 100px }
#LResBlitzListe table thead th:nth-child(5), #LResBlitzListe table tbody td:nth-child(5) { width: 100px }
#LResBlitzListe table thead th:nth-child(6), #LResBlitzListe table tbody td:nth-child(6) { width: 100px }
#LResBlitzListe table thead th:nth-child(7), #LResBlitzListe table tbody td:nth-child(7) { width: 100px }

@media (max-width: 991px) {
	#LResBlitzListe table thead th:nth-child(1), #LResBlitzListe table tbody td:nth-child(1) { width: 24px }
	#LResBlitzListe table thead th:nth-child(2), #LResBlitzListe table tbody td:nth-child(2) {width: 160px;}
	#LResBlitzListe table thead th:nth-child(3), #LResBlitzListe table tbody td:nth-child(3) {width: 79px;}
	#LResBlitzListe table thead th:nth-child(4), #LResBlitzListe table tbody td:nth-child(4) {width: 79px;}
	#LResBlitzListe table thead th:nth-child(5), #LResBlitzListe table tbody td:nth-child(5) {width: 79px;}
	#LResBlitzListe table thead th:nth-child(6), #LResBlitzListe table tbody td:nth-child(6) {width: 79px;}
	#LResBlitzListe table thead th:nth-child(7), #LResBlitzListe table tbody td:nth-child(7) {width: 80px;}
	
}

@media (max-width: 991px) {
	.form-inline.blitzabfrage #beginn input,				
	.form-inline.blitzabfrage #beginn-zeit input,		
	.form-inline.blitzabfrage #ende input,		
	.form-inline.blitzabfrage #ende-zeit input {
		font-size: 11px
	}
	
	.form-inline.blitzabfrage #beginn input,
	.form-inline.blitzabfrage #ende input {
		width: 80px;
	}
	
	.form-inline.blitzabfrage #beginn-zeit input,
	.form-inline.blitzabfrage #ende-zeit input {
		width: 51px;
	}
}
.adr-label {
	background-color: #C00000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-weight: bold;
	opacity: 0.8 !important;
	filter:alpha(opacity=80) !important;
    padding: 3px 11px;
    line-height: 15px;
    border-radius: 4px;
}

.blitz-info-bottom {
	line-height: 34px;
	font-size: 12px;
}
.blitz-info-bottom h5 {
	font-size: 14px;
	float: left;
	margin-right: 5px;
	font-weight: bold;
}
.blitz-info-bottom .blitzanzahl {
	margin-left: 12px;
}
.blitz-info-bottom .im-ausschnitt {}
.count_blitze_im_ausschnitt, .count_blitze { font-weight: bold }
.blitz-legende { float: right }


/* hagel legende */
.infoLegend {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.infoLegend h4 {
    margin: 0 0 5px;
    color: #777;
}
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.help-pages img { max-width: 100%; }
.sidebar .nav > li > a { padding-top: 6px; padding-bottom: 6px; }

@media print {
/*
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  */
	a[href]:after { content: none !important; }
	* { background-color: #fff !important; }
	.sidebar { display: none !important; }
	.help-pages { width: 100% !important; line-height: 24px !important; }

}


canvas{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#chartjs-tooltip {
	opacity: 1;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	color: white;
	border-radius: 3px;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	pointer-events: none;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
	display: inline-block;
	width: 10px;
	height: 10px;
}


/*********************** tooltip **************************/
.custom-tooltip {
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
    position: relative;
}

.custom-tooltip .tooltip-inner {
	background: #0088cc;
}

.custom-tooltip.top .tooltip-arrow {
	border-top-color: #0088cc;
}

/*********************** tooltip **************************/
