#vulkanApp {
	/*background-color: white;*/
	font-family: 'PT Sans', sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
	user-select: none;
	max-width: 1300px;
}

#vulkanApp:active {
	cursor: grabbing;
}

#vulkanApp #blende {
	height: 500px;
}

#vulkanApp #blende div {
	background-color: #FFF;
	height: 560px;
	margin-top: -500px;
	position: relative;
    z-index: 500;
}

/* Header */
#vulkanApp .header{

}

#vulkanApp .column{
	 float: left;
 	 width: 33.33%;
	 text-align: center;
}

/* Twelve Column System Twelve = 100% */
#vulkanApp .one.column{
 	 width: 8.33%;
}

#vulkanApp .two.column{
 	 width: 16.66%;
}

#vulkanApp .three.column{
 	 width: 25%;
}

#vulkanApp .four.column{
 	 width: 33.33%;
}

#vulkanApp .five.column{
 	 width: 41.65%;
}

#vulkanApp .six.column{
 	 width: 50%;
}

#vulkanApp .seven.column{
 	 width: 58.32%;
}

#vulkanApp .eight.column{
 	 width: 66.66%;
}

#vulkanApp .twelve.column{
 	 width: 100%;
}

#vulkanApp .column.relative {
	position: relative;
}

#vulkanApp .headerContainer {
	position: relative;
}

#vulkanApp #logo{
 	 max-width: 100%;
 	 max-height: 40px; /*80px*/
 	 margin: -17px 0px -23px 0px; /*-24 30*/
 	 cursor: pointer;
}
#vulkanApp #logo2{
 	 max-width: 100%;
 	 max-height: 50px; /*80px*/
 	 margin: -26px 0px -40px 0px; /*-24 30*/
 	 cursor: pointer;
}

#vulkanApp .headerLine{
	height: 80px;
/*	margin: 0px -10px 0px -10px; */
}

/* Module */
#vulkanApp #moduleView{
	/*define static pixel size */
	height: 500px;
}
#vulkanApp .moduleCount{
	color: grey;
	text-align:center;
	/* margin-top: -20px; */
}
#vulkanApp .moduleRow{
	width: 600px;
	height: 115px;
	margin: auto;
}
#vulkanApp .moduleColumnSound{
	float: left;
	width: 50px;
	height: 50px;
	margin-left:50px;
	margin-top: -7px;
}
#vulkanApp .moduleColumnInner{
	float: left;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	width:600px;
	height:80px;
	line-height: 80px;
	position: relative;
}

#vulkanApp .moduleColumnInner span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

#vulkanApp .soundIcon {
	width: 30px;
    position: absolute;
    top: 35%;
    right: -15px;
    cursor: pointer;
   	/*transform: translate(0%,-50%); */

}

#vulkanApp .menuIcon {
	height: 35px;
    position: absolute;
    top: 29%;
    right: -90px;
    cursor: pointer;
}

#vulkanApp .menuIcon:hover,
#vulkanApp .soundIcon:hover{ 
	transform: scale(1.2); transition: transform 0.2s cubic-bezier(0.21, 0.85, 0.54, 1.64); 
}

#vulkanApp .gateWayContainer .subContainer:hover{ 
	transform: scale(1.01); transition: transform 0.2s cubic-bezier(0.21, 0.85, 0.54, 1.64); 
}


#vulkanApp .titlewrapper .soundIcon {
 	width: 30px;
    position: relative;
    top: -60px;
    cursor: pointer;
    float: right;
    right: 0px;
    transform: none;
}

#vulkanApp .hotSpotInfo .soundIcon {
 	width: 30px !important;
    position: relative;
    top: -58px;
    cursor: pointer;
    float: right;
    right: 0px;
    transform: none;
}

#vulkanApp .choicetextpicbox .soundIcon {
 	width: 30px !important;
    position: relative;
    cursor: pointer;
    float: right;
    transform: none;
}

#vulkanApp .overlayContent .soundIcon {
	width: 30px;
    position: relative;
    top: 60px;
    right: -55px;
    float: right;
    transform: none;
    cursor: pointer;
}

/*IconChoice*/
#vulkanApp .choicearea{
 	height: 75px;
 	width : 210px;
 	background-color: white;
 	float: right; 
}
#vulkanApp .choiceIcon{
    height: 50px;
    width: 50px;
    float: left;
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: center;
    padding: 10px 0px 10px 0px;
}

/* SingleChoiceModule */
#vulkanApp .singlechoiceContainer,
#vulkanApp .multiplechoiceContainer{
	height: 360px;
	/*overflow-y: hidden; */
}

#vulkanApp .choicebox {
	width: calc(100% - 100px);
	max-width: 600px;
	margin: auto;
	background-color: #EEF0F2;
	border: 4px solid #EEF0F2;
	padding: 20px 60px 20px 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	transition: background-color 0.5s, border 0.5s;
	border-radius: 2px;
	cursor: pointer;

}

#vulkanApp .six.column .choiceWrapper .choicebox {
	width: calc(100% - 60px);
	padding: 20px 20px 20px 20px;
}

#vulkanApp .smallChoices  {
	max-width: 1200px;
	margin: auto;
}

#vulkanApp .smallChoices .choicebox  {
	padding: 8px 60px 8px 8px;
}

#vulkanApp .choicebox:first-child {
	margin-top: 0px;
}

#vulkanApp .choicebox.selected{
	background-color: #FEE17F;
	border-color: #FDC300;
}

#vulkanApp .choicebox.right{
	background-color: #D7E5AB;
	border-color: #95BB20;
}

#vulkanApp .choicebox.wrong{
	background-color: #EFC4C7;
	border-color: #C11723;
}

#vulkanApp .choiceinner{
	font-size: 18px;
	line-height: 1.7;
	float: left;
	width: 85%;
	text-align: left;
}

#vulkanApp .clear{
	clear: both;
}

#vulkanApp ul.choiceinnertick{
	position: relative;
	list-style: none;
	float: left;
	width: 30px;
	margin: 0px 24px 0px 0px;
	padding: 0px;
}
#vulkanApp ul.choiceinnertick_icon{
	position: relative;
	list-style: none;
	float: right;
	width: 30px;
	margin: 0px 24px 0px 0px;
	padding: 0px;
}	

#vulkanApp ul.choiceinnertick li {
    height: 32px;
    width: 32px;
    top: 50%;
    position: absolute;
    margin-top: -16px;
}

#vulkanApp ul.choiceinnertick li.tick,
#vulkanApp ul.choiceinnertick li.tick_selected,
#vulkanApp ul.choiceinnertick li.tick_wrong,
#vulkanApp ul.choiceinnertick li.tick_right {opacity: 0;}

#vulkanApp ul.choiceinnertick li div{height:26px; width: 26px;}

#vulkanApp ul.choiceinnertick li.tick div{background-color: #FFF; border: 3px solid #FDC300;  border-radius: 4px;}
#vulkanApp ul.choiceinnertick li.tick_selected div{background-color: #FFF; border: 3px solid #FDC300;  border-radius: 4px; }
#vulkanApp ul.choiceinnertick li.tick_selected div.rect {background-color: #FDC300; border: none; margin: 2px; margin: 10%; width: 80%; height: 80%;}
#vulkanApp ul.choiceinnertick li.tick_wrong div{background-color: #F00;}
#vulkanApp ul.choiceinnertick li.tick_right div{background-color: #0F0;}

#vulkanApp .singlechoiceContainer ul.choiceinnertick li.tick div{border-radius: 50%;}
#vulkanApp .singlechoiceContainer ul.choiceinnertick li.tick_selected div{border-radius: 50%; }

#vulkanApp ul.choiceinnertick.unselected li.tick,
#vulkanApp ul.choiceinnertick.selected li.tick_selected,
#vulkanApp ul.choiceinnertick.wrong li.tick_wrong,
#vulkanApp ul.choiceinnertick.right li.tick_right {opacity: 1;}

/*Colored Rects*/
#vulkanApp ul.choiceinnertick li.tick_selected div.rect.greenRect {background-color: #95BB20; border-color: #95BB20;}
#vulkanApp ul.choiceinnertick li.tick_selected div.rect.greyRect {background-color: #BEC6CE; border-color: #BEC6CE;}

