/******************
    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
*/
:root {
--bs-body-line-height: normal !important;
--bs-body-font-size: 1.5rem !important;
--bs-body-line-height: 1.5 !important;
}
/* Teilfragentexte linksbündig */
.ls-answers tbody .answertext {
  text-align: left;
}
li.radio-item label::before {
  top: 5px;
  width: 20px;
  height: 20px;
}
 
li.radio-item label::after {
  top: 8px;
  width: 14px;
  height: 14px;
}
.radio-item label{
  padding-left: 10px;
}
.fa-asterisk:before {
    content: "" !important;
}
.flatly label::after {
    background-color: #2c3e50;
}
.radio-item label::before {
    border: 1.2px solid #2c3e50;
}
.h3, h3 {
    font-size: calc(1.5rem + .6vw);
}
.bg-primary {
    font-weight: 400;
}
.col-md-4 {
    width: 50%;
}
.col-md-8 {
    width: 50%;
}

.checkbox-item label::before {
  top: 6px;
}
.checkbox-item label::after {
  top: 7px;
}
.checkbox-item label::before {
    border: 1.2px solid #2c3e50;
}
.other-text-item{
    width: 35vw;
    padding: 0.45em 1.5em;
}
.survey-name{
  hyphens: none;
}
.answer-container {
    border-color: #3e3f3a !important;
}
.question-container {
    border-color: #3e3f3a !important;
}
.question-help-container {
    border-color: #3e3f3a !important;
}
.form-control {
   border-color: #3e3f3a !important;
   /*font-size: unset !important;*/
}
.navbar-collapse {
    flex-grow: 0 !important;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer{
    padding-bottom: 0; /* no bottom padding, footer should be bottom aligned */
    /*padding-top: 60px;/* now is redefine in JS to fit any title length */
    display: flex; /* flex, to extend the content to full size */
    justify-content: right;
}
.footer-img{
    padding: 5px;
}
body {
     padding-bottom: 0; /* no bottom padding, footer should be bottom aligned */
     padding-top: 60px;/* now is redefine in JS to fit any title length */
     flex-direction: column; /* article, then footer */
     display: flex; /* flex, to extend the content to full size */
     min-height: 100vh; /* full height, to bottom-align footer */
}
body > article {
    flex: 1; /* the main article should use as much space as possible */
    padding-bottom: 150px;
}
.space-col {
    margin-bottom: 0.5em;
}
@media (min-width: 769px){
.form-horizontal .control-label.col-12 {
    text-align: left;
 }
}
