.AbfragerCenter {
  flex: 1 1 1000px !important;
  max-width: 1100px;
  display: block;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

@media only screen and (max-width: 1400px) {
  .AbfragerCenter {
    flex: 1 1 900px !important;
  }
}

.AbfragerLeft, .AbfragerRight {
  display: flex;
  flex: 1 1 auto !important;
}

.AbfragerElearning {
  flex-wrap:nowrap;
  min-height:510px;
  /* flex: 1 1 600px; */
  display: flex;
}
@media only screen and (max-width: 700px) {
  .AbfragerElearning {
    flex-wrap:wrap;
  }
}
@media only screen and (min-height: 900px) {
  .AbfragerElearning {
    min-height:600px;
  }
}

.AbfragerCenterTop {
  /*flex: 0 1 60px;
  max-height:60px;
  min-height:5px; */
  height:40px;
}
@media only screen and (max-height: 900px) {
  .AbfragerCenterTop {
    flex: 0 1 30px;
  }
}
@media only screen and (max-height: 800px) {
  .AbfragerCenterTop {
    flex: 0 1 20px;
  }
}
@media only screen and (max-height: 700px) {
  .AbfragerCenterTop {
    flex: 0 1 10px;
  }
}

.AbfragerStageOuter {
  flex: 1 1 calc(1vh - 70px) !important;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch !important;
  padding-left: 5px;
  padding-right: 5px;
}

.AbfragerQuestionSide {
  margin-left: 1px;
  flex: 7 1 auto;
  min-width: 340px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  border: 2px solid #333;
  border-radius: 10px;
  margin-bottom:10px;
}

.AbfragerQuestionContainer {
  flex: 0 1 auto;
  display: flex;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: radial-gradient(ellipse 100% 70% at 30% 50%, #ddd 0%, #bcbcbc 50%, #a1a1a1 80%, #4c4c4c 150%);
  border-bottom: 1px solid rgba(50, 50, 50, 0.5);
  box-shadow: inset 0px 0px 40px -15px rgba(0, 0, 0, 0.2);
  transition: height 0.22s ease;
  min-height: 170px;
  max-height: 300px;
}

@media only screen and (max-height: 900px) {
  .AbfragerQuestionContainer {
    min-height: 150px;
  }
}
@media only screen and (max-height: 800px) {
  .AbfragerQuestionContainer {
    min-height: 120px;
  }
}
@media only screen and (max-height: 700px) {
  .AbfragerQuestionContainer {
    min-height: 100px;
  }
}
@media only screen and (max-height: 600px) {
  .AbfragerQuestionContainer {
    min-height: 70px;
  }
}

.AbfragerAnswerContainer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: inset 0px 0px 35px 0px rgba(0,0,0,0.1);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
}

.AbfragerMenuSide {
  flex: 0 1 200px;
  display: flex;
  background-color: #F6F6F6;
  border: 2px solid #333333;
  border-radius: 10px;
  background-image:radial-gradient(ellipse farthest-corner at center, #e5e6e2 0%, #E5E6E2 15%, #E5E6E2 30%, #bcbdb9 100%);
  margin-left:5px;
  margin-bottom:10px;
}
@media only screen and (min-width: 780px) {
  .AbfragerMenuSide {
    margin-left:15px
  }
}
@media only screen and (min-width: 1400px) {
  .AbfragerMenuSide {
    margin-left:20px
  }
}
@media only screen and (min-width: 1600px) {
  .AbfragerMenuSide {
    margin-left:30px;
  }
}






/* LOADING ICON */
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #666;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
