body {
	border:0;
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	color:#3b3b3b;
	font-weight:300;
	background-color:#ffffff;
	height:100%;
}

#root{
	margin:0 auto;
	width:100%;
	max-width:1400px;
	/* height:730px;	 */
	position:relative;
	font-size:1.1rem;
	margin-top:200px;
	padding:0 10px;
	padding-bottom:50px;
	
	/* margin-top:200px; */
	/* padding:200px 10px 50px; */
	/* padding-bottom:50px; */
	
	box-sizing:border-box;
}

#top{
	width:100%;
	height:135px;
	position:fixed;
	top:0;
	background-color:#dddacc;
	z-index:1000;
	transition:height 0.3s;
}
#top img{
	transition:height 0.3s;
	height:90px;
	width:auto;
}
#top.small{
	height:90px;
}
#top.small img{
	height:45px;
}
.top-content{
	margin:0 auto;
	width:100%;
	height:100%;
	max-width:1400px;
	position:relative;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}
#bottom{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background-color:#013147;
	z-index:50;
}

#bottom a{
	color:#ffffff;
}
.bottom-content{
	margin:0 auto;
	width:100%;
	max-width:1400px;
	position:relative;
	font-size:11px;
	text-align:right;
	padding:8px;
	border-top:1px #aaaaaa;
}

#menu{
	/* float:right; */
	/* margin-top:60px; */
	position:absolute;
	right:0;
	bottom:0;
}
.menu-button{
	float:right;
	padding:15px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	font-size:1.3em;
	color:#333333;
	margin-left:20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.menu-button a{
	color:#575340;
}
.menu-on{
	background:rgba(255,255,255,1);
}
.menu-off{
	background:rgba(255,255,255,0.5);
}
.buttonred{
	background:rgba(203,54,54,1);
}
.buttonred a{
	color:#ffffff;
}

.lizenzkasten{
	float:left;
	width:30%;
	padding-right:5%;
}
.lizenzkasten:nth-child(3){
	padding-right:0%;
}
.lizenzkasten img{
	width:100%;
	height:auto;
	transition:scale 0.3s;
}
.lizenzkasten img:hover{
	transform:scale(1.04);
}
.nopaddingright{
	padding-right:0%;
}

.lizenz-inaktiv {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition:filter 0.3s, opacity 0.3s;
    opacity:0.4;
}

.desaturate {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition:filter 0.3s, opacity 0.3s;
    opacity:0.6;
	cursor:pointer;
}
.desaturate:hover {
    filter: none;
    opacity:1;
}

/* BLACKOVERLAY */
#blackoverlay{
	position:fixed;
	z-index:1050;
	width:100%;
	height:100%;
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(255,255,255,0.98);
	display:none;
	box-sizing:border-box;
	padding:40px;
	overflow-y:scroll;
	color:#565656;
	font-size:1.2rem;
	line-height:1.8rem;
}
.blackoverlay-content-close{
}

