html, body{
	height: 100%;
	max-width: 100% !important;
	color: #414141;
	background-color: #fff;
	overflow:hidden;
}

.msgs{
	font-size: 16px;
	color:#6a625c;
}

.next, .tryagain, .nextTopic, .downloadcert{
	position: relative;
}
	.question button{
		position: absolute;
		bottom: 0;
	}

.block{
	display: inline-block;
}

#savePopUp{
	position: fixed;
	top: 20px;
	right: 0px;	
	z-index: 300;
	background-color: white;
	padding: 20px;
	-webkit-box-shadow: -5px 9px 19px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    -5px 9px 19px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         -5px 9px 19px 0px rgba(50, 50, 50, 0.15);
}

#progressSaved{
	position: fixed;
	top: 20px;
	right: 0px;	
	z-index: 250;
	background-color: white;
	padding: 20px;
	-webkit-box-shadow: -5px 9px 19px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    -5px 9px 19px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         -5px 9px 19px 0px rgba(50, 50, 50, 0.15);
}

#graphictext{
		margin-top: 60vh;
		width: 100%;
}

input[type="radio"] + label{
		height: auto;
}
label img{
	pointer-events: none;
	display: inline-block !important;
	border: 1px solid grey;
	width: 140px;
	margin-left: -15px;
	margin-right: 5px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

h1{
	font-family: 'NN Dagny Display', Arial, Helvetica, Sans-serif !important; 
	margin-top: 10px;
}

.question h3,h4{
	color:#6a625c;
	font-size: 16px;
}
.question h4{
	margin-bottom: 5px;
	font-weight: bold;
}

.question .leftq{
	float:left;
	width:30%;
}

.question .radios{
	width:60%;
	float:left;
	margin-left: 40px;
	margin-bottom: 20px;
}

.questionblock{
	width: 65%;
	max-width: 613px;
	padding: 40px;
	background-color:white;
	padding: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
	margin: 40px;
}
fieldset fieldset {
	padding-top: 40px !important;
}
.btn{
	margin-top: 20px;	
	margin-bottom: 0px;	
	
}
.radio{
	margin-bottom: 15px;	
}

.formfield{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../images/visualidentity/0.jpg) no-repeat;
	background-size: cover; 
	background-position: center center;
}

.r{
	
}

.wronganswer{
	color:red;
}
	.wronganswer img{
		 border: 1px solid red;
	}

.rightanswer{
	color:green;
}
	.rightanswer img{
		 border: 1px solid green;
	}

.padmainform{
	max-width: 70%;
    margin-left: 15%;
}
#lglogo{
	margin: 60px 60px 60px 60px;
}

video#bgvid { 
	background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-size: cover; 
	background-position: center center;
}

#skipvideo{
	cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 10px;
	z-index: 200;
}

#pause{
	cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    padding: 10px;
	z-index: 200;
}

@media (max-width: 768px) {
	.questionblock{
		width: 80%;
	}
	.question .leftq{
		width:100%;
	}
	.question button{
		position:static;
	}

	.question .radios{
		margin-top: 15px;
		margin-left: 0px;
		width:100%;
	}
