@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 100;
  src: url(/Fonts/Heebo/Heebo-100.woff2) format('woff2');
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 200;
  src: url(/Fonts/Heebo/Heebo-200.woff2) format('woff2');
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 300;
  src: url(/Fonts/Heebo/Heebo-300.woff2) format('woff2');
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  src: url(/Fonts/Heebo/Heebo-400.woff2) format('woff2');
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  src: url(/Fonts/Heebo/Heebo-500.woff2) format('woff2');
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 600;
  src: url(/Fonts/Heebo/Heebo-600.woff2) format('woff2');
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  src: url(/Fonts/Heebo/Heebo-700.woff2) format('woff2');
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 800;
  src: url(/Fonts/Heebo/Heebo-800.woff2) format('woff2');
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 900;
  src: url(/Fonts/Heebo/Heebo-900.woff2) format('woff2');
}

body {
	background-color: #efefef;
	font-family:Heebo, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

p {
	line-height: 115%;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: rgba(170,80,0,1);
}

div:focus,
span:focus,
input:focus {
	outline:none; /*Umrandungen insbesondere von Chrome und IE entfernen*/
}

.ui-state-focus,
.ui-visual-focus {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.ui-icon-background, .ui-state-active .ui-icon-background {
	background-color: #fff !important;
}

/* ----- Lade-Overlays ----- */
#overlay-initialization {
  position: fixed; top: 60px; left: 0;
  width: 100%; height: 100%;
  z-index: 5;
	background-color:#efefef;
	text-align: center;
	font-size: 1.2em;
	cursor: progress;
}

#overlay-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	
	background-color: transparent;
	cursor: progress;
}

#overlay-loading-ladegif {
	position: fixed;
	top: 34%;
	left: calc(50% - 15px);
}

/* ----- Optionen-Overlays ----- */
.overlay-opaque {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	
	background-color: rgba(0,0,0,0.5);
}

.overlay-main {
	position: fixed;
    top: 5.5vh;
    left: calc(50% - 320px);
    width: 640px;
	height: 90vh;
	max-height: 810px;
	z-index: 6;
	
	/*border: 1px solid #777;*/
    background-color: #fefdfa;
    font-size: 1em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
} @media only screen and (max-width: 800px) { .overlay-main {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	max-height: 100vh;
}}
#overlay-kartenlink-main {
	top: 25vh;
	height: auto;
}
#overlay-download-main {
	top: 20vh;
	height: auto;
} @media only screen and (max-width: 600px) { #overlay-download-main {
	top: 0;
}}	
#overlay-hilfe-main {
	left: calc(50% - 380px);
	width: 760px;
} @media only screen and (max-width: 800px) { #overlay-hilfe-main {
	left: 0;
	width: 100vw;
}}

.overlay-header {
	position: fixed;
	width: 640px;
	height: 44px;
	
	display: table;

	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-color: #e6e6e6;
} @media only screen and (max-width: 800px) { .overlay-header {
	width: 100%;
	
	font-size: .9em;
}} @media only screen and (max-width: 380px) { .overlay-header {
	font-size: .7em;
}}
#overlay-hilfe-header {
	font-size: 1em !important;
	width: 760px;
} @media only screen and (max-width: 800px) { #overlay-hilfe-header {
	width: 100%;
}}
#overlay-kartenlink-header {
	height: 30px;
}

.overlay-title {
	width: 100%;
	
	display: table-cell;
    vertical-align: middle;
	
	padding-left: 15px;
	font-weight: bold;
	text-align: center;
}
#overlay-tabelle-title {
	width: calc(100% - 33px);
}

.overlay-close {
	line-height: 1;
	float: right;
	width: 14px;
	height: 14px;
	
	margin: 10px 10px 0 0;
	padding: 4px;
	/*border: 1px solid #ccc;*/
	background-color: #fbfbfb;
	stroke: #777;
	cursor: pointer;
} .overlay-close:hover {
	background-color: #d2d2d2;
	stroke:#333;
} .overlay-close:active {
	background-color: #fff;
	stroke:#aaa;
}
#overlay-kartenlink-close {
	margin: 3px 5px 0 0;
}
.overlay-close-line {
	stroke-width:5; 
}

