* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Times New Roman";
	letter-spacing: -0.03rem;
	color: var(--micrio-main-color); 
	font-size: 18px;
}

body {
	overflow: hidden;
}
h1, h2, h3 {
	font-weight: normal;
	font-size: 2vw;
}
.sans, .media-controls, .sans * {
	font-family: 'Helvetica';
	font-size: 14px;
	color: var(--micrio-main-color); 
}
.small,  .small * {
	font-size: 12px;
}
micr-io {
	width: 100vw;
	height: 100vh;
}
canvas.micrio {
	background: white;
}
canvas.micrio, div.micrio-markers.main {
	top: var(--micrio-margin-top) !important;
	height: calc(100vh - var(--micrio-margin-top) - 35px) !important;
}
.micrio-logo {
	display: none;
}

.toolbar {
	margin-left: 0;
	width: 100%;
	position: absolute;
	background: white;
	display: flex;
	flex-direction: row;
	border-radius: 0 0 var(--micrio-border-radius) var(--micrio-border-radius);
	border:  1px solid var(--micrio-main-color);
}
menu.indent.toolbar {
	margin-left: 0;
	overflow: hidden;
}
menu.menu {
	display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.items.menu {
	display:  flex !important;
	position: relative;
	top: 0;
	padding: 10px var(--micrio-border-radius);
}

article.menu {
	column-count: 2;
	border-radius: var(--micrio-border-radius);
}

strong {
/*	font-family: 'Helvetica';
	font-weight: normal;
	font-size: 16px;
*/
}

em {
	/*font-family: 'Helvetica';
	/*font-size: smaller;*/
	/*font-size: 17px;
	font-style: normal;*/
}
p {
	page-break-inside: avoid;
	line-height: 1.3;
}

button.menu {
	position: relative;
	display: block !important;
    white-space: pre;
    all: unset;
    box-shadow: none;
    color: var(--micrio-main-color);
    text-shadow: none;
    font-size: 2vw;
    float: left;
    padding: 10px 0 10px var(--micrio-border-radius);
}
.items button {
	font-size: 18px;
	padding: 0 5px 0 5px;
}
menu.menu {
	height: auto !important;
}

.marker button.marker {
	opacity: 0.8;
	transition: opacity 0.1s;
}

.marker button.marker:hover,
.opened button.marker {
	opacity: 1;
	transition: opacity 0.1s;

}


.marker.marker-podcast button.marker,
.marker-podcast button.marker {
	background: magenta !important;

}
.marker.marker-audio button.marker,
.marker-audio button.marker {
	background: #FAFB08 !important;
}

.marker.marker-collection button.marker,
.marker-collection button.marker {
	background: #0f0 !important;
}

.marker-podcast h3:before {
	content: "";
	width: 1.5vw;
	height: 1.5vw;
	background: magenta !important;
	border-radius: 50%;
	display: inline-block;
	margin-right: 1em;
	margin-right: 1px;
   transform: translate(0, 1px);
}
.marker-audio h3:before {
	content: "";
	width: 1.5vw;
	height: 1.5vw;
	background: #FAFB08 !important;
	border-radius: 50%;
	display: inline-block;
	margin-right: 1em;
	margin-right: 1px;
   transform: translate(0, 1px);
}

.marker-collection h3:before {
	content: "";
	width: 1.5vw;
	height: 1.5vw;
	background: #0f0 !important;
	border-radius: 50%;
	display: inline-block;
	margin-right: 1em;
	margin-right: 1px;
   transform: translate(0, 1px);
}



div.marker.default button.marker {
	border:  none;
	box-shadow:  none;
}
div.relative.marker-popup, 
div.static.marker-popup {
	transform: none;
	margin-top: calc(var(--micrio-margin-top) + 10px);
	left: 10px;
	top: 0;
	right: auto;
/*	width: 90vw;
	height: 80vh;*/
	border-radius: none;
/*	left: 5%;
	bottom: 5%;*/
	position: absolute;
	border-radius: var(--micrio-border-radius);
	border: 1px solid var(--micrio-main-color);
	overflow-y: scroll;
	overflow-x: hidden;
}
div.marker-popup, div.relative.marker-popup {
	position: relative;
	/*background: rgba(255, 255, 255, 0.98);*/

	/*border-radius: 1vw;*/
	
	/*box-shadow: 0px 0px 50px 10px rgba();*/
	border-radius: none;
	border-left: none;
	border-right: none;
	background: white;
	/*width: 100%;*/
	position: relative;
	display: block;
	border-radius: 0px;


}
main.marker-popup {
/*	width: 100%;
	height: 100%;*/
	position: relative;
	box-shadow: none;
	clear: both;
	overflow-x: hidden;
	background: transparent;
	float: left;
	color: var(--micrio-main-color);
	border-radius: 0px;
}

section.popover:not(.article)>*:first-child {
	height: 75vh;
}

button.micrio-action {
	color: white;

	/*border: 1px solid var(--micrio-main-color);*/

}

main.marker-popup h3.marker-popup {
	/*border-bottom: 1px solid var(--micrio-main-color);*/
	padding: 10px 20px ;
	margin: 0;
	width: calc(100% );
	float: left;
	position: relative;
	clear: none;
}

h3.marker-popup {

}


div.marker-popup>button.micrio-action {
	border:  none;
	/*border-left: 1px solid var(--micrio-main-color);*/
	/*border-bottom: 1px solid black;*/
	border-radius: 0 1vw 0 0;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(20px + 2vw * 1.15);
}


main.marker-popup>.marker-popup:nth-child(2) {
	margin-top: 0px !important;
}
main.marker-popup div.body.marker-popup {
    position: relative;
    display: block;
    float: left;
    /*width: 50%	;*/
    width: 100%;

 }


/*button.micrio-action {
	height: 41px;
}*/
div.marker-popup>button.micrio-action svg path:first-of-type,
svg path:first-of-type {
	/*fill: var(--micrio-main-color);*/
}
.close {
	mix-blend-mode: multiply;
}
svg path:not([fill="none"]) {
	fill: var(--micrio-main-color);
}


path.strokey {
	fill: transparent ;
	stroke: var(--micrio-main-color);
}
button:hover path:not([fill="none"]),
button:active path:not([fill="none"]){
	fill: white;
}

figure {
	width: 100% !important;
	clear: both;
	position: relative;
	display: block;
	padding: calc(var(--micrio-margin) * 2)  0;

	/*height: calc(90vw/1.78) ;*/
}
figure.media {
	border-top:  1px solid var(--micrio-main-color);
	border-right: none;
	border-left: none;
}

figure.images img {
	opacity: 0;
	/*height: 10px !important;*/
	position: absolute;
	/*visibility: hidden;*/
}
figure.images:after {
	visibility: visible;
	display: block !important;
	content:  "Close up";
	position: relative;
	pointer-events: none;
	user-select: none;
	padding: var(--micrio-border-radius);
}

.progress-bar {
	font-family: 'Helvetica';
}
/*iframe {
	width: 50% !important;
	height: calc(45vw/1.55);
	position: relative;
	margin: 0 auto calc(var(--micrio-margin) * 2) auto !important;
}
*/
aside.media {

}
aside.media {
	width: 100%;
	border-top: 1px solid var(--micrio-main-color);
	border-bottom: 1px solid var(--micrio-main-color);
}

.progress.media-controls:not(.seeking):before {
	/*background: red;*/
	background: var(--micrio-main-color);
}

.marker-popup.hooked.loaded {
	border-radius: var(--micrio-border-radius);
}


figure.images img.marker-popup {
	width: 150px !important;
	/*height: auto !important;*/
}
main.marker-popup div.body.marker-popup {
	margin-left: 0;
	margin-right: 0;
	padding: var(--micrio-margin);
}
p {
	max-width: 750px;
}

aside.controls {
	bottom: 45px;
	border-radius: var(--micrio-border-radius);
	border:  1px solid var(--micrio-main-color);
}

.zoom-in {
	border:  none !important;
	border-bottom: 1px solid var(--micrio-main-color) !important;
}

.zoom-out {
	border: none !important;
}
.fullscreen.micrio-action {
	border: none !important;
	/*border-top: 1px solid var(--micrio-border) !important;*/
}



.expand {
	width: 20px;
	height: 20px;
	transform-origin: 50% 50%;
	transform: rotate(0deg);
	/*transform: rotate(90deg);*/
	cursor: pointer;
	transition: transform 1s;
}

.folded .expand {
	transform: rotate(180deg);
}


.legenda {
	position: absolute;
	right: 0;
	top: calc( var(--micrio-margin-top) + 10px);
	background: white;
	transition: right 1s;
	user-select: none;
	cursor: pointer;
	/*z-index: 999;*/
	/*transition: left 0.7s;*/
	/*animation: 0.7s moveToLeft 5s 1 forwards;*/
	border: 1px solid var(--micrio-main-color);
	border-right: 0;
	border-top-left-radius: var(--micrio-border-radius);
	border-bottom-left-radius: var(--micrio-border-radius);
}

.folded.legenda {
	/*left: calc(-10rem + 20px);*/
	right: var(--legenda-w);
}

table {
	width: 100%;
}
td {
	width: 50%;
}

/*@keyframes moveToLeft {
	from {
		left: 0;
	}
	to {
		left:  -80px;
	}
}
*/
.block {
	padding: var(--micrio-margin);
}

.legenda .block {
	padding:  var(--micrio-margin)  var(--micrio-margin)  var(--micrio-margin) calc(var(--micrio-margin) );
}
.legenda .footer-block-title {
	justify-content:  flex-start;
}
.legenda .footer-block-title span {
	padding-left: 5px;
}
.marker-preview  {
	display: inline;
}
.marker-preview button {
	width: 10px;
	height: 10px;
	display: inline;
	border-radius: 50%;
}
/*path[fill="none"] {
	fill: black;
}*/
.clouds {
	width: 100vw;
	height: 100vh;
	position: absolute;
	overflow:  hidden;
	z-index: 999;
	top: 0;
	pointer-events: none;
}
.wolk {
	/*max-width: 10vw;*/
	position: absolute;
	height: auto;
}

@keyframes moveLeft {
	from {
		transform: translate(0, 0);
	}
	to {
		transform: translate(-100vw, -100vh);
	}
}

@keyframes moveRight {
	from {
		transform: translate(0, 0);
	}
	to {
		transform: translate(100vw, 100vh);
	}
}

@keyframes moveTop {
	from {
		transform: translate(0, 0);
	}
	to {
		transform: translate(100vw, -100vh);
	}
}

@keyframes moveBottom {
	from {
		transform: translate(0, 0);
	}
	to {
		transform: translate(-100vw, 100vh);
	}
}






.footer {
	position: absolute;
	display: block;
	flex-direction: row;
	float: left;
	clear: both;
	bottom: 0;
	width: 100%;
	border: 1px solid var(--micrio-main-color);
	border-radius: var(--micrio-border-radius) var(--micrio-border-radius) 0 0;
	overflow: hidden;
	z-index: 0;
	transition: bottom 1s;
	/*bottom: calc(100 - 40px);*/
	/*top: calc(100vh - 40px) ;*/
	background: white;
	/*transition: top 0.7s;*/
	align-items: stretch;
	justify-content: stretch;
}

.footer.folded {
	bottom: var(--footer-h);
	transition: bottom 1s;
}

.footer:hover {
	/*bottom: 0;*/
	/*top: 0vw;*/
	/*top: calc(100vh - 10vh) ;*/

}
.footer-content  {
	width: 100%;
	height: auto;
	height: auto;
	float: left;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: stretch;
}

.footer-block {
	width: 25%;
	flex-grow: 1;
	border-right: 1px solid var(--micrio-main-color);
}
.footer-block:last-of-type {
	border-right: none;
}
.footer-block-title, .footer-block-content {
	padding: 8px ;
	border-bottom: 1px solid var(--micrio-main-color);
}
.footer-block-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.footer-block-title span {
	padding-right: 8px;
}

.expand.rotated {
	transform: rotate(-90deg);
}

.folded .expand.rotated {
	transform: rotate(90deg);
}



.footer img {
	/*width: 100%;*/
	float: left;
	clear: both;
}
.greenscreen {
	user-select: none;
	pointer-events: none !important;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	/*background: var(--micrio-main-color);*/
	mix-blend-mode: lighten;
	opacity: 0.9;
	background: transparent !important;
}


div.tour {
	bottom: calc( 35px + 10px );
	overflow: hidden;
	border-radius: var(--micrio-border-radius) !important;
	border: 1px solid var(--micrio-main-color);

}

menu.hidden.toolbar {
    transform: none;
    pointer-events: all;
}

.toolbar > menu.menu:nth-of-type(2) {
	display: none;
}

@media (max-width: 500px) {
	.legenda {
		display: none;
	}
	div.relative.marker-popup, div.static.marker-popup {
		width: calc(100% - 10px);
	}
	h1, h2, h3 {
		font-size: 20px;
	}
	.micrio-action.toggle.indent {
		left: 0;
		top: 1px;
	}
	.footer-content {
		flex-direction: column-reverse;
	}
	.footer-block {
		width: 100%;
	}
	menu.indent.toolbar {
		background: white;
	}
	menu.menu {
		flex-direction: column;
		justify-content: center;
	}
	menu.toolbar>menu.menu>button.menu {
		text-align: center;
	}
	.items.menu {
		flex-direction: column;
		    text-align: center;
	}
	
}