/* Animations */
#vulkanApp ul.choiceinnertick li.tick_selected div.rect,
#vulkanApp ul.choiceinnertick li.tick_wrong img,
#vulkanApp ul.choiceinnertick li.tick_right img {transform-origin: 50% 50%; transform: scale(0.5); transition: transform 0.2s cubic-bezier(0.21, 0.85, 0.54, 1.64);}

#vulkanApp ul.choiceinnertick.selected li.tick_selected div.rect,
#vulkanApp ul.choiceinnertick.wrong li.tick_wrong img,
#vulkanApp ul.choiceinnertick.right li.tick_right img {transform: scale(1);}


#vulkanApp #tick{
	width: 43px;
	height:auto;
	float: left;
	margin-top:-6px;
	margin-left:-5px;
}

#vulkanApp .smallChoices #tick{
	width: 32px;
	margin-top: -2px;
	margin-left: 0px;
}

#vulkanApp #checkbox{
	width: 40px;
	margin-top: 10px;
	margin-right: 20px;
	height: auto;
	float: left;
	border-radius: 2px;
}

#vulkanApp .buttonsection{
	width: 700px;
	height: 80px;
	margin: auto;
	overflow: hidden;
}

#vulkanApp .clozePictureWrapper.vertical .buttonsection {
	width: 100%;
	height: 60px;
	position: absolute;
    bottom: 0px;
}

#vulkanApp .btnWrapper {
	height: 0px;
}

#vulkanApp .hintWrapper {
	font-size: 16px;
	position: relative;
	cursor: pointer;
	/*margin-left: 18px; TODO: center; */
	/*z-index: -200;*/
}

#vulkanApp .hintWrapper p {
	margin-top: 24px;
}

#vulkanApp .pictureBox{
	width: 90%;
	min-height: 80px;
	background-color: #EEF0F2;
	border: 4px solid #EEF0F2;
	margin-bottom: 10px;
	margin-left:5%;
	transition: background-color 0.5s, border 0.5s;
}

#vulkanApp .choicePicture {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width:90%;
	text-align: left;
	height:160px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 4px;
}

#vulkanApp .pictureboxpic {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: calc(100% - 32px);
	height: 350px;
	display: block;
	margin-left: 32px;
}

#vulkanApp .pictureBox .choiceinner{
	font-size: 18px;
	line-height: 1.7;
	float: left;
	width: 80%;
	text-align: left;
}

#vulkanApp .pictureBox .choiceinnertick {
margin: 0px 18px 0 15px;
}

#vulkanApp .pictureBox.selected{
	background-color: #FEE17F;
	border-color: #FDC300;
}

#vulkanApp .pictureBox.right,
#vulkanApp .dragdropPictureWrapper .dropTarget.right div {
	background-color: #D7E5AB;
	border-color: #95BB20;
}

#vulkanApp .pictureBox.wrong,
#vulkanApp .dragdropPictureWrapper .dropTarget.wrong div{
	background-color: #EFC4C7;
	border-color: #C11723;
}
/*Title Card CSS*/

#vulkanApp .cardcontainer{
	
}

#vulkanApp .titlecard{
	margin: auto;
	height: 436px;
	max-width: 90%;
	margin-bottom: 35px;
}

#vulkanApp .titlecard .titlemargin{
	height: 15px;
}

#vulkanApp .titlecard .titlewrapper{
	background-color: #00A3C2;
	height: 345px;
	padding: 56px 90px 35px 20px;
	border-radius: 2px;
}

#vulkanApp .cardTitle{
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	text-align:left;
	margin-top: 10px;
	margin-bottom:20px;
}

#vulkanApp .titlecard.resultcard .cardTitle {
	margin-bottom: 8px;
}

#vulkanApp .titlewrapper form p{
	color: #FFF;
	max-width: 80%;
}

#vulkanApp .cardTopic{
	color: #FDC300;
	font-size: 32px;
	text-align:left;
	font-weight: bold;
	margin-top: 10px;
}
#vulkanApp .cardText{
	color: #FFF;
	font-size: 17px;
	text-align:left;
	line-height: 1.7;
	margin-top: 10px;
	margin-right: 150px;
}

#vulkanApp .titlecard.resultcard .cardText {
	margin-right: 16px;
}

#vulkanApp .titlepicture {
/*	background-image: url("../assets/img/titlecard.png"); Fallback */
	height: 348px;
	width: 348px;
	float: left;
	margin-right: 43px;
	border: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#vulkanApp .titlevideo {
	height:338px;
	width:335px;
	float:left;
	margin-top: 15px;
	margin-right: 56px;
	border: none;
}
#vulkanApp .titleAnimation{
	height:338px;
	width:335px;
	float:left;
	margin-top: 15px;
	margin-right: 56px;
	border: none;
	background-color:white;
	border-radius: 2px;
}

#vulkanApp .titleAnimation .animationHint{
	height: 100%;
}

#vulkanApp .cardcontainer .text{
	
}

/*Gateway Module*/
#vulkanApp .gateWayContainer{
	margin: auto;
	height: 380px; /*345px is TitleCard height*/
	max-width: 90%;
	margin-bottom: 5px;
	text-align: center;
	overflow: auto;
}


#vulkanApp .gateWayContainer .subContainer{
	display: inline-block;
    vertical-align: top;
    width: 330px;
   	margin: 7px 10px 7px 10px;
}

#vulkanApp .gateWayContainer .subContainer .previewPicture{
 	float: right;
 	cursor: pointer;
    height: 130px;
    width: 210px;
    padding-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 17px;
    background-color: #FFF;
    background-size: contain;
}

#vulkanApp .gateWayContainer .subContainer .previewText{
	float: right;
    height: 130px;
    cursor: pointer;
    width: 110px;
    padding-top: 10px;
    padding-left: 10px;
    color: white;
    text-align: left;
    font-weight: bold;
    background-color: #FDC300;
}

#vulkanApp .gateWayContainer .infoContainer {
	display: inline-block;
    vertical-align: top;
    width: 100%;
    transform: .5s cubic-bezier(0.17,0.17,0.34,1);

}

#vulkanApp .gateWayContainer .infoContainer .twocol {
 	float: left;
 	width: 50%;
  	padding: 10px;
   	box-sizing: border-box;
}


#vulkanApp .gateWayContainer .infoContainer .twocol .text {
    width: 100%;
    margin: 10px;
    font-size: 18px;
    text-align: left;
    overflow: auto;
}

#vulkanApp .gateWayContainer .infoContainer .twocol .picture {
	float: right;
    height: 350px;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 17px;
    background-color: #FFF;
    background-size: cover;
}

/* Cloze Module */
#vulkanApp .clozeContainer {
	height: 280px;
	font-size: 18px;
	position: relative;
}

#vulkanApp .clozeContainer .clozeContent {
	display: inline;
	position: absolute;
  	top: 50%;
  	line-height: 32px;
  	padding: 32px 64px;
	transform: translate(0%, -50%);
}

#vulkanApp .clozeContainer .clozeContent div.choice,
#vulkanApp .clozePicture .choice {
	display: inline-block;
    width: 140px;
    height: 30px;
    margin-bottom: -10px;
    background-color: #FEE17F;
    margin-right: 3px;
    margin-left: 3px;
    transition: background-color 0.5s;
}

#vulkanApp .clozePicture .choice {
	position: absolute;
	opacity: 0.8;
}

#vulkanApp .clozeContainer .clozeContent div.choice.wrong,
#vulkanApp .clozePicture .choice.wrong {
    background-color: #FFABAD;
}

#vulkanApp .clozeContainer .clozeContent div.choice.right,
#vulkanApp .clozePicture .choice.right {
    background-color: #CAE9A7;
}

#vulkanApp .clozeContainer .clozeContent div.dropTarget,
#vulkanApp .clozePicture .choice div.dropTarget {
    margin: -9px -12px;
    width: 115%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    z-index: 50;
    position:relative;
    font-weight:bold;
    font-size:17px;
}

#vulkanApp .clozeLabel {
    padding: 6px 12px;
    font-weight: bold;
}

#vulkanApp .clozeLabel.draggable, 
#vulkanApp .pictureDrop.draggable {
	transform: scale(1);
	transition: transform 0.25s;
}

#vulkanApp .clozeLabel.draggable.sticked,
#vulkanApp .pictureDrop.draggable.sticked {
	transform: scale(0.75);
	pointer-events: "none";
}

/* Drag & Drop Elements */