.button{
	background-color:#a39867;
	color:#ffffff;
	font-weight:300;
	padding:15px;
	border-radius:30px;
	padding-left:50px;
	padding-right:50px;
	border:0px;
	font-size:1.5em;
	font-family: 'Roboto', sans-serif;
	cursor:pointer;
	transition:background-color 0.3s;
}
.button:hover{
	background-color:#b3a97b;
}
.button.small{
	padding:12px 30px;
	font-size:1.2em;
}
.button-white{
	background-color:#ffffff;
	color:#e30613;
	font-weight:600;
	padding:20px;
	border-radius:10px;
	padding-left:20px;
	padding-right:20px;
	border:0px;
	font-size:2rem;
	text-transform:uppercase;
}
.perperuse1{
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
	width:20px;
	height:20px;
	background-color:#37c329;
}
.perperuse0{
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
	width:20px;
	height:20px;
	background-color:#8b8b8b;
}
.perperuse-1{
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
	width:20px;
	height:20px;
	background-color:#d0a510;
}
.route-tabs{
	border-bottom:1px solid #000000;
	margin-bottom:30px;
}
.tableborderbottom{
	border-bottom:1px solid #cdcdcd;
}
.tableborderbottom2{
	border-bottom:1px dashed #cdcdcd;
}
.route-tab{
	border-radius:12px 12px 0 0;
	border:2px solid transparent;
	background-color:#eae7da;
	padding:13px 30px;
	float:left;
	cursor:pointer;
	margin-right:15px;
	line-height:1;
}
.route-tab.green{
	background-color:#b3a97b;
	color:#ffffff;
}
.route-tab.sent{
	background-color:#ddeaef;
}
.route-tab.sent:after{
	display:inline-block;
	content:'';
	margin-left:5px;
	width:18px;
	height:18px;
	background-image:url('../images/pruefung.png');
	background-size:contain;
	vertical-align:middle;
}
.route-tab:hover{
	opacity:0.7;
}
.route-tab.active{
	background-color:#ffffff;
	border:2px solid #eae7da;
	font-weight:700;
}
.route-tab.transparent{
	padding-bottom:5px;
	margin-top:8px;
}
.route-tab.green.active{
	color:#b3a97b;
}
.sort_up, .sort_down{
	cursor:pointer;
}
.route-preview{
	background:#ffffff;
	background:#92b359;
	/* color:#ffffff; */
	font-weight:300;
	padding:15px;
	border-radius:30px;
	padding-left:50px;
	padding-right:50px;
	border:1px solid #cccccc;
	font-size:1.5em;
	font-family: 'Roboto', sans-serif;
	cursor:pointer;
	transition:background-color 0.3s;
	color:#ffffff;
}
.route-preview img{
	vertical-align:middle;
	width:30px;
	height:auto;
}
.route-edit-button{
	background-color:#a39867;
	color:#ffffff;
	font-weight:300;
	padding:13px 30px;
	border-radius:20px;
	padding-left:20px;
	padding-right:20px;
	border:0px;
	font-size:1em;
	font-family: 'Roboto', sans-serif;
	cursor:pointer;
	transition:background-color 0.3s;
	margin-bottom:10px;
}
.route-edit-button:hover{
	background-color:#b3a97b;
}
.route-edit-button.active{
	background-color: #ffffff;
    border: 2px solid #eae7da;
    font-weight: 700;
	color: #b3a97b;
}
.route-edit-button + p{
	margin-top:9px;
	float:left;
	margin-left:30px;
}
.route-edit-container{
	display:none;
}
.bluetext{
	color:#15b2ef;
}
.greentext{
	color:#689127;
}

#toast{
	position:fixed;
	width:100%;
	bottom:0;
	z-index:100;
}
#toast-box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:20px;
	background-color:#92b359;
	color:#ffffff;
	position:relative;
	display:none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#toast-box.green{
	background-color:#92b359;
}
#toast-box.blue{
	background-color:#55757f;
}
#toast-box.red{
	background-color:#af6060;
}
#toast-content{
	text-align:center;
}
#toast-close{
	position:absolute;
	cursor:pointer;
	top:10px;
	right:10px;
	display:none;
}
.toast-me{
	display:none;
}
.zwischen_button, .save_button{
	display:none;
}
#quicksave, #sendsave{
	position:fixed;
	width:100%;
	bottom:0;
	z-index:50;
	transform:translateY(100%);
	transition:transform 0.5s;
}
#quicksave.show, #sendsave.show{
	transform:translateY(0%);
}
#quicksave-content, #sendsave-content{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:10px 35px;
	background-color:#a39867;
	color:#ffffff;
	position:relative;
	font-size:1.2rem;
	line-height:2.2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#quicksave-content .button, #sendsave-content .button{
	background-color:#ffffff;
	padding:13px 30px;
	font-size:1.2rem;
	color:#b3a97b;
	line-height:1;
}
#sendsave-content .button{
	margin-left:20px;
	color:#ffffff;
}
#sendsave-content{
	background-color:#92b359;
}
#sendsave-content .cancel_button{
	background-color:#666666;
}
#sendsave-content .send_button{
	background-color:rgba(203,54,54,1);
	font-weight:700;
}
#loading{
	width:16px;
	height:16px;
	margin-left:4px;
}

input:disabled,select:disabled{
	cursor:not-allowed;
}

option:disabled{
	font-style:italic;
	color:#999999;
	background-color:#cccccc;
}
option:disabled:before{
	display:inline;
	content:' X ';
}
input::placeholder,textarea::placeholder{
	font-style:italic;
	color:#aaaaaa;
	font-size:1.1rem;
}

.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.transparent{
	opacity:0.3;
}

#main{
	float:left;
	width:100%;
}

.textfeld{
	width:100%;
	box-sizing:border-box;
	padding:12px;
	padding:6px 12px;
	color:#7b7b7b;
	color:#444444;
	margin-top:5px;
	margin-bottom:5px;
	border-radius:3px;
	border:1px solid #c5c5c5;
	background-color:#f5f5f5;
	transition:background-color 0.3s;
	font-size:1.2em;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}