#overlay-tabelle-tablediv {
	width: calc(100% - 44px);
	height: 100%;
	
	margin: 60px 22px 10px 22px;
} @media only screen and (max-width: 800px) { #overlay-tabelle-tablediv {
	width: 100%;
	height: 100vh;
	
	margin: 60px 0px 10px 0px;
}}
#overlay-hilfe-content {
	height: calc(90vh - 60px);
	max-height: 750px;
	overflow: auto;
	
	margin-top: 55px;
	padding: 0 20px;
} @media only screen and (max-width: 800px) { #overlay-hilfe-content {
	height:  calc(100vh - 55px);
	max-height: calc(100vh - 55px);
}}	

#overlay-hilfe-content h3 {
    display: inline;
    
    margin: 0 0 0 -4px;
    padding: 2px 5px 4px 5px;
    background-color: #236ea5;
    font-weight: bold;
    font-size: .9em;
    color: white;
}
#overlay-hilfe-content p, #overlay-hilfe-content li {
	font-size: .8em;
	line-height: 140%;
}
.hilfe-copyright {
	margin: 0 0 0 25px;
}

#overlay-kartenlink-content {
	margin-top: 47px;
	padding: 0 15px 10px 15px;
}
#inputtext-kartenlink{
	width: 100%;
	
	margin-left: -2.5px;
}

#overlay-download-content {
	margin-top: 51px;
	padding: 10px 15px 10px 15px;
	text-align: center;
	overflow: auto;
} @media only screen and (max-width: 600px) { #overlay-download-content {
	height:  calc(100vh - 71px);
	max-height: calc(100vh - 71px);
}}	

.download-button {
	width: calc(33.33% - 9.5px);
    height: 180px;
    background: none !important;
    background-color: #eaeaea !important;
    margin-bottom: 5px;
    padding: 0;
} @media only screen and (max-width: 600px) { .download-button {
	width: calc(100% - 8px);
}} @media only screen and (max-width: 600px) and (max-height: 700px) { .download-button {
	height: 170px;
}} @media only screen and (max-width: 600px) and (max-height: 640px) { .download-button {
	height: 145px;
}}
.download-button:hover, .download-button:focus{
	background-color: #e0e0e0 !important;
}
.download-button:active {
	background-color: #b9b9b9 !important;
}
@media only screen and (min-width: 601px) { #download-button-png-low, #download-button-png-high {
	margin-right: 6px;
}}
@media only screen and (max-width: 600px) { #download-button-png-low, #download-button-png-high {
	margin-bottom: 6px;
}}
.download-button-icon {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 3px;
	left: calc(50% - 40px);
	margin: 0;
	padding: 0;
}
#download-button-icon-png-low {
	background: url(../images/download_quality_icons.png) 0 0;
	background-size: 240px 80px;
}
#download-button-icon-png-high {
	background: url(../images/download_quality_icons.png) -80px 0;
	background-size: 240px 80px;
}
#download-button-icon-svg {
	background: url(../images/download_quality_icons.png) -160px 0;
	background-size: 240px 80px;
}
.download-button-text {
	width: 165px;
	position: absolute;
	top: 50%;
	left: calc(50% - 82.5px);
	font-size: 15px;
	line-height: 20px;
} @media only screen and (max-width: 600px) and (max-height: 640px) { .download-button-text {
	font-size: 11px;
	line-height: 14px;
	top: 83px;
}}

#download-checkbox-tooltip {
	margin: 9px 0 0 0;
} @media only screen and (max-width: 600px) and (max-height: 640px) { #overlay-download-content label {
	font-size: 11px;
}}

div.dataTables_filter {
	width: 100% !important;
	float: none !important;
	text-align: center !important;
}

div.dataTables_info {
	float: left !important;
	margin-left: 2px !important;
}

div.dt-buttons {
	float: right !important;
	margin-right: 0 !important;
	margin-top: 3px !important;
	margin-left: 10px !important;
}