#vulkanApp .draggable {
    background-color: #FEE17F;
    border: 2px solid #FDC300;
	cursor: grab;
	z-index: 100;
	opacity: 1;
	transition: opacity 0.5s;
	border-radius: 2px;
}

#vulkanApp .draggableChar {
    background-color: #FDC300;
	cursor: grab;
	z-index: 100;
	opacity: 1;
	transition: opacity 0.5s;
	border-radius: 20px;
}

#vulkanApp .draggableResult {
    background-color: #FDC300;
	cursor: grab;
	z-index: 100;
	opacity: 1;
	transition: opacity 0.5s;
	border-radius: 10px;
	height: 35px;
	width: 65px;
	
}

#vulkanApp.loading .draggable {
	opacity: 0;
	position:absolute;
}

#vulkanApp .draggable:active {
	cursor: grabbing !important;
}

#vulkanApp .dragElementsBox {
	height: 100px;
	max-width: 700px;
	background-color: #EEF0F2;
	margin: 0px auto;
	border-radius: 2px;
}

#vulkanApp #resultContainer {
	height: 100px;
	max-width: 700px;
	margin:auto;
	text-align: center;
}

#vulkanApp .vertical .dragElementsBox {
	height: 130px;
	text-align: left;
	margin-left:32px;
}

#vulkanApp .dragElementsBox img {
	position: relative;
	margin-top: -24px;
    margin-left: 24px;
    margin-right: 24px;
    height: 100px;
}

#vulkanApp .vertical .dragElementsBox img {
	position: relative;
    margin-top: 90px;
    margin-left: -38px;
    transform: rotate(-140deg);
}

#vulkanApp .dragElementsBox .dragBoxContent {
    float: right;
    width: 80%;
}

/* Cloze Pictures */
#vulkanApp .clozePictureContainer{
    font-size: 18px;
    margin: 0 auto;
    position: absolute;
    right: 16px;
    width: 490px;
    height: 100%;
}

#vulkanApp .clozePictureWrapper.vertical {
    height: 400px;
	overflow: hidden;
}

#vulkanApp .clozePictureWrapper .column,
#vulkanApp .clozePictureWrapper .clozePicture {
    height: 100%;
}

#vulkanApp .clozePicture{
/*	background-image: url("../assets/img/wasserkreislauf.png"); */
	position: relative;
	margin: auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#vulkanApp .backgroundContainer{
	position: relative;
	margin: auto;
	height:100%;
}

#vulkanApp .horizontal .clozePicture{
	height: 285px;
}

#vulkanApp .vertical .clozePicture{
	width: 100%;	
}

#vulkanApp .clozePictureContainer div.wrong{
	background-color: #FFABAD;
	
}

#vulkanApp .clozePictureContainer div.right{
	background-color: #CAE9A7;
	
}

#vulkanApp .noSelect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* Drag & Drop Pictures */
#vulkanApp .dragdropPictureContainer {
	height: 235px;
}

#vulkanApp .dragdropPictureWrapper,
#vulkanApp .dragdropCharWrapper {
	margin:auto;
	margin-top: 32px;
	text-align: center;
	width: 100%;
}

#vulkanApp .dragdropPictureWrapper .dropTarget {
	width: 180px;
	height: 180px;
	margin-right:16px;
	float:left;
	background-image: url("../assets/img/img_back.png");
	background-color: #FEE17F;
	background-repeat: no-repeat;
	background-position: center 32px;
	background-size: 64px;
	position: relative;
	z-index: 30;
	transition: background-size 0.5s, background-position 0.5s;
}
#vulkanApp .dragdropCharWrapper .dropTarget {
 	width: 90px;
    height: 90px;
    margin-right: 16px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center 32px;
    background-size: 64px;
    position: relative;
    margin: auto;
    display: inline-block;
    border: 4px solid #BEC6CE;
    border-radius: 25px;
    margin: 3px;
    z-index: 30;
    transition: background-size 0.5s, background-position 0.5s;
}

#vulkanApp .dragdropPictureWrapper .dropTarget.selected{
	background-size: 100% auto;
	background-position: center 0px;
}

#vulkanApp .dragdropCharWrapper .dropTarget.selected {
	background-color: #FDC300;
	border-color: #FDC300;
	cursor: grab;
	z-index: 100;
	opacity: 1;
	transition: opacity 0.5s;
	border-radius: 20px;
}

#vulkanApp .dragdropCharWrapper .dropTarget.right {
	background-color: #95BB20;
	border-color: #95BB20;
}

#vulkanApp .dragdropCharWrapper .dropTarget.wrong {
	background-color: #C11723;
	border-color: #C11723;
}


#vulkanApp .dragdropPictureWrapper .dropTarget div {
	position: absolute;
	bottom: 0px;
	text-align: center;
	padding: 8px;
	background-color: #EEF0F2;
	border: 2px solid #EEF0F2;
	width: 161px;
}

#vulkanApp .dragdropPictureWrapper .dropTarget div img,
#vulkanApp .dragdropCharWrapper .dropTarget div img {
	display: none;
	position: absolute;
    right: 10px;
    top: -42px;
    width: 32px;
    height: 32px;
    transform-origin: 50% 50%;
    transform: scale(0);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.21, 0.85, 0.54, 1.64), opacity 1s;
}

#vulkanApp .dragdropPictureWrapper .dropTarget.right div img.iconRight,
#vulkanApp .dragdropPictureWrapper .dropTarget.wrong div img.iconWrong,
#vulkanApp .dragdropCharWrapper .dropTarget.wrong div img.iconWrong,
#vulkanApp .dragdropCharWrapper .dropTarget.wrong div img.iconWrong {

    transform: scale(1);
    opacity: 1;
}

#vulkanApp .pictureDrop.draggable {
	width: 85px;
	height: 85px;
	padding: 5px;
}

#vulkanApp .pictureDrop.draggable div {
	width: 85px;
	height: 85px;
	background-size: cover;
	background-position: center;
}

#vulkanApp .charDrop.draggableChar div,
#vulkanApp .dragdropCharWrapper .dropTarget.selected div {
	font-size:45px;
	width: 85px;
	height: 85px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-size: cover;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	line-height: 85px; 
}

#vulkanApp .charDrop.draggableResult div {
	font-size:25px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
/*
#vulkanApp .formula{
    color: #EE7943;
    font-size: 37px;
    font-weight: bold;
    float: left;
    margin-top: 30px;
    margin-right: -155px;
} */

#vulkanApp .pictureDrop.draggable div.fullscreen {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	background-color: #FDC300;
	background-image: url("../assets/img/search_mini.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
}

#vulkanApp button {
	cursor: pointer;
	margin-top: 10px;
	width : 100px;
	height: 50px;
	border: none;
	text-align: center;
	font-size: 16px;
	border-radius: 10px;
	color: white;
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	outline: none; 
	transform-origin: 50% 50%;
	background-position: 15px;
	transition: transform 0.2s;
}

#vulkanApp button img {
    margin-top: 4px;
    float: right;
    width: 14px;
}


#vulkanApp input button img {
    margin-top: 4px;
    float: right;
    width: 14px;
}

#vulkanApp button.next{
	background-color: #FDC300; 
	background-image: url("../assets/img/btn_next.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 20px 23px;
	padding-right: 20px;
	padding-left: 10px;
	width: 150px;
}

#vulkanApp button.menu {
    background-color: #bec6ce;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px 23px;
    width: 85px;
    float: left;
}

#vulkanApp button.right {
    width: 55px;
    background-color: #bec6ce;
}

#vulkanApp button.left {
    width: 55px;
    background-color: #bec6ce;
}

#vulkanApp button.nLighted {
	background: linear-gradient(0deg, #FDC300 40%, #FFF 50%, #FDC300 60%);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
}

#vulkanApp button.scaled img {
	width: 32px;
	margin-top: -5px;
    margin-left: 8px;
    position: absolute;
}

#vulkanApp button {
	background-color: #FDC300; 
	width: 150px;
	z-index: 40;
}

@keyframes gradient {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 0% 100%;
	}
}

#vulkanApp button.discard {
	background-color: #BEC6CE; 
	background-image: url("../assets/img/btn_cross.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-right: 10px;
	padding-left: 40px;
	width: 120px;
	float: right;
}

#vulkanApp button.audio {
	background-color: #EEF0F2; 
	color: #000;
	background-image: url("../assets/img/sound_off_d.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-right: 10px;
	padding-left: 40px;
	width: 280px;
}

