/* 

Walking Archive CSS for the Admin Console
Author: Farhan Khalid
URL: https://walkingarchive.de

*/

:root {
	--primary-color: #B79082;
	
}

html{color:#333;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Work Sans', sans-serif;
	vertical-align: baseline;
	background: transparent;
}

address, cite, q, dfn {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display: block;
}

a, ins, del {
	text-decoration: none
}

q, blockquote {
	quotes: none;
}

q:after, q:before,
blockquote:after, blockquote:before {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	vertical-align: top;
}

th {
	text-align: left;
}

button, input, select, textarea {
	font: inherit;
	outline: none;
}
.clear {
	clear: both;
}
.spacer {
	height: 40px;
}

/* 1.2 =Default
---------------------------------------------------------------------- */

body {
	color: #666;
	font-size: 14px;
}
body.simple {
	background: white;
}



a {
	color: var(--primary-color);
}

del { text-decoration: line-through; }
li  { list-style: none; }

button,
input[type="submit"],
input[type="button"],
input[type="image"],
label > input[type="checkbox"],
label > input[type="radio"] {
	cursor: pointer;
}

p, ul, ol, blockquote, pre, dl, table {
	margin-bottom: 20px;
}

ol, ul {
	margin-left: 40px;
}

ol li {
	list-style: decimal;
}

ul li {
	list-style: square;
}

