.self-help .page .title-mobile {
  margin-left: 0;
  margin-right: 0;
}

.self-help .page .main-content {
  width: 960px;
}

@media (width <= 1023px) {
  .self-help .page .main-content {
    width: 100%;
    margin: 0 auto;
  }
}

.self-help .page .main-content h1 {
  width: 100%;
}

@media (width <= 767px) {
  .self-help .page .main-content h1 {
    width: 100%;
  }
}

.self-help .page .class {
  color: test;
}

.self-help .page h3,
.self-help .page h4 {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: bold;
  color: #f35164;
}

.self-help .page form.selfhelp {
  clear: both;
}

.self-help .page .chapter-list {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
}

.self-help .page .chapter-list li {
  position: relative;
  box-shadow: 2px 1px 4px silver;
  border: 2px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  margin: 0 30px 30px 0;
  padding: 10px;
  background: none;
  background-color: #f1ece8;
  list-style-type: none;
  background-repeat: no-repeat;
}

@media (width <= 767px) {
  .self-help .page .chapter-list li {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width: calc(100% + 20px);
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding: 12px;
    background-position: right -39px;
    background-size: 40%;
    background-color: transparent;
  }
}

@media (width <= 767px) {
  .self-help .page .chapter-list li:nth-child(odd) {
    background-color: #fafafa;
  }
}

.self-help .page .chapter-list li.start-here::before {
  content: 'start hier';
  position: absolute;
  top: 170px;
  left: 50px;
  width: 100px;
  height: 50px;
  background-color: green;
}

.self-help .page .chapter-list li.done::before {
  content: 'done';
  position: absolute;
  top: 170px;
  left: 80px;
  width: 100px;
  height: 50px;
  background-color: purple;
}

@media (width <= 767px) {
  .self-help .page .chapter-list li::before {
    content: '';
    display: block;
    width: 95px;
    height: 95px;
    background-size: contain;
    background-color: #f1ece8;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
}

@media (width >= 768px) {
  .self-help .page .chapter-list li.chapter-1 {
    background-image: url(/static/images/tp_self_help/overview_ch1.png);
  }
}

@media (width <= 767px) {
  .self-help .page .chapter-list li.chapter-1::before {
    background-image: url(/static/images/tp_self_help/overview_ch1.png);
  }
}

@media (width >= 768px) {
  .self-help .page .chapter-list li.chapter-2 {
    background-image: url(/static/images/tp_self_help/overview_ch2.png);
  }
}

@media (width <= 767px) {
  .self-help .page .chapter-list li.chapter-2::before {
    background-image: url(/static/images/tp_self_help/overview_ch2.png);
  }
}

@media (width >= 768px) {
  .self-help .page .chapter-list li.chapter-3 {
    background-image: url(/static/images/tp_self_help/overview_ch3.png);
  }
}

@media (width <= 767px) {
  .self-help .page .chapter-list li.chapter-3::before {
    background-image: url(/static/images/tp_self_help/overview_ch3.png);
  }
}

@media (width >= 768px) {
  .self-help .page .chapter-list li.chapter-4 {
    background-image: url(/static/images/tp_self_help/overview_ch4.png);
    background-position: center;
  }
}

@media (width <= 767px) {
  .self-help .page .chapter-list li.chapter-4::before {
    background-image: url(/static/images/tp_self_help/overview_ch4.png);
  }
}

@media (width >= 768px) {
  .self-help .page .chapter-list li.chapter-5 {
    background-image: url(/static/images/tp_self_help/overview_ch5.png);
  }
}

@media (width <= 767px) {
  .self-help .page .chapter-list li.chapter-5::before {
    background-image: url(/static/images/tp_self_help/overview_ch5.png);
  }
}

@media (width >= 768px) {
  .self-help .page .chapter-list li.chapter-6 {
    background-image: url(/static/images/tp_self_help/overview_ch6.png);
  }
}

@media (width <= 767px) {
  .self-help .page .chapter-list li.chapter-6::before {
    background-image: url(/static/images/tp_self_help/overview_ch6.png);
  }
}

@media (width >= 768px) {
  .self-help .page .chapter-list li.chapter-7 {
    background-image: url(/static/images/tp_self_help/overview_ch7.png);
  }
}

@media (width <= 767px) {
  .self-help .page .chapter-list li.chapter-7::before {
    background-image: url(/static/images/tp_self_help/overview_ch7.png);
  }
}

@media (width >= 768px) {
  .self-help .page .chapter-list li.chapter-8 {
    background-image: url(/static/images/tp_self_help/overview_ch8.png);
  }
}

@media (width <= 767px) {
  .self-help .page .chapter-list li.chapter-8::before {
    background-image: url(/static/images/tp_self_help/overview_ch8.png);
  }
}

.self-help .page .chapter-list li a {
  text-decoration: none;
}

@media (width <= 767px) {
  .self-help .page .chapter-list li a {
    margin-left: 10px;
  }
}

.self-help .page .chapter-list li a h2,
.self-help .page .chapter-list li a h3 {
  color: #f25373;
}

.self-help .page .chapter-list li h3 {
  font-size: 1em;
  font-weight: bold;
}

.self-help .page .chapter-list li h2 {
  font-family: buendia, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
}

.self-help .page .form-field {
  position: relative;
  box-sizing: border-box;
  margin-top: 25px;
}

@media (width <= 767px) {
  .self-help .page .form-field {
    margin-top: 0;
  }
}

.self-help .page .form-field.single-line textarea {
  height: 21px;
}

.self-help .page .form-field label {
  margin-bottom: 3px;
  font-weight: bold;
  color: #f35164;
}

.self-help .page .form-field textarea,
.self-help .page .form-field input[type='text'] {
  border: 1px solid #f25373;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #f9f6f1;
}

.self-help .page .form-field textarea#id_herinneringsvoorwerp,
.self-help .page .form-field input[type='text']#id_herinneringsvoorwerp {
  width: 445px;
  margin-bottom: 30px;
}

