/*#region Allgemein*/
seite{
    display:none;
}
body {
	display:flex;
    flex-direction: column;
    background-color: black;
    font-family: Arial, Helvetica;
	position:fixed;
	top:0;
	left:0;
	height:100vh;
	width:100vw;
	overflow:hidden;
	margin:0;
	display:flex;
}

* {
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

div {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}

button{
    border: none;
}
.button{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.55) 5px 5px 5px;
    font-size: 2em;
    padding: 0.25em;
	cursor: pointer;
}
header{
    background-color: black;
    color: white;
    font-size: 1.5em;
    text-align: center;
}
footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    text-align:center;
    padding: 2px;
}
verlauf{
    display: none;
	flex-direction: column;
    flex-grow: 2;
    background-color: white;
	padding: 0 0.5em 0.5em 0.5em;
	overflow-x: hidden;
	overflow-y: scroll;
	color: white;
}
verlaufseintrag{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-image: linear-gradient(166deg, rgba(216,228,18,1) 0%, rgba(44,179,185,1) 54%, rgba(0,212,255,1) 100%);
	border-radius: 10px;
	margin-top: 0.5em;
	padding: 0.5em;
}
verlaufsdatatum{
	font-size: 2.5em;
}
verlaufszeiten{
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	margin-left: 1em;
}
verlaufsstrecken{
	display: flex;
	flex-direction: column;
	margin-right: 1em;
}
verlaufsstrecke{
	text-align: right;
}
#pageselector{
    display: flex;
    flex-direction: row;
    color: white;
}
#pageselectorH{
	display: none;
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
	border: none;
	outline: none;
	font-size: 2.5em;
}
.psbutton{
    width: 33.3%;
    padding: 0.3em;
    text-align: center;
    font-size: 1.5em;
	white-space: nowrap; 
  	overflow: hidden;
  	text-overflow: ellipsis;
	cursor: pointer;
}
#tourstartanzeige{
	display: none;
	position: absolute;
	width: 100vw;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0, .1);
}
#bttourstart{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}
karte{
	flex-grow:2;
	background-color: white;
    overflow: hidden;
}
#map{
    display: block;
	height: calc(100% + 1024px);
	width: calc(100% + 1024px);
    position: relative;
    top: -512px;
    left: -512px;
    transition: transform 1s linear;
    transform-origin: center;
}
#marker{
    position: absolute;
    top: 330px;
    left: 300px;
    height: 7vh;
}
info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 4em;
    background-color: black;
    color: white;
    border-radius: 0.25em;
    padding: 0.25em;
    text-align:center;
    box-shadow: rgba(0, 0, 0, 0.55) 5px 5px 5px;
    font-weight: bold;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
.titel{
    font-size: 0.3em;
    font-weight: normal;
	cursor: pointer;
}
.speed{
	cursor: pointer;
}
.distance{
	cursor: pointer;
}
.position{
    width: auto;
	cursor: pointer;
}
.timedisplay{
    width: auto;
	cursor: pointer;
}
.playpause{
	text-align: center;
	cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0.5em;
}
.kmdisplay{
	text-align: center;
	cursor: pointer;
    text-overflow: ellipsis;
}

#gpsPfeil{
    position: absolute;
}
#gpsFehler{
	font-size:5vh;
	font-weight:bold;
	text-align:center;
	color:white;
    margin: 10%;
    width: 25%;
}
#kartenmenue{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    top:0;
    left:0;
    width: 100%;
    padding: 1em;
}
.zentriert {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.eingabefeldUnterstrich {
    display: block;
    width: 100%;
    margin: 5% 0 0 0;
    outline: none;
    border: none;
    border-bottom: 1px solid black;
    background-color: white;
    border-radius:0;
    text-align: center;
    font-size: 1em;
}
.eingabefeldBeschriftung{
    display: block;
    width:100%;
    font-size: 0.8em;
    text-align:center;
    color:#555555;
    margin-top: 5px;
}
inputlabel{
    display:block;
    width:100%;
    font-size: 0.7em;
    margin: 0 0 0.5em 0;
    text-align: center;
    color: #555555;
}

.schaltflaeche {
    outline: none;
    background-color: white;
    font-size: 1.3em;
    font-weight: bold;
    cursor: pointer;
}

.tblBeschriftung {
    background-color: #777777;
    color: white;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 1em;
}

.tblEingabefeld {
    width: 100%;
    border: none;
    outline: none;
    background-color: white;
    padding: 0 2%;
    font-size: 1em;
}
/*#endregion*/

/*#region Einstellungen*/
#debugger{
    display: none;
    flex-grow: 2;
    background-color: white;
    overflow-x: hidden;
    overflow-y: scroll;
}

debugInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 0.25em;
    text-align:center;
    box-shadow: rgba(0, 0, 0, 0.55) 5px 5px 5px;
    font-weight: bold;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    font-size: 1.4em;
    margin: 0.5em 0;
    height: fit-content;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
debugInfoRow{
	display: flex; 
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden;
}
debugInfoColumn1{
	display:block; 
	flex-grow: 2;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
debugInfoColumn2{
	display:block; 
	min-width: 50%;
	max-width: 50%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.debugDescription{
    margin-left: 0.5em;
}
.debugFeld{
    display: flex;
    flex-direction: row;
    padding: 1em;
    font-size: 2em;
}
/*#endregion*/
/*#region Startseite*/
#startseite{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(166deg, rgba(216,228,18,1) 0%, rgba(44,179,185,1) 54%, rgba(0,212,255,1) 100%);
}
/*#endregion*/
/*#region Fenster*/
FensterGesamt{
	display:none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position:absolute;
	top:0px;
	left:0px;width:100vw;
	height:100vh;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

Fenster{
	display:flex;
	flex-direction:column;
    background-color: white;
	border-radius: 10px;
	border: 1px solid black;
	box-shadow: 1vh 1vh 1vh black;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

FensterTitel{
	background-color: #222;
	color: white;
	text-align:center;
    font-size: 2em;
	font-weight:bold;
	padding: 0.2em 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
/*#endregion*/
/*#region Warteanzeige*/
#Warteanzeige {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.2);
}

.loader {
    margin: 45vh auto;
    border: 0.3em solid #ffc; /*#DCDEDD;  Light grey */
    border-top: 0.3em solid rgba(100, 100, 100, 0); /*#3498db; Blue */
    border-radius: 50%;
    width: 2em;
    height: 2em;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*#endregion*/