.dt-buttons a{
    -moz-user-select: none !important;
    background-color: rgba(35, 110, 165, 1) !important;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .2) 50%) !important;
    border: none !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.88em;
	font-weight: bold !important;
    margin: 0.6em 0.333em 0 0 !important;
    outline: none none !important;
    overflow: hidden;
    padding: 0.3em 0.6em;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.dt-buttons a:hover{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.14) 50%) !important;
}

 @media only screen and (max-width: 550px) { table.dataTable thead th {
	font-size: 14px
}} @media only screen and (max-width: 465px) { table.dataTable thead th {
	font-size: 12px
}} @media only screen and (max-width: 410px) { table.dataTable thead th {
	font-size: 10px
}} @media only screen and (max-width: 370px) { table.dataTable thead th {
	font-size: 9px
}} 
@media only screen and (max-width: 550px) { table.dataTable tbody td {
	font-size: 14px
}} @media only screen and (max-width: 465px) { table.dataTable tbody td {
	font-size: 12px
}} @media only screen and (max-width: 360px) { table.dataTable tbody td {
	font-size: 10px
}}

@media only screen and (max-width: 320px) { div#overlay-tabelle-table_info.dataTables_info {
	font-size: 12px
}}

/* https://www.datatables.net/forums/discussion/25819/place-sort-icon-to-immediate-right-of-label 
table.dataTable thead th {
  background: transparent !important;
  white-space: nowrap;
}
table.dataTable thead span.sort-icon {
  display: inline-block;
  padding-left: 5px;
  width: 16px;
  height: 16px;
}
table.dataTable thead .sorting span { background: url('../images/sort_both.png') no-repeat center right; }
table.dataTable thead .sorting_asc span { background: url('../images/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc span { background: url('../images/sort_desc.png') no-repeat center right; }
table.dataTable thead .sorting_asc_disabled span { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead .sorting_desc_disabled span { background: url('../images/sort_desc_disabled.png') no-repeat center right; }*/

/* ----- Hauptseite ----- */
#pageWrapper {
	width: 100%;
} @media only screen and (min-width: 1281px) { #pageWrapper {
	max-width: 1280px;
	
	margin: 0 auto;
}}

/* ----- Header ----- */
#header {
	width: 100%;
	height: 57px;
	
	margin: 0; 
	padding: 0;
 	background-color: #fff;
 	border-bottom: 3px solid #236ea5;
}

#header-logo {
	float: left;
	width: 210px;
	height: 47px;
	
	margin: 5px 4px 3px 11px;
	text-align: center;
} @media only screen and (max-width: 380px) { #header-logo {
	width: 100%;
	
	margin-left: 0;
	margin-right: 0;
}}

#header-logo img {
	width: 210px;
	height: 47px;
}

#header-title {
	float: right;
	width: calc(100% - 360px);
	height: 100%;
	
	margin-top: 1em;
	text-align: center;
	font-size: 1.4em;
	font-weight: 700;
} @media only screen and (max-width: 1040px) { #header-title {
	width: 65%;
}} @media only screen and (max-width: 800px) { #header-title {
	width: calc(100% - 225px);
}} @media only screen and (max-width: 500px) { #header-title {
	font-size: 1em;
}} @media only screen and (max-width: 380px) { #header-title {
	display: none;
}} @media only print { #header-title {
	text-align: left;
}}

/* ----- Bedienungsleiste ----- */
#bedienung {
	float: left;
	width: calc(34% - 2px);
	max-width: 350px;
	
	/*border-left: 1px solid rgba(232, 132, 15, 1);
	border-right: 1px solid rgba(232, 132, 15, 1);
	border-bottom: 1px solid rgba(232, 132, 15, 1);*/
	background-color: #fefefe;
} @media only screen and (max-width: 800px) { #bedienung {
	width: 100%;
	max-width: 100%;
	
	border: none;
	/*border-bottom: 1px solid rgba(232, 132, 15, 1);*/
}} @media only print { #bedienung {
	display: none;
}}

/* ----- Bedienungsüberschriften ----- */
.bedienungueberschrift {
	width: calc(100% - 3px);
	height: 20px;
	
	padding: 2px 0 0 3px;
	background-color: #236ea5;
	font-size: .92em;
	font-weight: 700;
	color: white;
}@media only screen and (max-width: 800px) { .bedienungueberschrift {
	font-size: .9em;
}}@media only screen and (max-width: 320px) { .bedienungueberschrift {
	height: 16px;
	font-size: .75em;
}}
#regionenueberschrift {
	margin-top: -3px;
}
#themenueberschrift {
	margin-top: -2px;
}
#indikatorauswahlueberschrift {
	margin-top: -2px;
}

