/* user css file */

.headline1 {
  text-shadow: 4px 1px 4px rgba(0,0,0,0.3); 
  font-weight: normal; 
  color: #004370; 
  letter-spacing: 0pt; 
  font-size: 38px; 
  text-align: center; 
  font-family: verdana, sans-serif; 
  line-height: 2; 
  margin: 0px; 
  padding: 0px;
}
  
.question {
  border-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
    }


.screentext {
}

.container .progress {
    margin-bottom: 1.5em;
}

.rahmenbox {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 34px -17px rgba(0,0,0,0.62);
  border-radius: 6px;
  padding-bottom: 1px;
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
}

.layout-zebra.zebra-ul ul.even {
    background: rgba(212, 221, 228, 0.5) none repeat scroll 0 0;
}

.screen1 {
  float: right; 
  margin-bottom:20px;
  border-width:7px;
border-style:solid;
border-color:#d4dde4;
    border-radius: 6px;
  max-width: 100%;
  height: auto;
}

.screen2 {
  display:none;
}


.nameq_7898336, .nameq_7898344 {
  margin-left: 25px;
  margin-top: -25px;
}

.nameq_7886741 .qtype, .nameq_7918501 .qtype, .nameq_7918809 .qtype, .nameq_7918834 .qtype,.nameq_7918857 .qtype, .nameq_7918897 .qtype{
  float: left;
}


.schrift14 { 
  font-size : 14px ;
  font-weight : normal ;
}

.schrift14rahmen { 
  font-size : 14px ;
  border : 2px solid #0070C0 ;
  padding: 2px;
}

.schrift18 { 
  font-size : 18px ;
}


.schrift1em { 
  font-size : 12px;
  font-weight : bold ;
}

/* Listenaufzählung bei den Theorieseiten einrücken */
.list_theorie {
  margin-left: 20px;
  margin-top: 10px;
}

/* Passwort-Feld auf der Startseite mittig platzieren */
.nameq_8067017, .nameq_7886710 {
  text-align: center;
}

/* Grafiken auf der Feedbackseite */
canvas{
        width: 100% !important;
        max-width: 600px;
        height: auto !important;
        float: left;
        margin-right: 20px;
    }

/*  Einstellungen für mobile Geräte */
 
@media only screen and (max-width: 1199px) {
  img.screen2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
    margin-top: 15px;
    margin-bottom:-10px;
      border-width:7px;
border-style:solid;
border-color:#d4dde4;
    border-radius: 6px;
  float: none;
      max-width: 100%;
  height: auto;
}
  
.screen1 {
  display:none;
}

  
  .nameq_7898336, .nameq_7898344 {
  margin-left: 10px;
  margin-top: -25px;
}
  
  canvas{
        width: 100% !important;
        max-width: 500px;
        height: auto !important;
        float: none;
    }

 }
