
	
ol, ul  { 
	list-style-type: circle; 
	margin-left:10px;
	padding-top:15px;

}
a{	
	color:#cfcfcf;
	text-decoration: none;
}
ul li{
	margin-top:5px;
}
h1, h2, h3, h4, p{
	color:#fff;
}
h1{
	font-size: 25px;
	font-weight: 300;
	

}
h2{
	font-size: 20px;
	font-weight: 300;
	display: inline-block;
}
h3{
	font-size:20px;
	font-weight:900;
	
 }
 h4{
	font-size:18px;
	font-weight:bold;
 }
p{
	font-size:17px;
	font-weight: 300;
}
:focus  { outline: 0; }

html, body{
	
	color:#fff;
	font-family: "Roboto",sans-serif;
	font-weight: 400;
	background-color:transparent;
	background-image: url("../textures/background1.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	font-size:13px;
	line-height: 1.2;
	overflow: hidden;
	width   : 100%;
	height  : 100%;
	margin  : 0;
	padding : 0;
}

#ladebalke{
		height:10px;
		top:0px;
		width: auto;
		float:left;
		background-color: #3f929f;
}

#renderCanvas {
	width   : 100%;
	height  : 100%;
	touch-action: none;
	 background-color:transparent;
}
#customLoadingScreenDiv{
	background-color: #BB464Bcc;
	background-image: url("../textures/background1.jpg");
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover; 
	color: white;
	font-size:30px;
	text-align:center;
}
#innertext{
	height:auto;
	width: 50%;
	margin: 20% auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#iim-portrait-mode-modal {
    background-color: rgba(0,0,0,0.8);
    display: none;
    z-index: 4;
}
#iim-portrait-mode-modal p {
    text-align: center;
    color: white;
    font-size: 1.6em;
    padding: 2rem;
}
.modal-content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
    max-width: 90%;
    max-height: 90%;
    animation-name: animatetop;
    animation-duration: 0.4s;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.modal-body {
    margin-top: 6px;
}