/* line 1, ../scss/base/_reset.scss */
* {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  outline: 0;
  border: 0;
  color: inherit;
}

/* line 12, ../scss/base/_reset.scss */
img {
  vertical-align: middle;
}

/* line 16, ../scss/base/_reset.scss */
nav, footer, header, section, article {
  display: block;
}

@font-face {
  font-family: Interstate;
  font-style: normal;
  font-weight: normal;
  src: url("webfonts/Interstate-Light.ttf") format("truetype");
}
@font-face {
  font-family: Interstate;
  font-style: normal;
  font-weight: bold;
  src: url("webfonts/Interstate-Bold.ttf") format("truetype");
}
/* line 50, ../scss/base/_mixins.scss */
::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

/* line 53, ../scss/base/_mixins.scss */
::-moz-placeholder {
  color: #888;
  opacity: 1;
}

/* line 56, ../scss/base/_mixins.scss */
:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

/* line 59, ../scss/base/_mixins.scss */
input:-moz-placeholder {
  color: #888;
  opacity: 1;
}

/* line 2, ../scss/base/_extends.scss */
.sidr-class-clear,
.clear {
  clear: both;
}

/* line 7, ../scss/base/_extends.scss */
.sidr-class-noheight,
.noheight {
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
  overflow: hidden;
}

/* line 16, ../scss/base/_extends.scss */
.invisible {
  visibility: hidden;
}

/* line 20, ../scss/base/_extends.scss */
.sidr-class-offscreen,
.offscreen {
  position: absolute;
  left: -9999em;
}

/* line 127, ../scss/base/_extends.scss */
table.question .q_check input, #importance input {
  visibility: hidden;
  position: absolute;
}
/* line 131, ../scss/base/_extends.scss */
table.question .q_check input + label, #importance input + label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-indent: -999em;
}
/* line 140, ../scss/base/_extends.scss */
table.question .q_check input + label:before, #importance input + label:before, table.question .q_check input + label:after, #importance input + label:after {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 147, ../scss/base/_extends.scss */
table.question .q_check input + label:before, #importance input + label:before {
  content: "";
  display: inline-block;
  border: 1px solid #c8c8c8;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
/* line 156, ../scss/base/_extends.scss */
table.question .q_check input + label:after, #importance input + label:after {
  display: none !important;
  opacity: .1;
  transition: opacity .15s;
}
/* line 162, ../scss/base/_extends.scss */
table.question .q_check input + label:not(.disabled):hover:after, #importance input + label:not(.disabled):hover:after {
  display: inline-block !important;
  opacity: .3;
}
/* line 168, ../scss/base/_extends.scss */
table.question .q_check input:checked + label:after, #importance input:checked + label:after {
  display: inline-block !important;
  opacity: 1 !important;
}

/* line 174, ../scss/base/_extends.scss */
.extra_link a, .button_container a.button,
.button_container button {
  position: relative;
  background: #000;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}
/* line 185, ../scss/base/_extends.scss */
.extra_link a:after, .button_container a.button:after,
.button_container button:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1615565311);
  background-position: 0px -184px;
  width: 15px;
  height: 15px;
  left: auto;
  right: 20px;
  top: 15px;
  transform: rotate(270deg);
}
/* line 193, ../scss/base/_extends.scss */
.extra_link a:hover, .button_container a.button:hover,
.button_container button:hover, .extra_link a:focus, .button_container a.button:focus,
.button_container button:focus {
  text-decoration: none;
}

/* line 1, ../scss/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

/* line 5, ../scss/_global.scss */
body {
  font-family: Interstate, sans-serif;
  color: #333;
  font-size: 18px;
}

/* line 11, ../scss/_global.scss */
h1 {
  font-weight: normal;
  font-size: 28px;
}

/* line 16, ../scss/_global.scss */
h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

/* line 24, ../scss/_global.scss */
a {
  color: #333;
  text-decoration: none;
}
/* line 28, ../scss/_global.scss */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 34, ../scss/_global.scss */
.richtext {
  line-height: 1.5em;
}
/* line 37, ../scss/_global.scss */
.richtext p {
  margin-bottom: 7px;
}

/* line 42, ../scss/_global.scss */
strong {
  font-weight: bold;
}

/* line 46, ../scss/_global.scss */
a.folder {
  position: relative;
  margin-top: 20px;
  display: inline-block;
  padding-left: 50px;
  margin-bottom: 20px;
  line-height: 36px;
}
/* line 54, ../scss/_global.scss */
a.folder:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1615565311);
  background-position: 0px -36px;
  width: 36px;
  height: 36px;
}

/* line 59, ../scss/_global.scss */
.folded {
  display: none;
  padding-bottom: 30px;
}