#vulkanApp button.audio.play {
	background-image: url("../assets/img/sound_on_d.svg");
}

#vulkanApp button.restart{
	background-color: #FDC300; 
	background-image: url("../assets/img/btn_restart.png");
	background-repeat: no-repeat;
	background-size: 20px 23px;
	padding-right: 10px;
	padding-left: 20px;
	width: 150px;
}


#vulkanApp button.print{
	background-color: #FDC300; 
	background-image: url("../assets/img/btn_print.png");
	background-repeat: no-repeat;
	background-size: 20px 23px;
	padding-right: 10px;
	padding-left: 20px;
	width: 150px;
}

#vulkanApp input.save{
	background-color: #FDC300; 
	background-image: url("../assets/img/btn_download.png");
	background-repeat: no-repeat;
	background-size: 25px 23px;
	padding-right: 10px;
	padding-left: 35px;
	width: 150px;
	height: 50px;
	float:left;
	margin-right: 15px;
	cursor: pointer;
	margin-top: 10px;
	border: none;
	text-align: center;
	font-size: 16px;
	border-radius: 10px;
	color: white;
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	outline: none; 
	transform-origin: 50% 50%;
	background-position: 15px;
	transition: transform 0.2s;
}

#vulkanApp .inputform{
	border: none;
    width: 35%;
    font-size: 20px;
    height: 30px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    padding: 5px 5px 5px 5px;
    margin-top:8px;
}
#vulkanApp ::placeholder {
  font-size: 20px;
  font-color: light-grey;
}
/* Modal */

#vulkanApp #modal {
    background-color: rgba(200,200,200, 0.5);
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    height:100%;
    z-index: 1000;
}
 
#vulkanApp #modal .modalContent.modalImg {
	width: 80%;
	height:80%;
	margin: 10%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index:300;
}

#vulkanApp #modal .modalContent .close {
	cursor: pointer;
	width: 48px;
	height:48px;
	background-image: url("../assets/img/btn_cross.png");
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FDC300;
	border-radius: 50%;
	float:right;
	margin: 16px;
}

/* Animations */
#vulkanApp  button:active {
  	transform: scale(0.8);
}

#vulkanApp .fakebtn {
    display: inline-block;
    transform: translateY(-2px);
    padding: 2px 12px 4px 24px;
    margin-top: 4px;
    border: none;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    outline: none;
    transform-origin: 50% 50%;
    background-position: 8px 8px;
    background-color: #BEC6CE;
    background-image: url(../assets/img/btn_cross.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    transition: transform 0.2s;
}
#vulkanApp .fakebtn2 {
    display: inline-block;
    transform: translateY(-2px);
    padding: 2px 20px 4px 12px;
    margin-top: 4px;
    border: none;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    outline: none;
    transform-origin: 50% 50%;
    background-position: 48px 8px;
    background-color: #FDC300 ;
    background-image: url(../assets/img/btn_next.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    transition: transform 0.2s;
}

/* Light Bulb Wrapper */
#vulkanApp .lightBulbWrapper {
	height: 350px;
}

#vulkanApp .lightBulbWrapper .column {
	height: 100%;
}

#vulkanApp .lightBulbWrapper .column .bar {
	display: none;
	background-color: #AE0018;
	position: absolute;
	right: 16px;
	width: 24px;
	height: 90%;
}

#vulkanApp .lightBulbWrapper .column .bar .content {
	background-color: #F9B000;
	width: 100%;
	height: 0px;
	transition: height 1s;
}

#vulkanApp .lightBulbWrapper .column .bar .indicator {
	position: absolute;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
	left: -84px;
	width: 78px;
	height: 32px;
	border-radius: 6px;
	color: #FFF;
	transition: top 1s, bottom 1s;
	font-size: 12px;
	box-shadow: 2px 2px 8px -2px #00000066;
}

#vulkanApp .lightBulbWrapper .column .bar .indicator div {
	position: absolute;
	width: 12px;
	height: 8px;
	border-radius: 8px 0px 8px 0px;
	top: 4px;
	right: -6px;
}

#vulkanApp .lightBulbWrapper .column .bar .indicator.red {
	background-color: #F9B000;
	top: 0px;
}

#vulkanApp .lightBulbWrapper .column .bar .indicator.yellow {
	background-color: #AE0018;
	bottom: 0px;
}

#vulkanApp .lightBulbWrapper .column .bar .indicator.red div {
	background-color: #F9B000;
}

#vulkanApp .lightBulbWrapper .column .bar .indicator.yellow div {
	background-color: #AE0018;
}

#vulkanApp .lightBulbWrapper img.bulb {
	height: 280px;
	position: absolute;
	bottom: 10%;
	left: 0px;
}

#vulkanApp .lightBulbWrapper button {
	position: absolute;
	bottom: -64px;
	left: 0px;
}

/* SVGColorWrapper Module */
#vulkanApp .svgColorWrapper {
	height: 350px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

#vulkanApp .svgColorWrapper #animationHint  {
	height: 200px;
	width: 150px;
	bottom: -12px;
	right: 20%;
	position: absolute;
}

#vulkanApp .vertical .animationHint {
	height: 320px;
}

#vulkanApp .svgWrapper  {
	height: 100%;
	width: auto;
	margin: auto;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}

#vulkanApp .svgWrapper svg  {
	height: 100%;
}

/* Connect Module */
#vulkanApp .connectPictureWrapper {
	height: 350px;
	overflow: hidden;
}

#vulkanApp .connectSvgWrapper {
	height: 350px;
	width: 100%;
	position: relative;
	margin-top: -350px;
	margin-bottom: 0px;
	z-index: -10;
}

#vulkanApp .clozeLabel.connectLabel {
	padding: 12px 20px;
	width: 164px;
}

#vulkanApp .connectSvgContent {
	width: 100%;
	height: 100%;
}

#vulkanApp .connectSvgContent svg path {
	stroke: #FDC300;
	fill: none;
}

#vulkanApp .connectTarget {
	position: absolute;
	width: 140px;
	height: 140px;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-size 0.2s;
}

#vulkanApp .connectTarget.selected {
	/*border: 2px solid #FDC300;*/
	border-radius: 3px;
	background-size: 100% auto;
	/*background-color: rgba(255,255,255,0.5);*/
}

#vulkanApp .connectTarget .dotNormal,
#vulkanApp .connectTarget .dotRight,
#vulkanApp .connectTarget .dotWrong {
	width: 24px;
	height: 24px;
	position: absolute;
	top: calc(50% - 12px);
	left: -12px;
	border-radius: 50%;
	background-size: 100% 100%;
	opacity: 0;
}

#vulkanApp .connectTarget.selected .dotNormal {
	background-color: #FDC300;
	opacity: 1;
}

#vulkanApp .connectTarget .description {
	position: absolute;
	top: 140px;
	width: 100%;
	font-size: 12px;
	text-align: center;
}

#vulkanApp .clozeLabel.connectLabel.draggable {
	display: block !important;
	opacity: 1 !important;
	margin-top: 8px;
	margin-left: 32px;
}

#vulkanApp .clozeLabel.connectLabel .arrow {
	width: 24px;
	height: 24px;
	background-color:  #FDC300;
	background-image: url('../assets/img/btn_arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40% auto;
	border-radius: 50%;
	position: absolute;
	right: -12px;
	top: 10px;
	opacity: 1;
}

#vulkanApp .clozeLabel.connectLabel.draggable.sticked {
	background-color: #FDC300;
	transform: scale(1);
}

#vulkanApp .clozeLabel.connectLabel.draggable.right {
	background-color: #D7E5AB;
	border-color: #95BB20;
}

#vulkanApp .clozeLabel.connectLabel.draggable.wrong {
	background-color: #EFC4C7;
	border-color: #C11723;
}

#vulkanApp .connectTarget.selected.right {
	/*border-color: #95BB20;*/
}

#vulkanApp .connectTarget.selected.wrong  {
	/*border-color: #C11723;*/
}

#vulkanApp .connectTarget.selected.right .dotRight {
	background-image: url('../assets/img/icon_correct.svg');
	opacity: 1;
}

#vulkanApp .connectTarget.selected.wrong .dotWrong {
	background-image: url('../assets/img/icon_wrong.svg');
	opacity: 1;
}

#vulkanApp .clozeLabel.connectLabel.draggable.sticked .arrow,
#vulkanApp .clozeLabel.connectLabel.draggable.dragging .arrow {
	opacity: 0;
}

