/*
.quiz-wrapper .container {
  justify-content: center;
}
.quiz-wrapper {
    overflow: hidden;
    padding-top: 2rem;
}
.quiz-question {
  text-align: center;
}

.canvas-wrapper {
  text-align: center;
}

.quiz-answers {
  display: flex;
  justify-content: space-between;
}

.quiz-answers div {
  width: 250px;
  text-align: center;
  max-width: 40%;
  transition: all .7s;
}

.quiz-answers .not-chosen-answer{
  opacity: .4;
}

.quiz-answers .chosen-answer{
  font-weight: 700;
}

.quiz-step-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #BEC2C6;
  background-color: #fff;
  position: relative;
}

.quiz-dotted {
  width: calc(20% - 35px);
  display: inline-block;
  border-top: 2px dashed #BEC2C6;
}

.quiz-wrapper .section-gray {
  padding-bottom: 0;
  margin-top: 3rem;
}

.quiz-wrapper .quiz-steps {
  height: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  scroll-margin-bottom: 2rem;
}

.quiz-next {
  border: none;
}

.quiz-next, .quiz-next:hover, .quiz-next:focus {
  background-image: url(https://www.mtu.de/typo3conf/ext/bgm_theme_mtu_2019/Resources/Public/Images/arrow-right.svg);
  text-transform: none;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: right -41px center;
  background-size: 8.5em;
  color: #515D6A;
  background-color: transparent;
  margin-bottom: 1rem;
}

.quiz-next:focus{
  background-color: transparent;
  border: 1px solid #515D6A;
  color: #515D6A;
}

.reflection_title{
  margin-bottom: 2rem;
}

.quiz-step-circle:first-of-type:before {
  width: 100vw;
  border-top: 2px dashed #BEC2C6;
  display: block;
  content: "";
  position: absolute;
  right: 100%;
  top: calc(50% - 1px);
}

.quiz-step-circle:last-of-type::after {
  width: 100vw;
  border-top: 2px dashed #BEC2C6;
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: calc(50% - 1px);
}

.quiz-wrapper .quiz_thank-you{
  padding-bottom: 3rem;
  transition: all .7s;
}

.quiz_thank-you.hidden{
  overflow: hidden;
  opacity: 0;
  height: 0;
}

.quiz-step-circle.done::before{
  border-color: #535d68;
}

.quiz-step-circle.done{
  border-color: #535d68;
  background-color: #535d68;
}

.quiz-step-circle.next{
  border-color: #535d68;
  cursor: pointer;
}

.quiz-dotted.done {
  border-color: #535d68;
}

.quiz-wrapper h1 {
  text-align: center;
  font-weight: 300;
  text-transform: none;
}

.quiz-wrapper h2 {
  text-align: center;
  color: #839DAF;
  text-transform: none;
  font-size: 2em;
  margin-bottom: 3rem;
}

.quiz-question {
  font-weight: 700;
}

.quiz_playground{
  position: relative;
}

.quiz-wrapper .section-gray{
  overflow: hidden;
  padding-top: 0;
  opacity: 0;
}

.quiz-wrapper .section-gray .grid{
  padding-top: 3rem;
}

.quiz_stage-0 {
  z-index: 1;
  position: relative;
}

.quiz_stage-0.started {
  opacity: 0;
  transform: scale(0);
}

.quiz_stage-1 {
  position: relative;
  max-height: 0;
  padding-top: 15px;
}

.quiz-wrapper .quiz_counter{
  scroll-margin-top: 5rem;
  scroll-snap-margin-top: 5rem;
  margin-bottom: 2rem;
}

.quiz_stage-1.started{
  display: block;
}

button.start-quiz {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33%;
  height: 33%;
  margin: 0;
}

.quiz_start-img {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.start-quiz, .start-quiz:hover, .start-quiz:active, .start-quiz:focus{
  background: none;
  border: none;
}

.quiz_startt-img-wrapper {
  position: relative;
  padding-top: 45%;
  transition: all .6s;
}

.quiz_startt-img-wrapper img{
  position: absolute;
  top: 0
}

.canvas-hidden{
  pointer-events: none;
  opacity: 0;
}

@keyframes pulse-ring {
  0% {
    transform: scale(.50);
  }
  80%, 100% {
    opacity: 0;
  }
} 

.next:before {
  content: '';
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -8px;
  margin-left: -8px;
  box-sizing: border-box;
  border-radius: 45px;
  background-color: transparent;
  border: 2px solid #43515a;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.quiz_startt-img-wrapper img {
  padding: 0 15px;
}

.quiz-question {
  font-weight: 300;
  margin-bottom: .8rem;

}

.quiz-question_sub {
  text-align: center;
}

.quiz_thank-you h3 {
  margin: 2.5rem auto 1.5rem;
}

.quiz_thank-you a {
  border: none;
  padding: 0;
  width: auto;
  display: inline;
  text-transform: none;
  background: transparent;
  font-size: inherit;
  text-decoration: underline;
}

.quiz_text-area{
  transition: all .7s;
}

.quiz_counter{
  display: none;
  margin-top: -2rem;
}
*/

