.micrio-container {
	background-color: #000000;
}
.micrio-container a.logo, .micrio-hide {
	display: none;
}

.social {
	right: 0;
}
.social .share {
	float: right;
}

#mediawijsheid {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
#mediawijsheid img {
	width: 60px;
}
#mediawijsheid img:hover {
	width: 160px;
}

.marker:active, .marker:focus {
	outline: 0;
}
.marker-container .marker, body micr-io.micrio-container .marker-container .marker {
	background-image: url('../img/playbutton_white.png') !important;
	background-repeat: no-repeat !important;
	border:0 !important;
	width: 45px !important;
	height: 45px !important;
}
.micrio-container .marker-container .marker:hover, .micrio-container .marker-container .marker.opened, .micrio-container .marker-container.class-default.opened .marker {
	background-color: #00abe5 !important;
	width: 55px !important;
	height: 55px !important;
}

.marker-container.class-vraag .marker, body micr-io.micrio-container .marker-container.class-vraag .marker {
	background-image: url('../img/question.svg') !important;
}
.marker-container.class-vraag .marker:hover, body micr-io.micrio-container .marker-container.class-vraag .marker:hover {
	background-color: initial !important;
	width: 55px !important;
	height: 55px !important;
}

.marker-container.class-circle .marker, body micr-io.micrio-container .marker-container.class-circle .marker {
	background-image: initial !important;
	border-radius: 50% !important;
	border: 4px solid #fff !important;
	width: 35px !important;
	height: 35px !important;
}
.marker-container.class-circle .marker:hover, body micr-io.micrio-container .marker-container.class-circle .marker:hover {
	width: 40px !important;
	height: 40px !important;
}

.marker-container.class-montagespel .marker, body micr-io.micrio-container .marker-container.class-montagespel .marker {
	background-image: url('../img/media-masters-2021.png') !important;
	width: 130px !important;
	height: 130px !important;
	top: -30px;
}
.micrio-container .marker-container.class-montagespel .marker:hover, .micrio-container .marker-container.class-montagespel .marker.opened, .micrio-container .marker-container.class-montagespel.class-default.opened .marker {
	background-color: initial !important;
	width: 150px !important;
	height: 150px !important;
}


/* for invisible class */
.micrio-container .marker-container.class-invisible .marker {
	border:0;
	width: 150px;
	height: 150px;
	box-shadow: none;
	transition: none;
}
.micrio-container .marker-container.class-invisible .marker:hover, .micrio-container.class-invisible .marker-container .marker.opened, .micrio-container .marker-container.class-invisible.opened .marker {
	background: none !important;
	box-shadow: none !important;
}
/* /for invisible class */

menu.micrio-toolbar.main {
	background-color: #494949;
}
menu.micrio-toolbar.main.indent>menu:first-of-type {
    margin-left: 0;
}

.schooltvlogo {
	position: absolute;
	top: 0;
	margin: auto;
	padding: 0.75vw;
	padding-left: 1vw;
	padding-right: 1vw;	
	z-index: 25;
	width: auto;
	left: 38vw;
	min-width: 120px;
}
.schooltvlogo img {
	width: 9vw;
	height: auto;
	margin: 0 1em;
	max-width: 240px;
	max-height: 90px;
}

.label-jonginoorlog {
	position: absolute;
	top: 0;
	right: 25vw;
	margin: auto;
	padding: 0.75vw;
	padding-left: 1vw;
	padding-right: 1vw;	
	z-index: 25;
	width: 12vw;
	min-width: 120px;
}
.label-jonginoorlog img {
	width: 9vw;
	height: auto;
	max-width: 240px;
	max-height: 90px;
}


/* intro screen CSS */
#overlay {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	pointer-events: none;
	background: rgba(0,0,0,.5);
}
#overlay .welcome-screen {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	background: linear-gradient(40deg,#010101,#222);
	pointer-events: all;
	color: #fff;
}

@media (max-width: 640px) {
	#overlay .welcome-screen {
		width: 90%;
	}
}
@media (max-width: 400px) {
	#overlay .welcome-screen {
		overflow: auto none;
	}
}



#overlay .welcome-screen:after {
	  content: '';
	  display: block;
	  position: absolute;
	  top: -33px;
	  right: -14px;
	  bottom: -33px;
	  left: -10px;
	  background: transparent url('https://b.micr.io/qJjEi/filmframe.png') center center no-repeat;
	  background-size: 100% 100%;
	  pointer-events: none;
}

#overlay video {
	width:80%;
}

#overlay .video-wrapper {
  position: relative;
}

#overlay .playButton {
  border-radius: 80px;
  border: 8px solid #fff;
  height: 80px;
  position: absolute;
  width: 80px;
  cursor: pointer;
  display: block;
  opacity: 1;
  transition: opacity 150ms;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

#overlay .playButton:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: -8px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 800px) {
	#overlay .playButton {
		border-radius: 60px;
		height: 60px;
		width: 60px;
	}
	#overlay .playButton:before {
  		border-width: 10px 0 10px 20px;
  	}
}

#overlay .welcome-screen button.close {
	float:right;
	color: #fff;
	border: 0;
	cursor: pointer;
	background-color: #000;
	right: 5px;
	width: 2.4vw !important;
	height: 2.4vw !important;
	font-size: 1.5vw !important;
	line-height: 2vw !important;
}
#overlay .textfullwidth {
	text-align: center;
	padding: 10% 4%;
	font-size: 17px;
	line-height: 1.6;
}
#overlay .textfullwidth h1 {
	font-size: 22px;
	line-height: 1.6;
}
#overlay .textfullwidth h2 {
	font-size: 19px;
	line-height: 1.6;
}
#overlay .textfullwidth h3 {
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
	margin-top: -20px;
	margin-bottom: 1em;
}

button.starttour {
	color: #fff;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 40%;
	border: 0;
	line-height: 42px;
	background-color: #00abe5;
    font-size: 17px;
	overflow: hidden;
}


/*	
.marker-popup.shown article {
	background-color: #c90b0f !important;
}*/

/*
@media (min-width: 600px) {
	.marker-popup.shown article {
		width: 48vw !important;
		max-height: 35vw !important;
		margin-right: 0 !important;
	}
	.class-smaller .marker-popup.shown article {
		width: 24vw !important;
		max-height: 35vw !important;
		margin-right: 0 !important;
	}

	.marker-popup.shown article .html iframe, .marker-popup article .html iframe {
	    width: 48vw; 
	    height: 27vw;
		max-width: 100% !important;
		max-height: 100% !important;
		margin-bottom: 10px !important;
	}
}
*/
