
/*
.inner-1140 {
	max-width:1140px;
	margin:0 auto;
	padding:0 20px;     
}
*/
.d-none {display:none}
.d-block {display:block}
.d-inline-block {display: inline-block}

@-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; }}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; }}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn;}

@-webkit-keyframes fadeIn25 { from { opacity: 0.25; } to { opacity: 1; }}
@keyframes fadeIn25 { from { opacity: 0.25; } to { opacity: 1; }}
.fadeIn25 { -webkit-animation-name: fadeIn25; animation-name: fadeIn25;}


@-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; }}
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; }}
.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut;}

@-webkit-keyframes bounceInRight { from,  60%,  75%,  90%,  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
	opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,  60%,  75%,  90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,  60%,  75%,  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {

    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
	  opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {

    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
	  opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}



.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angle-down:before{content:"\f107"}
.fa-question:before{content:"\f128"}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.check-container button,
.check-results-container button {
	cursor:pointer
}
.check-container {
    width: 100%;
    min-height: 600px;
    margin-top: 75px;
    margin-bottom: 50px;
    padding: 0 40px;
    overflow-x: hidden;
}
.check-results-container {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}
.check-page {
    display: none;
    font-family: 'Source Sans Pro 300';
   /*  font-weight: 300; */
    padding: 0 0 40px 0;
    overflow: hidden;
}

.check-page.active {
    display: block;
   -webkit-animation: bounceInRight 1s;
    animation: bounceInRight 1s;
}

.check-controller {
    position: relative;
    height: 60px;
    padding:0;
    width:100%;
    display:block;
    margin-top: 80px;
}
.check-results-controller {
    position: relative;
    height: 60px;
}

.check-results-controller button i.fa,
.check-controller button i.fa {
	font-family: 'Font Awesome 6 Pro';
	width:30px;
	height:30px;
	border-radius: 15px;
	color:#3670a1;
	background:#fff;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	transition: 0.3s;
}
.check-results-controller button:hover i.fa,
.check-controller button:hover i.fa {
	color:#ffffff;
	background:#f0b341;
}
.check-results-controller button i.fa,
.check-controller .check-back-btn button i.fa,
.check-controller .check-prev-btn button i.fa {
	margin-right:12px;
	float:left;
}
.check-controller .check-next-btn button i.fa,
.check-controller .check-finish-btn button i.fa {
	margin-left:12px;
	float:right;
}
.check-results-controller button,
.check-controller .check-back-btn button,
.check-controller .check-prev-btn button {
	 text-align: left;
}
.check-controller .check-next-btn button,
.check-controller .check-finish-btn button {
	text-align: right;
}

.check-back-btn,
.check-prev-btn {
    display: inline-block;
    position: relative;
    float: left;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.check-next-btn {
    display: inline-block;
    opacity: 0.25;
    position: relative;
    float: right;
}

.check-controller button,
.check-results-controller button {
	color:#fff;
    background: #3670a1;
    border:none;
    border-radius:8px;
    padding: 8px 8px ;
    /*  */
    font-size: 22px;
    font-family: 'Source Sans Pro 400';
    font-weight: 400;
    min-width:130px;
}
.check-controller .check-finish-btn button {
	background: #f0b341 !important;
}
.check-controller .check-finish-btn button i.fa {
	color:#f0b341
}
.check-controller .check-finish-btn button:hover i.fa {
	color:#fff;
	background: #3670a1;
}
.check-question {
	display:inline-block;
    min-height: 230px;
    margin: 50px 0 50px;
    padding-bottom: 30px;
    border-bottom:1px solid #a8c6da;
}
.check-question p {
    font-size: 1.175rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.check-question p:first-of-type {
	margin-top:30px;
}
.check-question i.fa {
	font-family: 'Font Awesome 6 Pro';
	float:left;
	width:30px;
	height:30px;
	border-radius: 15px;
	color:#fff;
	background:#e9b645;
	text-align: center;
	font-size: 15px;
	font-weight: 900;
	line-height: 30px;
	margin-right:10px;
	margin-top:0px;
}
.check-question h3 {
	color:#3670a1;
	line-height: 1.8rem !important;
	margin-bottom: 0;
      font-family: 'Source Sans Pro 300' !important;
    font-weight:400 !important;
}

/* display:none wg Scroller unter 769px */
.check-item input[type="radio"] {
	display:none;
    opacity: 0;
    position: absolute;
}

.check-item input[type="radio"] + label  {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    float:left;
    width:20%;
}

.check-item input[type="radio"] + label  {
    position: relative;
    font-size:  1.175rem;
    font-weight: 400;
}

.check-item input[type="radio"] + label:before {
    content: '';
    background: #fff;
    border: 1px solid #a8c6da;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 3px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
}

.check-item input[type="radio"]:checked + label:before {
	content:'';
	background: url(img/x3.svg);
    background-size: 17px 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3670a1;
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
}

.check-prev-btn button:focus,
.check-next-btn button:focus,
.check-finish-btn button:focus {
    outline: none;
    border: none;
}

.check-container.okay .check-next-btn {
    display: inline-block;
    opacity: 1;
    -webkit-animation: fadeIn25 1s;
    animation: fadeIn25 1s;
}

.check-finish-btn {
    display: none;
    position: relative;
    float: right;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
/* .check-finish-btn.ende {
  display: inline-block !important;
  opacity: 0.25;
} */
.check-finish-btn.active {
    display: inline-block;
}
.check-finish-btn.active {
  display: inline-block;
  opacity: 0.25;
  pointer-events:none;
}
.pass + div .check-finish-btn.active {
  opacity: 1;
  pointer-events:all;
}

/* zum testen deaktiviert
.check-results {
    display: none;
}
*/
.check-results-score {
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.875em;
    /* font-family: 'Source Sans Pro'; */
    font-weight: 700;
}
.check-result1 {
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.625em;
    /* font-family: 'Source Sans Pro'; */
    font-weight: 700;
}

.check-results-list {
    list-style-type: none;
    padding: 0px 15px;
    margin: 0px;
}
.check-results-item {
    color: #fff;
    margin-top: 10px;
    padding: 15px 15px 15px 0px;
    /* font-family: 'Source Sans Pro'; */
    font-weight: 300;
}


.check-results-item.correct {
    background: linear-gradient(to left, #4CB8C4, #3CD3AD);
}
.check-results-item.incorrect {
    background: linear-gradient(to left, #d33c62, #dc1144);
}

.check-results-container h3 {
	color:#3670a1;
	margin-bottom:1.5rem;
	margin-top:1.5rem;
	text-transform: uppercase;
/* 	font-size: 1.75rem; */
	font-size: 2.222rem;
	font-weight:400;
	font-family: 'Kefa';

}
.check-results-container h5 {color:#3670a1;font-size:1.367rem}
.check-result-texte {padding:0 80px;}

.head-dot-grey,
.head-dot-orange,
.head-dot-green {
	width:30px;
	height:30px;
	border-radius: 15px;
	color:#fff;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	margin:10px 5px;
	display:inline-block;
}
.head-dot-orange {background:#e9b645;}
.head-dot-grey {background:#deeaf1;}
.head-dot-green {background:#448f53;}

.hinweis i.fa {
	width:30px;
	height:30px;
	border-radius: 15px;
	color:#fff;
	background-color: #e9b645;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 20px;
}

.zeile.kopf .col-20 {
	padding-bottom:15px;
}
.zeile {width:100%;margin-bottom: 5px;}
.zeile span.text {margin-left:8px;}

.col-20, .col-40 {
	min-height:38px;
	width: 40%;
	float:left;
	padding:5px 0;
}
.col-40 {
	color:#3670a1;
	width: 40%;
}
.col-20 {
	width: 20%;
	text-align: center;
	font-size: 1.250rem;
}
.col-20.qinner {
    white-space: nowrap;
    position: relative;
  z-index: 1;
}

.col-20.qinner::after {
  border-top: 1px solid #deeaf1;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}


.dot-blue,
.dot-green,
.dot-yellow,
.dot-red {
	width:30px;
	height:30px;
	border-radius: 15px;
	color:#fff;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	margin:0 auto;
}

.dot-green {background:#448f53;}
.dot-yellow {background:#f0b341;}
.dot-red {background:#bd3941;}
.dot-blue {background:#3670a1;display:inline-block;}

span.bounceInUp.d-none {display: none !important}

.dot-green.bounceInUp,
.dot-yellow.bounceInUp,
.dot-red.bounceInUp {
	animation-name: bounceInUp;
    display:flex;
}
.dot-green.bounceInUp {	animation-duration: 750ms;}
.dot-yellow.bounceInUp { animation-duration: 1500ms;}
.dot-red.bounceInUp { animation-duration: 2250ms;}

/* */
span.fadeInRightBig.d-none {display: none !important}

.dot-green.fadeInRightBig,
.dot-yellow.fadeInRightBig,
.dot-red.fadeInRightBig {
	animation-name: fadeInRightBig;
    display:flex;
}
.dot-green.fadeInRightBig {	animation-duration: 1750ms;}
.dot-yellow.fadeInRightBig { animation-duration: 2500ms;}
.dot-red.fadeInRightBig { animation-duration: 3000ms;}



.ergebnistabelle {
	margin: 40px 0;
}
p.fusszeile {
	margin-left:40px;
	font-style: italic
}
p.fusszeile span {
	color:#3670a1;
}

.bgm-progress-bar {width:100%;margin:20px 0;text-align:center}
.bgm-progress-bar .circle {
	margin:0;
	position:relative;
	float:left;
	display:inline-block;
	background:#1473a1;
	width:14.28%;
	height:40px;
	border-right:1px solid #fff;
}
.bgm-progress-bar .circle:first-child {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.bgm-progress-bar .circle:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.bgm-progress-bar .circle .label{display:none;line-height:38px;color:#ffffff;font-size:20px;font-weight:400;margin-left:0px;font-family: 'Source Sans Pro 600' !important;}
.bgm-progress-bar .circle.done{background:#a8c6da}
.bgm-progress-bar .circle.done .label{display:none;}
.bgm-progress-bar .circle.active{background:#e9b645}
.bgm-progress-bar .circle.active .label{display:inline-block;}

/*
@media only screen and (max-width: 1181px) {
	.frage span.text {
		display:none
	}
	.col-20, .col-40 {
		width:25%;
	}
}
*/
span.frage-txt {display: none}

@media only screen and (max-width: 996px) {
	.frage span.text {
		display:none
	}
	span.frage-txt {
		display: inline-block;
		font-size: 1.1rem !important
	}
	.col-40.frage {
    position: relative;
    z-index: 1;
	}
	.col-40.frage:before {
	  border-top: 1px solid #deeaf1;
	  content: "";
	  margin: 0 auto;
	  position: absolute;
	  top: 20px;
	  left: 75%;
	  right: 0;
	  bottom: 0;
	  width: 25%;
	  z-index: -1;
	}
	.col-20, .col-40 {
		width:25%;
	}
	.check-container button {
		font-size: 1.8rem !important
	}

}
@media only screen and (max-width: 769px) {
	.check-item input[type="radio"] + label  {
    width:90%;
    font-size:18px;
	}
	span.frage-txt {
		display: inline-block;
		font-size: 1.3rem !important
	}
	.check-container {
		padding: 0 0 0 0;
	}
	.check-result-texte {padding:0 20px;}
	.check-controller {
		margin-top:10px;
	}

	.check-container button {
		font-size: 1.4rem !important
	}
	p.fusszeile {
		margin-left:0;
	}
}
@media only screen and (max-width: 769px) {
	.col-40.frage:before {
	  left: 85%;
	  width: 15%;
	}

}
