/* FILTER DELETE */

#groeiboek-quiz-2023{
	position:  fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #ffffff;
	z-index: 10000;
	background-size: cover;
}
#groeiboek-quiz-2023-header{
	background-color: black;
	width: 100%;
	height: 80px;
	color: white;
	line-height: 80px;
	font-size: 25px;
	position: relative;
	z-index: 2;
}
#groeiboek-quiz-2023-header div{
	float: left;
	margin:  0px 0px 0px 20px;
}
#groeiboek-quiz-2023-green-line{
  height: 3px;
  background-color: #9bbd32;
  width: 100%;
  clear: both;
  padding: 0px;
  margin: 0px;
	position: relative;
	z-index: 2;
}
.content-book__inner .standaardFilter h2{
	margin-top:5px !important;
}
.contentBox.standaardFilter{
	border-bottom: 1px solid #ccc;
}
.content.inactive{
	margin:  0px 0px 5px 0px;
	padding:  0px 0px 0px 0px;
}
.content.inactive h2{
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.content.inactive .filterImages{
	display: none;
}
.quizTextQuiz{
	float: left;
	margin:  0px 10px 0px 0px;
}
.groeiboekQuizView{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
.quizHide{
    width: 100%;
    color:black;
    display: flex;
    justify-content: left;
    align-items: start;
}
.switch{
	font-size: 16px;
	padding: 3px 32px 0px 10px !important;
}
.leftColumnFilter .switch{
	color: black;	
	font-size: 12px;

}

.filterWrapper{
	margin-top: 20px;
}
.short-url-link3{
	display: none;
}
.short-url-link{
	display: none;
}
.filterContainer{
	width: 100% !important;
}
.filterCategory{
	width: 100% !important;
}
/* The switch - the box around the slider */
.quizSwitch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 25px;
  float: left;
}

/* Hide default HTML checkbox */
.altnavswitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.quizSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: .4s;
  transition: .4s;
}

.quizSlider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .quizSlider {
  background-color: #9bbd32;
}

input:focus + .quizSlider {
  box-shadow: 0 0 1px #fff;
}

input:checked + .quizSlider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.quizSlider.round {
  border-radius: 34px;
  width: 43px !important;
}

.quizSlider.round:before {
  border-radius: 50%;
}

.quizText{
  line-height: 25px;
  float: left;
  margin:  0px 0px 0px 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 30px;
  padding: 0px 0px 0px 0px;
}
.quizText.active{
	background: #9bbe1c;
	color: black;
}
.quizHand {
	text-align: center;
	width: 100px;
	height: 100px;
	margin-top: -33px;	
}
.quizHand img{
	width: 100px;
	height: 100px !important;
}

#groeiboek-quiz-2023-green-image{
	width: 100%;
}
#groeiboek-quiz-2023-progress{
	height: 70px;
  padding-top: 15px;
  width: 100%;
  background: white;
  position: relative;
  z-index: 2;
  display: flex;
}
#groeiboek-quiz-question-container{
	position: relative;
	background-color: #fff;
}
#home-button{
	width: 72px;
	display: none;
}
#home-box-rect{
	width: 40px;
	height:  40px;
	border-radius: 0px;
	background-color:  #9bbd32;
	float: left;
}
#home-box-circle{
	width: 40px;
	height:  40px;
	border-radius: 20px;
	margin-left: -20px;
	background-color:  #9bbd32;
	float: left;
}
#home-icon{
	color: white;	
	float: left;
	font-size: 23px;
    margin-left: -38px;
    margin-top: 7px;
}
.progress-text{
	line-height: 40px;
	margin-left: 20px;
	font-size: 25px;
	font-weight: bold;
	width: 320px;
}
#quiz-progress-bar{
	width: 100%;
  position: relative;
  height: 8px;
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: 17px;
}
#quiz-progress-bar-percentage{
	width: 10%;
    position: relative;
    height: 8px;
    display: block;
    background: #9bbd32;
    float: left;
    display: none;
}
#groeiboek-quiz-2023-score{
    position: relative;
    z-index: 5;
    font-size: 35px;
    line-height: 50px;
    margin: 0px 25px 25px 20px;
    text-align: center;
    font-family: Georgia;
}
.groeiboek-quiz-grade{
	display: inline;
	font-weight: bold;
}
.groeiboek-quiz-grade-box{
	margin-bottom: 10px;
}
#groeiboek-quiz-2023-score-background{
	display: none;
	background-size: cover;
    position: fixed;
    top: 300px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