select.textfeld{
	padding:6px 12px;
	margin-top:2px;
	margin-bottom:2px;
}
.textfeld:hover{
	background-color:#e4e4e4;
}
textarea{
	height:100px;
}
textarea[readonly]{
	border:3px dashed #cccccc;
	cursor:not-allowed;
}

h1{
	color:#013147;
	font-size:3.3rem;
	font-weight:300;
}
h2{
	color:#606060;
	font-size:1.6em;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	padding-bottom:5px;
	margin:0px;
}
h3{
	color:#606060;
	font-size:1.4em;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	padding-bottom:10px;
	margin:0px;
}

.red{
	color:#cb4222;
}
.green{
	color:#18971e;
}
.bold{
	font-weight:500;
}

a{
	color:#5d8b35;
	text-decoration:none;
}
a:hover{
	color:#3b3b3b;
	text-decoration:none;
}
iframe{
	padding:0;
	margin:0;
	border:0;
}

.hoverimg{
	opacity:0.5;
	transition:opacity 0.3s;
	cursor:pointer;
}
.hoverimg:hover{
	opacity:1;
}

.td-bgcolor{
	background-color:#ededed;
}

hr{
	width:100%;
	border:0px;
	height:1px;
	margin-bottom:40px;
	background-color:#c2c2c2;
}

.hr-red{	
	height:2px;
	background-color:#e30613;
	padding:0px;
	margin:0px;
	margin-bottom:40px;
	margin-top:40px;
}

tr.border-top td{
	border-top:1px solid #666666;
}


.infobox{
	box-sizing:border-box;
	padding:40px;
	background-color:#ddeaef;
	line-height:1.7em;
}
.infobox-green{
	background-color:#ffffff;
	border:5px solid #c9d40e;
	text-align:center;
}
.monster-titel{
	font-size:2.5em;
	font-weight:600;
	color:#e73e1c;
	text-align:center;
	width:100%;
	border-top:1px solid grey;
	border-bottom:1px solid grey;
	padding:40px;
	box-sizing:border-box;
	margin-bottom:20px;
	margin-top:20px;
}
.monsterbox{
	float:left;
	width:100%;
	margin-bottom:40px;
	margin-top:40px;
	line-height:1.7em;
}
.monsterpic{
	position:relative;
	float:left;
	width:300px;
	z-index:10;
	margin-top:-20px;
}
.monsterpic2{
	position:relative;
	float:right;
	width:410px;
	z-index:10;
	margin-top:-20px;
}
.monstergif{
	position:absolute;
	top:80px;
	left:80px;
	z-index:100;
}

.minimonster{
	position:absolute;
	right:-91px;
	top:500px;
}

.monsterrahmen{
	border:6px double #819bab;
}

.monsterhead{
	position:relative;
	width:calc(100%-80px);
	height:180px;
	background-color:#c0cc8a;
	z-index:0;
	margin-top:40px;
	margin-left:80px;
	box-sizing:border-box;
}
.monsterhead2{
	position:relative;
	width:calc(100%-150px);
	height:180px;
	background-color:#c0cc8a;
	z-index:0;
	margin-top:40px;
	margin-right:150px;
	box-sizing:border-box;
}
.monsterhead-color2{
	background-color:#e3d871;
}
.monsterhead-color3{
	background-color:#a7bfcd;
}
.monsterhead-headline{
	float:left;
	margin-left:200px;
	margin-top:30px;
	font-size:2.4em;
	line-height:1.3em;
}
.monsterhead-headline2{
	float:left;
	margin-left:60px;
	margin-top:30px;
	font-size:2.4em;
	line-height:1.3em;
}
.monstercontent{
	float:left;
	margin-left:200px;
	margin-top:30px;
	width:60%;
}
.monstercontent2,.mordcontent2{
	float:left;
	margin-top:30px;
	padding-left:60px;
	width:60%;
}
.mordcontent img,.mordcontent2 img{
	vertical-align:middle;
	max-height:200px;
	width:auto;
}
.monster-tablehead{
	font-weight:600;
	background-color:#eae7da;
	padding:15px;
}
.monster-checkbox, .mord-checkbox{
	display:inline-block;
	vertical-align:top;
	background-image:url('../images/checkliste0.png');
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	width:60px;
	height:60px;
	cursor:pointer;
}
.monster-checkbox:hover, .mord-checkbox:hover{
	opacity:0.8;
}
.monster-checkbox.loading, .mord-checkbox.loading{
	cursor:wait;
}
.monster-checkbox.active{
	background-image:url('../images/checkliste1.png');
}
.mord-checkbox{
	background-image:url('../images/mord/checkliste0.png');
}
.mord-checkbox.active{
	background-image:url('../images/mord/checkliste1.png');
}

