a:hover {
	color: blue;
}
a:active {
	color: blue;
}
a:visited {
	text-decoration: none;

}

.klein {font-size:90%;}
.kleiner {font-size: 80%;
	color: #0000FF;
	vertical-align: top;}
.auswahlliste {
    margin-left: 20px;
}
.auswahlliste label {
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
}

.groesser {font-size: 130%;
	font-weight:bold; }
.ueberschrift {font-size: 130%;
	vertical-align: top;}
.tabV div div {
	height: 20px;
}

.warnung {color: #FF0000}
.button {
    cursor: pointer;
	background-color:#FFFFFF;
	width:95%;
    max-width: 500px;
	min-height:40px;
	border-left: 3px;
	border-top: 3px;
	border-right: 3px;
	border-bottom: 3px;
	border-style: solid;
	border-color:#666600;
	text-align: left;
	vertical-align:middle;
}
.button2{
	height: 40px;
    min-width: 60px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.seitenwechsel { 
	background-color:#CCCCCC;
	text-align:center;
	vertical-align:middle;
}
#zutext {
	display: none;
	float: right;
}
.linktext {
	vertical-align:top;
	display:inline;
}
.oi_infotext {
	color: #000099;
}
a:link {
	text-decoration: none;
	color: #000099;
}

.kopf {
	padding: 10px;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}
.tabV0 {
	width: 180px;
}
.tabVdiv {
	background-color: #FFFFCC;
    width: 100%;
	height: 40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.tabVimg {
	display: block;
	float: right;
	padding-top: auto;
	padding-bottom: auto;
}
.tabVdivdiv {
    height: 20px;
}
#gedtripAuswahlFooter {
	background-color: #FFFFCC;
    width: 90%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#gedtripWerbebanner {
    display: none;
    width: 90%;
    height: 135px;
    margin-left: auto;
    margin-right: auto;
}
#gedtripWerbebanner img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	font-size: 14px;
	background-attachment: fixed;
	background-color: #FFFFFF;
}
#GeD-Trip {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#textContainer {
	position: relative;
	top: 0px;
	float: right;
	overflow:auto;
}
#oioi {
	overflow: auto;
	height: 300px;
	padding: 10px;
	background-color: #FFFFCC;
}
#oioi_standalone {
	overflow: auto;
	padding: 10px;
	background-color: #FFFFCC;
}
#mediablock #oi_video {
	height: 0px;
}
.oinfo {
    background-color: #ffc;
	overflow: auto;
	vertical-align: top;
}
.oinfo p,img {
    padding-left: 8px;
    padding-right: 8px;
}

.oibilder {
	max-width: 1020px;
	background-color: #cccccc;
	overflow-x: hidden;
}
.oibilder button {
    max-width: 500px;
}

.oibilder0 {
	display: flex;
	justify-content: flex-start;
    align-items: flex-end;
	background-color: #ddeeff;
	overflow-x: hidden;
}
.oiGrafik   {
	padding-top: 20px;
	text-align: center;
}
.oitext {
}