.quiz-wrapper .container {
  justify-content: center;
}
.quiz-wrapper {
    overflow: hidden;
    /*background-color: #e3e6e5;*/
    padding-top: 2rem;
}
.quiz-question {
  text-align: center;
}

.canvas-wrapper {
  text-align: center;
}

.quiz-answers {
  display: flex;
  justify-content: space-between;
}

.quiz-answers div {
  width: 250px;
  text-align: center;
  max-width: 40%;
  transition: all .7s;
}

.quiz-answers .not-chosen-answer{
  opacity: .4;
}

.quiz-answers .chosen-answer{
  font-weight: 700;
}

.quiz-step-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #BEC2C6;
  background-color: #fff;
  position: relative;
}

.quiz-dotted {
  width: calc(20% - 35px);
  display: inline-block;
  border-top: 2px dashed #BEC2C6;
}

.quiz-wrapper .section-gray {
  padding-bottom: 0;
  margin-top: 3rem;
}

.quiz-wrapper .quiz-steps {
  height: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  scroll-margin-bottom: 2rem;
}

.quiz-next {
  margin-top:10px;
}
/*
.quiz-next, .quiz-next:hover, .quiz-next:focus {
  background-image: url(https://www.mtu.de/typo3conf/ext/bgm_theme_mtu_2019/Resources/Public/Images/arrow-right.svg);
  text-transform: none;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: right -41px center;
  background-size: 8.5em;
  color: #515D6A;
  background-color: transparent;
  margin-bottom: 1rem;
}

.quiz-next:focus{
  background-color: transparent;
  border: 1px solid #515D6A;
  color: #515D6A;
}
*/
.reflection_title{
  margin-bottom: 2rem;
}

.quiz-step-circle:first-of-type:before {
  width: 100vw;
  border-top: 2px dashed #BEC2C6;
  display: block;
  content: "";
  position: absolute;
  right: 100%;
  top: calc(50% - 1px);
}

.quiz-step-circle:last-of-type::after {
  width: 100vw;
  border-top: 2px dashed #BEC2C6;
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: calc(50% - 1px);
}

.quiz-wrapper .quiz_thank-you{
  padding-bottom: 3rem;
  transition: all .7s;
}

.quiz_thank-you.hidden{
  overflow: hidden;
  opacity: 0;
  height: 0;
}

.quiz-step-circle.done::before{
  border-color: #535d68;
}

.quiz-step-circle.done{
  border-color: #535d68;
  background-color: #535d68;
}

.quiz-step-circle.next{
  border-color: #535d68;
  cursor: pointer;
}

.quiz-dotted.done {
  border-color: #535d68;
}

.quiz-wrapper h1 {
  text-align: center;
  font-weight: 300;
  text-transform: none;
}

.quiz-wrapper h2 {
  text-align: center;
  color: #839DAF;
  text-transform: none;
  font-size: 2em;
  margin-bottom: 3rem;
}

.quiz-question {
  font-weight: 700;
}

.quiz_playground{
  position: relative;
}

.quiz-wrapper .section-gray{
  overflow: hidden;
  padding-top: 0;
  opacity: 0;
}

.quiz-wrapper .section-gray .grid{
  padding-top: 3rem;
}

.quiz_stage-0 {
  z-index: 1;
  position: relative;
}

.quiz_stage-0.started {
  opacity: 0;
  transform: scale(0);
}

.quiz_stage-1 {
  position: relative;
  max-height: 0;
  padding-top: 15px;
}

.quiz-wrapper .quiz_counter{
  scroll-margin-top: 5rem;
  scroll-snap-margin-top: 5rem;
  margin-bottom: 2rem;
}

.quiz_stage-1.started{
  display: block;
}

button.start-quiz {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33%;
  height: 33%;
  margin: 0;
}

.quiz_start-img {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.start-quiz, .start-quiz:hover, .start-quiz:active, .start-quiz:focus{
  background: none;
  border: none;
}

.quiz_startt-img-wrapper {
  position: relative;
  padding-top: 45%;
  transition: all .6s;
}

.quiz_startt-img-wrapper img{
  position: absolute;
  top: 0
}

.canvas-hidden{
  pointer-events: none;
  opacity: 0;
}

@keyframes pulse-ring {
  0% {
    transform: scale(.50);
  }
  80%, 100% {
    opacity: 0;
  }
} 

.next:before {
  content: '';
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -8px;
  margin-left: -8px;
  box-sizing: border-box;
  border-radius: 45px;
  background-color: transparent;
  border: 2px solid #43515a;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.quiz_startt-img-wrapper img {
  padding: 0 15px;
}

.quiz-question {
  font-weight: 300;
  margin-bottom: .8rem;

}

.quiz-question_sub {
  text-align: center;
}

.quiz_thank-you h3 {
  margin: 2.5rem auto 1.5rem;
}

.quiz_thank-you a {
  border: none;
  padding: 0;
  width: auto;
  display: inline;
  text-transform: none;
  background: transparent;
  font-size: inherit;
  text-decoration: underline;
}

.quiz_text-area{
  transition: all .7s;
}

.quiz_counter{
  display: none;
  margin-top: -2rem;
}