.bischofbox{
	float:left;
	width:100%;
	margin-bottom:40px;
	margin-top:40px;
	line-height:1.7em;
}

.bischofhead{
	float:left;
	width:100%;
	height:180px;
	z-index:0;
	margin-top:40px;
	box-sizing:border-box;
	border-bottom:4px dashed grey;
}
.bischofhead-headline{
	float:left;
	margin-top:30px;
	font-size:2.4em;
	line-height:1.3em;
}
.bischofcontent{
	float:left;
	width:100%;
	box-sizing:border-box;
	padding-top:40px;
}

.mord-hint{
	float:right;
	border-radius:50%;
	background-color:#a39867;
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;
	opacity:0.7;
	transition:opacity 0.3s;
	cursor:help;
	position:relative;
	color:#ffffff;
	/* font-family:Courier; */
	font-size:16px;
	font-weight:700;
}
.mord-hint:hover{
	opacity:1;
}
.mord-hint:before{
	content:'';
	display:block;
	position:absolute;
	top:2px;
	left:2px;
	width:24px;
	height:24px;
	border:2px solid #ffffff;
	box-sizing:border-box;
	border-radius:50%;
}
#hint{
	max-width:500px;
	position:absolute;
	padding:15px 20px;
	background-color:#ffffff;
	border-radius:2px;
	box-shadow:2px 2px 12px rgba(0,0,0,0.3);
	border:1px solid #a39867;
	display:none;
	pointer-events:none;
}

#overlay{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.2);
	z-index:10000;
	display:none;
}
#overlay-container{
	position:absolute;
	top:50px;
	left:50px;
	right:50px;
	bottom:50px;
	padding:30px;
	background-color:#ffffff;
}
#overlay-close{
	position:absolute;
	top:0px;
	right:0px;
}
#overlay-content{
	width:100%;
	height:100%;
	overflow-y:auto;
}
#overlay-container.manuscript{
	left:20%;
	right:20%;
	width:60%;
}

/* Custom marker CSS */
.custom-marker {
	background-color: rgba(203,54,54,1); /* Red background color */
	color: #ffffff; /* White text color */
	border-radius: 50%; /* Rounded shape */
	width: 30px; /* Marker width */
	height: 30px; /* Marker height */
	text-align: center; /* Center text horizontally */
	line-height: 30px; /* Center text vertically */
	font-size: 16px; /* Font size */
	font-weight: bold; /* Bold font */
}


#submenu{
	/*float:left;
	width:1380px;
    background-color:#eeede6;
	margin-top:-65px;
	position:fixed;
	box-sizing:border-box;*/
	position:fixed;
	box-sizing:border-box;
	left:0px;
	width:100%;
	background-color:#eeede6;
	top:135px;
	transition:top 0.3s;
	z-index:2000;
}
#submenu.small{
	top:90px;
}
.submenu-content{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1400px;
}
.submenu-button{
	float:left;
	padding:20px;	
	cursor:pointer;
}
.submenu-button:hover{
	background-color:#cccabd;
	float:left;
	padding:20px;	
}

.shadow{
	-webkit-box-shadow: 2px 1px 15px -1px rgba(0,0,0,0.62); 
	box-shadow: 2px 1px 15px -1px rgba(0,0,0,0.62);
}

.stage-tabs, .cross-tabs{
	border-bottom:1px solid #000000;
	margin-bottom:30px;
}
.stage-tab, .cross-tab{
	border-radius:12px 12px 0 0;
	border:2px solid transparent;
	background-color:#eae7da;
	padding:12px 17px;
	float:left;
	cursor:pointer;
	margin-right:10px;
	line-height:1;
}
.stage-tab.active, .cross-tab.active{
	background-color:#ffffff;
	border:2px solid #eae7da;
	font-weight:700;
}
.stage-contents, .cross-contents{
	clear:both;
	min-height:1000px;
}
.stage-content, .cross-root{
	display:none;
}
.stage-content:first-child, .cross-root:first-child{
	display:block;
}
.image-preview{
	display:inline-block;
	min-width:100px;
	/* height:120px; */
	border:1px solid #ccccee;
	margin:2px;
	margin-right:10px;
	vertical-align:top;
	position:relative;
	box-shadow:2px 2px 8px rgba(0,0,0,0.1);
	line-height:0;
}
.image-preview-score{
	font-size:0.8rem;
	cursor:help;
	line-height:1.5;
}
.image-preview.active{
	border:3px solid #46cd17;
	margin:0px;
	margin-right:8px;
}
.image-preview img{
	max-height:100px;
	width:auto;
	line-height:0;
}
.mord-audio-preview{
	display:inline-block;
	border:1px solid #ccccee;
	margin:2px;
	margin-right:10px;
	vertical-align:top;
	position:relative;
	box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}
