/* user css file */
.container-wrap{
  border-radius: 15px;
  box-shadow: 0 0 15px #021729;;
  padding: 2rem;
}
#header{
  max-height: 130px;
  margin-bottom: 4rem;
  border-bottom: 1px solid #EEE;
  padding-bottom: 20px;
}
#header img {
  max-height: 100px !important;
}
#footerAccesskeys.buttonbar{
  margin-bottom: 0 !important;
}

.question ul li.item > label {
  border: 1px solid #FFFFFF;
}
.question ul li.itemhead > label {
  background: #032e51;
  color: #FFFFFF;
  font-size: 0.8rem;
  line-height: 1rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.question ul.head li.itemhead{
  background: #032e51 !important;
  border: 1px solid #FFFFFF !important;
}
.question ul li.dimension{
  background: #D1D1D1 !important;
  border: 1px solid #FFFFFF !important;
}
.question ul.head li.dimension {
  background: #032e51 !important;
}
.question ul li.dimension > label{
  color: #000;
}
.question .qtype ul {
  border: 1px solid #FFFFFF !important;
}

.question .scale-wrapper ul li.itemhead > label {
  background: none !important;
  border: none !important;
  color: #000000;
  font-size: 1rem;
  line-height: 1.2rem;
  padding-left: 0;
  padding-right: 0;
}

.question .tag-header {
  padding-top: 5px;
  border-top: 3px solid #000;
}

.question .layout-select-wrapper{
  background: #FFFFFF !important;
  color: #032E51;
}
.question .layout-select-wrapper ul li.odd{
  background: #F1F1F1 !important;
  color: #032E51;
}
.question .layout-select-wrapper ul li.even{
  background: #FFFFFF !important;
  color: #032E51;
}
.question .layout-select-wrapper ul li:hover{
  background: #9AB66C !important;
  color: #FFFFFF;
}

.question .layout-select-wrapper ul.d-flex {
    border-top: 0.0625rem solid #032E51 !important;
    border-bottom: 0.0625rem solid #032E51 !important;
    border-right: 0.0625rem solid #032E51 !important;
}

span.add-on{
  background-color: #FFFFFF !important;
}

ol#thankyougifts,
ol#inhaltsverzeichnis{
  padding-left: 1rem;
}
ol#thankyougifts > li {
  margin-bottom: 1rem;
}
div#studybyimage{
  text-align:center;
}
div#studybyimage > img{
  width: 100%;
  max-width: 680px;
  height: auto;
}

.answer-elements--left-top li.item > label .label-text {
  word-break: normal !important;
}

.slider.ui-slider-horizontal,
.slider.ui-slider-horizontal .ui-slider-range-min{
  height: 24px !important;
}
.slider.ui-slider-horizontal .ui-slider-handle {
  top: 0 !important;
}
.type-special-slider.layout-horizontal .slider-wrapper {
  cursor: pointer;
}