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


.eju_feedback_footer {
  text-align: center;
  margin-top: 1.5em;
}


.navbar-right, .navbar-toggle, .form-change-lang, .ls-privacy-body { 
    display: none;
}

/* Ausblenden von Dingen */
/* Menu Button Mobile Ansicht */
.navbar-light .navbar-toggler {
  display: none !important;
}

#surveys-list-jumbotron {
  display: none;
}

#surveys-list-container {
  display: none;
}

#surveyListFooter {
  border-top-width: 0px;
}

/* Farben */
.fruity a {
  color: #af1280;
}

/* Umfragedesign */
/* Button Hintergrundfarbe */
.fruity .btn-primary {
  background-color: #af1280 !important;
}

/* Farbe des Fortschritt Balken */
.fruity .progress-bar {
  background-color: #af1280 !important;
}

/* Setzen der Schriftfarbe */
.text-primary {
  color: black !important;
}
.fruity .text-info, .fruity .text-primary, .fruity .text-success {
  color: #5e5454 !important;
}


.fruity .bg-primary {
  background-color: #af1280 !important;
}

.fruity .card-primary > .card-header {
  border: 1px solid #af1280;
}

.fruity .card-primary {
  border: 1px solid #af1280;
}
.fruity .btn-outline-secondary {
  border :1px solid #af1280;
  color: #af1280;
}
.fruity {
    color: #af1280 !important;
    border :1px solid #af1280 !important;
}

.fruity .btn-primary {
    border :1px solid #af1280 !important;
}