/* ----- Klappbuttons ----- */
.klappbutton {
	float: right;
	width: 26px;
	height: 13px;

	margin-top: 3px;
	margin-right: 2px;
	cursor: pointer;
} @media only screen and (max-width: 320px) { .klappbutton {
	margin-top: 1px;
}} @media only screen and (min-width: 801px) { .klappbutton {
	display: none;
}}
.klappbutton-path {
	stroke: #fff; 
	stroke-width: 12; 
	fill: none;
}

@media only screen and (min-width: 801px) { #verteilung, #optionen, #links{
	display: block !important;
}}

/* ----- Select2-Dropdownleisten ----- */
.select2 {
    /*width: calc(100% + 2px) !important;
    margin: -1px 0 0 -1px;*/
	width: 100% !important;
    margin: -1px 0 0 0;
    border: none;
}  @media only screen and (max-width: 320px) { .select2 {
	width: 100% !important;
	
	margin: 0;
}}

#select2-select-unterthemen-container, #select2-select-regionaleinheiten-gemeinde-container, #select2-select-regionaleinheiten-kreis-container, 
#select2-select-regionaleinheiten-region-container, #select2-select-regionaleinheiten-bezirk-container { 
	padding-left: 20px;
}

.select2-container--default .select2-selection--single {
	/* Anzeige */
	border-width: 1px 0 1px 0;
	border-color: #236ea5;
	border-radius: 0;
	background-color: #fff;
	font-size: 0.8em;
}

.select2-dropdown.select2-dropdown--below{
	/* Dropdown */
	/*border: 1px solid rgba(232, 132, 15, 1);
	border-top: none;
	border-bottom: 3px solid rgba(232, 132, 15, 1);*/
	border-width: 0 0;
	border-radius: 0;
	background-color: #fff;
	font-size: 0.8em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.select2-search {
	/* Suchfeld */
	border-bottom: 1px solid #236ea5;
    font-size: 0.8em;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	/* Zuletzt ausgewähltes Element im Dropdown */
    /*background-color: rgba(160, 191, 53, 0.2)*/
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	/* Aktuell ausgewähltes Element im Dropdown */
	/*background-color: rgba(160, 191, 53, 1);*/
	background-color: #eee;
	color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	/* Klapppfeil nach unten */
	border-color: rgba(35, 110, 165, 0.7) transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	/* Klapppfeil nach oben */
    border-color: transparent transparent rgba(35, 110, 165, 0.7);
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 400px !important;
} @media only screen and (max-width: 800px) { .select2-container--default .select2-results>.select2-results__options {
	max-height: 300px !important;
}} @media only screen and (max-width: 320px) { .select2-container--default .select2-results>.select2-results__options {
	max-height: 200px !important;
}}

/* ----- Indikatorenauswahl ----- */
#indikatorenauswahl {
	width: 100%;
	height: 220px;
	overflow: auto;
} @media only screen and (max-width: 800px) { #indikatorenauswahl {
	height: 100%;
}}

#table-indikatoren {
	width: 100%;
	
	padding: 0;
	border-spacing: 0;
	font-size: 0.8em;
	cursor: pointer;
} @media only screen and (max-width: 320px) { #table-indikatoren {
	font-size: 0.6em;
}}

#table-indikatoren td {
	height: 28px;
} @media only screen and (max-width: 800px) { #table-indikatoren td {
	height: 20px;
	
	border: 1px solid transparent;
}}

.indikatortitel {
	padding: 0.1em 0 0.1em 0.4em;
}

.indikatorwert {
	width: 49px;
	
	text-align: right;
	padding-right: 6px;
} @media only screen and (max-width: 320px) { .indikatorwert {
	width: 34px;
}}

/* ----- Verteilungsanzeige ----- */
#verteilung {
	height: 6.45em;
}  @media only screen and (max-width: 320px) { #verteilung{
	display: none;
}}

#verteilung-axis {
	float:left;
	width: 2em; 
	height: 5em;
	
	padding: .1em .05em .1em .1em;
}

