ul.quiz_repeater
{
	padding: 0;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
	list-style-type: none;
	text-align: center;
    font-family: "Rubik";
   /* border-radius: 10px;*/
}

ul.quiz_repeater li
{
	padding: 20px 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	text-align: center;
	color: #fff;
    font-family: "Rubik";
    position: relative;
  /* border-radius: 10px;*/
}




div.quiz-intro-headline-container{
    margin: 0 0 5px 0;
     font-family: "Rubik";
    font-size: 24px;

}

div.quiz-sub-container {
    font-size: 16px;
    /*margin: 0 0 20px 0;*/
    margin: 0 40px 20px 40px;
}

div.quiz-headline-container
{
	font-size: 40px;
    margin: 30px 0 35px 0;
     font-family: "Rubik";
    font-weight: 600;
	line-height:1.1;
}

body[data-elementor-device-mode="mobile"] div.quiz-headline-container
{
        padding: 0 30px;
}

span.quiz-question-headline-container {
     font-family: "Rubik";
     font-size: 28px;
    line-height: 1.03;
    letter-spacing: 0.7pt;
     font-weight: 600;
}

div.quiz-question-text-container{
      margin-top: 60px;
     font-family: "Rubik";
     font-size: 40px;
    line-height: 1.03;
    letter-spacing: 0.7pt;
    padding: 0 50px;
	height:170px;
    font-weight: 600;
}


.quiz-question-answers-possibilities-container.twobuttoms {
    padding-top: 0px;
}

.quiz-question-answers
{
  padding: 0 200px;
}


body[data-elementor-device-mode="mobile"] .quiz-question-answers
{
  padding: 0 35px;
}


button.quiz-answer-possibility[ref-nr="btn1"]{
    background: url(/wp-content/plugins/sj_quiz/img/sandt.svg);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 172px;
    height: 98px;
    color: #fff;
    font-size: 40px;
    line-height: 1.03;
    letter-spacing: 0.7pt;
    border: none;
    padding-top: 30px;
    padding-right: 30px;
    border-radius: 0;
}
button.quiz-answer-possibility[ref-nr="btn1"]:hover,
button.quiz-answer-possibility[ref-nr="btn1"]:focus,
button.quiz-answer-possibility[ref-nr="btn1"]:focus-visible 
{
   color: #fff;
    border: none;
    outline:none;
}

button.quiz-answer-possibility.notcorrect[ref-nr="btn1"]{
    background: url(/wp-content/plugins/sj_quiz/img/sandt-notcorrect.svg);
     background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}

button.quiz-answer-possibility.correct[ref-nr="btn1"]{
    background: url(/wp-content/plugins/sj_quiz/img/sandt-correct.svg);
     background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}


button.quiz-answer-possibility[ref-nr="btn2"]{
    background: url(/wp-content/plugins/sj_quiz/img/falsk.svg);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 172px;
    height: 98px;
    color: #fff;
    font-size: 40px;
    line-height: 1.03;
    letter-spacing: 0.7pt;
    border: none;
    padding-top: 30px;
    padding-right: 30px;
      border-radius: 0;
}
button.quiz-answer-possibility[ref-nr="btn2"]:hover,
button.quiz-answer-possibility[ref-nr="btn2"]:focus,
button.quiz-answer-possibility[ref-nr="btn2"]:focus-visible 
{
   color: #fff;
    border: none;
    outline:none;
}

button.quiz-answer-possibility.notcorrect[ref-nr="btn2"]{
    background: url(/wp-content/plugins/sj_quiz/img/falsk-notcorrect.svg);
     background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}

button.quiz-answer-possibility.correct[ref-nr="btn2"]{
    background: url(/wp-content/plugins/sj_quiz/img/falsk-correct.svg);
     background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}




.start-btn-container .next-button{
      background-color: #7cc393;
    font-size: 18px;
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    color: #fff;
    border-radius: 22px;
    width: 224px;
    padding: 8px;
    align-items: center;
    justify-content: center;
  }


