/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/*
damit wird Speichern der Umfrage unsichtbar
*/


.navbar-right {
    color:transparent;
    font-size:0;   
}



/*
Definition für die Buttons aus bootrap
#0d0d40 dunkelblau fokus
#0400ff blau   ausgewählt
#a2a2eb #ccccff  hellblau   
*/



.btn-primary {
  color: #000000;
  background-color: #ccccff; /*hellblau */
  border-color: #2e6da4;
  border-width:2px;
  padding: 1px 5px;
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.0; /*höhe Button*/
  border-radius: 3px;
}

.ls-move-next-btn{
 line-height: 2.0; /*höhe Button*/
 width: 150px;

}

.ls-move-submit-btn{
    font-size:24px;
}

.bootstrap-buttons-div.col-xs-12.col-sm-2 {
  padding-right:5px;
  padding-left:5px; 
  width:220px;
}


.btn-primary.focus {
  color: #fff;
  background-color: #0d0d40;  /*dunkelblau */
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color:#0d0d40;/*dunkelblau  */
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0400ff; /*blau*/
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0400ff; /*blau*/
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0a0a0a; /*schwarz*/
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #d0d0f7;
  background-color: #fff;
}

.ls-button-submit{
 line-height: 2.0; /*höhe Button*/
 width: 150px;

}

/*Fragen Formatierung*/
.question-text {
    font-size: 16px;
}

.ls-question-help,
  .ls-questionhelp{
    font-size:16px;
  }
  
h3, .h3 {
    font-size: 24px;
}  


.group-description{
    font-size: 16px;
    line-height: 150%;
}


.question-count-text {
    visibility: hidden;
}


.ls-timer-content.ls-timer-countdown.ls-no-js-hidden.alert.alert-info{
    line-height: 0.5;
}