/* Animation Hints */
#vulkanApp .singlechoiceContainer #animationHint,
#vulkanApp .multiplechoiceContainer #animationHint,
#vulkanApp .dragElementsBox #animationHint {
    height: 0px;
}

#vulkanApp .dragElementsBox #animationHint  {
    position: relative;
}

#vulkanApp .singlechoiceContainer #animationHint svg,
#vulkanApp .multiplechoiceContainer #animationHint svg,
#vulkanApp .dragElementsBox #animationHint svg {
    height: 200px !important;
    max-width: 200px;
}
/*Sonderregel für Char Drop*/
#vulkanApp #charDrop #animationHint svg  {
    height: 260px !important;
    max-width: 200px;
}

#vulkanApp .dragElementsBox #animationHint svg  {
    width: auto !important;
	position: absolute;
	right: 20px;
	top: -40px;
}

/* Animation Hints Choice */ 
#vulkanApp .choicepictureHint {
	width: 100%;
	height: 200px;
	position: relative;
	top: -205px;
	margin: auto;
	max-width: 600px;
}

#vulkanApp .choicepictureHintTwoColumns {
	width: 100%;
	height: 200px;
	position: relative;
	top: -30px;
	left: 200px;
	margin: auto;
	max-width: 600px;
}

#vulkanApp #animationHint svg {
	cursor: pointer;
}

#vulkanApp .choicepictureHintVertical {
	width: 200px;
	height: 200px;
	margin-left: 120px;
	position: absolute;
	transform: rotate(180deg);
}

#vulkanApp .choicepictureHintVertical svg {
	margin-top: -177px;
	/*pointer-events: none;*/
}

#vulkanApp .choicepictureHint svg {
	position: absolute;
	right: -194px;
}

#vulkanApp .choicepictureHint svg,
#vulkanApp .choicepictureHintVertical svg {
	width: auto !important;
}

#vulkanApp .dragElementsBox .animationHint {
    margin-top: -80px;
    margin-right: -180px;
}

#vulkanApp .vertical .animationHint {
	height: 200px;
}

#vulkanApp .singlechoiceContainer .animationHint.pictureHint,
#vulkanApp .multiplechoiceContainer .animationHint.pictureHint {
    display:none;
} 

#vulkanApp #prev{
	float: left;
	width : 80px;
	height: 30px;
}

#vulkanApp .footer{
	/*text-align: right;*/
    margin-top: 60px;
	color:grey;
}

#vulkanApp .choiceexample{
	background-image: url(../assets/img/example.png);
    background-repeat: no-repeat;
    width: 19px;
    margin-top: -34px;
    height: 18px;
    background-size: 100% 100%;
}

#vulkanApp .choiceexample.single {
	background-image: url(../assets/img/example_single.png);
	margin-top: -34px;
	margin-left: 40px;
}

#vulkanApp .choiceexample.pictureConnect {
	width: 24px;
	height: 24px;
	background-color:  #FDC300;
	background-image: url('../assets/img/btn_arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40% auto;
	border-radius: 50%;
	position: absolute;
	top: 32px;
	opacity: 1;
}

/* Picture Text Box */
#vulkanApp .choiceTextWrapper {
	padding-left: 8px;
	height: 94px;
	max-width: 600px;
	text-align: left;
	line-height: 24px;
}

#vulkanApp .choicetextpicbox .choicebox .choiceinner.answer,
#vulkanApp .choicetextpicbox .choicebox.wrong .choiceinner.question,
#vulkanApp .choicetextpicbox .choicebox.right .choiceinner.question {
	display: none;
}

#vulkanApp .choicetextpicbox .choicebox.wrong .choiceinner.answer,
#vulkanApp .choicetextpicbox .choicebox.right .choiceinner.answer {
	display: inline;
}

#vulkanApp .choicetextpicbox .choicebox.wrong .choiceinner.answer span {
	font-weight: bold;
	color: #C11723;
}

#vulkanApp .choicetextpicbox .choicebox.right .choiceinner.answer span {
	font-weight: bold;
	color: #95BB20;
}

/* HotSpot Wrapper */
#vulkanApp .hotSpotWrapper .column {
	text-align: left;
}

#vulkanApp .hotspot {
	position:absolute;
	border-radius: 50%;
	border: 3px solid #FFF;
	background-color: #FDC300;
	width: 32px;
	height: 32px;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
	color: #FFF;
	transition: background-color .5s;
	cursor: pointer;
	z-index: 10;
}

#vulkanApp .fakeHotspot {
	background-color: #FDC300;
	border-radius: 50%;
	float:left;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-left: 38px;
	margin-right: 8px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#vulkanApp .hotspot.selected {
	border: 3px solid #FDC300;
	background-color: #FEE17F;
	color: #666;
}

#vulkanApp .hotSpotInfo {
	background-color: #EEF0F2;
	margin-top: 64px;
	margin-left: 32px;
	margin-bottom: 8px;
	padding: 16px;
	width: calc(100% - 64px);
	height: 148px;
	text-align: left;
	border-radius: 2px;
}

#vulkanApp .hotSpotInfo h5 {
	margin: 8px 0px;
	font-size: 16px;
}

#vulkanApp .hotSpotInfo img {
	float: left;
	height: calc(180px - 32px);
	width: auto;
	margin-right: 16px;
	border-radius: 2px;
}

#vulkanApp #resultSound{
	width: 32px;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 16px;
	cursor: pointer;
}

/* CharacterPuzzle */
#vulkanApp .charPuzzlWrapper   {
	height: 355px;
	position: relative;
}

#vulkanApp .charPuzzlWrapper .charContainer   {
	margin: auto;
	display:inline-block;
	position: absolute;
}

#vulkanApp .charPuzzlWrapper .charContainer .charRow  {
	height: 32px;
	margin-bottom: -4px;
}

#vulkanApp .charPuzzlWrapper .charContainer .charRow div {
	border: 1px solid #FEE17F;
	background-color: #FFF;
	line-height: 32px;
	width: 32px;
	height: 100%;
	float: left;
	text-align: center;
	cursor: pointer;
	transform-origin: 50% 50%;
	transform: scale(1);
	/* transition: background-color 0.5s, transform 0.5s; */
}

#vulkanApp .charPuzzlWrapper .charContainer .charRow div:first-child {
	border-left-width: 1.5px;
}

#vulkanApp .charPuzzlWrapper .charContainer .charRow div:last-child {
	border-right-width: 1.5px;
}

#vulkanApp .charPuzzlWrapper .charContainer .charRow:first-child div {
	border-top-width: 1.5px;
}

#vulkanApp .charPuzzlWrapper .charContainer .charRow:first-child div:first-child {
	border-top-left-radius: 2px;
}

#vulkanApp .charPuzzlWrapper .charContainer .charRow:first-child div:last-child {
	border-top-right-radius: 2px;
}

#vulkanApp .charPuzzlWrapper .charContainer .charRow:last-child div {
	border-bottom-width: 1.5px;
}

#vulkanApp .charPuzzlWrapper .charContainer .charRow:last-child div:first-child {
	border-bottom-left-radius: 2px;
}

#vulkanApp .charPuzzlWrapper .charContainer .charRow:last-child div:last-child {
	border-bottom-right-radius: 2px;
}

#vulkanApp .charPuzzlWrapper .charContainer .charRow div.selected {
	background-color: #FEE17F;
}

/* HotSpot Lightswitch */
#vulkanApp.lightOff,
#vulkanApp.lightOff .footer,
#vulkanApp.lightOff .moduleCount {
	/*background-color: #494948;*/
	color: #FFF;
}

body.lightOff {
	background-color: #494948;
	background-image: linear-gradient(0deg, rgba(73,73,72,1) 86%, rgba(255,255,255,1) 87%, rgba(255,255,255,1) 100%);
	background-repeat: no-repeat;
	color: #FFF;
}

#vulkanApp.lightOff .headerContainer {
	color: #333;
}

#vulkanApp.lightOff #blende div {
	background-color: #494948;
}

#vulkanApp .lightswitch {
	text-align: center;
	margin-top: 32px;
}

#vulkanApp .lightswitch img {
	width: 180px;
	height: 180px;
	cursor: pointer;
}

/* TintMenue */
#vulkanApp .tintSubMenueContainer {
	position: absolute;
}