#single-view-close {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 9px;
    top: 17px;
    z-index: 3000;
    color: white;
    font-size: 45px;
    padding: 0px;
    margin: 0px;
    border-radius: 50%;
    cursor: pointer;
    color: #9bbd32 !important;
}
.filterCategoryTitle{
    font-size: 14px;
    font-weight: bold;
	margin-top:-11px !important;
}
.quiz-progress-bar-piece.right .quiz-progress-bar-piece-background{
	background: #bfd67a !important;
}
.quiz-progress-bar-piece.wrong .quiz-progress-bar-piece-background{
	background: #ff9393 !important;
}
.quiz-progress-bar-piece{
	float: left;
}
.quiz-progress-bar-piece-background{
	background: #ddd;
	height: 8px;
	margin-right: 5px;
}
.header__info-blocks.is-open{
	top: 194px !important;
}
#single-view-close i {
    position: absolute;
    z-index: 150;
}
.close-background-color {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.groeiboek-quiz-2023-question{
	position: relative;
	z-index: 5;
	font-size: 35px;
	line-height: 50px;
	margin:  0px 25px 0px 20px;
	text-align: center;
	font-family: Georgia;
}
.right-answer{
	color: #9bbd32;
}
.wrong-answer{
	color: #d10000;
}
.groeiboek-quiz-end{
	position: relative;
	z-index: 5;
	background-color: #a3e0ee;
	margin: 0px auto;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 29px;
	cursor: pointer;	
	display: none;
}
.groeiboek-quiz-back{
	position: relative;
	z-index: 5;
	background-color: #9bbd32;
	margin: 0px auto;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 29px;
	cursor: pointer;	
	display: none;
}
.groeiboek-quiz-question-box .book-tip{
	display: none;
}
.groeiboek-quiz-question-chosen-answer{
	position: relative;
	z-index: 5;
	text-align: center;
	font-size: 23px;
	font-family: georgia;
	margin: 30px 20px 32px 20px;
}
.content_ans p{
	margin-bottom: 0px;
}
.filterIntroText{
	display: none;
}
.header__title-text{
	margin-right:90px;
}
.quiz-button{
    transform: rotate(-8deg);
    position: relative;
    cursor: pointer;
	height: 100px;
    width: 100px;
    margin-left: -102px !important;
}
.quiz-button-icon{
	font-size: 0px;
	text-align: center;
	margin-bottom: 0px;
    margin-top: 0px;

}

.quiz-button-text{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.quiz-button2{
	transform: rotate(0deg);
	left: 50%;
	top: 67px;
	margin-left: 10px;
	cursor: pointer;
	color: black;
	width: 175px;
	height: 25px;
	border-radius: 15px;
	background: white;
}
.quiz-button-icon2{
	font-size: 18px;
	text-align: center;
	float: left;
	line-height: 25px;
	margin: 4px 0px 0px 6px;

}

.quiz-button-text2{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
}
.quizHand2 {
	text-align: center;
	display: none;
}
.quizHand2 img{
	width: 60px;
}

.groeiboek-quiz-question-answer-content{
	position: relative;
	z-index: 5;
	font-size: 15px;
	line-height: 25px;
	margin: 20px 20px 20px 20px;
}
.groeiboek-quiz-question{
  position: relative;
  display: none;
	background-size: cover;
}
.groeiboek-quiz-2023-question-background{
	position: fixed;
	background-size: cover;
	top: 350px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;

}
.groeiboek-quiz-question-next{
	position: relative;
	z-index: 5;
	background-color: rgb(0, 184, 225);
	margin: 0px auto;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 29px;
	cursor: pointer;
	display: none;

}
.groeiboek-quiz-question-box{
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255,255,255,0.95);
}
q {
  quotes: '"' '"' "'" "'";
}
q::before {
  content: open-quote;
}
q::after {
  content: close-quote;
}

.groeiboek-quiz-2023-answer{
	position: relative;
	z-index: 5;
}
.groeiboek-quiz-2023-buttons{
	display: flex;
	justify-content: space-between;
	z-index: 5;
}
.groeiboek-quiz-2023-buttons div{
	height: 100px;
	border-radius: 20px;
	font-size: 35px;
}
.groeiboek-button-fabel{
	width: 50%;
	background-color: #ff2794;
	margin: 15px;
	float: left;
	color:white;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.groeiboek-button-of{
	width: 0%;
	background-color: #white;
	margin: 15px;
	float: left;
	display: none;
	justify-content: center;
	align-items: center;
}
.groeiboek-button-feit{
	width: 50%;
	background-color: #99bc31;
	margin: 15px;
	float: left;
	color:white;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

form#Filters {
/*    display: none;
*/}

.tab {
	overflow: hidden;
}

.tab button {
	background-color: inherit;
	float: left;
	width: 140px;
/*	border: 2px solid #ccc;
*/	border-radius: 10px;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	padding: 7px 16px;
	margin-right: 10px;
	transition: 0.3s;
	font-size: 16px;
	line-height: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.tablinks.is-fabel{
	background-color: #ff2794;
}
.tablinks.is-feit{
	background-color: #9bbd32;
}
.tab button:hover {
	background-color: #ddd;
}

.tab button.active {
	background-color: #ccc;
}
.tab button.inactive {
	background-color: #ccc;
}

.tab button.fabelwrong.active{
	color: black;
	background-color: #ffe400;
	border-color: #ffe400;
}
.tab button.feitwrong.active{
	color: black;
	background-color: #ffe400;
	border-color: #ffe400;
}
.tab button.fabelcor.active {
	color: black;
	background-color: #ffe400;
	border-color: #ffe400;
}
.tab button.feitcor.active{
	color: black;
	background-color: #ffe400;
	border-color: #ffe400;
}
.tabcontent {
	display: none;
	animation: fadeEffect 1s;
}

 @keyframes fadeEffect {
	 from {opacity: 0;}
	 to {opacity: 1;}
}
.content_ans,
.wrong_ans,
.cor_ans{
	display: none;
}

.wrong_ans {
	font-size: 2rem;
	line-height: 5rem;
	color: red;
	display: none;
}

.cor_ans {
	font-size: 2rem;
	line-height: 5rem;
	color: #a1bf52;
	display: none;
}

.active {
	display: block;
}
.fabel-feit-holder{
	margin-top: -2px;
}
.fabel-feit-holder i{
	margin:  0px 5px 0px 0px;
}
.header-box-container {
	position: relative;
	display: block;
}
.score-container {
    right: -25px;
	/* left:24px; */
	/* margin-top:25px; */
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-top-color: white;
	background: white;
	padding: 0px 15px 7px 15px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
    /* width: 184px; */
    position: absolute;
    z-index: 1000;
    font-size: 14px;
	color: rgba(0,0,0,0.8);
}
.score{
	margin-top:7px;
}

.score-title{
	color: rgba(0,0,0,0.8);
	border-bottom: 1px solid black;
	font-weight: bold;
}
.score-cor{
	color: rgba(0,0,0,0.8);
}
.score-wrong{
	color: rgba(0,0,0,0.8);
}
.score-total{
	display: none;
}
.score-total-percentage{
	color: rgba(0,0,0,0.8);
}
.score-cor-count{
	float: right;
}
.score-wrong-count{
	float: right;
}
.score-total-percentage{
	float: right;
}
@media only screen and (max-width: 1440px) {
	.score-container{
		right:0px;
		margin-top:-1px; 
	}
	.score{
		background-color:white !important;
	}
}
@media only screen and (max-width : 767px) {
	.quiz-button2{
		position: relative;
		clear: both;
		width: 175px !important;
		margin:  10px auto !important;
		left: inherit !important;
		top: 0px !important;
	}
	.quizHide{
		width: 190px !important;
		height: initial !important;
	}
	.header__title{
		line-height: 21px !important;
		font-size: 14px !important;
	}
	.quizText{
		/* margin:  0px 0px 15px -10px !important; */
	}
	.content-book__inner{
		padding-top:40px !important;
	}
	.header-box-mobile2 .header__title{
		/* margin: -92px 10px 0px 80px; */
	}
	.progress-text{
		font-size: 16px !important;
	}
	#groeiboek-quiz-2023-header{
		height: 80px;
		line-height:  20px !important;
		padding:  20px 50px 0px 0px;
		font-size: 17px !important;
	}
	.groeiboek-quiz-2023-question{
		font-size:  19px !important;
		line-height: 22px !important;
	}
	#groeiboek-quiz-2023-score{
		margin-bottom: 10px !important;
	}
	.groeiboek-quiz-question-answer-content{
		font-size: 13px !important;
		line-height: 19px !important;
		padding-bottom: 0px;
		max-height: 400px;
		overflow: auto;
	}
	#groeiboek-quiz-2023-score{
		font-size: 21px !important;
		line-height: 36px;
		margin: 0px !important;
		padding: 0px 25px 25px 20px;
		background: white;
	}
	.header__info-blocks{
		margin-top: 169px !important;
	}
	.content-book{
		padding-top: 121px !important;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1259px) {
	.header__title{
		min-width:570px;
		padding: 0px 0px 0px 0px !important;
	}
	#groeiboek-quiz-2023-header{
		font-size:21px;
        display: flex;
        justify-content: left;
        align-items: center;
		padding:initial;
	}
	#groeiboek-quiz-2023-header div{
		padding: 0px 60px 0px 20px;
	}
	.header__title-text{
		font-size: 30px !important;
	}
	.newFabelFeit{
		right: -15px !important;
	}

}
@media only screen and (max-width: 1023px) {
	.header{
		max-height: 116px !important;
	}
	#groeiboek-quiz-2023-header{
		font-size:21px;
        display: flex;
        justify-content: left;
        align-items: center;
		padding:initial;
	}
	#groeiboek-quiz-2023-header div{
		padding: 0px 60px 0px 20px;
	}
	.newFabelFeit{
		right: -15px !important;
	}

}