*{
    padding: 0;
    margin: 0;
}

body::-webkit-scrollbar {
    display: none;
}
body{
	font-family: "Helvetica Neue", "Nimbus Sans L", Arial, sans-serif;
	-ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
	overflow-x: hidden;
	background-color: #333;
}
#page{
	background-color: #333;
    width: 100vw;
	height: 100vh;
	display: grid;
	z-index: 100;
	/*display: none;*/
}
#pagewrap{
	background-color: #D3F5DA;
	width: 1024px;
	height: 768px;
	margin: auto; 
  	text-align: center;
	z-index: 100;
}
.opacity{
	opacity: 0;
	transition: 2s;
	transition-timing-function: ease-in;
}

/*---Animated Icon--*/
.anim{
	z-index: 100;
	position: absolute;
	left: calc(50vw - 20px);
	top: calc(50vh - 20px);
	width: 40px;
	height: 40px;
	pointer-events: none;
	opacity: 0;
}


/*-----*/
.header{
	background-color: #379149;
	width: 1024px;
	height: 35px;
	display: flex;
	justify-content: space-evenly;
}
.iconleft{
	width: 40px;
	background: url("img/ico_info_small.PNG") 0px 0px no-repeat;
	background-color: white;
}
.iconright{
	width: 40px;
	background: url("img/ico_close_small.PNG") 0px 0px no-repeat;
	background-color: white;
	float: right;
}
.id{
	color: white;
	font-size: 15px;
	font-weight: bold;
	line-height: 37px;
	width: 477px;
	text-align: left;
	padding-left: 10px;
}
.timer{
	color: white;
	font-family: "Helvetica Neue", "Nimbus Sans L", Arial, sans-serif;
	text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
	font-size: 25px;
	height: 32px;
	font-weight: bold;
	border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px 8px 2px 8px;
	background-color: #aaa;
}
.points{
	color: white;
	font-family: "Helvetica Neue", "Nimbus Sans L", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 37px;
	text-align: right;
	width: 477px;
	padding-right: 10px;
}
/*-----*/
.question{
    font-size: 20px;
    font-weight: bold;
    padding: 13px 50px 17px 11px;
    height: 85px;
	color: rgb(11, 51, 60);
	text-align: left;
}
.mainarea{
	height: 420px;
    overflow: hidden;
	display: flex;
	justify-content: space-evenly;
}
.media{
	width: 512px;
	height: 420px;
	padding-left: 22px;
    padding-top: 4px;
}
.img{
	cursor: url("img/cur_magnify.gif"),auto;
}
.answerarea{
	width: 512px;
	height: 420px;
}
table{
	width: 409px;
	height: 420px;
	text-align: left;
}
tr {
	height: 100px;
}
td{
	vertical-align: top;
}
.answertext{
	font-size: 17px;
	width: 335px;
	padding-right: 15px;
    display: inline;
    font-weight: bold;
	color: rgb(11, 51, 60);
}
.button{
	padding-left: 2px;
    height: 48px;
    width: 60px;
    position: relative;
    display: block;
	background: url("img/btn_optquestion_1.gif") 3px 0px no-repeat;
	cursor: pointer;
}
.button.b2{
    background: url("img/btn_optquestion_2.gif") 3px 0px no-repeat;
}

/*-----*/
#footer{
	margin-top: 14px;
	height: 96px;
	/*border-top: 1px solid #BEC0C2;*/
}
#overview{
	background-color: #379149;
	height: 81px;
	margin-top: 9px;
	display: flex;
	padding: 10px;
	flex-wrap: wrap;
}
.o{
	font-family: "Helvetica Neue", "Nimbus Sans L", Arial, sans-serif;
	color: #000;
	font-size: 19px;
	font-weight: bold;
	line-height: 30px;
	width: 53px;
	height: 32px;
	background-color: white;
	border: 3px solid #379149;
	margin-right: 5px;
	margin-left: 5px;
}
.tab{
	background-color: white;
	border: 1px solid #000;
	cursor: pointer;
}
.tab:hover{
	border: 1px solid blue;
}
.a{
	width: 53px; height:32px; display:block;
}
.tab.is-active{
	font-family: "Helvetica Neue", "Nimbus Sans L", Arial, sans-serif;
	color: #000;
	font-size: 19px;
	font-weight: bold;
	line-height: 30px;
	width: 53px;
	height: 32px;
	background-color: white;
	border: 3px solid #000;
	border-radius: 3px;
}
.tab.check{
	background: url("img/btn_pos_set.gif") 0px 0px no-repeat;
}
.vidicon{
	background: url("img/ico_video.png") 0px 0px no-repeat;
	background-color: white;
}
.iconstar{
	background: url('img/ico_star_small.PNG') 1px 4px no-repeat;
	background-color: #f3be00;
	width: 34px;
	height: 34px;
	border-top: 1px solid white;
}
#weiter{
	background-color: #009e53;
	width: 100px; height: 34px; color: white; font-size: 19px; line-height: 34px; border-top: 1px solid white;
	cursor: pointer;
}
#weiter:active{
	background-color: #63CD9B;
}
.main{
	display: none;
}
.main.is-active{
	display: block;
}

/*----------------------------------------------*/

#aufloesung{
	position: absolute;
	top: 0; 
	left: 0;
	width: 100vw;
	height: 200vh;
	z-index: 0;
	background-color: #333;
}
.show{
	display: block;
}
.section{
	width: 100vw;
	height: 100vh;
	position: relative;
	background-color: #333;
}
.visible{
	visibility: visible;
}
.aimg{
	width: 100vw;
}
.img-slide{
	display: block;
	height: auto;
	left: calc((100vw - 460px) / 2);
	top: calc((100vh - 276px) / 2);
	width: 460px;
	position: absolute;
	opacity: 1;
}
.img-slide:hover{
	filter: brightness(50%);
	transition: 0.5s;
	cursor: pointer;
	position: relative;
	z-index: 0;
}
.img-slide:hover + .anim{
	opacity: 1;
	transition: 0.5s;
}
.wrapper-slide{
	transform: scale(1);
	width: 100vw;
	height: 100vh;
	z-index: 0;
}
.wrapper-press{
	height: 100vh;
	width: auto;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	position: absolute;
	left: 100vw;
	top:0;
	z-index: 10;
}
.headline{
	color: white;
	font-family: "Helvetica Neue", "Nimbus Sans L", Arial, sans-serif;
	text-align: left;
	width: 45vw;
	padding-right: 10px;
}
.mainimage{
	padding-right: 10vw;
}
.text{
	color: white;
	font-family: "Helvetica Neue", "Nimbus Sans L", Arial, sans-serif;
	text-align: left;
	width: 25vw;
	height: 90vh;
	padding-left: 50px;
	overflow: hidden;
}
h1{
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
}
h2{
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
}
h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
h3{
	font-size: 20px;
	font-weight:normal;
	line-height: 30px;
}
h5{
	font-size: 18px;
	font-weight:normal;
	line-height: 24px;
}