.mord-audio-preview.active{
	border:3px solid #46cd17;
	margin:0px;
	margin-right:8px;
}
.mord-image-select, .mord-image-delete{
	cursor:pointer;
	position:absolute;
	pointer-events: auto;
}
.mord-image-select{
	bottom:0;
	right:0;
}
.mord-image-delete{
	top:0;
	right:0;
}
.mord-image-tools{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
	pointer-events:none;
}
.mord_overlay_image img{
	max-width:400px;
	height:auto;
}
.cross-container{
	position:relative;
	display: grid;
	grid-template-rows: repeat(15, 40px);
	grid-template-columns: repeat(15, 40px);
	grid-gap: 1px; /* Adjust the gap as needed */
	/* border: 1px solid #000; /* Add a border for better visualization */
}
.cross-box, .cross-final{
	width: 40px;
	height: 40px;
	background-color: #ccc;
	border: 1px solid #fff; /* Add a border for better visualization */
	cursor:pointer;
	text-align:center;
	line-height:40px;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
}
.cross-box:hover{
	opacity:0.7;
}
.cross-index{
	background-color:#aaaadd;
}
.cross-char{
	background-color:#cccc55;
}
.cross-target{
	background-color:#ffcc55 !important;
}
.cross-target:after{
	display:block;
	position:Absolute;
	font-size:10px;
	bottom:1px;
	right:1px;
	line-height:1;
}
.cross-target.target1:after{ content:'1' }
.cross-target.target2:after{ content:'2' }
.cross-target.target3:after{ content:'3' }
.cross-target.target4:after{ content:'4' }
.cross-target.target5:after{ content:'5' }
.cross-target.target6:after{ content:'6' }
.cross-target.target7:after{ content:'7' }
.cross-target.target8:after{ content:'8' }
.cross-target.target9:after{ content:'9' }
.cross-target.target10:after{ content:'10' }
.cross-final{
	display:inline-block;
}

.cross-popup{
	background-color:#ffffff;
	box-shadow:4px 4px 8px rgba(0,0,0,0.2);
	border:1px solid #888888;
	padding:10px;
	border-radius:6px;
	position:absolute;
}
.cross-menu{
	cursor:pointer;
	padding:5px 0;
}
.cross-menu._small{
	display:inline-block;
	width:30px;
	text-align:center;
}
.cross-menu:hover{
	background-color:#ffffaa;
}

.mord-box-image{
	padding:20px;
	border:1px solid #dddddd;
	background-color:#fafafa;
	margin-bottom:30px;
}
.historiker-box{
	padding:20px 40px;
	background-color:#ded1bd;
}
.mord-counter{
	font-size:2.5rem;
	color:#666666;
	font-weight:700;
	float:left;
	margin-right:30px;
}
.mord-icon{
	float:left;
	margin-right:30px;
	width:50px;
	height:50px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.mord-icon._text{
	background-image:url('../images/icon_text.png');
}
.mord-icon._audio{
	background-image:url('../images/icon_audio.png');
}
.mord-icon._image{
	background-image:url('../images/icon_image.png');
}
.mord-icon._hint{
	background-image:url('../images/icon_hint.png');
}
.mord-icon._select{
	background-image:url('../images/icon_select.png');
}
.mord-icon._gps{
	background-image:url('../images/icon_gps.png');
}
.mord-icon._transparent, .mord-counter._transparent{
	opacity:0.3;
}
.mord-inputbox{
	width:auto;
	overflow:hidden;
}
.mord-inputbox:after{
	content:'';
	display:block;
	clear:both;
}
.mord_audio_preview{
	margin-top:15px;
}
#leaflet{
	height:calc(100vh - 300px); 
	margin-bottom:15px;
}