/* line 64, ../scss/_global.scss */
hr {
  border-bottom: 1px solid #000;
  margin: 15px 0;
}

/* line 69, ../scss/_global.scss */
.extra_link a {
  padding: 4px 45px 4px 20px;
}
/* line 74, ../scss/_global.scss */
.extra_link a:after {
  top: 7px;
}

/* line 1, ../scss/_structure.scss */
body {
  padding-bottom: 100px;
  overflow-y: scroll;
  background: #fff;
}
@media screen and (min-width: 600px) {
  /* line 1, ../scss/_structure.scss */
  body {
    background: #e8e7ec;
  }
  /* line 9, ../scss/_structure.scss */
  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("img/background.jpg") center no-repeat;
    background-position: fixed;
    background-size: cover;
  }
}

/* line 23, ../scss/_structure.scss */
.width_wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

@-ms-viewport {
  width: device-width;
}
/* line 34, ../scss/_structure.scss */
#main_content {
  max-width: 740px;
  margin: 80px auto 20px;
  padding: 0 20px;
}

/* line 1, ../scss/_header.scss */
.header {
  margin: 20px;
}
@media screen and (min-width: 600px) {
  /* line 1, ../scss/_header.scss */
  .header {
    margin: 30px 20px;
  }
}
/* line 8, ../scss/_header.scss */
.header .width_wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
/* line 18, ../scss/_header.scss */
.header .step {
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  /* line 18, ../scss/_header.scss */
  .header .step {
    font-size: 28px;
  }
}
/* line 26, ../scss/_header.scss */
.header .back {
  display: inline-block;
  background: #000;
  border-radius: 5px;
  line-height: 40px;
  width: 40px;
  text-indent: -999em;
  overflow: hidden;
}
/* line 36, ../scss/_header.scss */
.header .back:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1615565311);
  background-position: 0px 0px;
  width: 36px;
  height: 36px;
  top: 3px;
  left: 2px;
}

/* line 1, ../scss/_footer.scss */
.footer {
  margin-top: 20px;
  padding: 20px;
  background: #e8e7ec;
}
@media screen and (min-width: 600px) {
  /* line 1, ../scss/_footer.scss */
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
/* line 14, ../scss/_footer.scss */
.footer li {
  display: inline-block;
}
/* line 17, ../scss/_footer.scss */
.footer li .separator {
  padding: 0 7px;
}

/* line 1, ../scss/_einleitung.scss */
.einleitung,
.erklaerung {
  max-width: 740px;
  margin: 80px auto 20px;
  padding: 0 20px;
}

/* line 9, ../scss/_einleitung.scss */
.einleitung + .erklaerung {
  margin-top: 0;
}

/* line 1, ../scss/_questions.scss */
.question_container {
  background: #fff;
  padding: 50px 20px;
}
@media screen and (min-width: 600px) {
  /* line 1, ../scss/_questions.scss */
  .question_container {
    border: 1px solid #979797;
  }
}
/* line 9, ../scss/_questions.scss */
.question_container .width_wrapper {
  max-width: 780px;
}

/* line 14, ../scss/_questions.scss */
table.question {
  border-collapse: collapse;
  width: 100%;
  margin: 40px 0;
}
/* line 19, ../scss/_questions.scss */
table.question td,
table.question th {
  border: 1px solid #c8c8c8;
  padding: 5px;
  vertical-align: top;
}
@media screen and (min-width: 600px) {
  /* line 19, ../scss/_questions.scss */
  table.question td,
  table.question th {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  /* line 19, ../scss/_questions.scss */
  table.question td,
  table.question th {
    hyphens: auto;
  }
}
/* line 34, ../scss/_questions.scss */
table.question .q_nr {
  width: 2%;
  text-align: center;
}
/* line 39, ../scss/_questions.scss */
table.question .q_text {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 43, ../scss/_questions.scss */
table.question .q_text p {
  margin-bottom: 3px;
}
/* line 46, ../scss/_questions.scss */
table.question .q_text p.answer {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  /* line 39, ../scss/_questions.scss */
  table.question .q_text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 57, ../scss/_questions.scss */
table.question .q_check {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}
/* line 66, ../scss/_questions.scss */
table.question .q_check .result_check {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 1px solid #aa7776;
  background: #ebdddd;
}
/* line 75, ../scss/_questions.scss */
table.question .q_check .result_check.checked {
  background: #bfdad5;
  border-color: #006756;
}
/* line 82, ../scss/_questions.scss */
table.question .q_check.check_1 .result_check.checked:after,
table.question .q_check.check_1 label:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1615565311);
  background-position: 0px -72px;
  width: 18px;
  height: 20px;
  left: 17px;
  top: 17px;
}
/* line 91, ../scss/_questions.scss */
table.question .q_check.check_2 .result_check.checked:after,
table.question .q_check.check_2 label:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1615565311);
  background-position: 0px -92px;
  width: 28px;
  height: 32px;
  left: 12px;
  top: 12px;
}
/* line 100, ../scss/_questions.scss */
table.question .q_check.check_4 .result_check.checked:after,
table.question .q_check.check_4 label:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1615565311);
  background-position: 0px -124px;
  width: 40px;
  height: 45px;
  left: 5px;
  top: 5px;
}

