
.modal .modal-content {
    padding-top: 94px !important;
}


.sceneName {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}

.hide {
visibility: hidden;
}

.gone {
visibility: hidden;
}

#close_button_02 {
	float:right;
}

/*Video Timeout*/

#timeout {
	opacity: 1;
    transition: opacity 1s;
}

#timeout.gone {
  opacity: 0;
}

/* Font Awesome */
.fa {
    width: 20px;
    height: 20px;
}

.fa1 {
    width: 20px;
    height: 20px;
	font-size: inherent;
}

.dreiscreenvideo {
	background-color:#000;
	
}

.erklaerframe {
	background-color: #fff;
    padding: 5px 15px;
    padding-bottom: 15px;
	border-radius: 15px;
	position: absolute;
	}

.top {
	margin-left: -10px;
	width: 275px !important;
}

.screen {
-webkit-box-shadow: 2px 7px 24px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 2px 7px 24px 0px rgba(0,0,0,0.19);
	box-shadow: 2px 7px 24px 0px rgba(0,0,0,0.19);
	}

.nav {
	cursor:pointer;
}

.nav li{
  border: 2px solid;
  border-radius: 50%;
  border-color:#fff;
  font-family: Helvetica;
  padding: 1em;
  text-align: center;
  background-color: #2278D1;
  color: #ddd;
  transition: .3s background-color ease-in-out,
              .3s color ease-in-out;
}

.nav li:hover{
  background-color: #666;
  color: #fff;
}

.nav1 {
    cursor: pointer;
}


.nav1 li {
    width: 100%;
    border: 2px solid;
    border-radius: 5px;
    margin-bottom: 5px;
    border-color: rgba(0, 142, 224, 1);
    font-family: Helvetica;
    font-style: italic;
    font-weight: 600;
    padding: 1em;
    font-size: 12px;
    background-color: rgba(0, 142, 224, 1);
    color: rgba(255, 255, 255, 1);
    transition: .3s background-color ease-in-out,
              .3s color ease-in-out;
}


.nav1 li:hover {
    background-color: #2278d1;
    color: #fff;
}

/* HINTSPOTS */

.blend-out {
  opacity: 0; 
  pointer-events: none;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);
  transform-origin: left center;
  -webkit-transform-origin: left center;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

.blend-in {
opacity: 1;
pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}

.first-head {
	background-color: #fff;
    width:230px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	padding: 5px 15px 0px 15px;
	margin-bottom: -5px;
}

.second-head {
	background-color: rgba(23, 149, 210, 1);	    
	width:230px;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
	padding: 5px 15px;
}

.head-logo {
	height:50px;
}