@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Yrsa:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css');

*, *:after, *:before {
  box-sizing: border-box; 
}

body {
	font-size: 1.1em;		
	margin: 0;
	overflow-x: hidden;
	font-family: Verdana, sans-serif;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: #000000;
	color: #ffffff;
}

.theme-general {	
	background-color: #000000;
	min-height: 100vh;	
}

@media screen and (min-width: 768px) {
    .theme-general {
		max-width: 768px;
		margin: 0 auto;
	}
}

/**************************************** CHOOSE LANGUAGE FLAGS ********************/

.languages img {
  padding: 10px;
}

.languages a {
	width: 50%;
    display: inline-block;
}

/**************************************** GENERAL LOGO ********************/
.theme-general-logo {
    display: block;
    width: fit-content;	
}

.theme-general-logo img {
    max-width: 100%;
    height: auto;	
}

/**************************************** GENERAL CONTENT ********************/
.theme-general-content {
	color: #ffffff;
	padding: 12px 20px;	
}

.theme-general-content h1 {
	font-family: 'Expressway Bold', Verdana, sans-serif;
    font-size: 24px;
    display: block;
    padding-bottom: 16px;
    margin: 0;
}

.theme-general-content h2 {
	font-family: 'Expressway Bold', Verdana, sans-serif;
    font-size: 24px;
    display: block;
    padding-bottom: 16px;
    margin: 0;
}

.theme-general-content p {
    padding-bottom: 10px;
    display: block;
    margin: 0;
}

.theme-general-content a {
	color: #ffffff;
}

.theme-general-content img {
	max-width:100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	height: auto;
}

.theme-general-subnav img {
	display: inline;
	width: 40px;
}

/**************************************** INTRO ICONS ********************/
.intro-content {
	position: relative;	
	padding-left: 40px;
	padding-bottom: 20px;
}

