/* Please add child theme specific CSS here when creating child themes by extending the core parent theme. */


/* Welcome screen color */
.survey-welcome {color: #001472 !important;}

/* Table color */
.table {color: #001472}

/* Fixed the Bootstrap question */
.fixed-geschlecht .bootstrap-buttons-div div.form-check {padding-left: 0;}
.fixed-geschlecht .bootstrap-buttons-div .btn-primary {padding-left: 12px;padding-right: 12px;}

@media only screen and (min-width: 768px) {
.fixed-geschlecht .bootstrap-buttons-div {width: 25%;}
}

/* Hide element */
.hidden { 
    display: none; 
}

/* Popovers für zusätzliche Infos */
.custom-popover-button {
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 10px;
}