@media (width <= 767px) {
  .self-help .page .form-field textarea#id_herinneringsvoorwerp,
  .self-help .page .form-field input[type='text']#id_herinneringsvoorwerp {
    width: 100%;
  }
}

.self-help .page .form-field textarea {
  box-sizing: border-box;
  width: 100%;
}

.self-help .page .form-table-row {
  float: left;
  clear: both;
  width: 100%;
}

.self-help .page .form-table-row .form-field {
  display: inline-block;
  width: 310px;
  padding-right: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

@media (width <= 1023px) {
  .self-help .page .form-table-row .form-field {
    width: 100%;
    padding-right: 0;
  }
}

.self-help .page .form-table-row .form-field.wide {
  width: 475px;
}

@media (width <= 1023px) {
  .self-help .page .form-table-row .form-field.wide {
    width: 100%;
  }
}

.self-help .page .form-table-row .form-field.wide textarea {
  width: 453px;
}

@media (width <= 1023px) {
  .self-help .page .form-table-row .form-field.wide textarea {
    width: 100%;
  }
}

.self-help .page .form-table-row .form-field.wide label {
  width: 450px;
}

@media (width <= 767px) {
  .self-help .page .form-table-row .form-field.wide label {
    width: 100%;
  }
}

.self-help .page .form-table-row .form-field.wide input {
  width: 435px;
}

@media (width <= 767px) {
  .self-help .page .form-table-row .form-field.wide input {
    width: 100%;
  }
}

.self-help .page .form-table-row .form-field textarea {
  width: 285px;
  height: 140px;
}

@media (width <= 767px) {
  .self-help .page .form-table-row .form-field textarea {
    width: 100%;
  }
}

.self-help .page .form-table-row .form-field.single-line textarea {
  height: 21px;
}

.self-help .page .form-table-row .form-field label {
  display: table-cell;
  width: 300px;
  height: 50px;
  vertical-align: middle;
}

.self-help .page .screen.as_table p {
  clear: both;
  margin-bottom: 40px;
}

@media (width <= 767px) {
  .self-help .page .screen.as_table p {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    width: 100%;
  }
}

.self-help .page .screen.as_table p label {
  float: left;
  width: 650px;
  margin-top: 3px;
  margin-right: 50px;
  line-height: 20px;
  font-weight: bold;
  color: #f35164;
}

@media (width <= 767px) {
  .self-help .page .screen.as_table p label {
    width: 100%;
    margin-right: 10px;
  }
}

.self-help .page .screen.as_table p select {
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 47px;
  height: 47px;
  background-color: #fff;
  text-align: center;
  text-align-last: center;
  font-size: 26px;
  font-weight: bold;
}

@media (width <= 767px) {
  .self-help .page .screen.as_table p select {
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.self-help .page .row {
  float: left;
  clear: both;
  width: 100%;
}

.self-help .page img {
  width: auto;
}

.self-help .page .controls {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.self-help .page .controls::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(/static/images/tp_self_help/navigation_border.png) no-repeat;
}

.self-help .page .controls input.start-course {
  width: 136px;
  height: 34px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f35164' preserveAspectRatio='none' viewBox='0 0 100 26'%3E%3Cpath fill-opacity='.95' d='M8.853 5.626c12.746-1.44 63.759-3.438 80.034-.295 7.794 1.5 7.991 4.359 7.991 8.564 0 4.211-2.288 9.169-7.606 10.226-13.247 2.617-75.475 1.196-79.465.746-3.998-.452-7.606-2.705-8.176-8.564-.434-4.427-.768-9.775 7.222-10.677Z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23c3babf' preserveAspectRatio='none' viewBox='0 0 100 26'%3E%3Cpath fill='none' stroke-width='.54' d='M40.429 1.313c-4.505.082-8.144.156-9.466.197-9.54.292-17.977.942-22.864 2.135C3.262 4.82 1.721 6.617 1.282 9.072c-.197 1.111-.174 2.355-.124 3.74.029.859.135 1.752.327 2.638.793 3.667 3.014 7.214 6.946 8.056 4.033.868 12.987 1.203 23.326 1.244 1.322.004 4.966-.023 9.472-.069 9.708-.095 12.447-.119 14.038-.146.709-.009.799-.018 2.132-.041 16.277-.307 31.453-.993 33.303-1.258 3.724-.53 7.031-2.976 7.386-9.221l.005-.105c.107-2.108.186-4.412-.405-6.397-.754-2.505-2.582-4.508-6.8-4.979-5.759-.64-19.72-1.275-34.287-1.362-1.334-.005-1.423-.032-2.133-.041-1.598-.024-4.336.003-14.039.182Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  line-height: 23px;
  text-transform: lowercase;
  font-size: 15px;
}

.self-help .page .navigation-helper {
  position: absolute;
  top: 0;
  right: 20px;
  width: 240px;
  margin-top: 5px;
  text-align: right;
  font-size: 14px;
  color: #f25164;
}

@media (width <= 767px) {
  .self-help .page .navigation-helper {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 20px;
    text-align: unset;
  }
}

.self-help .page .navigation-helper a {
  text-decoration: none;
  font-weight: bold;
  color: #f25164;
}

.self-help .page .navigation-helper a:hover {
  text-decoration: underline;
}

.self-help .page .navigation-helper div {
  display: inline;
}

.self-help .page .navigation-helper .previous {
  display: none;
}

.self-help .page .navigation-helper .previous.visible {
  display: inline;
}

@media (width <= 767px) {
  .self-help .page .breadcrumbs li:nth-child(2),
  .self-help .page .breadcrumbs li:nth-child(3)::before {
    display: none;
  }
}

.self-help .page .breadcrumbs .navigation-helper {
  top: 12px;
  right: 130px;
}

@media (width <= 767px) {
  .self-help .page .breadcrumbs .navigation-helper {
    top: unset;
    right: unset;
  }
}

@media (width >= 1340px) {
  .self-help .page .breadcrumbs .navigation {
    right: 320px;
  }
}

.self-help .page .open-dropdown {
  position: relative;
}

.self-help .page .open-dropdown::after {
  content: '';
  position: absolute;
  top: 1px;
  right: -16px;
  transform: rotate(90deg);
  width: 15px;
  height: 15px;
  background: url(/static/images/tp_self_help/rounded-arrow.svg) no-repeat;
  background-position: 100%;
}

.self-help .page .chapter-dropdown {
  position: absolute;
  top: 39px;
  left: 269px;
  display: none;
  box-shadow: 0 4px 3px 0 silver;
  padding: 0 10px 10px;
  background-color: #fff;
}

@media (width <= 767px) {
  .self-help .page .chapter-dropdown {
    left: -10px;
  }
}

.self-help .page .chapter-dropdown li {
  float: none;
  display: block;
  line-height: 23px;
}

.self-help .page .chapter-dropdown li a {
  font-size: 14px;
  color: rgb(151 140 127);
}

.self-help .page .chapter-dropdown li.current a {
  font-weight: bold;
}

.self-help .page .day .day-header {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 3px 5px 5px 37px;
  background-image: url(/static/images/tp_self_help/day-header-bg.png);
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  color: #f25164;
  user-select: none;
}

.self-help .page .day .day-header::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  transform: rotate(0deg);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f35164' viewBox='0 0 15 15'%3E%3Cpath d='M7.5 0A7.5 7.5 0 1 0 15 7.5 7.5 7.5 0 0 0 7.5 0Zm2.75 8.77L7 12.06a.82.82 0 0 1-1.16 0 1 1 0 0 1 0-1.41L9 7.48 5.73 4.26a.91.91 0 0 1 0-1.26A.91.91 0 0 1 7 3l3.22 3.22 1.29 1.29Z'/%3E%3C/svg%3E")
    no-repeat;
}

.self-help .page .day .day-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.self-help .page .day.open .day-inner {
  transition: max-height 1s;
  max-height: 237px;
}

@media (width <= 1023px) {
  .self-help .page .day.open .day-inner {
    max-height: 900px;
  }
}

.self-help .page .day.open .day-header {
  color: #797876;
}

.self-help .page .day.open .day-header::before {
  transform: rotate(90deg);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  background: url(/static/images/tp_self_help/rounded-arrow.svg) no-repeat;
}

.self-help .page .example {
  position: absolute;
  top: 15px;
  right: 30px;
  text-decoration: underline;
  cursor: pointer;
  font-size: 13px;
  color: #f25164;
}

.self-help .page .example .example-overlay {
  z-index: 10;
  position: absolute;
  top: 31px;
  left: -166px;
  display: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  width: 250px;
  min-height: 130px;
  padding: 10px;
  background-color: #fff;
  cursor: default;
  color: #797876;
}

.self-help .page .example .example-overlay-close-button {
  position: absolute;
  top: -18px;
  right: -19px;
  width: 38px;
  height: 36px;
  text-indent: -9000px;
  background: transparent url(/static/images/icons/close-button.svg) no-repeat
    left top;
  cursor: pointer;
}

.main-content .start-self-help {
  display: inline-block;
  box-sizing: border-box;
  width: 136px;
  height: 34px;
  padding-top: 4px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f35164' preserveAspectRatio='none' viewBox='0 0 100 26'%3E%3Cpath fill-opacity='.95' d='M8.853 5.626c12.746-1.44 63.759-3.438 80.034-.295 7.794 1.5 7.991 4.359 7.991 8.564 0 4.211-2.288 9.169-7.606 10.226-13.247 2.617-75.475 1.196-79.465.746-3.998-.452-7.606-2.705-8.176-8.564-.434-4.427-.768-9.775 7.222-10.677Z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23c3babf' preserveAspectRatio='none' viewBox='0 0 100 26'%3E%3Cpath fill='none' stroke-width='.54' d='M40.429 1.313c-4.505.082-8.144.156-9.466.197-9.54.292-17.977.942-22.864 2.135C3.262 4.82 1.721 6.617 1.282 9.072c-.197 1.111-.174 2.355-.124 3.74.029.859.135 1.752.327 2.638.793 3.667 3.014 7.214 6.946 8.056 4.033.868 12.987 1.203 23.326 1.244 1.322.004 4.966-.023 9.472-.069 9.708-.095 12.447-.119 14.038-.146.709-.009.799-.018 2.132-.041 16.277-.307 31.453-.993 33.303-1.258 3.724-.53 7.031-2.976 7.386-9.221l.005-.105c.107-2.108.186-4.412-.405-6.397-.754-2.505-2.582-4.508-6.8-4.979-5.759-.64-19.72-1.275-34.287-1.362-1.334-.005-1.423-.032-2.133-.041-1.598-.024-4.336.003-14.039.182Z'/%3E%3C/svg%3E");
  background-size: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.agreement .checkbox {
  display: none;
}

.agreement .controls {
  margin-top: 10px;
}

.help-button {
  z-index: 10;
  float: right;
  display: block;
  width: 77px;
  height: 35px;
  background-image: url('/static/images/icons/help-button.svg');
  text-indent: -9999px;
}

@media (width >= 768px) {
  .help-button {
    position: absolute;
    top: 70px;
    right: 0;
  }
}

.self-help-intro .main .column.promo {
  width: 300px;
  margin-left: 50px;
}

@media (width <= 767px) {
  .self-help-intro .main .column.promo {
    margin-left: 0;
  }
}