.oilupe {
	float: right;
}
.oi_name {
    font-size: 130%;
	font-weight:bold;
}
.oi_beschreibung {
    max-width: 1200px;
}
.oi_kategorie, .oi_bildbeschr, .oi_autor {
    font-size: 80%;
	color: #0000FF;
}
.oi_haltestelle, .oi_homepage, .oi_adresse {
	color: #000099;
}
.oi_bild {
	width: 340px;
}
.oi_bild img {
    display: block;
	max-width: 320px;
	max-height: 320px;
    margin-left: auto;
    margin-right: auto;
}
.oi_bildbeschr {
	padding: 10px;
    vertical-align: bottom;
}
.oiprev, .oinext, .oipfeil {
    cursor: pointer;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    padding: 5px 10px;
    transition: 0.6s ease;
}
.oiprev {
    float: left;
}
.oinext {
    float: right;
}
.oibildsliderdots {
    display: flex;
    justify-content: center;
	text-align: center;
}
.oidots {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.oidotgap {
    max-width: 20px;
    flex: 0 1 20px;
}
.oi_dot {
    cursor: pointer;
    height: 30px;
    width: 30px;
    flex-shrink: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.oi_dot span {
    height: 20px;
    width: 20px;
    margin: 5px 5px;
    display: inline-block;
    border-radius: 50%;
}
.bildsliderdefault {
    background-color: #bbb;
}
.bildslideractive {
    background-color: #717171;
}
.bildsliderstopped {
    background-color: #c00;
}
.oi_dot:hover {
    background-color: #717171;
}

#objektliste {
	table-layout: fixed;
	margin: 5px;
	border-width: 1px;
	border-color: #666666;
}
#objektliste td {
	margin-top: 3px;
	background-color: #FFFFCC;
	padding: 5px;
}
#ol {
    width: 100%;
	max-width: 800px;
	margin-top: 5px;
    border-collapse: separate;
    border-spacing: 5px;
}
#ol td {
	background-color: #FFFFCC;
	padding: 5px;
}
/*#ol_bild {
	width: 50px;
}*/
.ol_bild {
    width: 20%;
}
.ol_bild img{
    width: 100%;
    min-width: 50px;
}
.ol_name {
    font-weight: bold;
}
.olAdressfeld {
    width: 30%;
}
.olDist {
    text-align: right;
    width: 1%;
}


.gedVideo {
    max-width: 100%;
    max-height: 100%;
}

/*#ol_dist {
    width: 30px;
}*/

.liste_markiert {
	background-color: #cccc00;
}

#svgContainer {
	position: fixed;
	top: 0px;
	background-color: #999999;
}

#trennbalken {
	position: relative;
	right: 0px;
	float: right;

}

#mediablock video {
	display: block;
	max-width:100%;
}
#svgbox {
	display: inline;
}

.block {
	display: block;
}
.inline {
	display: inline;
}
.inline-block {
	display: inline-block;
}
.left {
	float: left;
}
.lupe {
	float: right;
	display: none;
}
#svg00 {
	position: relative;
	width: 10px;
	height: 10px;
}
.flaggen {
	display:inline-block;
	margin: 5px;
}
.flagge {
	margin: 5px;
}
.balkenUnten {
	border-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-color:#666600;
}

#neuAudio {
	display:none;
}
.hidden {
	display:none;
}
.breite400 {
	width: 400px;
}
.unsichtbar {
	display: none;
}

#tipinfo {
	display: none;
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    top: 0;
    background-color: white;
}
#tipinfo td {
	height: 50px;
	padding: 5px;
}
#modalesfenster {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#modal {
	background-color: #fefefe;
    margin: 20% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 3px solid #f66;
    width: 50%; /* Could be more or less, depending on screen size */
	text-align: center;
}
#modal button{
	height: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#modal input{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#progressBar {
	width: 200px;
	height: 10px;
    margin: 10% auto;
	background-color: #666;
}
.progress {
	width: 100%;
	height: 100%;
	background-color: limegreen;
}
.formblock {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
}
#anzeigefenster {
	flex: 1 0 600px;
	height: 800px;
	border-style: groove;
	border-color: #EDEDED;
	display: inline-block;
	overflow: auto;
}
#arbeitsfenster {
	flex: none;
	display: block;
	vertical-align: top;
}
#listenfenster {
	border-top: medium double #555555;
	background-color: white;
}
#listenfenster table {
	border-top: thin solid #555555;
	background-color: #FDF9D1;
	max-width: 100%;
}
#listenfenster th {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size: small;
	text-transform: capitalize;
}
#listenfenster td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top: thin solid #BABABA;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: small;
}
#ausgabelistenFenster {
	flex: 0 0 20em;
}

.svgObjekt {
    font-size: 10;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: red;
}

#track line {
    stroke: purple;
    stroke-width: 2;
    stroke-linecap: round;
}
#strecke polyline {
    stroke: red;
    stroke-width: 3;
    stroke-linecap: round;
    opacity: 0.6;
    fill: none;
}