/* line 110, ../scss/_questions.scss */
#importance {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  /* line 115, ../scss/_questions.scss */
  #importance .importance_label {
    display: block;
    padding-bottom: 15px;
  }
}
/* line 121, ../scss/_questions.scss */
#importance input {
  vertical-align: middle;
}
/* line 125, ../scss/_questions.scss */
#importance input:checked label {
  opacity: 1;
}
/* line 130, ../scss/_questions.scss */
#importance label {
  text-align: left;
  vertical-align: middle;
  margin-left: 10px;
}
/* line 135, ../scss/_questions.scss */
#importance label.check_1:after, #importance label.check_2:after, #importance label.check_4:after {
  display: block !important;
}
/* line 141, ../scss/_questions.scss */
#importance label.check_1:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1615565311);
  background-position: 0px -72px;
  width: 18px;
  height: 20px;
  left: 17px;
  top: 17px;
}
/* line 147, ../scss/_questions.scss */
#importance label.check_2:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1615565311);
  background-position: 0px -92px;
  width: 28px;
  height: 32px;
  left: 12px;
  top: 12px;
}
/* line 153, ../scss/_questions.scss */
#importance label.check_4:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1615565311);
  background-position: 0px -124px;
  width: 40px;
  height: 45px;
  left: 5px;
  top: 5px;
}

/* line 1, ../scss/_results.scss */
.result_container {
  background: #fff;
  padding: 50px 20px;
}
@media screen and (min-width: 600px) {
  /* line 1, ../scss/_results.scss */
  .result_container {
    border: 1px solid #979797;
  }
}
/* line 9, ../scss/_results.scss */
.result_container .width_wrapper {
  max-width: 780px;
}
/* line 14, ../scss/_results.scss */
.result_container .results li {
  display: block;
  margin-bottom: 20px;
}
/* line 20, ../scss/_results.scss */
.result_container .result_bar {
  position: relative;
  background: #aa7776;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  padding: 13px 15px;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
/* line 35, ../scss/_results.scss */
.result_container .result_bar:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1615565311);
  background-position: 0px -184px;
  width: 15px;
  height: 15px;
  left: auto;
  right: 15px;
  transform: rotate(270deg);
  transition: all .15s;
}
/* line 44, ../scss/_results.scss */
.result_container .result_bar.folder-open:after {
  transform: rotate(360deg);
}
/* line 48, ../scss/_results.scss */
.result_container .result_bar .match {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #006756;
}
/* line 57, ../scss/_results.scss */
.result_container .result_bar .label,
.result_container .result_bar .percent {
  position: relative;
  z-index: 2;
}
/* line 63, ../scss/_results.scss */
.result_container .result_bar .percent {
  padding-right: 25px;
}
/* line 68, ../scss/_results.scss */
.result_container .q_text a {
  padding-left: 20px;
  position: relative;
}
/* line 72, ../scss/_results.scss */
.result_container .q_text a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1615565311);
  background-position: 0px -169px;
  width: 15px;
  height: 15px;
  transform: rotate(270deg);
  top: 2px;
}

/* line 1, ../scss/functions/_forms.scss */
.button_container {
  text-align: right;
}
/* line 64, ../scss/base/_mixins.scss */
.button_container:after {
  display: block;
  content: "";
  clear: both;
}
/* line 5, ../scss/functions/_forms.scss */
.button_container.center {
  text-align: center;
}
/* line 8, ../scss/functions/_forms.scss */
.button_container.center button {
  padding: 15px 20px;
  font-size: 27px;
  width: 320px;
  float: none;
  display: inline-block;
}
/* line 15, ../scss/functions/_forms.scss */
.button_container.center button:after {
  top: 22px;
}
/* line 21, ../scss/functions/_forms.scss */
.button_container a.button,
.button_container button {
  float: right;
  display: block;
  padding: 8px 15px;
  width: 280px;
  max-width: calc(100vw - 40px);
  font-size: 23px;
}

/* line 2, ../scss/functions/_pagelist.scss */
.pagelist .tsr {
  display: block;
  border-top: 1px solid #000;
  padding: 20px 0;
}