.quiz-question-next-container .quiz-next-button
{

    background: url(/wp-content/plugins/sj_quiz/img/next.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 170px;
    height: 40px;
    color: #fff;
    border: none;
    position: absolute;
    bottom: 22px;
    right: 20px;
    font-family: "Rubik";
}


ul.quiz_repeater li.quiz-question-block:nth-last-child(2) .quiz-question-next-container .quiz-next-button 
{
  background: url(/wp-content/plugins/sj_quiz/img/results.svg?);
     background-repeat: no-repeat;
}


body[data-elementor-device-mode="mobile"] .quiz-next-button
{
    bottom: 2px;
    right: calc(50% - 75px);
}



.quiz-question-next-container .quiz-next-button:hover,
.quiz-question-next-container .quiz-next-button:focus,
.quiz-question-next-container .quiz-next-button:focus-visible 
{
   color: #fff;
    border: none;
    outline:none;
}




ul.quiz_repeater li.quiz-question-block
{
  display: none;
  padding-top: 70px;
  padding-bottom: 70px;
}

body[data-elementor-device-mode="mobile"] ul.quiz_repeater li.quiz-question-block
{
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}




ul.quiz_repeater li.quiz-question-block .quiz-next-button
{
   display: none;
   border-radius: 0;
}

.quiz-result-container{
   display: none;
}

.quiz-result-container.show
{
  display: block;
}


ul.quiz_repeater li.quiz-question-block .quiz-question-answers-container
{
  display: none;
 /* padding-top: 40px;
  padding-bottom: 40px;*/
	/*height:200px;*/
}

.quiz-question-answers .answer-text{
    display: none;
    font-family: "Rubik";
    font-weight: 400;
    font-size: 20px;
    color: white;
    margin: 15px 0 0;
    line-height: 1.4;
    margin-bottom: 10px;
    letter-spacing: -0.03px;

}


.quiz-end-container .quiz-headline-container
{
     font-family: "Rubik";
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.53pt;
    margin-bottom: 0;
    font-weight: 600;
}

.quiz-end-container .quiz-score-procent-container
{
      font-family: "Rubik";
    margin-bottom: 0;
    font-size: 68px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    line-height: 68px;
    padding: 40px 0;
}

.quiz-end-container .quiz-landsgennemsnit-container
{
    font-family: "Rubik";
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.53pt;
     color: #ffffff;
     font-weight: 400;

}

.quiz-result-container.show div.rtext
{
  margin: 10px 15px 25px;
    letter-spacing: 0.4pt;
    line-height: 1.35;
    padding: 0 35px;

}

.finish-btn-container
{

}

.finish-btn-container a.finish-btn
{
  background: #76227c;
    border: none;
    color: white;
    border-radius: 5px;
     font-family: "Rubik";
    padding: .5rem 1rem;
    font-size: 1rem;
  
}

.finish-btn-container a.finish-btn:hover
{
    outline: none;
}


.quiz-again-container .quiz-again-button {
    background: url(/wp-content/plugins/sj_quiz/img/again.svg);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 116px;
    height: 70px;
    color: #fff;
    border: none;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

div.quiz-score-procent-container::after {
 /* content: counter(count) "% rigtige";*/
}


@keyframes counter {
  0% {
    counter-increment: count 0;
  }
  10% {
    counter-increment: count 1;
  }
  20% {
    counter-increment: count 2;
  }
  30% {
    counter-increment: count 3;
  }
  40% {
    counter-increment: count 4;
  }
  50% {
    counter-increment: count 5;
  }
  60% {
    counter-increment: count 6;
  }
  70% {
    counter-increment: count 7;
  }
  80% {
    counter-increment: count 8;
  }
  90% {
    counter-increment: count 9;
  }
  100% {
    counter-increment: count 10;
  }
}


.quiz-answer-possibility.correct {
            animation: correct .5s ease-in-out both;
        }

        @keyframes correct {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.2);
            }
            100% {
                transform: scale(1);
            }
        }

  .quiz-answer-possibility.notcorrect{
            animation: wrong .1s ease-in-out 2 both;
        }

        @keyframes wrong {
            0% {
                transform: translateX(5px);
            }
            33% {
                transform: translateX(0);
            }
            33% {
                transform: translateX(-10px);
            }
            100% {
                transform: translateX(0);
            }
        }





     /**MOBILE**/   