li.spaced {
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

pre {
	margin-left: -20px;
	margin-right: -20px;
	padding: 10px 20px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	background-color: #1d1f21;
}

code {
	font-family: "Monaco", "Consolas", "Lucida Console", "Courier New", "Courier";
	background-color: #1d1f21;
}

h1 {
	font-size: 48px;
	font-weight: 300;
	color: black;
	margin-bottom: 16px;
}
h1 a {
	vertical-align: middle;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin-bottom: 16px;
}
h2 a {
	color: black;
}
h3 {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 16px;
	opacity: 0.7;
}


.pagecontent img {
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
	max-width: 100%;
}


/* Page elements */
.accountinfo {
	background: rgba(255, 255, 255, 0.3);
	padding: 10px;
	color: white;
	text-align: right;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: -20px;
	margin-bottom: 0px;
}
.accountinfo a {
	margin-left: 10px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}
.accountinfo a.account {
	font-weight: bold;
	color: rgba(255, 255, 255, 1.0);
}



.nav {
	width: 380px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	position: fixed;
	background: white;
	text-align: right;
}
.navinner {
	padding: 20px;
	padding-right: 30px;
}
.navinner ul {
	margin: 0;
	padding: 0;
}
.navinner ul hr {
	border: none;
	max-width: 33%;
	border-top: 2px solid #ddd;
	text-align: left;
	margin: 0;
	margin-bottom: 20px;
}
.navinner ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.navinner ul li a {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #aaa;
}
.navinner ul li a.selected {
	color: black;
}


.actions {
	padding-top: 20px;
	padding-bottom: 10px;
}
.button {
	background: black;
	display: inline-block;
	color: white;
	border-radius: 40px;
	line-height: 40px;
	padding-left: 24px;
	padding-right: 24px;
	margin-right: 16px;
}
.buttondisabled {
	background: #efefef;
	display: inline-block;
	color: #aaa;
	border-radius: 40px;
	line-height: 40px;
	padding-left: 24px;
	padding-right: 24px;
	margin-right: 16px;
}
.dark .button {
	background: white;
	color: black;
}

.singleview {
	max-width: 800px;
	margin: 0 auto;
}
.singleview video {
	margin-bottom: 20px;
}


.footer {
	font-size: 12px;
	line-height: 20px;
	clear: both;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: right;
	color: #AAA;
}
.footer a {
	text-decoration: underline;
}
.wrapper .content.plain {
	background: white;
	border: none;
	max-width: 400px;
	margin-top: 40px;
	padding-top: 10px;
	margin: 0 auto;
}



.actionoverlay {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
}



.actionbutton {
	display: inline-block;
	padding: 10px 30px;
	background: var(--primary-color);
	color: white;
	margin-bottom: 20px;
}


.popupdialog {
	position: fixed;
	bottom: 10px;
	width: 760px;
	left: 50%;
	margin-left: -390px;
	padding: 10px;
	font-size: 18px;
	color: white;
	font-weight: 300;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	opacity: 0.9;
	display: none;
	z-index: 999;
}
.popupdialog .content {
	float: left;
	padding-left: 10px;
}
.popupdialog a.dismiss {
	float: right;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: white;
	display: block;
	padding-right: 10px;
	margin-top: 3px;
}


.msgsuccess {
	padding: 20px;
	border: 2px solid #0c0;
	color: #070;
	margin-bottom: 30px;
	background: rgba(255, 255, 255, 0.5);
}


.mapcontainer,
.mapboxgl-map {
	position: absolute !important;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	/* height: calc(100vh - 70px - env(safe-area-inset-bottom)); */
	height: auto;
	bottom: calc(env(safe-area-inset-bottom) + 70px);
}

.mapboxgl-popup,
.mapboxgl-marker {
	z-index: 1;
}
.marker-hilde {
	background: rgba(30, 21, 184, 0.85);
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: white;
	text-align: center;
}
.marker-hilde.hidden {
	display: none;
}
.marker-daniel {
	background: rgba(18, 216, 0, 0.85);
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: white;
	text-align: center;
}
.marker-daniel.hidden {
	display: none;
}
.marker-doris {
	background: rgba(231, 79, 43, 0.85);
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: white;
	text-align: center;
}
.marker-doris.hidden {
	display: none;
}
.marker-christoph {
	background: rgba(67, 145, 239, 0.85);
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: white;
	text-align: center;
}
.marker-christoph.hidden {
	display: none;
}
.marker-carola {
	background: rgba(241, 220, 24, 0.85);
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: white;
	text-align: center;
}
.marker-carola.hidden {
	display: none;
}
.marker-stefansilvia {
	background: rgba(236, 92, 200, 0.85);
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: white;
	text-align: center;
}
.marker-stefansilvia.hidden {
	display: none;
}
.marker-christina {
	background: rgba(174, 159, 42, 0.85);
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: white;
	text-align: center;
}
.marker-christina.hidden {
	display: none;
}
.marker-rim {
	background: rgba(136, 165, 171, 0.85);
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: white;
	text-align: center;
}
.marker-rim.hidden {
	display: none;
}
.marker-kaya {
	background: rgba(83, 126, 88, 0.85);
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: white;
	text-align: center;
}
.marker-kaya.hidden {
	display: none;
}


.menu {
	height: 70px;
	bottom: env(safe-area-inset-bottom);
	left: 0;
	right: 0;
	background: black;
	font-size: 0;
	position: fixed;
	display: flex;
	flex-direction: row;
	z-index: 4;
}
.menu a {
	display: block;
	font-size: 11px;
	color: white;
	box-sizing: border-box;
	height: 70px;
	padding-top: 48px;
	text-align: center;
	flex-grow: 1;
}
.menu a.selected {
	background-color: rgba(255, 255, 255, 0.3);
}
.menu a.map {
	background-image: url(../images/icon-map.svg);
	background-position: center 16px;
	background-repeat: no-repeat;
	background-size: auto 24px;
}
.menu a.overlap {
	background-image: url(../images/icon-overlap.svg);
	background-position: center 14px;
	background-repeat: no-repeat;
	background-size: auto 24px;
}
.menu a.card {
	background-image: url(../images/icon-card.svg);
	background-position: center 14px;
	background-repeat: no-repeat;
	background-size: auto 28px;
}
.menu a.team {
	background-image: url(../images/icon-team.svg);
	background-position: center 17px;
	background-repeat: no-repeat;
	background-size: auto 26px;
}
.menu a.rings {
	background-image: url(../images/icon-rings.svg);
	background-position: center 14px;
	background-repeat: no-repeat;
	background-size: auto 28px;
}


.mainnav {
	background: black;
	padding: 20px;
	margin-bottom: 30px;
}
.mainnav a.right {
	float: right;
	font-size: 12px;
	color: white;
	margin-top: -30px;
}
.logo {
	width: 90px;
	height: 45px;
	background: url(../images/logo.svg) center center no-repeat;
	background-size: 100% auto;
	display: block;
}

.dialog {
	position: fixed;
	bottom: calc(env(safe-area-inset-bottom) + 70px);
	left: 0;
	top: 0;
	right: 0;
	overflow: auto;
	background: white;
	z-index: 3;
}
.dialog.tab {
	z-index: 4;
}
.dialog.dark {
	background: black;
	color: white;
}
.dialog.info {
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	border-radius: 0;
}
.dialog img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.dialog.spaced {
	left: 50px;
	right: 50px;
	top: auto;
	border-radius: 10px;
	bottom: calc(env(safe-area-inset-bottom) + 170px);
}
.dialog .inner {
	padding: 20px;
}
.dialog .inner.overflows {
	max-height: 40vh;
	overflow: auto;
}
.dialog .inner.overflows.intro {
	height: 210px;
}
.dialog .arrow {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 20px;
	top: 14px;
	background: url(../images/icon-arr-down.svg) center center no-repeat;
	background-size: 24px auto;
	z-index: 1;
}
.dialog.collapsed .c {
	height: 20px;
	overflow: hidden;
}
.dialog.info.collapsed .c {
	height: 26px;
}
.dialog.collapsed .arrow {
	background: url(../images/icon-arr-up.svg) center center no-repeat;
	background-size: 24px auto;
	opacity: 0.3;
}

.stdlist {
	margin: 0;
	padding: 0;
}

.stdlist li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}
.stdlist li.highlighted {
	margin: -10px;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 18px;
}