.intro-duur::before {
	content: url('/assets/img/OE_elementen-2-uur_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}

.intro-penenpapier::before {
	content: url('/assets/img/OE_elementen-penenpapier_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}

.intro-batterij::before {
	content: url('/assets/img/OE_elementen-batterij_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}

.intro-omgeving::before {
	content: url('/assets/img/OE_Omgeving_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}

.intro-niveaus::before {
	content: url('/assets/img/OE_Niveau_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}

.intro-samenwerking::before {
	content: url('/assets/img/OE_elementen-samenwerking_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}

.intro-startlocatie::before {
	content: url('/assets/img/OE_elementen-31-locatiepin_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}

.intro-puntentelling::before {
	content: url('/assets/img/OE_elementen-36-medaille_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}

.intro-content-link {
	padding-right: 40px;
	padding-bottom: 20px;	
	margin-top: 16px;
	font-weight: bold;
}

.intro-content-link-image {
	width: 30px;
	float: right;
}

.intro-kies-teamnaam {
	font-weight: bold;	
	padding-top: 24px;
}


/**************************************** BUTTONS ********************/

.btn-OE {
	display: block;
	text-decoration: none;
	width: fit-content;
	padding: 6px 12px;
	min-width: 90px;
	text-align: center;
	margin: 16px auto 30px auto; 
	position: relative;
    background-color: #E1222A;
    color: #ffffff;	
	border-top-left-radius: 10px;	
	border-bottom-right-radius: 10px;	
	font-family: 'Expressway Regular', Verdana, sans-serif;	
	font-size: 1.4em;
	font-weight: bold;
	transition: transform 0.5s ease;
}

.btn-OE:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6px;
    left: 6px;
    border: 2px solid #E1222A;
    border-radius: 12px 0;
	transition: transform 0.5s ease;
    pointer-events: none;
}

.btn-OE:hover {
	transform: translate(6px, 6px);	
}

.btn-OE:hover:before{
	transform: translate(-6px, -6px);	
}

.btn-OE-cancel {
	display: block;
	text-decoration: none;
	width: fit-content;
	padding: 6px 12px;
	min-width: 90px;
	text-align: center;
	margin: 16px auto 30px auto; 
	position: relative;
    background-color: #d2cdcd;
    color: #000000;	
	border-top-left-radius: 10px;	
	border-bottom-right-radius: 10px;	
	font-family: 'Expressway Regular', Verdana, sans-serif;	
	font-size: 1.4em;
	font-weight: bold;
}


/** General pages */
.theme-general-content .btn-OE {
	color: #ffffff;
}

/** Game pages */
.theme-content .btn-OE {
	color: #ffffff;
}


/** Wordt gebruikt binnen een div in sommige routes */
/** Let op: .btn wordt ook gebruikt binnen jConfirm voor de knoppen */
.btn {
	display: block;
	text-decoration: none;
	width: fit-content;
	padding: 6px 12px;
	min-width: 90px;
	text-align: center;
	margin: 16px auto; 
	position: relative;
    background-color: #E1222A;
	border-top-left-radius: 10px;	
	border-bottom-right-radius: 10px;	
	font-family: 'Expressway Regular', Verdana, sans-serif;	
	font-size: 1.4em;
	font-weight: bold;
    color: #ffffff;	/** Wordt later overschreven door .theme-content a */
}

.btn-inactive {
	opacity: 0.2;
}

.btn-half {
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;	
	font-size: 1.1em;	
}

.btn-half-big {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;	
	height: 105px;
	float: left;
}


/**************************************** jConfirm popups ********************/
.jconfirm-box {
    max-width: 700px;
}
.jconfirm-bg {
}
.jconfirm-box.loading {
}
.jconfirm-box.loading:before {
}
.jconfirm-box.loading:after {
}
.jconfirm-box .jconfirm-closeIcon {
}
.jconfirm-box .jconfirm-title-c {
	color: #000000;
}
.jconfirm-box .jconfirm-content-pane {
}
.jconfirm-box .jconfirm-content {
	color: #000000;
}
.jconfirm-box .jconfirm-buttons {
}
.jconfirm-box .jconfirm-buttons button {
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
	border-top-left-radius: 10px;	
	border-bottom-right-radius: 10px;	
	border-top-right-radius: 0px;	
	border-bottom-left-radius: 0px;		
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    text-shadow: none;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn {	
	margin: 4px;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-red {
	background-color: #E1222A;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {	
	background-color: #cccccc;	
}

/**************************************** POPUP NOTIFICATIONS MESSAGES ********************/
@media screen and (min-width: 768px) {
    .theme-notification-message {
        max-width: 752px;
        margin: 0 auto;
    }
}

/** Intro pages */
.theme-general .theme-notification {
	display: none;
	position: fixed;
	left: 12px;
	right: 12px;
	top: 12px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 20px 0px 20px 0px;
	padding: 16px; 
	max-width: 756px;
	margin: 0 auto;
	z-index: 90;
    font-size: 1.2em; 		
}

.theme-general .theme-notification.active {
    display: block; 
}

.theme-general .theme-notification .confirm i {
    color: #00FF00;
    font-size: 22px; 
}

.theme-general .theme-notification .error i {
    color: #E1222A;
    font-size: 22px; 
}

.theme-general .theme-notification-button {
	background-color: #E1222A;
	display: block;	
	color: #ffffff;
    width: fit-content;
    padding: 12px;
    text-align: center;
	border: 0px solid #000000;
	margin-top: 20px;
	float: right;
	border-radius: 10px 0px 10px 0px;			
	font-weight: bold;
	font-size: 16px;
	float: right;
}


/** Game pages */

.theme-game .theme-notification {
	display: none;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 44px;
	bottom: 12px;
    height: 100%;	
	background-color: #013447d6;
	color: #000000;
	border: none;
    border-radius: unset;
	padding: 16px; 
	max-width: 768;
	margin: 0 auto;
	z-index: 90;
    font-size: 1.2em; 		
}

.theme-game .theme-notification.active {
    display: block; 
}

.theme-game .theme-notification-message {
	display: block;
	position: fixed;
	left: 12px;
	right: 12px;
	top: 80px;
	background-color: #ffffff;
	border-radius: 20px 0px 20px 0px;		
	color: #000000;
	border: 0px solid #C2BB00;
	padding: 16px; 
	margin: 0 auto;
	z-index: 90;
    font-size: 1.1em; 		
}

.theme-game .theme-notification-message.confirm i {
    color: #00FF00;
    font-size: 30px; 
}

.theme-game .theme-notification-message.error i {
    color: #E1222A;
    font-size: 30px; 
}

.theme-game .theme-notification-button {
	background-color: #E1222A;
	display: block;	
	color: #ffffff;
    width: fit-content;
    padding: 12px;
    text-align: center;
	border: 0px solid #000000;
	border-radius: 10px 0px 10px 0px;			
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	float: right;
}

.theme-game .theme-notification .btn-close {
	position: fixed;
	bottom: 72px;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	text-align: center;
	line-height: 36px; 
    background-color: #ffffff;
    color: #013447;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 34px;
    min-width: unset;
}

.theme-game .theme-notification .btn-close:before {
	content: '×';
	font-size: 50px;
	color: #013447;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%); 
}
/**************************************** THEME GAME ********************/
.theme-game {
	padding: 0px 0px 0px 0px;
	min-height: 100vh;
}

/**************************************** THEME GAME HEADER ********************/
.theme-header {
	background-color: #FFCD1C;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	color: #000000;
	max-width: 768px;
	margin: 0 auto;
	z-index: 50;
	font-size: 14px;
	font-weight: bold;
}

.theme-header__top {
    padding: 12px 12px; 
}

.theme-header__user {
	position: absolute;
	left: 12px;
	top: 18px;
}

.theme-header__icon {
	margin: auto;
	width: 30px;
}

.theme-header__icon img {
    display: block;
    width: 30px;
}

.theme-header__points {
	position: absolute;
	right: 12px;
	top: 18px;
}

/**************************************** THEME GAME PROGRESS BAR ********************/
.theme-header__bottom {
    width: 100%;
}

@media screen and (min-width: 768px) {
	.theme-progress {
		max-width: 768px;
		margin: 0 auto;
	}
}

.theme-progress {
	width: 100%;
	background-color: #F9F9F9;
	height: 14px;
	display: block;
}

.theme-progress__colored {
    background-color: #E1222A;
    display: block;
    height: 100%;
	border-radius: 0px 5px 5px 0px;	
}


/**************************************** THEME GAME IMAGE POPUP ********************/

@media screen and (min-width: 768px) {
	.theme-popup {
		max-width: 768px;
		margin: 0 auto; 
	}	
}

.theme-popup {
	display: none;
	position: fixed;
	left: 12px;
	right: 12px;
	top: 12px;
	background-color: #ffffff;
	color: #000000;
	border: 3px solid #C2BB00;
	border-radius: 20px;
	padding: 16px;
	z-index: 99;
}

.theme-popup.active {
	display: block; 
}

.theme-popup.full {
    top: 44px;
	bottom: 12px;
    background-color: #013447d6;
    border: none;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: unset;
    height: 100%;
    padding: 12px; 
}

.theme-popup.full .theme-popup__img {
    margin: 0 auto;
    display: block;
    width: fit-content; 
}

.theme-popup__img img {
	max-width: 100%;
}

.theme-popup.full .btn-close {
	position: fixed;
	bottom: 14px;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	text-align: center;
	line-height: 36px; 
    background-color: #ffffff;
    color: #013447;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 34px;
    min-width: unset;
}

.theme-popup.full .btn-close:before {
	content: '×';
	font-size: 50px;
	color: #013447;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%); 
}


/**************************************** THEME GAME CONTENT ********************/
@media screen and (min-width: 768px) {
    .theme-content {
		max-width: 768px;
		margin: 0 auto; 
	} 
}

.theme-content {
	padding: 78px 12px;
	min-height: 100vh;
	background-color: #ffffff;
	color: #000000;	
}

/**************************************** THEME GAME CONTENT NAVIGATIE BAR ********************/
.theme-subnav {
	width: 100%;
	height: 56px;
}

.theme-content .theme-subnav img {
	width: 40px;
	padding-bottom: 0px;
}

.theme-subnav a {
	display: inline-block;	
}

#theme-subnav-sync {
	float:right;
	margin-left: 8px;
}

#theme-subnav-next {
	float:right;
}

/**************************************** THEME GAME CONTENT BOTTOM BAR ********************/


.theme-bottom {
	position: fixed;
	background-color: #FFCD1C;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 768px;
	height: 60px;
	margin: 0 auto;
	z-index: 50;
}

#theme-bottom-feedback {
	position: absolute;
	top: 0px;	
	padding: 10px;
}

#theme-bottom-feedback img {
	height: 40px;	
}

#theme-bottom-photos {
	margin: auto;
	width: 60px;
}

#theme-bottom-photos img {
	height: 60px;	
	padding: 10px;
}

#theme-bottom-hint-active {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #000000;	
	background-color: #ffffff;
	border-radius: 10px 0px 10px 0px;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	padding: 8px;
	margin-top: 8px;
	margin-right: 10px;
}

#theme-bottom-hint-inactive {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #000000;	
	background-color: #ffffff;
	border-radius: 10px 0px 10px 0px;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	padding: 8px;
	margin-top: 8px;
	margin-right: 10px;
	opacity: 0.2;	
}

/**************************************** THEME GAME CONTENT BOTTOM BAR ********************/


.theme-hints__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 48px;
}

.theme-hints__list li {
    margin-bottom: 24px;
}

.single-hint {
    background-color: #000000;
	color: #ffffff;
    padding: 16px 6px 20px 6px;
	border-radius: 20px 0px 20px 0px; 
}

.theme-content .single-hint p {
	margin: 0px 0px 10px 0px;
	padding-bottom: 16px;
}

.theme-content .single-hint a {
	color: #ffffff;
	text-decoration: underline;
}

.theme-content .single-hint li {
	margin-bottom: 0px;
}

/**************************************** THEME GAME CONTENT ELEMENTS ********************/
.theme-content img {
	max-width:100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	height: auto;
}

.theme-content video {
	max-width: 100%;
	padding-bottom: 0px;
}

.theme-content audio {
	margin: 6px 0px 0px 0px;
	background-color: #333;
	padding: 10px;
	border-radius: 0px;
	gap: 10px;
	color: white;
	width: 100%;
	height: 75px;
}


.theme-content a {
	color: #000000;
}

.theme-content h1 {
	font-size: 24px;
    display: block;
    padding-bottom: 16px;
    margin: 0;
}

.theme-content p {
    padding-bottom: 28px;
    display: block;
    margin: 0;
}

.theme-content p img {
    padding-bottom: 0px;
}

.theme-content ul {
    margin: 0px 0px 28px 20px;
	padding-left: 0px;
}

.theme-content table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.theme-content svg {
	display: block; 
	margin: auto;
}

.theme-content .route {
	background-color: #FDF6D7;
    padding: 10px 10px 10px 10px;
    margin-bottom: 28px;
}

.theme-content p.raadsel {
	text-align: center;
	font-weight: bold;	
	font-size: 1.5em;
}

.theme-content ul.ulraadsel {
	text-align: center;
	font-weight: bold;	
	font-size: 1.5em;
	list-style-type: none;
}

.theme-content ul.ulraadsel li {
	margin-bottom:10px;
}

/**************************************** THEME GAME CONTENT GO BACK BUTTON ********************/
.btn-goback-OE {
}

.btn-goback-OE img{
    width: 40px;
    display: block;
    margin-left: 0px;
    padding-bottom: 12px;	
}


/**************************************** THEME GAME CONTENT WHATSAPP STYLE MESSAGES ********************/
.theme-message {
	display: block;
	background-color: #013447;
	color: #ffffff;
	padding: 12px;
	padding-bottom: 6px;
	font-size: 1.0em;
	margin: 0px 0px 20px 0px;
}

.theme-message p {
	padding: 0px 0px 0px 0px;
}

.theme-message a {
	color: #ffffff;
}


.theme-message__time {
    font-size: 12px;
    padding-top: 6px;
    display: block;
    text-align: right;
}

.theme-message__img {
    width: 150px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 12px;
	background-color: #ffffff;
	margin-bottom: 12px;	
}

.theme-message__img img {
	object-fit: fill;
	padding-bottom: 0px;
	width: 150px;
	height: auto;
}

.theme-message audio {
	width: 90%;
	max-width: 400px;
}

.theme-message.receive {
	position: relative;
	background-color: #013447;
	border-radius: 0 12px 12px 12px;	
	margin-right: 30px;
	margin-left: 20px;	
	box-shadow: 2px 2px 2px #000000;
}

.theme-message.receive::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #013447;
  border-left: 0;
  border-top: 0;  
}

.theme-message.send {
	position: relative;	
    background-color: #D9FDD3;
	color: #000000;
    border-radius: 12px 0 12px 12px;
	margin-left: 30px;	
	margin-right: 20px;	
	box-shadow: -2px 2px 2px #000000;
	
}

.theme-message.send::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #D9FDD3;
  border-right: 0;
  border-top: 0;  
}


/**************************************** THEME GAME CONTENT UITKLAPMENU ACHTERGROND INFO  ********************/

.readmoret {
  text-decoration: underline;
}

.readmoret:before {
  content: '\002B';
  color: #000;
  font-weight: bold;
  font-size: 1.2em;	
  
}

.readmoret.active {
}

.readmoret.active:before {
  content: "\2212";
}

.readmorec {
  background: #BCBFC0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0px 5px 0px 5px;
  max-height: 0px;
  transition: max-height 0.3s ease-out;  
}

/**************************************** THEME GAME CONTENT UITKLAPMENU AUDIO TEKST  ********************/
.transcriptt {
  text-decoration: underline;
}

.transcriptt:before {
  content: '\002B';
  color: #000;
  font-weight: bold;
  font-size: 1.2em;	
  
}

.transcriptt.active {
}

.transcriptt.active:before {
  content: "\2212";
}

.transcriptc {
  background: #BCBFC0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0px 5px 0px 5px;
  max-height: 0px;
  transition: max-height 0.3s ease-out;  
}


/**************************************** THEME GAME CONTENT MultipleChoiceBlock  ********************/
.MultipleChoiceBlockRow {

}

.MultipleChoiceBlockRow:after {
  content: "";
  display: table;
  clear: both;
}

.MultipleChoiceBlockElement {
  float: left;
  width: 30%;
  text-align: center;
  border: 3px solid #000000;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;	
}

.MultipleChoiceBlockElementSelected {
	background-color: #FFCD1C;
}

.MultipleChoiceBlockElementTwoColums {
  width: 45%;	
}

.MultipleChoiceBlockElementThreeColums {
  width: 30%;	
}


.MultipleChoiceBlockElementText {
  /** for vertical text-alignment */
  height: 100px;
  position: relative;  
}

.MultipleChoiceBlockElementImage {
}

.MultipleChoiceBlockElementAudio {
}

.MultipleChoiceBlockElementTextContent {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);	
  width: 100%;  
}

.MultipleChoiceBlockElementImageContent {
}

.MultipleChoiceBlockElementImageContent img {
	padding: 10%;
}

.MultipleChoiceBlockElementAudioContent {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.MultipleChoiceBlockElementAudioContent img {
	width: 80px;
	padding: 0px;
}

.MultipleChoiceBlockElementAudioContent audio {
	display: none;
}

/**************************************** INPUT FIELDS ********************/
.theme-input {
	display: flex;
	align-items: center;
	background-color: white;
	border-top-left-radius: 15px;	
	border-bottom-right-radius: 15px;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin-bottom: 26px;
	margin-top: 20px;
}

.theme-input-input {
	border: none;
	padding: 12px 16px;
	flex: 1;
	font-size: 16px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	outline: none;
	color: #333;
}

.theme-input-button {
	background: none;
	border: none;
	padding: 0px 16px 0px 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: transform 0.2s ease;
}

.theme-input-button-image {
	height:35px;
	width: 35px;
	transition: transform 0.2s ease;
	padding-bottom: 0px;
}

.theme-input img {
	height:35px;
	width: auto;
	transition: transform 0.2s ease;
	padding-bottom: 0px;
}

.theme-input button:hover img {
  transform: translateX(3px);
}



/**************************************** UPLOAD TEAM PHOTO INPUT ********************/

.photoinput {
	margin-bottom: 20px;
}

#uploadphotoinput {
	display: none;
}

.uploadphoto {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #013447;
    box-shadow: 2px 2px 2px #000000;
    width: 100%;
    padding: 20px;
    border-radius: 0px 20px 0px 20px;
	background: #ffffff;
}

/**************************************** FEEDBACK PAGE INPUT ********************/
.feedback-input {
	margin-bottom: 20px;
}

#feedbackphotoinput {
	display: none;
}

.feedback-input textarea {
    width: 100%;
	border-radius: 0px 20px 0px 20px;
	margin-bottom: 20px;
	font-size: 1.1em;
    box-shadow: 2px 2px 2px #000000;
	padding: 5px;	
}

.feedbackphoto {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #013447;
    box-shadow: 2px 2px 2px #000000;
    width: 100%;
    padding: 20px;
    border-radius: 0px 20px 0px 20px;
	background: #ffffff;	
}



/**************************************** INTERMEZZO ********************/
.intermezzo {
	position: relative;	
	padding-left: 40px;
	padding-bottom: 20px;
}

.intermezzo-kijkrond::before {
	content: url('/assets/img/OE_Omgeving_rood_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}

.intermezzo-hints::before {
	content: url('/assets/img/OE_elementen-38_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}
.intermezzo-feedback::before {
	content: url('/assets/img/OE_elementen-29_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}
.intermezzo-voortgang::before {
	content: url('/assets/img/OE_voortgang_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}
.intermezzo-samenspelen::before {
	content: url('/assets/img/OE_elementen-samenwerking_rood_30px.png');
	position: absolute;
	left:0px;
	top:0px;
}

/**************************************** VOORLAATSTE PAGINA MET REVIEW ********************/

.feedback-container {
}

.feedback-btn {
	margin-top: 30px;
}

.feedback-star-widget {
	text-align: center;
}

.feedback-container form {
    display: none;
}

.feedback-star-widget input {
    display: none;
}

.feedback-post {
	display: none;
}

.feedback-text {
	text-align: center;
	font-size: 1.3em;	
	color: #fd4;	
}

.feedback-textarea #feedback {
	width: 100%;
	height: 120px;
    padding: 5px;
	margin: 12px 0px 20px 0px;
	border-radius: 0px 20px 0px 20px;
	font-size: 1.1em;
    box-shadow: 2px 2px 2px #000000;
}

.feedback-label {
	color: #998229;	
	font-size: 30px;
	padding: 4px;
	transition: all 0.2s ease;
}

.feedback-label-checked {
	color: #fd4;
}

input:checked ~ form {
	display: block;
}


/**************************************** LAATSTE PAGINA ********************/
/** Google iFrame op laatste pagina met locatie foto's */
iframe {
	margin-bottom: 20px;
}

/** Team-foto + share-icons op laatste pagina */
.showpicture {
	text-align: center;
}

.pictureshareicons {
	text-align: center;
	margin-bottom: 10px;
}

img.shareicons {
	display: inline;
	width: 30px;
	margin-right: 5px;
	padding-bottom: 0px;
}

.popup {
	opacity: 0;
	width: 160px;
	background-color: #555;
	color: #ffffff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 99;
	left: 50%;
	margin-left: -80px;
	margin-top: -40px;  
}

/** copyToClipBoard when clicking copy link on last page */
.popupshow {
  -webkit-animation: fade 3s linear;
  animation: fade 3s linear; 
}

@-webkit-keyframes fade {
  0%,100% { opacity: 0; }
  50% { opacity: 1 }
}

@keyframes fade {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
}

/** Slider voor toestemming gebruik fotos */
.photopermission {
	text-align: center;
	margin-bottom: 20px;
}

.photopermissionswitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.photopermissionswitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.photopermissionslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.photopermissionslider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .photopermissionslider {
  background-color: #00FF00;
}

input:focus + .photopermissionslider {
  box-shadow: 0 0 1px #00FF00;
}

input:checked + .photopermissionslider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.photopermissionslider.round {
  border-radius: 34px;
}

.photopermissionslider.round:before {
  border-radius: 50%;
}

/**************************************** ROLLEN (zoals in Helmond) ********************/

#nrofplayers {
	text-align: center;
	font-size: 3em;			
}

.rolescontainer {
	display: flex;
	margin-bottom: 10px;
}

.role {
	color: #000000;
	font-size: 0.8em;
	width: 120px;
	height: 50px;
	background-color: #ffffff;
	padding: 12px 2px 2px 2px;
	border-radius: 0px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.role.selected {
	border-style: solid;
	border-color: #E1222A;
	border-width: 3px;	
}

.role.disabled {
	background-color: #666666;
}

.roledescription {
  float: left;
  width: 60%;
}

/**************************************** SCOREBORD ********************/
.table-score {
	width: 100%;
	margin: 20px 0px;  
	display: table;  
	border: 3px solid #000000;
}

.table-score-header {
	background-color: #E1222A;
	color: #ffffff;
}

.table-score-row {
	background-color: #ffffff;
	color: #000000;
}

.table-score-header, .table-score-row{
	display: table-row;
}

.table-score-header div, .table-score-row div {
	display: table-cell;
	padding: 5px 2px;	
	border: 3px solid #000000;
}

.table-score-row:hover {
	background-color: #FFCD1C;
}

.table-score .position {
	text-align: center;
}

.table-score .teamname {
}

.table-score .thisteamname {
	font-weight: bold;	
}

.table-score .progress {
}

.table-score .score {
}



/**************************************** SCOREBORD VERSIE 0 ********************/
/**
.table-score {
  width: 100%;
  margin: 20px auto;  
}

.table-score-header {
  background-color: #E1222A;
  color: #ffffff;
  padding: 8px 4px;
  border-radius: 8px 0px 8px 0px;
  display: flex;  
}

.table-score-row {
  background-color: white;
  color: #000000;
  padding: 8px 4px;
  border-radius: 8px 0px 8px 0px;
  margin: 10px 0px;
  display: flex;  
}

.table-score-header div, .table-score-row div {
}

.table-score-row:hover {
  background-color: #cccccc;
}

.table-score .position {
	width: 45px;
	font-weight: bold;	
}

.table-score .teamname {
	width: 160px;
}

.table-score .thisteamname {
	font-weight: bold;	
}

.table-score .progress {
	width: 55px;
}

.table-score .score {
	width: 100%;
	padding-left: 5px;
}
*/

/**************************************** CHAPTERS (ZOALS BIJ DELFT-TU) ********************/

.chapter-ok {
	color: #00ff00;
	font-size: 60px;
}

.table-chapter {
	border-spacing: 10px 10px;	
}

.table-chapter .btn-oe {
	margin-bottom: 0px;
}

.table-chapter td {
	border: 0px;
}

td.chapter-title {
	border: 1px solid #000000;
	padding: 15px;
}

td.chapter-status {
	text-align: center;	
}

td.chapter-progress {
	text-align: center;
}


/**************************************** SHOW UPLOAD PICTURE  ********************/

/** showPicture.php */
.showuploadedpicture {
	margin-top: 20px;
	margin-bottom: 20px;
}

.showuploadedpicture img {
  margin: auto;
  display: block;  
}

/**************************************** TEAM RESULTS  ********************/


/** showTeamResults.php */
table.teamresults {
	border: 0px; 
	border-spacing: 8px;
	margin-bottom: 20px;
}

td.teamresultslabel {
	background-color: #E1222A; 
	color:#FFFFFF; 
	font-weight: bold; 
	border-radius:2px; 
	padding: 4px;	
	text-align: right;	
}

td.teamresultsvalue {
	font-weight: bold;	
}



/**************************************** VERVOLG RAADSELS TEGELS  ********************/
.toontegels {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .tegel_vervolg {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.tegel_vervolg {
	margin-bottom: 20px;
	padding-right: 10px;
    padding-left: 10px;
}

.tegel_vervolg .theme-product {
    background-color: #fef9e7;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	position: relative;
    border-radius: 24px 0;
    padding-bottom: 60px;
    overflow: hidden;
    text-decoration: none;
    color: #211F20;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: left;
}

.tegel_vervolg .theme-product__image {
    margin-bottom: 0px;
	padding-bottom: 0px;
    aspect-ratio: 75 / 49;
    position: relative;	
}

.tegel_vervolg .theme-product__content {
    padding: 0 16px;	
}

.tegel_vervolg .theme-product__content h4 {
	margin-top: 0px;
}

.tegel_vervolg .theme-product__content p {
	font-family: 'yrsa', Verdana, sans-serif;
	font-size: 20px;	
}

.tegel_vervolg .theme-product:after {
    content: "\f138";
    font-family: "bootstrap-icons";
    width: 36px;
    height: 36px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    position: absolute;
    bottom: 12px;
    color: #000;
    font-weight: bold;
    right: 12px;
    padding: 8px;
    border-radius: 8px;
    line-height: 100%;
    background-color: #FFCD1C;
    text-align: center;
    transition: 0.5s ease; 
}

/**************************************** BERICHTEN (MESSAGES)  ********************/
.sendmessagepanel label {
	font-weight: bold;
}

.sendmessagereiver {
	margin-bottom: 20px;
}

.sendmessagecontent {
	margin-bottom: 20px;
}

.sendmessagereiver select {
	 width: 100%;
	 font-size: 1.1em;
	 border-radius: 5px;
	 border: 1px solid #d2cdcd;	 
}

.sendmessageattachment {
	margin-bottom: 10px;
}

.sendmessagecontent textarea {
    width: 100%;
	border-radius: 0px 20px 0px 20px;
	font-size: 1.1em;
    box-shadow: 2px 2px 2px #000000;
	padding: 5px;	
}

.sendmessageattachment .sendmessageattachmentlabel {
	font-weight: bold;
	margin-bottom: 5px;
}

.sendmessageattachmentimages {
	display: flex;
	gap: 10px; /* space between the images */
	
}

.sendmessageattachmentimages img {
	max-width: 45%; 
	height: auto;
	border: 5px solid #FFFFFF;
	border-radius: 8px;		
	padding-bottom: 0px;
	border: 5px solid #d2cdcd;
}

.sendmessageattachmentimages img.messageattachmentselected {
	border: 5px solid #E1222A;
}

.returnedmessagebox {
	border: 2px solid #d2cdcd;	
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px;		
}
