#preload-01 { background: url("../images/colback_001.jpg") no-repeat -9999px -9999px; }
#preload-02 { background: url("../images/colback_002.jpg") no-repeat -9999px -9999px; }
#preload-03 { background: url("../images/colback_003.jpg") no-repeat -9999px -9999px; }
#preload-04 { background: url("../images/colback_004.jpg") no-repeat -9999px -9999px; }
#preload-05 { background: url("../images/colback_005.jpg") no-repeat -9999px -9999px; }
#preload-06 { background: url("../images/colback_006.jpg") no-repeat -9999px -9999px; }
#preload-07 { background: url("../images/colback_007.jpg") no-repeat -9999px -9999px; }
#preload-08 { background: url("../images/colback_008.jpg") no-repeat -9999px -9999px; }
#preload-09 { background: url("../images/colback_009.jpg") no-repeat -9999px -9999px; }
#preload-10 { background: url("../images/colback_010.jpg") no-repeat -9999px -9999px; }
#preload-11 { background: url("../images/colback_011.jpg") no-repeat -9999px -9999px; }
#preload-12 { background: url("../images/colback_012.jpg") no-repeat -9999px -9999px; }
#preload-13 { background: url("../images/colback_013.jpg") no-repeat -9999px -9999px; }

*{
  zoom:100%;
}
html {
  /* min-height:100%; */
  /* position: relative; */
}
header{
  background-color:#f6f6f6;
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top:0;
}
header img{
  height:100px;
}
#impressum a{
  color:#fff;
  text-decoration: underline;
}
#impressum{
  position:fixed;
  right:10px;
  bottom:10px;
  z-index: 9999;
}
#gesamtfortschritt{
  height:5px;
  width:0%;
  background-color:#c92540;
}
a.popup{
  text-decoration: underline dotted !important;
  cursor: pointer;
  letter-spacing: 1px;

}
main{
  position: fixed;
  /* height:100%; */
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  /* background: url("../images/colback_001.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  transition: background 0.8s linear;

  -moz-transition: background 0.8s linear;
  -ms-transition: background 0.8s linear;
  -webkit-transition: background 0.8s linear;
  -o-transition: background 0.8s linear;
  
}
.backgroundoverlay{
  min-height: 900px;
  position: relative;
  z-index: 0;
}
.backgroundoverlay::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/gpa_backgr.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 50%;
  opacity: .4;
}

@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {
    #logoIntro img,#logoFragen img{
      max-height:80px!important;
    }
    .animationContainer {
      top: 80px!important;
    }
    main{
      top:80px!important;
    }
    #contentContainer{
      top:150px!important;
    }
    #contentSelectable{
      top:220px!important;
    }
    #szene1 .leftanimation {
      margin-right: 140px!important;
    }
    #szene1 .rightanimation {
      margin-left: 120px!important;
    }

    .btnGPA,.btnGPA2,.btnGPAzurueck {
      top: 770px!important;
    }
    .btnGPA.final,.btnGPA2.final,.btnGPAzurueck.final {
      top: 930px!important;
    }
    .btnGPA.frage,.btnGPA2.frage,.btnGPAzurueck.frage {
      top: 750px!important;
    }
    #contentContainer.moveTop1{
      top:120px!important;
    }
}
/* @media  all and (orientation: portrait) { 
  html,body {
    display: none;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
} */


@media screen and (max-height: 950px) {
    #contentContainer{
      top:150px!important;
    }
    #contentSelectable{
      top:210px!important;
    }
    #contentSelectable.frage{
      top:300px!important;
    }
    .contentMiddle{
      /* top: 830px!important; */

    }
}
@media screen and (max-width: 768px) {
  #contentContainer {
    left:0!important;
    right:0!important;

  }
}
@media screen and (max-width: 950px) {
  .leftanimation, .rightanimation{
    display:none;
  }
}

@media screen and (max-width: 500px) {
  header img{
    height:50px;
  }
  
}
@media screen and (max-width: 375px) {
  .rightanimation,.leftanimation{
    display:none!important;
  }
  #contentContainer {
    left: 0px!important;
    right: 0px!important;
    max-height:100%!important;
  }
  #contentSelectable {
    width:100%!important;
  }
  .contentMiddle {
    width:100%!important;
    bottom: 0;
    top: auto!important;
  
  }
}

.selausertung{
  opacity: .5;
}
.selausertung.active{
  background-color: #fff;
  /* border- */
  -webkit-box-shadow: 0px 14px 15px 0px rgba(193, 193, 193, 0.75);
  -moz-box-shadow: 0px 14px 15px 0px rgba(193, 193, 193, 0.75);
  box-shadow: 0px 14px 15px 0px rgba(193, 193, 193, 0.75);

  border-radius: 15px;
  /* border: solid #888888; */
  border-width: 3px;
  opacity: 1;
}
.auswertungDiagramm .label{
  text-align: center;
}
#contentContainer{
  position: absolute;
  z-index: 0;
  top: 150px;
  bottom: 0;
  left:10%;
  right:10%;
  margin:0 auto;
  max-width:650px;
  max-height:500px;
  width:100%;
}