#vulkanApp .tintSubMenueContainer .iconDefault {
	position: absolute;
	border: 2px solid #FDC300;
	background-color: #FDC300;
	background-image: url('../assets/img/icon_brush_white.svg');
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50% 50%;
	width: 28px;
	height: 28px;
	cursor: pointer;
	z-index: 100;
}

#vulkanApp .tintSubMenueContainer .iconDefault .iconColor {
	border: 2px solid #FDC300;
	width: 10px;
	height: 10px;
	background-color: transparent;
	margin-top: 16px;
	margin-left: 16px;
	border-radius: 50%;
}

#vulkanApp .tintSubMenueContainer.visible .iconDefault {
	background-image: url('../assets/img/icon_brush_orange.svg');
	background-color: #FEE17F;
}

#vulkanApp .tintSubMenueContainer.correct .iconDefault {
	background-image: url('../assets/img/tick.png');
	background-color: #D7E5AB;
	border-color: rgb(149, 187, 32); 
}

#vulkanApp .tintSubMenueContainer.wrong .iconDefault {
	background-image: url('../assets/img/wrong.png');
	background-color: #EFC4C7;
	border-color: rgb(174, 0, 24);
	background-size: 65% 65%;
	background-position: 55% 
}


#vulkanApp .tintSubMenueContainer .menueWrapper {
	background-color: #FFF;
	border: 2px solid #FDC300;
	width: auto;
	height: 26px;
	max-width: 0px;
	margin: 0px 16px;
	padding-left: 12px;
	padding-bottom: 2px;
	overflow: hidden;
}

#vulkanApp .tintSubMenueContainer.visible .menueWrapper {
	max-width: 300px;
}

#vulkanApp .tintSubMenueContainer.vert .menueWrapper {
	height: 52px;
}

#vulkanApp .tintSubMenueContainer.vert4 .menueWrapper {
	height: 104px;
	max-width: 120px;
	min-width: 100px;
}

#vulkanApp .tintSubMenueContainer.vert4.top .menueWrapper {
    margin-top: -80px;
}

#vulkanApp .tintSubMenueContainer.visible {
	z-index: 400;
}

#vulkanApp .tintSubMenueContainer .menueWrapper .selection {
	float: left;
	cursor: pointer;
	border-radius: 4px;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 22px;
}

#vulkanApp .tintSubMenueContainer .menueWrapper .selection .color {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 6px;
	margin-top: 3px;
	transform-origin: 50% 50%;
	transform: scale(1);
}

#vulkanApp .tintSubMenueContainer .menueWrapper .selection.selected .color {
	transform: scale(1.3);
}

#vulkanApp .tintSubMenueContainer.selected .iconDefault {
	background-color: #FEE17F;
}

#vulkanApp .tintSubMenueContainer .tintHintWrapper {
	display: none;
	background-color: #FFF;
	font-size: 12px;
	text-align: center;
	width: 110px;
	position: absolute;
	left: -16px;
	border-radius: 16px;
	padding: 8px 12px;
	z-index: 900;
}

#vulkanApp .tintSubMenueContainer.showBubble .tintHintWrapper {
	display: block;
}

#vulkanApp .tintSubMenueContainer .tintHintWrapper.top {
	bottom: 10px;
}

#vulkanApp .tintSubMenueContainer .tintHintWrapper.topLeft {
	bottom: 10px;
	left: -96px;
}

#vulkanApp .tintSubMenueContainer.vert .tintHintWrapper.topLeft,
#vulkanApp .tintSubMenueContainer.vert .tintHintWrapper.top {
	bottom: 12px;
}

#vulkanApp .tintSubMenueContainer .tintHintWrapper.bottom {
	top: 46px;
}

#vulkanApp .tintSubMenueContainer .tintHintWrapper div {
	position: absolute;
	background-color: #FFF;
	width: 12px;
	height: 12px;
	left: 42px;
	border-radius: 0px 0px 12px 0px;
}

#vulkanApp .tintSubMenueContainer .tintHintWrapper.top div {
	bottom: -12px;
}

#vulkanApp .tintSubMenueContainer .tintHintWrapper.topLeft div {
	left: 88px;
	bottom: -12px;
	border-radius: 0px 0px 0px 12px;
}

#vulkanApp .tintSubMenueContainer .tintHintWrapper.bottom div {
	top: -12px;
	border-radius: 0px 12px 0px 0px;
}

/* Color Background Wrapper */
#vulkanApp .colorBackgroundWrapper,
#vulkanApp .colorContentContainer {
	position: relative;
}

#vulkanApp .colorBackgroundWrapper {
	max-width: 1000px;
	margin: 0px auto;
}

#vulkanApp .colorBackgroundWrapper .buttonsection {
	position: absolute;
	z-index: 100;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0);
}

#vulkanApp .colorBackgroundHeader {
	position: absolute;
	width: 100%;
	top: 0px;
}

#vulkanApp .colorContentWrapper,
#vulkanApp .colorContentWrapper video,
#vulkanApp .colorContentWrapper img {
	width: 100%;
}

#vulkanApp .colorContentWrapper {
	position: absolute;
	top: 0px;
}

/* ClickAndFindModule */
#vulkanApp .clickNFindHintWrapper {
	width: 150px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* Result Card */

::-moz-scrollbar-button:decrement,
::-moz-scrollbar-button:increment,
::-webkit-scrollbar-button:decrement,
::-webkit-scrollbar-button:increment {
  width: 0px;
}

#vulkanApp .resultcard .cardTopic {
	margin-top: 0px;
	font-size: 48px;
}

#vulkanApp .resultcard .resultHistory {
	background-color: #FFF;
	margin-top: 16px;
	height: 32px;
	border-radius: 16px;
	float: left;
	width: calc(100% - 400px);
}

#vulkanApp .resultcard .resultHistory .box {
	background-color: #C10000;
	line-height: 24px;
	color: #EFC4C7;
	width: calc(100% - 8px);
	height: 24px;
	border-radius: 12px;
	margin-left: 4px;
	margin-top: 4px;
	float: left;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

#vulkanApp .resultcard .resultHistory .box.isCorrect {
	background-color: #95BB20;
	color: #D7E5AB;
}

#vulkanApp .resultcard .contentwrapper {
	float: left;
	width: calc(100% - 420px);
	height: 300px;
	overflow-y: auto;
	padding-left: 20px;
	position:relative;
}

#vulkanApp .resultcard .answerWrapper .correct {
	font-weight: bold;
	color: rgb(149, 187, 32);
}

#vulkanApp .resultcard .answerWrapper .wrong {
	font-weight: bold;
	color: rgb(174, 0, 24);
}

#vulkanApp .resultcard .answerWrapper .unknown {
	font-weight: bold;
	color: #FDC300;
}

#vulkanApp .resultcard .contentwrapper.hintContent {
	background-color: #FFF;
}
#vulkanApp .resultcard .contentwrapper.hintContent h2{
	text-align: center;
}

#vulkanApp .resultcard .contentwrapper.hintContent .tick {
	 width: 43px; 
     height: auto; 
     float: left;
}

#vulkanApp .resultcard .contentwrapper.hintContent .text {
	padding: 10px 30px 10px 50px;
}

#vulkanApp .resultcard .contentwrapper.hintContent .subline {
	/* padding-left: 50px; */
	margin-top: 16px;
}

#vulkanApp .triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 20px 10px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -20px;
	left: calc(50% - 10px);
}
#vulkanApp .resultcard .cross{
	right: 10px;
    position: absolute;
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    z-index: 10;
    cursor: pointer;
    top: 18px;
}
    
/* SVG Gateway Wrapper */
#vulkanApp .svgGateWayWrapper {
	height: 400px;
	margin-top: -50px;
}

#vulkanApp .svgGateWayWrapper svg {
	display: block;
	height: 100%;
	margin: auto;
}

#vulkanApp svg .interactable,
#vulkanApp svg .noninteractable {
	cursor: pointer;
}

