.uria {
  position: relative;
}
@media (min-width: 768px) {
  .uria {
    overflow-y: scroll;
  }
}
.uria .modal .modal-body {
  padding: 30px;
}
.uria .modal .modal-dialog {
  width: 400px;
}
@media (max-width: 768px) {
  .uria .modal .modal-dialog {
    width: auto;
  }
}
.uria .modal .button {
  background: #325389;
  border: 1px solid #325389 !important;
  padding: 10px 10px 10px 10px;
  color: #FFF;
  cursor: pointer;
  letter-spacing: 0.75px;
}
.uria .modal .button:hover {
  background: #fff;
  color: #325389;
}
.uria textarea {
  font-size: 18px;
}
.uria .rangeslider:hover {
  cursor: pointer;
}
.uria .rangeslider .rangeslider__handle .tooltip {
  display: none;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
  opacity: 1;
  left: 5px;
  z-index: 0;
}
.uria .rangeslider .rangeslider__handle .tooltip .tooltiptext {
  left: 50%;
  position: absolute;
}
.uria .rangeslider .rangeslider__handle .tooltip .tooltiptext > div {
  visibility: visible;
  background-color: #D9D9D9;
  color: black;
  text-align: center;
  padding: 5px 10px;
  border-radius: 0;
  z-index: 1;
  font-weight: 400;
  font-family: unset;
  position: relative;
  left: -50%;
  top: -55px;
}
.uria .rangeslider .rangeslider__handle .tooltip .tooltiptext > div:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #D9D9D9 transparent transparent transparent;
}
.uria .rangeslider .rangeslider__handle.min {
  position: relative;
}
.uria .rangeslider .rangeslider__handle.min .tooltip {
  left: 0;
  position: absolute;
  right: auto;
  border: 0;
}
.uria .rangeslider .rangeslider__handle.min .tooltip .tooltiptext {
  left: auto;
  position: relative;
  top: -38px;
}
.uria .rangeslider .rangeslider__handle.min .tooltip .tooltiptext > div {
  top: 0;
  left: 0;
}
.uria .rangeslider .rangeslider__handle.min .tooltip .tooltiptext > div:after {
  right: auto;
  left: 0;
  margin-left: 4px;
}
.uria .rangeslider .rangeslider__handle.max {
  position: relative;
}
.uria .rangeslider .rangeslider__handle.max .tooltip {
  right: 0;
  position: absolute;
  left: auto;
  border: 0;
}
.uria .rangeslider .rangeslider__handle.max .tooltip .tooltiptext {
  left: auto;
  position: relative;
  top: -38px;
}
.uria .rangeslider .rangeslider__handle.max .tooltip .tooltiptext > div {
  top: 0;
  left: 0;
}
.uria .rangeslider .rangeslider__handle.max .tooltip .tooltiptext > div:after {
  left: auto;
  margin-right: 4px;
  right: 0;
}
.uria .rangeslider .rangeslider__handle.min2 {
  position: relative;
}
.uria .rangeslider .rangeslider__handle.min2 .tooltip {
  left: 0;
  position: absolute;
  right: auto;
  border: 0;
}
.uria .rangeslider .rangeslider__handle.min2 .tooltip .tooltiptext {
  left: auto;
  position: relative;
  top: -38px;
}
.uria .rangeslider .rangeslider__handle.min2 .tooltip .tooltiptext > div {
  top: 0;
  left: 0;
}
.uria .rangeslider .rangeslider__handle.min2 .tooltip .tooltiptext > div:after {
  right: auto;
  left: 0;
  margin-left: 4px;
}
.uria .rangeslider .rangeslider__handle.max2 {
  position: relative;
}
.uria .rangeslider .rangeslider__handle.max2 .tooltip {
  right: 0;
  position: absolute;
  left: auto;
  border: 0;
}
.uria .rangeslider .rangeslider__handle.max2 .tooltip .tooltiptext {
  left: auto;
  position: relative;
  top: -38px;
}
.uria .rangeslider .rangeslider__handle.max2 .tooltip .tooltiptext > div {
  top: 0;
  left: 0;
}
.uria .rangeslider .rangeslider__handle.max2 .tooltip .tooltiptext > div:after {
  left: auto;
  margin-right: 4px;
  right: 0;
}
.uria .platzhalter {
  width: 100%;
  height: 100px;
}
.uria textarea, .uria select, .uria input, .uria button {
  outline: none;
}
.uria input[type=number] {
  text-align: right;
}
.uria button:hover {
  cursor: pointer;
}
.uria label {
  display: inline;
}
.uria .umfrageImage {
  margin-bottom: 20px;
}
.uria .umfrageImage img {
  width: 100%;
}
.uria .basic-grey {
  position: relative;
  min-height: 750px;
}
.uria .basic-grey button.disabled {
  background-color: #ccc;
  border: 1px solid #ccc !important;
  color: white;
}
.uria .basic-grey button.disabled:hover {
  color: white;
}
.uria .head__block {
  font-size: 28px;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 40px;
  overflow: hidden;
  font-family: "imago" !important;
}
.uria .spinner {
  position: fixed;
  left: 45%;
  width: 70px;
  text-align: center;
  display: none;
}
.uria .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.uria .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.uria .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.uria .fragen-wrapper {
  opacity: 0;
}
.uria .fragen-wrapper .fragen .abschnitt {
  display: none;
  margin: 0;
  padding: 0;
}
.uria .fragen-wrapper .fragen .abschnitt .frage {
  margin-bottom: 50px;
}
.uria .fragen-wrapper .fragen .abschnitt .heading h2 {
  margin-top: 0;
}
.uria .fragen-wrapper .fragen .abschnitt p {
  font-size: 18px;
}
.uria .fragen-wrapper .fragen .abschnitt p.instructions {
  font-size: 14px;
  margin-bottom: 20px;
}
.uria .fragen-wrapper .fragen .abschnitt.intro {
  display: block;
}
.uria .fragen-wrapper .fragen .abschnitt .controls {
  height: 50px;
}
.uria .fragen-wrapper .fragen .abschnitt .controls .back {
  float: left;
}
.uria .fragen-wrapper .fragen .abschnitt .controls .next {
  float: right;
}
.uria .fragen-wrapper .fragen .abschnitt .clear {
  clear: both;
  margin-bottom: 60px;
}
.uria .fragen-wrapper .fragen .abschnitt h3.header {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
  padding: 0;
  display: block;
}
.uria .fragen-wrapper .fragen .abschnitt h3.header.header-range {
  margin-bottom: 45px;
}
.uria .fragen-wrapper .fragen .abschnitt h4.header {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 20px;
  color: #333;
  padding: 0;
  display: block;
}
.uria .fragen-wrapper .fragen .abschnitt h4.header.header-range {
  margin-bottom: 45px;
}
.uria .fragen-wrapper .fragen .abschnitt label {
  font-weight: 100;
}
.uria .fragen-wrapper .fragen .abschnitt textarea {
  width: 100%;
}
.uria .fragen-wrapper .fragen .abschnitt .custom-checkbox .wrapper {
  display: block;
}
.uria .fragen-wrapper .fragen .abschnitt .custom-radio .wrapper {
  display: block;
}
.uria .fragen-wrapper .fragen .abschnitt .scala {
  width: 100%;
  margin-top: 10px;
}
.uria .fragen-wrapper .fragen .abschnitt .scala .section .text {
  width: 100%;
}
.uria .fragen-wrapper .fragen .abschnitt .scala .section .text.left {
  text-align: left;
}
.uria .fragen-wrapper .fragen .abschnitt .scala .section .text.right {
  text-align: right;
}
.uria .fragen-wrapper .fragen .abschnitt .scala .section .text.center {
  text-align: center;
}
@media (max-width: 768px) {
  .uria .fragen-wrapper .fragen .abschnitt .scala .section .text {
    font-size: 12px;
  }
}
.uria .fragen-wrapper .fragen .abschnitt .scala .section.minmax {
  width: 50%;
}
.uria .progress-wrapper {
  display: none;
  position: relative;
  width: 650px;
  bottom: 0;
  padding: 30px 0px 30px 0px;
  text-align: center;
}
.uria .progress-wrapper.sticky {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 30px 50px 30px 50px;
  left: 0;
  right: 0;
  max-width: 750px;
  margin: 0 auto;
  z-index: 900;
}
@media (max-width: 768px) {
  .uria .progress-wrapper.sticky {
    padding: 15px 50px 15px 50px;
    width: calc(100% - 10px);
  }
}
.uria .progress-wrapper .progress .progress-bar {
  background-image: none;
  background-repeat: none;
  background-color: red;
}
@media (max-width: 768px) {
  .uria .progress-wrapper .progress {
    height: 10px;
    margin-bottom: 10px;
  }
}
.uria .progress-wrapper .progressText {
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  .uria .progress-wrapper .progressText {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .uria .progress-wrapper {
    width: calc(100vw - 30px);
  }
}
.uria .small.div__footer {
  position: relative;
  border-top: 1px solid #eee;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 0;
}

.uria-stats h2.big {
  font-size: 42px;
}

.spinner-wrapper {
  background: white;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 30000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[class*=icheck-] {
  min-height: 22px;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  padding-left: 0px;
}

.icheck-inline {
  display: inline-block;
}

.icheck-inline + .icheck-inline {
  margin-left: 0.75rem;
  margin-top: 6px;
}

[class*=icheck-] > label {
  padding-left: 29px !important;
  min-height: 22px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

[class*=icheck-] > input:first-child {
  position: absolute !important;
  opacity: 0;
  margin: 0;
}

[class*=icheck-] > input:first-child:disabled {
  cursor: default;
}

[class*=icheck-] > input:first-child + label::before,
[class*=icheck-] > input:first-child + input[type=hidden] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #D3CFC8;
  border-radius: 0px;
  margin-left: -29px;
}

[class*=icheck-] > input:first-child:checked + label::after,
[class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 10px;
  border: solid 2px #fff;
  border-left: none;
  border-top: none;
  transform: translate(7.75px, 4.5px) rotate(45deg);
  -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}

[class*=icheck-] > input[type=radio]:first-child + label::before,
[class*=icheck-] > input[type=radio]:first-child + input[type=hidden] + label::before {
  border-radius: 50%;
}

[class*=icheck-] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*=icheck-] > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-width: 2px;
}

[class*=icheck-] > input:first-child:disabled + label,
[class*=icheck-] > input:first-child:disabled + input[type=hidden] + label,
[class*=icheck-] > input:first-child:disabled + label::before,
[class*=icheck-] > input:first-child:disabled + input[type=hidden] + label::before {
  pointer-events: none;
  cursor: default;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.icheck-primary > input:first-child:checked + label::before,
.icheck-primary > input:first-child:checked + input[type=hidden] + label::before {
  background-color: #325389;
  border-color: #325389;
}

.frage__field {
  margin-top: 25px;
  margin-bottom: 25px;
}

.modal-form-field {
  margin-bottom: 15px;
}

.modal-form-field-bmi-result {
  display: none;
}

#bmiInfo {
  display: none;
}

#bmiInfo .resultat {
  border: 1px solid #325389;
  padding: 10px;
  margin: 15px 0;
}

.modal-dialog {
  margin-top: 30px !important;
}

/*# sourceMappingURL=umfrage-gicht.css.map */