.audioplayer {
	position: fixed;
	bottom: 90px;
	left: 50px;
	right: 50px;
	z-index: 3;
}
.audioplayer audio {
	width: 100%;
}

.locationinfo {
	width: 240px;
	position: fixed;
	z-index: 3;
	bottom: 149px;
	right: 36px;
	padding-right: 59px;
	padding-bottom: 47px;
	background: url(../images/icon-arrow-bottom-right.svg) bottom right no-repeat;
	background-size: 70px auto;
}
.locationinfo.wider {
	width: auto;
	left: 30px;
	right: 30px;
	padding: 10px;
	top: 50%;
	margin-top: -70px;
	background: none;
}
.locationinfo h2 {
	color: white;
}
.locationinfo .inner {
	border-radius: 20px;
	background: black;
	color: white;
	padding: 30px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.locationinfo small {
	font-size: 11px;
	display: block;
	opacity: 0.7;
	margin-top: 10px;
}
.locationinfo .actions {
	margin: 0;
}
.locationinfo .actions .button {
	background: white;
	color: black;
	width: auto;
	display: block;
	text-align: center;
}

.mapboxgl-popup-close-button {
	font-size: 24px;
	padding: 10px;
}
.mapboxgl-popup-content img {
	display: none;
}
.mapboxgl-popup-content .inner h3 {
	font-weight: bold;
	color: black;
	opacity: 1;
	margin-bottom: 10px;
    margin-right: 30px;
}
.mapboxgl-popup-content .inner .c {
	font-size: 13px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
}
.mapboxgl-user-location-accuracy-circle {
	z-index: 0;
}

.mcontainer {
	max-width: 800px;
	margin: 0 auto;
}


table {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
table th,
table tr,
table td {
	box-sizing: border-box;
	font-size: 14px;
}
table tr {
	
}
table th {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
table td {
	border-bottom: 1px solid #ddd;
	padding-top: 14px;
	padding-bottom: 14px;
	vertical-align: top;
	padding-right: 10px;
}
table .btn {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	border-radius: 4px;
	color: white;
	padding: 4px 10px;
	font-size: 12px;
	vertical-align: top;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
table .btn:hover {
	background: black;
}
table .btn.light {
	background: white;
	color: var(--primary-color);
}
table .btn.disabled {
	background: #efefef;
}
table .btn.disabled:hover {
	background: #efefef;
}
table small {
	font-size: 12px;
}
table tr em {
	font-style: normal;
	border:  1px solid orange;
	display: inline-block;
	font-size: 12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border-radius: 20px;
}
table .details {
	display: none;
}
table .details span {
	color: #999;
}
table td:hover .details {
	display: block;
	position: absolute;
	font-size: 13px;
	line-height: 18px;
	background: white;
	padding: 16px;
	max-width: 320px;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}


.arr-right {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.arr-right:hover {
	opacity: 0.7;
}
.arr-left {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.arr-left:hover {
	opacity: 0.7;
}

.markerindex {
	line-height: 24px;
	width: 24px;
	margin-top: -4px;
	border-radius: 24px;
	background: black;
	color: white;
	display: inline-block;
	text-align: center;
}

a.add {
	font-size: 40px;
	font-weight: 300;
	color: white;
	background: var(--primary-color);
	border-radius: 50px;
	line-height: 50px;
	display: inline-block;
	width: 50px;
	text-align: center;
}
a.add:hover {
	background: black;
}


.mform {
	margin-top: 10px;
}
.mform.right {
	float: right;
}
.mform .hfield {
	opacity: 0;
}
.mform p {
	color: #000;
	margin-bottom: 40px;
}
.mform p small {
	font-size: 12px;
	color: #999;
}
.mform .field {
	margin: 0 auto;
	margin-bottom: 20px;
}
.mform .field.file {
	padding-top: 6px;
	padding-bottom: 6px;
}
.mform .field.centered {
	text-align: center;
}
.mform .field label {
	font-size: 14px;
	color: black;
	margin-bottom: 4px;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
.mform .field small {
	font-size: 12px;
	margin-bottom: 4px;
	display: block;
}
.mform.paged .field label {
	margin-bottom: 10px;
}
.mform .field textarea {
	background: none;
	border: none;
	border-bottom: 1px solid #ddd;
	width: 400px;
	height: 30px;
	padding: 3px 0;
	letter-spacing: 0;
	font-size: 16px;
	border-radius: 5px;
}
.mform .field .editorwrap {
	background: #efefef;
    border: none;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    line-height: 20px;
	font-size: 16px;
}
.mform .field .editorwrap.larger {
	height: 100vh;
}
.mform .field textarea.large {
	height: 200px;
}
.mform .field .commentpreview {
	display: inline-block;
	width: 35px; 
	height: 35px;
	margin-right: 13px;
	border-radius: 35px;
	margin-left: 40px;
	opacity: 0.6;
	background: none repeat scroll 0 0 #ddd;
	background-size: 35px 35px;
	content: '\f304';
	font-size: 60px;
	line-height: 70px;
}
.mform .field.spaced {
	padding-top: 20px;
	padding-bottom: 20px;
}
.mform .field .l {
	width: 160px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}
.mform .field.focused .l {
	padding-top: 15px;
	height: 50px;
}
.mform.column .field .l {
	width: 100px;
	padding-top: 1px;
}
.mform .field .l.wider {
	width: 200px;
}
.mform .field .v {
	width: 400px;
	float: left;
}
.mform.column .field {
	clear: both;
}
.mform.column .field .v {
	width: 280px;
	float: right;
}
.mform .field .v small {
	display: block;
	font-size: 12px;
	padding: 3px;
}
.mform .field textarea.comment {
	width: 480px;
	font-size: 13px;
	height: 24px;
}
.mform .field input[type="text"],
.mform .field input[type="password"],
.mform .field input[type="email"],
.mform .field textarea {
	background: #efefef;
	border: none;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 20px;
	border-radius: 5px;
}
.mform .field input[type="text"].half {
	width: 49.5%;
}
.mform .field textarea {
	height: 200px;
}
.mform .field input.narrow {
	width: 70px;
}
.mform .fieldsub {
	margin-top: -21px;
	margin-bottom: 4px;
}
.mform .fieldsub .nd {
	width: 60px;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 10px;
	color: #aaa;
	display: inline-block;
}
.mform.column .field input[type="text"],
.mform.column .field input[type="password"],
.mform.column .field input[type="email"] {
	width: 100%;
	font-size: 14px;
}
.mform .field input[type="text"].smalltf {
	font-size: 14px;
	width: 100px;
	padding: 4px;
	margin-right: 3px;
	margin-bottom: 4px;
}
.mform .field input.half {
	width: 48%;
}
.mform .field input.half.right {
	float: right;
}
.mform .field span {
	display: block;
	font-size: 13px;
}
.mform .field span.inline {
	display: inline;
}
.mform .field span.validation {
	color: #c00;
	display: none;
}
.mform .field span.validationError {
	display: block;

}
.mform .field span.validationError p {
	color: #c00;
}

.mform .field .strength {
	height: 3px;
	background: #ddd;
}
.mform .field .strength .value {
	background: #ff9000;
	height: 3px;
}
.mform .submit a {
	color: #999;
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
	clear: both;
}
.mform .submit a.dark {
	color: #000;
}
.mform input[type="button"],
.mform input[type="submit"] {
	border: none;
	padding: 14px 40px;
	display: block;
	color: white;
	background: var(--primary-color);
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 30px;
}
.mform input[type="button"]:hover,
.mform input[type="submit"]:hover {
	background: #000;
}
.mform p {
	margin-bottom: 10px;
}
.mform select {
	display: block;
	width: 100%;
	padding: 5px;
	height: 40px;
	background: #efefef;
	border: none;
}