#verteilung-main {
	float:right;
	width: calc(100% - 2.15em); 
	height: 5.2em; 
}

#svg-verteilung {
	cursor: pointer;
}

#verteilung-buttons {
	height: 20px;
}

.verteilung-button {
	float: left;
	width: 25%;
	height: 100%;
	
	margin: 0;
	padding: 0;
	stroke: #555;
} .verteilung-button:hover {
	stroke: #333;
} .verteilung-button:active {
	stroke: #111;
}

.verteilung-button-svg {
	position: relative;
	top: 2px;
	height: 15px;
	
	stroke-width: 9;
	fill: none;
}
#verteilung-button-min-svg, #verteilung-button-max-svg {
	width: 15px;
}
#verteilung-button-back-svg, #verteilung-button-forward-svg {
	width: 9.375px;
}

/* ----- Optionen ----- */
.tooltipOptionen {
	font-size: 0.8em;
	max-width: 200px !important;	
	box-shadow:0px 0px 0px rgba(0,0,0,.2);
	text-shadow:0px 0px 0 #F4F4F4;
	font-family: Heebo, Verdana, Arial, Helvetica, sans-serif;
} @media only screen and (max-width: 320px) { .tooltipOptionen {
	font-size: 0.7em;
	max-width: 200px !important;	
	box-shadow:0px 0px 0px rgba(0,0,0,.2);
	text-shadow:0px 0px 0 #F4F4F4;
	font-family: Heebo, Verdana, Arial, Helvetica, sans-serif;
	
}} @media only screen and (max-width: 292px) { .tooltipOptionen {
	font-size: 0.6em;
	max-width: 200px !important;	
	box-shadow:0px 0px 0px rgba(0,0,0,.2);
	text-shadow:0px 0px 0 #F4F4F4;
	font-family: Heebo, Verdana, Arial, Helvetica, sans-serif;
	
}}


#optionen {
	font-size: 0.8em;
} @media only screen and (max-width: 954px) { #optionen {
	font-size: 0.7em;
}} @media only screen and (max-width: 855px) { #optionen {
	font-size: 0.6em;
}} @media only screen and (max-width: 800px) { #optionen {
	font-size: 0.8em;
	display: none;
}} @media only screen and (max-width: 339px) { #optionen {
	font-size: 0.7em;
}} @media only screen and (max-width: 303px) { #optionen {
	font-size: 0.6em;
}}

.option-group {
	display: block;
	width: calc(100% - 4px);
	height: 20px;
	
	margin: 2px 2px;
	padding: 2px 0;
}
#option-group-checkboxes {
	margin-bottom: 0;
}
#option-group-checkboxes2 {
	margin-top: 0;
}

.option-title{
	float: left;
	width: 77px;
	
	padding-left: 3px;
	line-height: 18px;
	text-align: left;
} @media only screen and (max-width: 954px) { .option-title {
	width: 69px;
}} @media only screen and (max-width: 855px) { .option-title {
	width: 57px;
}} @media only screen and (max-width: 800px) { .option-title {
	width: 77px;
}} @media only screen and (max-width: 339px) { .option-title {
	width: 69px;
}} @media only screen and (max-width: 303px) { .option-title {
	width: 57px;
}}

.option-group .ui-button.ui-widget{
	float: left;
    height: 18px;
    
    margin: 0 1px;
	padding: 0;
    line-height: 18px;
}