/* Landscape */
@media only screen 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {

  #vulkanApp #moduleView {
  	height: 700px;
  }

  #vulkanApp #blende div {
    height: 650px;
    margin-top: -700px;
  }

  #vulkanApp .titlecard {
  	height: 590px;
  	padding: 20px;
  	max-width: 100%;
  }

  #vulkanApp .titleAnimation {
  	float: none;
	margin: auto;
    height: 280px;
    width: 100%;
  }

  #vulkanApp .singlechoiceContainer,
  #vulkanApp .multiplechoiceContainer {
  	height: 565px;
  }

  #vulkanApp .clozeContainer {
  	height: 465px;
  }

  #vulkanApp .horizontal .clozePicture {
  	height: 470px;
  }

  #vulkanApp .dragdropPictureContainer {
  	height: 437px;
  }

  #vulkanApp .dragdropPictureWrapper {
  	width: 100%;
  }

  #vulkanApp .dragdropPictureWrapper {
  	width: 100% !important;
  }

  #vulkanApp .dragdropPictureWrapper .dropTarget {
  	margin-bottom: 16px;
  	border-radius: 2px;
  }

  #vulkanApp .pictureBox {
  	position: relative;
  	padding-bottom: 52px;
  }

  #vulkanApp .pictureBox .choiceinner {
  	width: 100% !important;
  	text-align:center;
  }

  #vulkanApp .pictureBox .choiceinnertick {
	height: 0px !important;
    position: absolute;
    left: 35%;
    bottom: 32px;
  }

}

/* General Small Screens */
@media (max-width: 1024px) {
  	#vulkanApp .titlecard .titlewrapper{
  		padding-right: 24px;
  	}
  	#vulkanApp .titleAnimation {
  		margin-right: 32px;
  	}
  	#vulkanApp .cardText {
  		margin-right: 0px;
  	}
}


#MobileCover {
	display:none;
	padding-top: 150px;
	height: 400px;
	text-align: center;
}

#MobileCover img {
	margin: 16px 70px;
}

#MobileCover div {
	max-width: 320px;
    height: 320px;
    margin: auto;
}

/* Device */
@media only screen and (max-width: 830px) { 
	#moduleView {
		display:none;
	}

	#MobileCover {
		display:block;
	}

	#vulkanApp .headerContainer .column {
		font-size: 14px !important;
	}
}
/*Speechbubbles*/
#vulkanApp .bubbleAnchor {
	position: absolute;
	width: 147px;
	height: 0px;
}
#vulkanApp .bubbleWrapper{
	position: absolute;
	bottom: 0px;
}
#vulkanApp .bubbleBottom{
	position: relative;
	background-size: 100% 100%;
	height: 46px;
	width: 147px;
	z-index: 0;
	background-image: url("../assets/img/speechbuble/bottom.png");
}
#vulkanApp .bubbleTextBackground{
	position: relative;
	width: 147px;
	height: auto;
	background-repeat: none;
	background-size: 100% 100%;
	padding: 4px 0px;
	z-index: 5;
	background-image: url("../assets/img/speechbuble/background.png");
}
#vulkanApp .bubbleText {
	margin: 0px 5px -5px 15px;
	z-index: 5;
}
#vulkanApp .bubbleTop{
	position: relative;
	background-size: 100% 100%;
	height: 21px;
	z-index: 10;
	width: 147px;
	background-image: url("../assets/img/speechbuble/top.png");
}
#vulkanApp .cross {
	position: relative;
	height: 12px;
	width: 12px;
	background-size: 100% 100%;
	z-index: 10;
	right: -120px;
	top: 12px;
	cursor: pointer;
	background-image: url("../assets/img/speechbuble/cross.png");
}
/*Overlay*/
#vulkanApp .overlayPanel {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background-color: rgba(200,200,200, 0.5);
}

#vulkanApp .overlayPanel .close {
	cursor: pointer;
	width: 48px;
	height:48px;
	background-image: url("../assets/img/btn_cross.png");
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FDC300;
	border-radius: 50%;
	float:right;
	margin: 16px;
}

#vulkanApp .overlayContent {
	border: 3px solid #fdc300;
    width: calc(100% - 100px);
    min-height: 135px;
    max-width: 670px;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    margin-top: 180px;
    background-color: #fff;
    z-index: 300;
}

#vulkanApp .overlayText {
	text-align: left;
	font-size: 18px;
	z-index: 300;
	padding: 30px;
	padding-right: 80px;
	line-height: 32px;
}
/* Alterantive Styling */
#vulkanApp .bubbleAnchor.orangeBubble .bubbleTop {
	background-image: none;
	background-color: #FBC823;
	border-radius: 12px 12px 0px 0px;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	border-top: 3px solid #FFF;
	width: 120px;
	height: 12px;
}

#vulkanApp .bubbleAnchor.orangeBubble .bubbleTextBackground {
	background-image: none;
	background-color: #FBC823;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	width: 120px;
	color: #FFF;
	padding: 0px 0px;
	font-weight: bold;
	text-align: center;
}

#vulkanApp .bubbleAnchor.orangeBubble .bubbleBottom {
	background-image: none;
	background-color: #FBC823;
	border-radius: 0px 0px 12px 12px;
	border-right: 3px solid #FFF;
	border-left: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	width: 120px;
	color: #FFF;
	font-weight: bold;
	height: 12px;
}

#vulkanApp .bubbleAnchor.orangeBubble .bubbleTail {
	position: relative;
	background-image: none;
	background-color: #FBC823;
	border-radius: 0px 0px 0px 12px;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	border-left: 3px solid #FFF;
	width: 16px;
	height: 16px;
	margin-left: 80px;
	margin-top: -2.5px;
}

#vulkanApp .bubbleAnchor.orangeBubble .bubbleText {
	margin: 0px 0px;
}

/* Reviewcard Styling */
#vulkanApp .scrollableContent{
	/* margin: auto; */
    height: 90%;
    width: 70%;
    left: 35%;
    top: 4%;
    position: relative;
    /* margin-bottom: 35px; */
    background-color: white;
}
}
#vulkanApp .stats{
}
#vulkanApp .innerTitle{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    /* line-height: 1.7; */
    line-height: 80px;
    left: -120px;
    position: relative;
}

/* Circuit */
#vulkanApp .circuitHeader{
	background-color: #F9B000;
    height: 40px;
    padding: 30px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

#vulkanApp .circuitHeaderLight{
	background-color: #FFF;
    height: 80px;
    font-size: 25px;
    color: #000;
    font-weight: bold;
}

#vulkanApp .circuitHeader .column80,
#vulkanApp .circuitHeaderLight .column80{
	width: 80%;
	float: left;
}

#vulkanApp .circuitHeader .column20,
#vulkanApp .circuitHeaderLight .column20{
	width: 20%;
	float: right;	
}

#vulkanApp .circuitWrapper {
	width: 100%;
	height: 600px;	
	/*background-color: #f1f1f1; */
	position: relative;
	margin-top: -80px;
}

#vulkanApp .circuitWrapper .wire {
    background-image: url(../assets/img/circuit/wire2.png);
    height: 449px;
    width: 994px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 169px;
    left: 185px;
    position: absolute;
}

#vulkanApp .circuitWrapper .bulb {
    height: 163px;
    width: 94px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 77px;
    left: 140px;
    position: absolute;
    z-index: 1;
}

#vulkanApp .circuitWrapper .glow {
	background-image: url(../assets/img/circuit/glow.png);
    height: 193px;
    width: 126px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -14px;
    opacity: 0.7;
    left: -17px;
    position: absolute;
    z-index: 1;
    animation: flicker-low .3s alternate infinite ease-in;
}

@keyframes flicker-high {
  0%   {transform: scale(.95);  opacity: 0.99;}
  100% {transform: scale(1); opacity: 0.9;}
}

@keyframes flicker-mid {
  0%   {transform: scale(.95);  opacity: 0.7;}
  100% {transform: scale(1); opacity: 0.6;}
}

@keyframes flicker-low {
  0%   {transform: scale(.95);  opacity: 0.4;}
  100% {transform: scale(1); opacity: 0.3;}
}

#vulkanApp .circuitWrapper .bulb.on {
	background-image: url(../assets/img/circuit/bulb-on.png);
}

#vulkanApp .circuitWrapper .bulb.off {
	background-image: url(../assets/img/circuit/bulb-off.png);
}

#vulkanApp .circuitWrapper .switch {
    cursor: pointer;
    height: 90px;
    width: 182px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 546px;
    left: 355px;
    position: absolute;
    z-index: 1;
}

#vulkanApp .circuitWrapper .switch.on {
   background-image: url(../assets/img/circuit/switch-on.png);
    -webkit-transition: .2s;
    transition: opacity .2s; 
}

#vulkanApp .circuitWrapper .switch.off {
   background-image: url(../assets/img/circuit/switch-off.png);
    -webkit-transition: .2s;
    transition: opacity .2s; 
}

