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


/* Diese beiden Einstellungen kann man sicher schöner lösen ;-)  */
.ls-logo {
    display: None !important;
}
#surveys-list-jumbotron {
    display: None !important;
}

body a {
    color: #BE9B53;
}


h1, .h1, .large-heading {
  font-size: calc(1.128rem + 1.536vw);
}
@media (min-width: 1200px) {
  h1, .h1, .large-heading {
    font-size: 2.28rem;
  }
}

h2, .h2 {
  font-size: calc(1.0rem + 0.988vw);
  line-height: 1.1em;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.824rem;
    line-height: 1.1em;
  }
}

h3, .h3 {
  font-size: calc(1.059rem + 0.715vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.596rem;
  }
}

h4, .h4 {
  font-size: calc(1.037rem + 0.442vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.368rem;
  }
}

h5, .h5 {
  font-size: calc(1.014rem + 0.168vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.14rem;
  }
}

h6, .h6 {
  font-size: 0.912rem;
}

.form-heading {
    font-size: 1.028rem;
    line-height: 20px;
}

.privacy {
    line-height: 1.2em;
}

.space-col {
    margin-bottom: 1em;
}



/* Progress Bar  */
body .top-container {
  margin-top: 10px !important;
}

.top-container .progress {
  height: 10px;
  margin-bottom: 0;
}

.top-container {
  margin-bottom: 1rem;
}

.progress-bar {
  color: #ffffff;
  background-color: #BE9B53;
  box-shadow: none;
}

.border-primary {
  border-color: #BE9B53 !important;
}


/*  Buttons  */
.btn-primary {
    color: #fff;
    background-color: #BE9B53;
    border-color: #BE9B53;
    padding-left: 25px;
    padding-right: 25px;
}

.btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #1E1E1E;
    border-color: #1E1E1E;
}

.btn-primary:active {
    background-color: #1E1E1E !Important;
}

.btn-primary:disabled, .btn-primary.disabled, .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #BE9B53;
    border-color: #BE9B53;
}

.btn-check + .btn-primary:hover {
  color: #000000;
  background-color: #BE9B53;
  border-color: #BE9B53;
  box-shadow: none;
}

.btn-check:checked + .btn-primary, .btn-check:checked + .btn-primary:focus, .btn-check:focus:checked + .btn-primary {
  color: #000000;
  background-color: #BE9B53;
  border-color: #BE9B53;
  box-shadow: none;
}



/* Question */
.question-container {
  margin-bottom: 2em;
}

.question-container .question-title-container {
  margin-bottom: 2px;
}

li.radio-item {
  margin-bottom: 2px;
}

.group-container .group-title {
  line-height: 30px;
  margin-top: 0.5em;
  margin-bottom: 5px;
}

.question-container .asterisk {
  color: #BE9B53;
}

.quotamessage {
  color: #BE9B53;
  line-height: 1.4em;
  padding: 10% 20px;
}

/* Overriding default green  */
.form-change-lang #language-changer-select {
    color: #BE9B53;
}

.radio-item input[type=radio]:checked + label::before {
    border-color: #BE9B53;
}
.checkbox-item input[type=checkbox]:checked + label {
  color: #BE9B53;
}
.checkbox-item input[type=checkbox]:checked + label::before {
  border-color: #BE9B53;
}
.checkbox-item input[type=checkbox]:checked + label::after {
  background-color: transparent;
  color: #BE9B53;
}
input[type=checkbox]:checked:after,
.checkbox input[type=checkbox]:checked:after,
.checkbox-inline input[type=checkbox]:checked:after {
  background-color: #BE9B53;
  border-color: #BE9B53;
}
.radio-item input[type=radio] + label::after {
  background-color: #BE9B53;
}
.radio-item input[type=radio]:checked + label::before {
  border-color: #BE9B53;
}
.radio-item input[type=radio]:checked + label::after {
  background-color: #BE9B53;
}
.radio-item input[type=radio]:checked + label {
  color: #BE9B53;
}
.tempus-dominus-widget button {
  background-color: #BE9B53;
  border-color: #BE9B53;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-bottom-color: #BE9B53;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-left-color: #BE9B53;
  border-right-color: #BE9B53;
}
.slider-tick.custom::before {
  color: #BE9B53;
}








/* Fehlermeldungen */
.text-danger {
  color: #BE9B53 !important;
  font-style: italic;
  font-size: 90%;
}

.has-error .form-control, .input-error .form-control {
  box-shadow: 4px 4px 0 #BE9B53;
  z-index: 3;
}




/* Footer */

.footerContainer{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  border-top: 3px solid #BE9B53;
  padding-top: 30px;
}

.title-wrapper {
  text-align: center;
  margin-bottom: 52px;
  font-size: 18px;
  line-height: 1.3em;
}

.logo-wrapper img {
    max-width: 200px;
    margin-bottom: 20px;
}



.top-navigation-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.group .h-underline {
  border-bottom: 5px solid #BE9B53;
}
.h-underline {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 5px solid #BE9B53;
}
.top-navigation-wrapper h4, .h4 {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 30px;
}
.top-navigation-wrapper nav.sites {
    font-size: 18px;
    line-height: 1.3em;
    margin: 0 auto;
}

.top-navigation-wrapper nav.sites ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.top-navigation-wrapper nav.sites ul li {
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 30px;
}
.top-navigation-wrapper nav.sites ul li a {
    color: #1E1E1E;
}
.top-navigation-wrapper nav.sites ul li a:hover {
    font-weight: bold !Important;
    text-decoration: none;
    border-bottom: 2px solid #1E1E1E;
}




.bottom-navigation-wrapper nav.meta {
    font-size: 10px;
    line-height: 1.5em;
    text-align: center;
}
.bottom-navigation-wrapper nav.meta ul {
    align-items: center;
    list-style-type: none;
    margin-bottom: 30px;
}
.bottom-navigation-wrapper nav.meta ul li {
    display: inline-block;
    padding: 0 25px;
}
.bottom-navigation-wrapper nav.meta ul li a {
    color: #1E1E1E;
}

.bottom-navigation-wrapper nav.meta ul li a:hover {
    font-weight: bold !Important;
    text-decoration: none;
    border-bottom: 2px solid #1E1E1E;
}

.bottom-navigation-wrapper nav.meta ul {
    margin-bottom: 10px !important;
}