#option-group-grenzen .ui-button.ui-widget {
	width: calc(25% - 24.25px);
} @media only screen and (max-width: 954px) { #option-group-grenzen .ui-button.ui-widget {
	width: calc(25% - 22.25px);
}} @media only screen and (max-width: 855px) { #option-group-grenzen .ui-button.ui-widget {
	width: calc(25% - 19.25px);
}} @media only screen and (max-width: 800px) { #option-group-grenzen .ui-button.ui-widget {
	width: calc(25% - 24.25px);
}} @media only screen and (max-width: 339px) { #option-group-grenzen .ui-button.ui-widget {
	width: calc(25% - 22.25px);
}} @media only screen and (max-width: 303px) { #option-group-grenzen .ui-button.ui-widget {
	width: calc(25% - 19.25px);
}}
#option-group-farbklassenalg .ui-button.ui-widget {
	width: calc(50% - 44.5px);
} @media only screen and (max-width: 954px) { #option-group-farbklassenalg .ui-button.ui-widget {
	width: calc(50% - 40.5px);
}} @media only screen and (max-width: 855px) { #option-group-farbklassenalg .ui-button.ui-widget {
	width: calc(50% - 34.5px);
}} @media only screen and (max-width: 800px) { #option-group-farbklassenalg .ui-button.ui-widget {
	width: calc(50% - 44.5px);
}} @media only screen and (max-width: 339px) { #option-group-farbklassenalg .ui-button.ui-widget {
	width: calc(50% - 40.5px);
}} @media only screen and (max-width: 303px) { #option-group-farbklassenalg .ui-button.ui-widget {
	width: calc(50% - 34.5px);
}}
#option-group-farbkontrast .ui-button.ui-widget {
	width: calc(33.33333333% - 31px);
} @media only screen and (max-width: 954px) { #option-group-farbkontrast .ui-button.ui-widget {
	width: calc(33.33333333% - 28.3334px);
}} @media only screen and (max-width: 855px) { #option-group-farbkontrast .ui-button.ui-widget {
	width: calc(33.33333333% - 24.3334px);
}} @media only screen and (max-width: 800px) { #option-group-farbkontrast .ui-button.ui-widget {
	width: calc(33.33333333% - 31px);
}} @media only screen and (max-width: 339px) { #option-group-farbkontrast .ui-button.ui-widget {
	width: calc(33.33333333% - 28.3334px);
}} @media only screen and (max-width: 303px) { #option-group-farbkontrast .ui-button.ui-widget {
	width: calc(33.33333333% - 24.3334px);
}}
#option-group-checkboxes label[for="option-checkbox-reliefkarte"] {
	width: calc(33.3% - 4.5px);
	margin-left: 2px;
}
#option-group-checkboxes label[for="option-checkbox-tabelle"] {
	width: calc(33.3% - 4.5px);
}
#option-group-checkboxes label[for="option-checkbox-hilfe"] {
  width: calc(33.3% - 4.5px);
}
#option-group-checkboxes label[for="option-checkbox-hilfe"] span {
  display:inline-block; margin:0; padding:0 0 0 0; width:100%;
  background-image: url("images/ico-Help.svg");
  background-position: .4em 0;
  background-repeat: no-repeat;
  text-align:center;
}
#option-group-checkboxes2 label[for="option-checkbox-download"] {
	width: calc(50% - 5px);
	margin-left: 2px;
}
#option-group-checkboxes2 label[for="option-checkbox-kartenlink"] {
	width: calc(50% - 5px);
}

.option-group .ui-slider {
	float: left;
	width: calc(100% - 129px);
	
	margin: 4px 8px 0 8px;
} @media only screen and (max-width: 954px) { .option-group .ui-slider {
	width: calc(100% - 121px);
}} @media only screen and (max-width: 855px) { .option-group .ui-slider {
	width: calc(100% - 109px);
}} @media only screen and (max-width: 800px) { .option-group .ui-slider {
	width: calc(100% - 129px);
}} @media only screen and (max-width: 339px) { .option-group .ui-slider {
	width: calc(100% - 121px);
}} @media only screen and (max-width: 303px) { .option-group .ui-slider {
	width: calc(100% - 109px);
}}
.option-display {
	float: left;
	width: 30px;
	
	line-height: 18px;
	text-align: center;
}

/* ----- Links ----- */
#links {
} @media only screen and (max-width: 800px) { #links {
	display: none;
}}

.link {
	width: calc(100% - 4px);
	height: 18px;
	
	margin: 0;
	padding: 1px 0;
	font-size: 12.75px;
}
@media only screen and (min-width: 801px) { #link-impressum {
	margin-top: 2px;
}}

#links .link a:hover {
	color: rgba(170,80,0,1);
}

#links .link a::before {
	color: rgba(35,110,165, .4);
	content: "►";
	cursor: pointer;
	margin: 0 2px 0 3px;
}

#links .link a:hover::before {
	color: rgba(35,110,165, 1);
	content: "►";
}


