@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/********************/
/* LAYOUT           */
/********************/
html {
  position: relative;
  min-height: 100%;
}

#footerAccesskeys.buttonbar {
  padding-bottom: 4rem !important;
  margin-bottom: 0 !important;
}

html::before {
  position: absolute;
  top: -1px;
  left: -16px;
  right: -16px;
  min-width: 105% !important;
  height: 21px;
  content: "";
  background: url("../images/isg-Oben.svg");
  background-size: contain;
}

html::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -16px;
  right: -16px;
  height: 27px;
  min-width: 105% !important;
  content: "";
  background: url("../images/isg-Unten.svg");
  background-size: contain;
}

body,
.container,
.container-wrap,
div[role="main"] {
  height: 100%;
}

.container-wrap {
  margin: 0 auto !important;
}

div[role="main"] {
  padding-top: 64px;
}

.container {
  margin-left: 48px;
  margin-right: 48px;
}

@media only screen and (max-width: 1001px) {
  .container {
    margin-left: 32px;
    margin-right: 32px;
  }

  #header {
    margin-bottom: 48px !important;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    margin-left: 16px;
    margin-right: 16px;
  }
}

#main-logo {
  max-width: 260px;
}

#header {
  margin-bottom: 80px;
}

h2 {
  line-height: 30px;
  font-size: 20px;
}

h1 {
  font-size: 30px;
  line-height: 45px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #4e595e;
  word-break: normal;
}

.no-phone .container .buttonbar .mainbuttons:before,
.no-phone .container .buttonbar .mainbuttons:after,
.phone .container .buttonbar .mainbuttons:before,
.phone .container .buttonbar .mainbuttons:after {
  content: none;
}

.no-phone .container .buttonbar .mainbuttons,
.phone .container .buttonbar .mainbuttons {
  justify-content: space-between;
}

.mainbuttons .rightButton:empty + .leftButton {
  margin-left: auto;
}

*:focus {
  outline: none !important;
}

input[type="text"]:focus,
input[type="number"]:focus input[type="tel"]:focus,
select:focus,
textarea:focus {
  border-top: 1px solid #01445e !important;
}

/********************/
/* FONTS            */
/********************/

* {
  font-family: "Open Sans", sans-serif !important;
}

.layout-select-wrapper .arrow {
  font-family: surveyrl3 !important;
}

/* Fragetext */
.question .header h2.title,
.question .tag-header h2.title {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #01445e;
  font-style: normal;
  font-weight: 400;
}

/* Ausfüllanweisung */
.question .header h3.subtitle,
.question .tag-header h3.subtitle {
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: #4e595e;
  font-style: normal;
  font-weight: 400;

}

/* Allgemeine Labels */
label {
  font-size: 15px;
  line-height: 25px;
}

/* Skalenüberschriften */
ul.head label {
  color: #4e595e;
}

/* Fragen-Nummerierung */
div.qnr {
  font-size: 15px;
  line-height: 25px;
  color: #4e595e;
}

/* Label-Text (z.B. Radio-Beschriftung) */
li.item .label-text {
  color: #01445e;
  line-height: 25px;
  font-size: 15px;
   word-break: normal;
}

/********************/
/* COMPONENTS       */
/********************/

/* Trennlinie */
.divider {
  background-color: #eaeff2;
}

/* Progress-Slider */
.container .progressbar {
  background-color: rgb(2, 68, 94, 1);
  height: 16px;
}
.container .progressbar .progressbar-filled {
  height: 16px;
  background-color: #0e6687;
  border-right: 2px solid #217c9e;
}

.container .progressbarIndicator {
  font-size: 15px;
  line-height: 25px;
  color: #4e595e;
  padding-left: 0;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
}

.progressbarContainer {
  position: relative;
  margin-bottom: 80px;
}

/* Textinput */
input[type="text"] {
  border-style: none;
  border-top: 1px solid transparent;
  background-color: #f1f1f1 !important;
}

.question .header div.divider,
.question .tag-header div.divider {
  order: 2;
}

/* Textarea */

textarea {
  background-color: #f1f1f1 !important;
  padding: 24px !important;
  color: #4e595e !important;
  border-style: none;
  border-top: 1px solid transparent;
}

.mainbuttons {
  border-top: none !important;
}

/* Weiter-Button */
#os,
#gdpr_submit {
  background-color: #0e6687;
  color: #eaeff2;
  font-size: 15px;
  line-height: 25px;
  padding: 10px 48px;
  text-transform: none;
}

#bb {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px !important;
  line-height: 25px !important;
  color: #0e6687;
  background-color: #ffffff;
  border: none;
  border: 1px #0e6687 solid;
  padding: 10px 48px !important;
  text-transform: none;
}

.phone #os,
.phone #bb {
  width: unset;
  height: unset;
  padding: 10px 24px !important;
}

.phone #os span,
.phone #bb span {
  font-size: inherit;
}

.phone #os span::before,
.phone #bb span::before {
  content: none;
}