.faq-item{
	margin-bottom:30px;
}
.faq-header{
	padding:12px 20px;
	background-color:#eeeeee;
	background:linear-gradient(to bottom,#ffffff 0%,#e5e5e5 100%);
	border:1px solid #cccccc;
	border-radius:20px;
	position:relative;
	cursor:pointer;
}
.faq-header:after{
	display:block;
	content:'';
	position:absolute;
	width: 20px;
	height: 20px;
	right:20px;
	top:15px;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	transform:rotate(45deg);
	transition:transform 0.3s;
}
.faq-item.open .faq-header:after{
	transform:rotate(-45deg);
}
.faq-header h3{
	margin:0;
	padding:0;
}
.faq-content{
	display:none;
	padding:20px;
}

.leaflet-positions{
	display:none;
}

/* Mord */

.morddia-bg{
	background-image:url('../images/mord/mord-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height:calc(100% - 40px);
	overflow-y:auto;
	padding:20px;
}


.chat-narrator {
	width:80%;
	/* min-height:220px; */
	margin-bottom:20px;
	clear:both;
	float:left;
	position:relative;
	padding:30px;
	padding-left:110px;
	/* min-height: 210px; */
	color:#ffffff;
	
	background-image:url('../images/mord/chat-bg1.png');
	background-size: 97% 100%;
	background-position: right;
	background-repeat:no-repeat;
	transform-origin:50% 50%;
	/* transform:rotate(-2deg); */
	/* background-color:#88b14a; */
	font-family:'BookAntiqua';
}
.chat-narrator-left{
	position:absolute;
	top:15px;
	left:0;
	/* width:80px; */
	/* margin-left:-50px; */
	z-index:3;
}
.chat-narrator-right{
	width:auto;
	overflow:hidden;
	/* transform:scale(0); */
	/* transform:scale(1); */
	position:relative;
	z-index:4;
	font-size:1.35rem;
}
.narrator {
	width:80px; 
	height:80px; 
	border:2px solid rgba(255,255,255,0.5);
	border-radius:50%;
	overflow:hidden;  
	float:left; 
	background-image:url('../images/mord/narrator.jpg');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	box-sizing:border-box;
}
.narrator img{
	width:100%;
	height:auto;
}
.narrator2 {
	background-image:url('../images/mord/narrator2.jpg');
}
.editable{
	border:3px solid #ff0000;
}
.chat-audio{
	float:left;
	margin-bottom:30px;
}
.chat-video{
	width:300px;
	float:left;
	margin-bottom:30px;
}
.chat-image{
	width:150px;
	float:left;
	margin-bottom:30px;
}
.chat-image img{
	width:100%;
	height:auto;
}

.chat-text-narrator {    
	float:left;
	width:calc(80% - 4px);
	/* padding:25px; */
	/* background-color: #ffffff;  */
	/* border-radius: 15px;   */
    font-size: 2.0rem;
	position:relative; 
	margin:2px;
	color:#ffffff;
	white-space: pre-wrap;
}
.chat-text-narrator img{
	width:auto;
	height:auto;
	max-width:800px;
	max-width:100%;
	max-height:600px;
}
.chat-answers{
	float:left;
	padding-left:50px;
	width:80%;
	margin-bottom:30px;
}
.chat-answer{
	display:inline-block;
	vertical-align:top;
	width:20%;
	margin-right:2%;
	background-color:rgba(0,0,0,0.5);
	border:1px solid #ffffff;
	padding:10px;
	color:#ffffff;
	font-family:'BookAntiqua';
	font-size:1.1rem;
}
.opacity{
	opacity:0.5;
}


@media(max-width:1400px){
	#submenu{
		position:static;
	}
	.submenu-content{
		
	}
}
@media(max-width:1000px){
	#overlay-container{
		padding:10px;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
	.button.small{
		font-size:1em;
		padding:5px;
		border-radius:2px;
	}
	#leaflet{
		height:calc(100vh - 150px);
	}
	#leaflet-buttons{
		position:absolute;
		bottom:0;
		left:5px;
		right:5px;
		z-index:1000;
	}
	.leaflet-positions{
		display:block;
	}
	.leaflet-inputs{
		display:none;
	}
	
	.cross-container{
		grid-template-rows: repeat(15, 20px);
		grid-template-columns: repeat(15, 20px);
	}
	.cross-box, .cross-final{
		width: 20px;
		height: 20px;
		font-size:15px;
		line-height:20px;
	}
}


@font-face {
    font-family: 'BookAntiqua';
    src: url('../fonts/bookantiqua_regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'BookAntiqua';
    src: url('../fonts/bookantiqua_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}