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

    Author: Dr. Kristian Stoye, Stadt Heidelberg, Amt für Stadtentwicklung und Statistik

    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
*/

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }

/* Kopfzeile */
/* Hintergrundfarbe Heidelbeer */
#survey-nav.navbar-light.bg-light {
    background-color: #A50050 !important;
    border-color: #A50050;
}
/* Textfarbe weiß */
#survey-nav .navbar-brand,
#survey-nav .nav-link {
  color: #ffffff !important;
}
/* Abstönge Logo (Upload via LimeSurvey Backend) */
.logo-container > img {
    max-height: 120px;
    padding: 40px;
}

/* Farben Knöpfe */
.btn-primary {
    background-color: #A50050;
    border-color: #A50050;
}

/* Überschriften Fett */
h1, h2, h3, h4, .h3 {
  font-weight: bold !important;
}

/* Schriften und Zeilenäbstände größer, Schwarze Schrift*/
body, p, li, .question-text, .answer-container, .group-name, .question-title, .survey-welcome, .text-primary {
  line-height: 1.5 !important;
  color: #000000 !important;
  font-size: 16px !important;
}

/* Graue Schriften */
.ls-questionhelp, .emtip, .survey-description, .text-info {
    color: #75787b !important;
}

/* Abstände für die verschiedenen Elemente vereinheitlichen */
.answer-container {
    padding-top: 1em;
    padding-bottom: 1em;
}
.question-title-container {
    padding-bottom: 0;
}
.ls-answers {
    padding-bottom: 0;
    padding-top: 0;
}
.group-description {
    margin-bottom: 0;
}
.well {
    margin-bottom: 32px;
}
p {
    margin-bottom: 0;
}
.text-info {
    padding-bottom: 14px;
}