#vulkanApp .circuitWrapper .voltmeter {
    top: 5px;
    /*transform: scale(0.65); */
    left: 107px;
    position: absolute;
    z-index: 0;
    /*can be deleted later*/
    background-image: url(../assets/img/circuit/voltmeter.svg);
    height: 500px;
    width: 780px;
    background-size: contain;
    background-repeat: no-repeat;
 

}

#vulkanApp .circuitWrapper .amperemeter {
   background-image: url(../assets/img/circuit/amperemeter.svg);
    height: 250px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 220px;
    left: 1072px;
    position: absolute;
    z-index: 1;
}
#vulkanApp .circuitWrapper .amperage{
	color: #EE7943;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    top: -34px;
    left: -50px;
    position: relative;
}

#vulkanApp .circuitWrapper .battery {
   background-image: url(../assets/img/circuit/battery.svg);
    height: 50px;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 145px;
    left: 355px;
    position: absolute;
    z-index: 1;
}
#vulkanApp .circuitWrapper .resistor {
   background-image: url(../assets/img/circuit/resistor.svg);
    height: 90px;
    width: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 260px;
    left: 160px;
    position: absolute;
    z-index: 1;
}
/*Merge sliders*/
#vulkanApp .circuitWrapper .slidecontainer {
 	width: 440px;
    position: absolute;
    top: 205px;
    left: 350px;
}

/* The slider itself */
#vulkanApp .circuitWrapper .slider {
  -webkit-appearance: none;  
  appearance: none;
  width: 100%; 
  height: 25px; 
  background: #37347D; 
  outline: none; 
  /*opacity: 0.7; */
  -webkit-transition: .2s; 
  transition: opacity .2s;
  border-radius: 30px;

}

/* Mouse-over effects */
#vulkanApp .circuitWrapper .slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

#vulkanApp .circuitWrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none; 
  appearance: none;
  width: 35px; 
  height: 35px; 
  background: #F0F1F3; 
  cursor: pointer; 
  border-radius: 30px;
  border: solid 4px;
  border-color: #BEC7CE;

}


#vulkanApp .circuitWrapper .slider::-moz-range-thumb {
  width: 35px; 
  height: 35px; 
  background: #F0F1F3; 
  cursor: pointer; 
  border-radius: 30px;
  border: solid 4px;
  border-color: #BEC7CE;
}

#vulkanApp .circuitWrapper .sliderVert {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

}

/*Technical Circuit Draft*/
#vulkanApp .circuitWrapper .draftIcon {
	background-image: url(../assets/img/circuit/technical-draft/icon.svg);
	height: 60px;
	width: 60px;
	background-size: contain;
	position: absolute;
	right: 30px;
	top: 80px;
}

#vulkanApp .draftWrapper .draftIcon,
#vulkanApp .videoOverlay .draftIcon {
	background-image: url(../assets/img/circuit/technical-draft/cross.svg);
	height: 60px;
	width: 60px;
	background-size: contain;
	position: absolute;
	right: 30px;
	top: 10px;
}

#vulkanApp .draftWrapper {
	width: 1300px;
    height: 600px;
    background-color: #fafafaf7;
    position: absolute;
    z-index: 50;
    top: 85px;
}

#vulkanApp .draftWrapper .base {
	background-image: url(../assets/img/circuit/technical-draft/base.svg);
    height: 446px;
    width: 784px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 90px;
    left: 208px;
    position: absolute;

}

#vulkanApp .draftWrapper .voltmeterDraft {
	background-image: url(../assets/img/circuit/technical-draft/voltmeter.svg);
    height: 100px;
    width: 100px;
    position: relative;
    top: 109px;
    left: 625px;
    z-index: 60;

}

#vulkanApp .draftWrapper .amperemeterDraft {
    background-image: url(../assets/img/circuit/technical-draft/amperemeter.svg);
    height: 100px;
    width: 100px;
    position: relative;
    top: 100px;
    left: 812px;
    z-index: 60;

}

#vulkanApp .draftWrapper .batteryDraft {
	background-image: url(../assets/img/circuit/technical-draft/battery.png);
    height: 85px;
    width: 40px;
    position: absolute;
    background-color: #fafafaf7;
   	top: 100px;
    left: 460px;
    z-index: 60;
    background-size: contain;

}

#vulkanApp .draftWrapper .resistorDraft {
 	background-image: url(../assets/img/circuit/technical-draft/resistor.png);
 	    height: 36px;
 	    width: 90px;
 	    position: absolute;
 	    top: 250px;
 	    left: 165px;
 	    z-index: 60;
 	    transform: rotate(90deg);
 	    background-size: contain;
 	
}
#vulkanApp .draftWrapper .switchDraft{
    background-image: url(../assets/img/circuit/technical-draft/switch_off.png);
    height: 38px;
    width: 157px;
    background-repeat: no-repeat;
    position: absolute;
    top: 524px;
    left: 254px;
    z-index: 60;
    background-size: contain;
}
#vulkanApp .draftWrapper .switchDraft.on {
    background-image: url(../assets/img/circuit/technical-draft/switch_on.png);
}

#vulkanApp .hintContainer{
	height: auto;
    width: 490px;
    height: auto;
    position: absolute;
    top: 46%;
    left: 32%;
}
#vulkanApp .circuitAnimation{
	height: auto;
    width: 150px;
    float: right;
}

#vulkanApp .circuitWrapper .animationHint{
	width: 200px;
    margin-top: -45px;
}

#vulkanApp .speechbubble {
    height: auto;
    width: 60%;
    float: left;
    color: #32AFE2;
    font-size: 18px;
    border-radius: 10px;
    padding: 16px;
    background-color: #EEF0F2;
    z-index: 10;
    font-family: 'Segoe UI', sans-serif;
   /* font-weight: bold; */
}

#vulkanApp .speechbubble-right {
   background-image: url("../assets/img/speechbuble/bubble-right.png");
   position: relative;
   float: right;
   width: 50px;
   height: 30px;
   left:10px;
   top:40px;
}

#vulkanApp .speechbubble-left {
   background-image: url("../assets/img/speechbuble/bubble-left.png");
   position: relative;
   float: left;
   width: 50px;
   height: 30px;
   left: -12px;
   top: 40px;
}

#vulkanApp .pyramid {
   margin-top: -65px;
   background-size: contain;
   width: 155px;
   height: 150px;
   transform: .5s cubic-bezier(0.17,0.17,0.34,1);
}

#vulkanApp .formula {
	font-weight: bold;
	font-size: 25px;
}

#vulkanApp .formula.voltage {
	color: #474495;
}

#vulkanApp .formula.amperage {
	color: #EE7943;
}

#vulkanApp .formula.resistance {
	color: #4CA8C9;
}

#vulkanApp .saveButton {
	background-color: #009BAD;
	top: 76%;
	left: -34%;
}

#vulkanApp .stageButton {
	float: right;
    display: block;
    width: 90px;
    height: 40px;
    right: -10px;
    top: 10px;
    position: relative;
}

#vulkanApp .circuitCache{
	/*padding: 10px;
	font-size: 22px; */
}

#vulkanApp .text-amperage{
	font-weight: bold;
	color: #EE7943;
}

#vulkanApp .text-voltage{
	font-weight: bold;
	color: #37347D;
}

#vulkanApp .text-resistance{
	font-weight: bold;
	color: #4CA8C9 ;
}

#vulkanApp .checkmark{
	list-style-type: '✔';
	padding-inline-start: 0.5ch;
}
/*Video Content*/
#vulkanApp .videoContainer {
    background-color: #fafafaf7;
    position: absolute;
    z-index: 50;
    top: -25px;
}

#vulkanApp .videoHeader{
	background-color: #00A3C2;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 30px;
    padding-top: 30px;
    text-align: center;
    height: 70px;
}

#vulkanApp .videoClose{
	background-image: url("../assets/img/btn_cross.png");
	height: 45px;
	width: 45px;
	float: right;
	background-size: contain;
	margin-right: 17px; 
}

#vulkanApp .videoBody{
	width: 1300px;
	z-index: 50;
    height: 590px;
}
#vulkanApp .videoText{
	font-size: 20px;
	text-align: left;
	margin: 50px 0px;
}

#vulkanApp .videoButton{
	position: relative;
    top: 80%;
    left: 21%;
}