/* ----- Hauptbereich ----- */
#main {
	float: left;
	width: calc(100% - 360px);
	height: 100%;
	margin-left: 1px;
	
  background-color:#efefef;
} @media only screen and (max-width: 1040px) { #main {
	width: 65%;
}} @media only screen and (max-width: 800px) { #main {
	width: 100%;
}} @media only print { #main {
	width: 100%;
}}

#main-content {
	position: relative;
	height: 100%;
	
	padding: calc(380px - 40%) calc(15% - 81px) 0 calc(27% - 70px);
} @media only screen and (max-width: 800px) { #main-content {
	padding: 0 8px;
}}

#kartenueberschrift {
  position: absolute; top: 10px; left: calc(6% - 30px);
  width: calc(22% + 320px);
  z-index: 1;
  padding: 2px;
  font-size: 1em;
  font-weight: 700;
} @media only screen and (max-width: 1160px) { #kartenueberschrift {
	width: 87%;	
}} @media only screen and (max-width: 800px) { #kartenueberschrift {
  position: relative; top: 0.5em; left: 0;
  width: calc(96% - 30px);
  padding: 0 0 1em;	
  font-size: 0.9em;
}} @media only screen and (max-width: 320px) { #kartenueberschrift {
  font-size: 0.7em;
}}

/* ----- Karte ----- */
#map {
	/*http://www.mediaevent.de/tutorial/svg-responsive.html
	"Wenn der umfassende Container die Höhe nicht explizit ausweist, setzt IE die Höhe der SVG-Grafik mit 150px fest und passt dann die Breite an. 
	Immerhin kann IE das Seitenverhältnis korrekt berechnen. Erst mit Microsoft EDGE endet dieses Dilemma.
	Eine vielfach propagierte Lösung setzt auf – nicht ganz unkompliziertes – CSS. 
	Der umfassende Container wird relativ, das SVG-Element absolut im umfassenden Container positioniert."*/
	
	position: relative;
	width:100%; 
	height: 100%; 
    display:inline-block; 
    vertical-align: middle;
    padding-bottom: 115.801614764%;  /* berechnet aus dem Seitenverhältnis height/width */
    overflow:hidden; 
}

#reliefkarte {
	position: absolute;
	width: 98.859749144%;
	height: 98.859749144%%;
	
	padding: 0.49429874572%;
}

.map-wrapper {
}

#map-wrapper-special {
	pointer-events: none;
}

.map-svg {
	position: absolute;
}

.geo {
	cursor: pointer;
}

@media only print { .noprint #tooltip, .noprint #hervorgehoben {
	display: none;
}}

#map-footer {
	width: calc(88% + 60px);
	max-width: 100%;
	margin: 10px 0 7px calc(6% - 30px);
	line-height: 125%;
	font-size: 0.75em;
}
/*@media only screen and (max-width: 800px) { #map-footer {
	position: static;
}}*/
@media only screen and (max-width: 560px) { #map-footer {
	margin: 5px 2px;
	font-size: 0.65em;
}} @media only screen and (max-width: 320px) { #map-footer {
	font-size: 0.55em;
}}

/*#map-footer-datenquelleID {
	width: 100%;	
	text-align: left;
}*/

/*Fußzeile der Seite*/
#map-footer-CopyrightImpressum {
	font-size: 0.8em;
	float: left;
	margin-top: 6px;
 	background-color: #fff;
 	border-top: 3px solid #236ea5;
	padding: 3px 10px 4px 10px;
	width: calc(100% - 20px);
} @media only print { #map-footer-CopyrightImpressum {
	position: fixed;
	bottom: 0;
	left: 0;
}}

#map-footer-Impressum{
	float: left;
	margin: 0;
	padding: 0;
} @media only print { #map-footer-Impressum {
	display: none;
}} @media only screen and (max-width: 560px) { #map-footer-Impressum {
	width: 100%;
}}


#map-footer-Impressum li:not(:first-child)::before{
	content: "|";
	padding: 0 8px 0 8px;
} @media only screen and (max-width: 560px) { #map-footer-Impressum li:not(:first-child)::before{
	content: unset;
}}

#map-footer-Impressum li{
    float: left;
    display: block;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    list-style-type: none;
} @media only screen and (max-width: 560px) { #map-footer-Impressum li {
    width: 100%;
    padding: 1px 5px;
}}

