.start_btn,
.info_box,
.quiz_box,
.result_box{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
                0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.info_box.activeInfo,
.quiz_box.activeQuiz,
.result_box.activeResult{
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.start_btn button{
    font-size: 25px;
    font-weight: 500;
    color: #007bff;
    padding: 15px 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}
.special{
position: relative;
min-height:500px;
}
.info_box{
   width: auto;    
    min-width: 80%;
    background: #fff;
    border-radius: 5px;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.info_box .info-title{
    height: 90px;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    font-weight: 600;
}

.info_box .info-list{
    padding: 15px 30px;
}

.info_box .info-list .info{
    margin: 5px 0;
    font-size: 17px;
}

.info_box .info-list .info span{
    font-weight: 600;
    color: #007bff;
}
.info_box .buttons{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
    border-top: 1px solid lightgrey;
}

.info_box .buttons button{
    margin: 0 5px;
    height: 40px;
    width: 100px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    border: 1px solid #294866;
    transition: all 0.3s ease;
}

section{
    padding: 25px 30px 20px 30px;
    background: #fff;
}

.quiz-head{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: fit-content;   
    width: 100%;
    justify-content: space-between; 
    padding: 5px 10px;
}
.qh{
padding:5px;
}
#falsch{
border-left: 1px ridge;
    border-right: 1px ridge;
    padding: 5px 10px;
}
.info_questions{
    position:relative;
    padding:15px;
    flex-direction: column;
}
.head-question{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: -webkit-fill-available;
    width: -moz-available;
    justify-content: space-between; 
	padding-bottom: 0.5em;
	margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

#queh{
flex:85%;
}
#ques{
    flex: 15%;
    color: #9a9a9a;
    align-content: flex-start;
    font-weight: normal;
    text-align:right;
padding-right: 21px;
}

.btnfooter{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;  
    justify-content: space-between; 
	padding-bottom: 1.5em;
}
.leftside{
display: flex;
flex:50%;
 padding-left: 15px;
}
.rightside{
display: flex;
flex:50%;
text-align:right;
padding-right: 15px;
direction: rtl;
}
.quitque{
    border: none!important;
    background: none!important;
    text-decoration: underline;
    color:black;
}
#next-btn, #mid-btn{
background-color: #294866;
    padding: 16px;
    color: white;
    width: fit-content;
    cursor: pointer;
    border: none;
    border-radius: 6px;
}
.gray{
background-color:#F3F3F3;
}
.darkgray{
background-color:#E6E6E6;
}

#question-container {
  flex-direction: column;
  gap: 2rem;
 
}

#question {
font-family: Roboto, sans-serif;
  text-align: left;
  margin-bottom: 0;
  margin-top: 1rem;
  margin-left: 15px;
  margin-right: 15px;
}

#answer-buttons, #result-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.input-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

input {
   width: fit-content;
}

input[type=checkbox] {
         width: fit-content;
         height: 20px;
         min-width: 20px !Important;
		max-width: 20px !Important;
      
      }

.btn {
  padding: 16px;
  background-color: #294866;
  color: white;
  border: none;
  border-radius: 0.5rem;
}

input,
.btn {
  cursor: pointer;
}
label[for=answer1],label[for=answer2],label[for=answer0]{
color:black;
width: 100% !Important;
}

.btn:hover {
  background-color: #3282d8;
}

.hide {
  display: none!important;
}
.border{
border-style: ridge;
  border-width: 1px;
}
.nborder{
border:none;
}

#result {
  margin: 2rem 0 auto;
  padding: 20px;
  font-size: 16px;
}
#result>p{
    margin-bottom: 0!important;
}

#question {
  font-size: 18px;
  font-weight: bold;
}

.inque{
margin: 10px 0 5px;
}
#bgg{
padding:15px;
}
.paddBild{
	padding-top:1.5em;
    padding-bottom: 1.5em;
}

.green{
background-color: #c3e9d6;
}
.red{
background-color: #ebc3c3;
}
#result-btn{
    padding: 20px;
}
#banner{    
    margin-left: -15px;
    margin-right: -15px;
    height: 50px;
}
#extrabanner{
    padding-top: 15px;
        padding-bottom: 15px;
}
#quelle{
color:rgb(187, 187, 187);
}
.abop{
    background-color: white;
    padding: 15px;
}
.abo{

    box-shadow: none!important;
    transition: none!important;
    cursor: pointer;
}
@media (min-width: 1024px) {
.abob{
    margin-left: 85px;
}
.info_box .info-title{
    height: 60px;}
}
@media (max-width: 750px) {
.start_btn,
.info_box,
.quiz_box,
.result_box{
    top: 40%;
}
.quiz-head, .head-question {
flex-direction: column;
}
.info_box .info-title{
    height: 110px;
}
#falsch{
border-left: none;
    border-right:none;
    padding: 5px;
}
#ques{
margin-left: 15px;
text-align:left;
padding-right: 0;
}
.btnfooter {
flex-direction: column;
}
.leftside{
text-align:right;

}
.rightside{
text-align: right;
padding: 15px;
    direction: ltr;
}
.special{
min-height:650px;
}
}
@media (max-width: 380px) {
.special{
min-height:700px;
}
.start_btn,
.info_box,
.quiz_box,
.result_box{
    top: 45%;
}
.info_box .info-title{
    height: 130px;
}
#falsch{
border-left: none;
    border-right:none;
    padding: 5px;
}
}