ul.quiz_repeater li.quiz-start-container
{
     padding-top: 140px; 
     padding-bottom:140px;
}



body[data-elementor-device-mode="mobile"] ul.quiz_repeater li.quiz-start-container
{
     padding-top: 70px; 
     padding-bottom:40px;
}



    body[data-elementor-device-mode="mobile"] button.quiz-answer-possibility[ref-nr=btn1] {
    background: url(/wp-content/plugins/sj_quiz/img/sandt.svg);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 130px;
    height: 74px;
    color: #fff;
    font-size: 18px;
    line-height: 1.03;
    letter-spacing: .7pt;
    border: none;
    padding-top: 20px;
    padding-right: 30px;
}


body[data-elementor-device-mode="mobile"] button.quiz-answer-possibility[ref-nr=btn2] {
    background: url(/wp-content/plugins/sj_quiz/img/falsk.svg);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 130px;
    height: 74px;
    color: #fff;
    font-size: 18px;
    line-height: 1.03;
    letter-spacing: .7pt;
    border: none;
    padding-top: 20px;
    padding-right: 30px;
}

body[data-elementor-device-mode="mobile"] div.quiz-question-text-container {
    margin-top: 10px;
     font-family: "Rubik";
    font-size: 25px;
    line-height: 1.03;
    letter-spacing: .7pt;
    padding: 0 20px;
    height: 200px;
}


body[data-elementor-device-mode="mobile"] .quiz-question-next-container {
    padding-top: 20px;
}

/*
body[data-elementor-device-mode="mobile"] .quiz-next-button {
    background: url(/wp-content/plugins/sj_quiz/img/next.svg);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 86px;
    height: 49px;
    color: #fff;
    border: none;
    position: absolute;
    bottom: 0;
    right: 20px;
     font-family: "Rubik";
}*/


body[data-elementor-device-mode="mobile"] .quiz-question-answers-possibilities-container.twobuttoms {
    padding-top: 20px;
}

body[data-elementor-device-mode="mobile"] ul.quiz_repeater li.quiz-question-block .quiz-question-answers-container {
    display: none;
    height: auto;
}


body[data-elementor-device-mode="mobile"] .quiz-result-container.show div.rtext {
    margin: 10px 15px 25px;
    letter-spacing: .4pt;
    line-height: 1.35;
    padding: 0 0px;
}

body[data-elementor-device-mode="mobile"] div.quiz-sub-container {
    font-size: 16px;
    margin: 0 20px 20px;
}


body[data-elementor-device-mode="mobile"] .finish-btn-container a.finish-btn {
    background: #76227c;
    border: none;
    color: #fff;
    border-radius: 5px;
     font-family: "Rubik";
    padding: .5rem 1rem;
    font-size: 14px;
}


body[data-elementor-device-mode="mobile"] .quiz-again-container .quiz-again-button {
    background: url(/wp-content/plugins/sj_quiz/img/again.svg);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 86px;
    height: 49px;
    color: #fff;
    border: none;
    position: absolute;
    bottom: 0;
    right: 20px;
}

body[data-elementor-device-mode="mobile"] button.quiz-answer-possibility.notcorrect[ref-nr="btn2"]{
    background: url(/wp-content/plugins/sj_quiz/img/falsk-notcorrect.svg);
     background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 130px;
    height: 74px;
}