/* Radio Button */
li.item input[type="radio"] ~ label span.label-radio:before,
html.no-touch
  .item-hover
  li.item:hover
  input[type="radio"]
  ~ label
  span.label-radio:before {
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background-color: #d3e0e7;
  border-color: #eaeff2 !important;
  border-width: 5px !important;
  border-style: solid !important;
  box-sizing: content-box;
  transition: background-color 0.2s ease-in-out;
}

li.item input[type="radio"]:checked ~ label span.label-radio:before,
html.no-touch
  .item-hover
  li.item:hover
  input[type="radio"]:checked
  ~ label
  span.label-radio:before {
  background-color: #0e6687;
}

html.no-touch .item-hover li.item input[type="radio"] ~ label,
html.no-touch .item-hover li.item:hover input[type="radio"] ~ label,
html.no-touch .item-hover li.item:hover > label span.label-text,
html.no-touch .item-hover li.item:hover > label span.text-before,
html.no-touch .item-hover li.item:hover > label span.text-after {
  color: #01445e !important;
}

input[type="radio"] ~ label span.label-radio,
input[type="checkbox"] ~ label span.label-checkbox {
  padding: 0 16px 0 0;
}

li.item input[type="radio"] ~ label span.label-text input,
li.item input[type="checkbox"] ~ label span.label-text input {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .answer-elements--bottom-sm li.item > label .label-text {
    margin-bottom: 16px;
  }
}

/* Checkbox */

input[type="checkbox"] ~ label span.label-checkbox:before {
  width: 16px !important;
  height: 16px !important;
  top: 0;
  left: 0;
  border: 5px solid #eaeff2;
  border-radius: 9px;
  box-sizing: content-box;
  background-color: #d3e0e7;
  transition: background-color 0.2s ease-in-out;
}

input[type="checkbox"] ~ label span.label-checkbox {
  padding: 0 16px 0 0 !important;
}

li.item input[type="checkbox"]:checked ~ label span.label-checkbox:before {
  background-color: #0e6687;
}

/* Reset Zebra Layout 
.layout-zebra li.even,
.layout-zebra li.odd,
html.no-touch .item-hover.layout-zebra li.item:hover,
html.no-touch .item-hover li.item:hover,
html.no-touch .item-hover.layout-zebra.zebra-ul li.item.even:hover,
html.no-touch .item-hover.layout-zebra.zebra-ul li.item.odd:hover,
.layout-zebra.zebra-ul ul.even {
  background: unset !important;
}*/

.question.separator-lines .qtype ul li {
  border-bottom: none !important;
}

ul[role="radiogroup"]:not(:only-of-type) {
  border-bottom: 1px solid #eaeff2;
  padding-bottom: 24px;
  padding-top: 24px;
}

.type-single-floating ul.body,
.type-multi-floating ul.body {
  justify-content: flex-start;
}

@media only screen and (min-width: 1002px) {
  .type-matrix-311 input[type="radio"] ~ label span.label-radio,
  input[type="checkbox"] ~ label span.label-checkbox {
    padding: 0;
  }
}

.type-text-141 input {
  margin-right: 16px;
}

.type-text-144 input {
  margin-top: 8px;
}

.layout-select-wrapper span {
  background-color: #eaeff2;
  border: none;
  padding: 13px 16px;
  height: 50px;
  font-size: 15px;
  line-height: 25px;
  width: calc(100% - 50px);
}

.layout-select-wrapper .arrow {
  background-color: #eaeff2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #01445e;
}

.layout-select-wrapper.active > ul {
  margin-top: 51px;
}

input[type="text"] {
  font-size: 15px !important;
  line-height: 25px !important;
  padding: 0 16px !important;
  height: 50px !important;
}

.question {
  margin-bottom: 64px;
  margin-top: 0;
  padding-bottom: 0;
}

select

select + .layout-select-wrapper.active ul,
.layout-select-wrapper.active > ul {
  border: none !important;
}



select + .layout-select-wrapper.active li,
.layout-select-wrapper ul li.selected:hover{
  margin-bottom: 1px;
  background-color: #eaeff2 !important;
  border: none;
  padding: 13px 16px;
  height: 50px;
  font-size: 15px;
  line-height: 25px;
}

select + .layout-select-wrapper.active .layout-select-first {
  display:none;
}

.layout-select-wrapper {
  border-top: 1px solid #0E6687;
}

.layout-select-wrapper ul li.selected,
.layout-select-wrapper ul li.selected:hover {
  color: #028dc3;
}

.q132 li,
.q132 li:hover {
  margin-bottom: 1px;
  background-color: #eaeff2 !important;
  border: none;
  height: 50px;
  font-size: 15px;
  line-height: 25px;
}

.q132 li label,
.q132 li label:hover {
  border:none !important;
  padding: 13px 16px !important;
}

.type-single-132 ul[role=radiogroup].body li.item input[type=radio]:checked ~ label {
  background-color: #eaeff2 !important;
}

.type-single-132 ul[role=radiogroup].body li.item input[type=radio] ~ label .label-text {
    transition: color .2s ease-in-out;
}

.type-single-132 ul[role=radiogroup].body li.item input[type=radio]:checked ~ label .label-text {
  color: #028dc3 !important;
}

.type-text-143 li,
.type-matrix-363 li {
    margin-bottom: 8px;
}

.modal {
  padding-right: 10px;
}