#contentContainerInner{
  background-color: #f6f6f6;
  top:250px;
  border-radius: 15px;
  height:90%;
  -webkit-box-shadow: 0px 25px 40px -23px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 25px 40px -23px rgba(0,0,0,0.33);
  box-shadow: 0px 25px 40px -23px rgba(0,0,0,0.33);

}
.box{
  background-color: #f6f6f6;
  border-radius: 15px;
  -webkit-box-shadow: 0px 25px 40px -23px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 25px 40px -23px rgba(0,0,0,0.33);
  box-shadow: 0px 25px 40px -23px rgba(0,0,0,0.33);
}
.boxtop{
  background-color: #f6f6f6;
  border-radius: 15px 15px 0 0;
  -webkit-box-shadow: 0px 25px 40px -23px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 25px 40px -23px rgba(0,0,0,0.33);
  box-shadow: 0px 25px 40px -23px rgba(0,0,0,0.33);
}
.boxbottom{
  background-color: #f6f6f6;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0px 25px 40px -23px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 25px 40px -23px rgba(0,0,0,0.33);
  box-shadow: 0px 25px 40px -23px rgba(0,0,0,0.33);
}



#contentSelectable select,.auswertungFilter select,#kontakt input,textarea{
  width: 100%;
  padding: 5px;
  border: 1px solid #4299bd;
  color: #666;
}
#kontakt input[type='checkbox']{
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
#contentSelectable{
  position: absolute;
  z-index: 11;
  top: 220px;
  width: 620px;
  margin: 0 auto;
  left:0;
  right: 0;
  font-size:20px;
  color:#547190;
  padding:25px;
}
#contentSelectable.frage{
  top: 300px;
}
h2{
    font-size:30px;
    font-weight: bold;
    color:#547190;
}
.contentMiddle{
  position: absolute;
  z-index: 11;
  top: 750px;
  width: 620px;
  margin: 0 auto;
  left:0;
  right: 0;
}

.contentMiddle.frage{
  top: 800px;
}

#contentSelectable .tab button{
  font-size:18px;
  padding: 4px 5px;
}
.btnGPA,.btnGPA2,.btnGPAzurueck,.btnGPADefault{
  /* z-index: 10; */
  /* position: relative; */
  /* top: 870px; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  border-radius: 5px;
  font-size:20px;
  color:#547190;
  font-weight: bold;

  cursor: pointer;
  width:200px;
  padding:5px 20px 5px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 20px -3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 9px 20px -3px rgba(0,0,0,0.3);
  box-shadow: 0px 9px 20px -3px rgba(0,0,0,0.3);
}
a:hover{
  text-decoration: none;
}
.btnGPAzurueck{
  /* left:0%; */
  float:left;
}
.btnGPA{
  /* left:100%; */
  float:right;
}

.btnGPA2{
  /* left: 18%; */
}
.btnGPA.frage,.btnGPA2.frage,.btnGPAzurueck.frage {
  top: 800px;
}
.btnGPA.final,.btnGPA2.final,.btnGPAzurueck.final {
  top: 1110px;
}
.btnGPA.final,.btnGPAzurueck.final{
  /* left: 82%; */
}
.btnGPA:hover,.btnGPA2:hover,.btnGPAzurueck:hover{
  -webkit-box-shadow: 0px 12px 20px -3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 12px 20px -3px rgba(0,0,0,0.5);
  box-shadow: 0px 12px 20px -3px rgba(0,0,0,0.5);
  transition: box-shadow 0.3s ease-in-out;
}
h2.frageTitel{
  font-weight: bold;
}
#smilieContainer{
  width:100px;
  height:100px;
  margin: 0 auto;
}
#slidecontainer .slider{
  width: 100%;
}
.animationContainer{
  position: absolute;
  left:0;
  right:0;
  /* top:152px; */
  top:330px;
  
  bottom:0;
  z-index: 1;
}
.animationContainer svg{
  width: auto!important;
}
.leftanimation{
  position: absolute;
  left:0;
  right:50%;
  height:calc(100% - 300px);
  /* top: calc(50% - 300px); */
  top:100px;
  
}
.rightanimation{
  position: absolute;
  left:50%;
  right:0;
  height:calc(100% - 300px);
  /* top: calc(50% - 300px); */
  top:100px;
}
/* .leftanimation{background-color: antiquewhite}
.rightanimation{background-color: aqua} */
.leftanimation rect,.rightanimation rect{
  fill:none;
  
}
.animation{
  height:600px;
}


#smiley{
  margin: 0 auto;
  background-color:#fff;
  width:100%;
  max-width:300px;
  height:300px;
  display:block;
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
}
#slideText{
  text-align: center;
  font-weight: bold;
}
#addTextInfo{
  margin-top:80px;
  text-align: center;
}


.slider {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  border-radius: 5px;   
  background: #e3e3e3;
  outline: none;
  opacity: 0.9;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  border-radius: 50%; 
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

/*IE 10+ */
.slider::-ms-track {
  padding:0;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;

  /*remove default tick marks*/
  color: transparent;
}
.slider::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
.slider::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
.slider::-ms-thumb {
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: goldenrod;
}
.slider:focus::-ms-fill-lower {
  background: #888;
}
.slider:focus::-ms-fill-upper {
  background: #ccc;
}



#szene3{
  overflow: hidden;
}


#szene1{
/*   position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; */
  
}
#szene1 .leftanimation{
  /* transform: scaleX(-1); */
  margin-right:120px;
}
#szene1 .rightanimation{
  margin-left:95px;
}
#szene3 .leftanimation{
  margin-right:190px;
}
#szene3 .rightanimation{
  margin-left:200px;
}



/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  font-size:20px;
}
.tabcontent .text2{
  margin-top:15px;
}
.tabcontent h3{
  margin-bottom:30px;
}