body[data-elementor-device-mode="mobile"] button.quiz-answer-possibility.correct[ref-nr="btn2"]{
    background: url(/wp-content/plugins/sj_quiz/img/falsk-correct.svg);
     background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 130px;
    height: 74px;
}

body[data-elementor-device-mode="mobile"] button.quiz-answer-possibility.notcorrect[ref-nr="btn1"]{
    background: url(/wp-content/plugins/sj_quiz/img/sandt-notcorrect.svg);
     background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 130px;
    height: 74px;
}

body[data-elementor-device-mode="mobile"] button.quiz-answer-possibility.correct[ref-nr="btn1"]{
    background: url(/wp-content/plugins/sj_quiz/img/sandt-correct.svg);
     background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
      width: 130px;
    height: 74px;
}

/*body[data-elementor-device-mode="mobile"] ul.quiz_repeater li.quiz-question-block:nth-last-child(2) .quiz-question-next-container .quiz-next-button {
    background: url(/wp-content/plugins/sj_quiz/img/results.svg);
    background-size: 86px 49px;
    background-repeat: no-repeat;
}
*/


/******/

.quiz-form-konkurrence-container {
    text-align: left;
    width: 80%;
    margin: auto;
}

.quiz-form-konkurrence-text {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.form-item_field_wrapper {
    display: flex;
    column-gap: 20px;
}

.form-item_field_wrapper .form-item_field {
    flex: 0 50%;

}

body[data-elementor-device-mode="mobile"] .form-item_field_wrapper
{
    display: block;
}



.quiz-form-konkurrence-headline {
     font-family: "Rubik";
    font-size: 28px;
    line-height: 1;
    letter-spacing: .53pt;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 70px;
    font-weight: 600;
}


body[data-elementor-device-mode="mobile"] .quiz-form-konkurrence-headline {
     font-size: 25px;
    line-height: 1.1;
}


.form-item_submit {
    margin-top: 20px;
}


.form-item_cb {
    margin-top: 10px;
    position: relative;
}

.form-item_cb input#full_permission,
.form-item_cb input#full_konkurrencedetaljer
 {
    position: relative;
    top: 3px;
    transform: scale(1.5);
    margin-right: 10px;
 }

.form-item_cb input#full_permission
{
     top: 0px;
}

.form-item_cb a {
    list-style: none;
    list-style-type: none;
    text-align: center;
    color: #fff!important;
     font-family: "Rubik";
    display: inline-block;
    margin-left: 4px;
    text-decoration: underline!important;
    position: relative;
    top: 1px;
}

.form-item_cb.error a,
.form-item_cb.error label
{
     color: red!important;
}

.form-item_field.error input {
    border: 2px solid red;
    background: #f1d6d6
}

.form-item_cb table tbody>tr:nth-child(odd)>td, 
.form-item_cb table tr td
{
    background-color: transparent;
    font-size: 16px;
    line-height: 24px;
    border:0;
    padding:0;
}



a.bottom_logo.show {
    background-image: url(/wp-content/uploads/logo_white.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 69px;
    height: 52px;
    background-color: transparent;
    position: relative;
    top: 33px;
    margin: auto;
}


body[data-elementor-device-mode="mobile"] a.bottom_logo.show {
display: none;
}

div.quiz-again-container a.bottom_logo.show {
    top: 55px;
}

.quiz-question-answers h3
{
    font-size: 40px!important;
    font-weight: 600;
}

.quiz-form-konkurrence-form .form-item_field {
   padding-top: 20px;
}

.form-item_cb label,
.form-item_cb  a
 {
    font-size: 15px;
    line-height: 20px;
}
button#quiz-form-konkurrence_submit {
    background-color: #7cc393;
    font-size: 18px;
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    color: #fff;
    border-radius: 22px;
    width: 100%;
    padding: 8px;
    align-items: center;
    justify-content: center;
}
