html,body {
	margin:0px;
	font-size:13px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
}

body {
	opacity:0;
}

.logpage {
    background-image: url(images/loginbg.jpg);
    background-position: right bottom;
    background-size: auto 91%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.stdpage {
    background-image: url(images/loginbg.jpg);
    background-position: right bottom;
    background-size: auto 91%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}


.centercontent {
	width:100%;
	position:absolute;
}

h1 {
	color: #68acdf;
    font-weight: bold;
    font-size: 56px;
    text-align: center;
}

.loginbox {
	position:relative;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	text-align:center;
}

h2 {
    font-size: 32px;
}

.loginbox h2 {
    margin-bottom: 50px;
}

input.loginfield {
    border: 1px solid #68acdf;
    border-radius: 5px;
    font-size: 21px;
    padding: 4px;
    margin-bottom: 17px;
    text-align: center;
	width: 215px;
}

select.loginfield {
    border: 1px solid #68acdf;
    border-radius: 5px;
    font-size: 21px;
    padding: 4px;
    margin-bottom: 17px;
    text-align: center;
	width: 215px;
}

input.loginnow {
    background-color: #68acdf;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    border-radius: 4px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    padding-right: 33px;
    width: 215px;
	position: relative;
	cursor:pointer;
}

input.loginnow:hover {
	background-color:#09558d;
}

i.fas.fa-caret-right.minarr {
	cursor:pointer;
    position: absolute;
    color: #fff;
    margin-left: -42px;
    margin-top: 31px;
    z-index: 100000000;
    font-size: 27px;
}

.logerror {
	text-align: center;
    color: red;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -24px;
    font-size: 22px;
}

.welcome h1 {
    text-transform: uppercase;
    text-align: left;
	padding-right: 16%;
}

.stdpage .centercontent {
    padding: 36px;
}

.closer {
	position: absolute;
    right: 73px;
    top: 44px;
    font-size: 114px;
    color: #b00029;
    z-index: 20;
	cursor:pointer;
}

.closer:before {
    content: "";
    width: 60px;
    height: 62px;
    background-color: white;
    position: absolute;
    z-index: 10;
    margin-left: 28px;
    margin-top: 26px;
}

.closer i.fas.fa-times-circle {
    z-index: 20;
    position: relative;
}

.closer i.fas.fa-times-circle:hover {
	opacity:0.8;
	cursor:pointer;
}

.alertnoeval {
    font-weight: bold;
    font-size: 35px;
    margin-top: 50px;
    padding-right: 16%;
}

.infotext {
    font-weight: 600;
    font-size: 36px;
}

.catalogitemview {
    width: 33%;
    float: left;
}

.catalogitemview {
    margin-top: 50px;
}

.catalogitemview {
    width: 33%;
    margin-right: 0px;
}

.areaname {
	width: 52%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
}

.itemviewname {
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
	height:100%;
	width:100%;
	background-repeat: no-repeat;
    min-height: 395px;
	background-size: contain;
    background-position: center center;
}

.itemviewname:hover {
	opacity:0.8;
}

.point {
    width: 22px;
    height: 22px;
    background-color: #cccccc;
    border-radius: 12px;
    float: left;
    margin-right: 4px;
	margin-bottom: 5px;
}

.itempoints {
	width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.catalogitems {
    margin-top: 50px;
}

.catalogitemview a {
    text-decoration: none;
}

.closer.home:before {
	display:none;
}

.closer.home {
    background-color: #68acdf;
    border-radius: 62px;
    color: #fff;
    padding: 29px;
    font-size: 58px;
	height: 122px;
}

.closer.home:hover {
	background-color:#09558d;
}

.lernfeldbox {
    width: 20%;
    float: left;
	padding: 20px;
	position:relative;
}

.lernfeldicon, .catalogchooser {
    text-align: center;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 37px;
    border-radius: 12px;
    height: 299px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    line-height: 39px;
}

.catalogchooser {
	background-color:#68acdf;
}

.catalogchooser:hover {
	background-color:#09558d;
}

.lerfelditems {
    margin-top: 50px;
    margin-left: -20px;
}

.lernfeldicon:hover, .catalogchooser:hover {
	opacity:0.8;
}

.lernfeldbox a {
	text-decoration:none;
}

.itemsof {
    position: absolute;
    margin-top: -47px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: calc(100% - 40px);
    text-align: center;
}

h1 i.fas.fa-info-circle {
    font-size: 45px;
    position: absolute;
    margin-left: 37px;
    margin-top: 12px;
    cursor: pointer;
}

h1 i.fas.fa-info-circle:hover {
	opacity:0.8;
}

.infobox {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
	display:none;
}

.infoboxwrap {
    position: absolute;
    background-color: #fff;
    padding: 19px;
    border-radius: 10px;
    min-width: 300px;
    text-align: center;
    font-size: 19px;
	max-width: 1000px;
}

.lenquery {
    margin-top: 50px;
}

.soundif:hover {
	opacity:0.8;
}

.soundif {
    float: left;
    margin-right: 28px;
    font-size: 63px;
	padding-top: 10px;
}

.userqury {
    font-size: 37px;
    line-height: 41px;
    padding-top: 0px;
    max-width: 68%;
}

.choose {
    width: 25%;
    float: left;
    text-align: center;
    padding: 45px;
	cursor:pointer;
}

.choose img {
    width: 100%;
    height: auto;
}

.choose:hover {
	opacity:0.8;
}

.canswer {
    font-size: 17px;
    font-weight: 600;
}

.actitem {
	content:"";
	width:20px;
	height:20px;
	margin-right:3px;
	background-color:#dadada;
	border-radius:10px;
	float:left;
    margin-bottom: 3px;
}

.querypoints {
    display: flex;
    justify-content: center;
    text-align: center;
}

.poscount {
    font-size: 17px;
    text-align: center;
    margin-top: 4px;
    font-weight: 600;
}

.back {
    background-color: #68acdf;
    width: 172px;
    padding: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
	cursor:pointer;
	text-decoration:none;
	position:absolute;
	left:0px;
}

.back i {
    margin-right: 14px;
}

.next i, .pause i {
	margin-left:14px;
}

.back:hover, .next:hover, .pause:hover {
	background-color:#09558d !important;
}

.footernavi {
    position: relative;
	margin-top:40px;
	height:58px;
	margin-bottom:20px;
}


.next {
    background-color: #68acdf;
    width: 172px;
    padding: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
	cursor:pointer;
	text-decoration:none;
	position:absolute;
	right:0px;
}

.pause {
    width: 172px;
    padding: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
	cursor:pointer;
	text-decoration:none;
	position:absolute;
	left:50%;
	margin-left:-86px;
}

.lernfeldicon, .catalogchooser {
    font-size: 25px;
    line-height: 29px;
	height: 237px;
	margin-bottom:20px;
}

.userinfo {
    width: 100%;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 19px;
}

.evaluser {
    position: fixed;
    right: 14px;
    top: 9px;
    font-weight: 600;
    background-color: rgba(9,85,141,0.8);
    color: #fff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width:1530px) {
	.areaname {
		width: 60%;
		font-size: 21px;
		line-height: 23px;
	}
}

@media (max-width:1500px) {
	.lernfeldbox {
		width: 33%;
	}
	
	.lernfeldicon, .catalogchooser {
		height: 292px;
	}
}

@media (max-width:1220px) {
	.welcome h1 {
		font-size: 45px;
	}
	
	.infotext {
		font-size: 28px;
	}
	
	.closer {
		font-size: 82px;
	}
	
	.closer.home {
		font-size: 39px;
		height: 101px;
	}
	
	.closer:before {
		width: 53px;
		height: 49px;
		margin-left: 15px;
		margin-top: 18px;
	}
}

@media (max-width:1200px) {
	.userqury {
		font-size: 30px;
		line-height: 33px;
		padding-top: 0px;
		max-width: 83%;
	}
	
	.canswer {
		font-size: 18px;
		line-height: 22px;
	}
	
	.welcome h1 {
		text-align: left;
		padding-right: 26%;
	}
	
	.choose {
		width: 25%;
		padding: 21px;
		margin-top: 23px;
		margin-bottom: 33px;
	}
}

@media (max-width:990px) {
	.lernfeldicon, .catalogchooser {
		height: 259px;
	}
	
	.catalogitemview {
		width: 50%;
	}
	
	.areaname {
		font-size: 26px;
		line-height: 28px;
	}
	
	.userqury {
		font-size: 25px;
		line-height: 30px;
	}
	
	.welcome h1 {
		font-size: 39px;
	}
	
	h1 i.fas.fa-info-circle {
		font-size: 33px;
		margin-left: 37px;
		margin-top: 8px;
	}
	
	.canswer {
		font-size: 15px;
		line-height: 18px;
	}
	
	.back, .pause, .next {
		padding: 12px;
		font-size: 16px;
	}
}

@media (max-width:980px) {
	h1 {
		font-size: 45px;
	}
	
	.loginbox h2 {
		margin-bottom: 28px;
	}
	
	h2 {
		font-size: 25px;
	}
	
	input.loginfield {
		font-size: 18px;
	}
	
	input.loginnow {
		font-size: 18px;
	}
	
	i.fas.fa-caret-right.minarr {
		font-size: 25px;
	}
}

@media (max-width:940px) {
	.lernfeldbox {
		width: 50%;
	}
	
	.lernfeldicon, .catalogchooser {
		height: 311px;
	}
	
	.closer {
		right: 34px;
	}
	
	.closer.home {
		right:34px;
	}
}

@media (max-width:850px) {
	.areaname {
		width: 68%;
		font-size: 22px;
		line-height: 23px;
	}
	
	.itemviewname {
		min-height: 356px;
	}
}

@media (max-width:800px) {
	.userqury {
		font-size: 22px;
		line-height: 24px;
	}
}

@media (max-width:730px) {
	.welcome h1 {
		font-size: 34px;
	}
	
	.infotext {
		font-size: 23px;
	}
	
	.areaname {
		width: 68%;
		font-size: 19px;
		line-height: 21px;
	}
	
	.point {
		width: 15px;
		height: 15px;
	}
}

@media (max-width:662px) {
	.lernfeldbox {
		width: 100%;
	}

	.lernfeldicon, .catalogchooser {
		height: 240px;
	}
	
	.catalogitemview {
		margin-top: 12px;
	}
	
	h1 i.fas.fa-info-circle {
		font-size: 27px;
	}
}

@media (max-width:620px) {
	.choose {
		width: 50%;
		padding: 21px;
		margin-top: 9px;
		margin-bottom: 11px;
	}
	
	.back, .pause, .next {
		width: 90px;
	}
	
	.pause {
		margin-left: -45px;
	}
	
	.back i {
		margin-right: 0px;
		margin-bottom: 8px;
		margin-left: -5px;
	}
	
	.next i, .pause i {
		margin-right: 0px;
		margin-top: 8px;
		margin-left: -1px;
		position: relative;
		width: 100%;
	}
}

@media (max-width:600px) {
	.welcome h1 {
		padding-right: 24%;
	}
	
	.welcome h1 {
		font-size: 29px;
	}
	
	.infotext {
		font-size: 20px;
	}
	
	.closer {
		font-size: 54px;
	}
	
	.closer.home {
		font-size: 27px;
		height: 68px;
		padding: 20px;
	}
	
	.closer:before {
		width: 33px;
		height: 31px;
		margin-left: 11px;
		margin-top: 13px;
	}
	
	.areaname {
		width: 68%;
		font-size: 18px;
		line-height: 21px;
	}
	
	.itemviewname {
		min-height: 310px;
	}
	
	h1 i.fas.fa-info-circle {
		font-size: 25px;
		margin-left: 37px;
		margin-top: 5px;
	}
}

@media (max-width:580px) {
	h1 {
		font-size: 34px;
	}
	
	.logerror {
		font-size: 17px;
	}
	
	.catalogitemview {
		width: 100%;
	}
	
	.areaname {
		width: 55%;
		font-size: 22px;
		line-height: 25px;
	}
	
	.itemviewname {
		min-height: 358px;
	}
}

@media (max-width:500px) {
	.lernfeldicon, .catalogchooser {
		height: 173px;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 0px;
	}
	
	.welcome h1 {
		font-size: 21px;
	}
	
	.welcome h1 {
		padding-right: 37%;
	}
	
	h1 i.fas.fa-info-circle {
		font-size: 22px;
		margin-left: 37px;
		margin-top: 0px;
	}
	
	.infotext {
		font-size: 18px;
	}
	
	.lenquery {
		margin-top: 27px;
	}
	
	.userqury {
		font-size: 17px;
		line-height: 20px;
	}
	
	.choose {
		width: 100%;
	}
	
	.userinfo {
		margin-top: 7px;
	}
	
	.closer {
		right: 34px;
		top: 33px;
	}
	
	.evaluser {
		right: 0px;
		top: 0px;
	}
}

@media (max-width:440px) {
	h1 {
		font-size: 25px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	.logerror {
		font-size: 17px;
	}
	
	.lerfelditems {
		margin-left: 0px;
	}
	
	.lernfeldbox {
		padding: 0px;
		margin-bottom: 20px;
	}
}

@media (max-width:400px) {
	.loginbox {
		width: 100%;
	}
	
	.stdpage .centercontent {
		padding: 15px;
	}
}

@media (max-width:390px) {
	
	.infotext {
		font-size: 17px;
		line-height: 18px;
	}
	
	.closer {
		font-size: 42px;
		right: 20px;
		top: 30px;
	}
	
	.closer.home {
		font-size: 25px;
		right: 20px;
		top: 30px;
	}
	
	.closer:before {
		width: 22px;
		height: 25px;
		margin-left: 11px;
		margin-top: 10px;
	}
}

@media (max-width:360px) {
	.areaname {
		width: 80%;
		font-size: 21px;
		line-height: 23px;
	}	
}

@media (max-width:320px) {
	.lernfeldicon, .catalogchooser {
		font-size: 15px;
		line-height: 17px;
		height:140px;
	}
}

.areaname, .lernfeldicon, .catalogchooser {
    text-shadow: 0 0 6px #000;
}