#map-footer-Copyright{
	float: right;
	margin: 1px 0 0 0;
	padding: 0;
	line-height: 100%;
} @media only screen and (max-width: 560px) { #map-footer-Copyright {
	width: 100%;
	text-align: center;
	padding: 2px 5px 1px 5px;
}}


/* ----- Legende ----- */
#legende {
	position: absolute;
	top: 65px;
	left: calc(6% - 30px);
} @media only screen and (max-width: 800px) { #legende {
	top: 40px;
	left: 0;
}} @media only screen and (max-width: 620px) { #legende {
	position: relative;
	top: 0;
	/*left: calc(50% - 72px);*/
}}

#table-legende {
	border-spacing: 0 1px;
	border: 0px solid #00ff00; 
	margin-top: 1px;
}

.table-legende-row {
	padding-left: 2px;
	outline: 1px solid transparent;
}

#legende-header {
	padding-left: 3px;
	font-size: 0.8em;
	font-weight: normal !important;
} @media only screen and (max-width: 320px) { #legende-header {
	font-size: 0.7em;
}}

.legendeFarbAnzeige-svg {
	width: 30px;
	height: 15px;
	margin: 1px 4px -2px 0;
	border: 1px solid #333333;
	shape-rendering: geometricprecision;
} @media only screen and (max-width: 800px) { .legendeFarbAnzeige-svg {
	width: 24px;
	height: 12px;
}}

.legendeBeschriftung {
	padding: 0 2px;
	text-align: left;
	font-size: 0.8em;	
} @media only screen and (max-width: 800px) { .legendeBeschriftung {
	padding: 0px 2px;
	font-size: 0.7em;
}} @media only screen and (max-width: 320px) { .legendeBeschriftung {
	padding: 0px 2px;
}} 

/*unter - bis unter - und mehr*/
.legendeBeschriftung:nth-child(3) {
	text-align: right !important;
} 

.legendeBeschriftung-value {
	padding: 0 5px 0 8px;
	text-align: right;
}

.legendeBeschriftung-double {
	padding: 0px 4px;
	text-align: center !important;
} @media only screen and (max-width: 800px) { .legendeBeschriftung-double {
	padding: 0px 4px;
}} @media only screen and (max-width: 320px) { .legendeBeschriftung-double {
	padding: 0px 4px;
}}

.legendeBeschriftung-triple {
	padding: 0px 4px;
	max-width: 150px;
	line-height: 1.15em;
} @media only screen and (max-width: 800px) { .legendeBeschriftung-triple {
	padding: 0px 0px;
}} @media only screen and (max-width: 320px) { .legendeBeschriftung-triple {
	padding: 0px 0px;
}}

#landesdurchschnitt, #legendenzusatz {
	margin: 4px 0 6px 2px;
	font-size: 0.8em;
} @media only screen and (max-width: 800px) { #landesdurchschnitt, #legendenzusatz {
	font-size: 0.7em;
}}

#pin {
	position: absolute;
	top: 10px;
	right: 2%;
	width: 30px;
	height: 36px;
	z-index: 2;
	
	cursor: help;
} @media only print { #pin {
	display: none;
}}
.pin-svg-path {
	stroke-width: 0; 
	fill: #333;
}
.pin-svg-path-needle {
	fill: #555;
}
#pin-svg-rect {
	stroke-width: 0;
	fill: #777;
	shape-rendering: crispEdges;
}
.pin-svg-path-crisp {
	shape-rendering: crispEdges;
}
.pin-svg-path-precise {
	shape-rendering: geometricPrecision;
}

.map-overlay {
	position: absolute;
	left: 15%;
	top: 25%;
	width: 70%;
	z-index: 3;
	
	padding: 0 7px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	text-align: center;
	font-size: 1em;
} @media only screen and (max-width: 320px) { .map-overlay {
	font-size: 1em;
}}
#map-overlay-ajaxfail {
	border: 2px solid #b00;
	background-color: #ffeeee;
}
#overlay-ajax-close {
	position: absolute;
	right: 0;
	top: 0;
	
	margin: 2px;
	background-color: #fff3f3;
}
#svg-ajaxfail-close {
	position: absolute;
	top: 4px;
	left: 4px;
}