.var-2 div:not(:nth-child(2)) {
  display: none;
}

.feedback {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.feedback__header {
  display: flex;
  gap: 34px;
  align-items: center;
}

.feedback__ava {
  max-width: 120px;
}

.feedback__ava img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.feedback__name {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.feedback__prof {
  font-size: 16px;
  color: rgb(127, 127, 127);
}

.feedback__main {
  border-top: 1px solid rgb(127, 127, 127);
  border-bottom: 1px solid rgb(127, 127, 127);
  padding: 20px 0px;
}

.feedback__text {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .feedback__name {
    font-size: 30px;
  }
  .feedback__header-text {
    padding-bottom: 10px;
  }
  .feedback__prof {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .feedback__header {
    gap: 25px;
    flex-direction: column;
  }
  .feedback__name {
    font-size: 24px;
    text-align: center;
    text-wrap: balance;
  }
  .feedback__header-text {
    padding-bottom: 5px;
  }
  .feedback__prof {
    font-size: 14px;
    text-align: center;
    text-wrap: balance;
  }
}

@media (max-width: 375px) {
  .feedback__header {
    align-items: center;
  }
  .feedback__header-text {
    padding-bottom: 0px;
  }
}

.reg {
  margin-top: 1rem;
}

.reg * {
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  section {
    margin: 30px 0px;
  }
}

.container-sm {
  margin: 0px !important;
  padding: 0px !important;
}

@media (max-width: 750px) {
  .reg__list {
    margin-left: 0px;
    max-width: 100%;
  }
}

.reg__list {
  max-width: 100%;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  font-family: inherit;
}

.reg__title {
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

.reg__list li {
  display: grid;
  grid-template-columns: 34.8px 1fr;
  gap: 15px;
  place-items: center start;
  border-radius: 12px;
  width: 100%;
  position: relative;
  padding: 10px 5px;
  margin-bottom: 10px;
  background: whitesmoke;
  justify-content: start;
  text-align: left;
}

.reg__list li p {
  text-indent: 0px;
}

.reg__list--red li {
  border-left: 3px solid rgb(225, 18, 41);
  border-right: 3px solid rgb(225, 18, 41);
}

ol li {
  counter-increment: custom-counter 1;
}

.reg__list li::before {
  line-height: 1;
  padding-bottom: 2px;
}

.reg__before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  width: 30px !important;
}

.reg__list--red .reg__before {
  border: 3px solid rgb(225, 18, 41);
  color: rgb(225, 18, 41);
}

.reg__before::before {
  font-weight: 600;
  font-size: 20px;
  left: 50%;
  top: 50%;
  content: counter(custom-counter);
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: Arial, Helvetica, sans-serif;
}

ul,
ol {
  list-style: none;
  padding-left: 0px;
}

@media only screen and (min-width: 768px) {
  section {
    margin: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .reg {
    margin: 30px 0px;
  }
}

.reg__list li p {
  margin: 0px;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  margin: 0;
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin: 10px 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

/* stylelint-disable selector-disallowed-list */
* {
  box-sizing: border-box;
}

html {
  background-color: #f6f6f6;
}
@media screen and (min-width: 600px) {
  html {
    overflow-y: scroll;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

figure,
picture {
  display: block;
  margin: 0;
}
figure img,
picture img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

a {
  text-decoration: underline;
  color: #007fff;
  transition: 0.3s ease-out color;
}
/* a:visited {
  color: #e11229;
} */
a:focus,
a:hover {
  color: #e11229;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

/* stylelint-enable selector-disallowed-list */
.nav__list,
.primary-nav__list,
.articles-list,
.sub-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-nav__list > li {
  display: inline-block;
}

.article__component {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 600px) {
  .article__component {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .article__component {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .article__component {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@font-face {
  font-family: 'FlamaProSemicond-Bold';
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/FlamaSemicond.woff2') format('woff2'),
    url('../fonts/FlamaProSemicond-Bold.woff') format('woff');
}
@font-face {
  font-family: 'FlamaProSemicond-Black';
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/FlamaSemicond-Black.woff2') format('woff2'),
    url('../fonts/FlamaProSemicond-Black.woff') format('woff');
}
@font-face {
  font-family: 'FlamaPro-Basic';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/Flama-Basic.woff2') format('woff2');
}
@font-face {
  font-family: 'FlamaSemicond-Medium';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/flamsemicondmed.woff2') format('woff2'),
    url('../fonts/flamsemicondmed.woff') format('woff');
}
@font-face {
  font-family: 'FlamaSemicond-Basic';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/flamasemicondbasic.woff2') format('woff2'),
    url('../fonts/flamasemicondbasic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Slab Bold';
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/RobotoSlab-Bold.woff2') format('woff2'),
    url('../fonts/RobotoSlab-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/RobotoSlab-Regular.woff2') format('woff2'),
    url('../fonts/RobotoSlab-Regular.woff') format('woff');
}
@font-face {
  font-family: 'RamaGothicE_SemiBold';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/RamaGothicRoundedC-SemiBold.woff2') format('woff2'),
    url('../fonts/RamaGothicRoundedC-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'RamaGothicE_Light';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/RamaGothicRoundedC-Light.woff2') format('woff2'),
    url('../fonts/RamaGothicRoundedC-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Stag';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/Stag-Medium.woff2') format('woff2'),
    url('../fonts/Stag-Medium.woff') format('woff');
}
@font-face {
  font-family: 'StagSans';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/StagSans-Medium.woff2') format('woff2'),
    url('../fonts/StagSans-Medium.woff') format('woff');
}

.container {
  position: relative;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: ' ';
}
.container:after {
  clear: both;
}
.page-content .container {
  background-color: #fff;
}

.container-col-holder {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container-col-holder {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .container-col-holder:not(.is-full-width):first-child {
    padding-top: 10px;
  }
}
.container-col-holder:last-child > .col > *:last-child {
  margin-bottom: 0;
}

.col {
  width: 100%;
}
@media screen and (min-width: 430px) {
  .col {
    padding-right: 5px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .col {
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .col-wrapper {
    width: 100%;
  }
}

.col--primary {
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .col--primary {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .col--primary {
    width: calc(100% - 310px);
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: top;
  }
}

@media screen and (min-width: 600px) {
  .col--secondary {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .col--secondary {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    padding: 0 10px 10px 0;
    vertical-align: top;
  }
  .col--secondary > *:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
  }
  .layout--has-article .col--secondary > *:last-child {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .col--secondary {
    /* width: 100%; */
    display: none;
  }
}

.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 890;
}
@media screen and (max-width: 599px) {
  .page-header {
    position: fixed;
  }
}

.page-header__section--secondary {
  display: none;
  height: 35px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .page-header__section--secondary {
    display: block;
    background-color: #fff;
  }
}

.page-content {
  margin-bottom: 10px;
}

.page-main-content {
  padding-top: 90px;
}
@media screen and (min-width: 600px) {
  .page-main-content {
    padding-top: 131px;
  }
}

.ankeiler {
  position: relative;
}
.ankeiler .ankeiler__link {
  text-decoration: none;
}
.ankeiler .ankeiler__link:hover {
  text-decoration: none;
}
.ankeiler .ankeiler__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  overflow: hidden;
}
.ankeiler .ankeiler__image {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.ankeiler .ankeiler__title {
  margin: 0;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.1;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.ankeiler .ankeiler__indicator {
  display: none;
}
.ankeiler .ankeiler__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ankeiler .ankeiler__timestamp {
  margin-right: 10px;
}

.ankeiler--simple {
  padding: 7px 10px;
}
.ankeiler--simple .ankeiler__link {
  text-decoration: none;
  color: #292929;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 3.125em;
  margin: 0;
  line-height: 1.25;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 0.875em;
  text-decoration: none;
}
.ankeiler--simple .ankeiler__link:visited {
  color: #292929;
}
.ankeiler--simple .ankeiler__link:focus,
.ankeiler--simple .ankeiler__link:hover {
  color: #00f;
  text-decoration: none;
}
@media screen and (max-width: 429px) {
  .ankeiler--simple .ankeiler__link {
    font-size: 1em;
  }
}
.ankeiler--simple .ankeiler__timestamp {
  margin-right: 2px;
  color: #00f;
}

.ankeiler--simple-thumb {
  padding: 10px 0;
}
.ankeiler--simple-thumb .ankeiler__link {
  text-decoration: none;
  color: #292929;
  display: flex;
  flex-direction: row;
}
.ankeiler--simple-thumb .ankeiler__link:visited {
  color: #292929;
}
.ankeiler--simple-thumb .ankeiler__link:focus,
.ankeiler--simple-thumb .ankeiler__link:hover {
  color: #00f;
  text-decoration: none;
}
.ankeiler--simple-thumb .ankeiler__thumb {
  flex: 0 0 115px;
  width: 115px;
  height: 86px;
}
.ankeiler--simple-thumb .ankeiler__image {
  min-height: 100%;
}
.ankeiler--simple-thumb .ankeiler__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin-left: 10px;
  color: #292929;
}
.ankeiler--simple-thumb .ankeiler__title {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 4.5em;
  margin: 0;
  line-height: 1.2857142857;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.875em;
}
@media screen and (max-width: 429px) {
  .ankeiler--simple-thumb .ankeiler__title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 4.375em;
    margin: 0;
    line-height: 1.25;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
  }
}
.ankeiler--simple-thumb .ankeiler__indicator {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #f1ebe5;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.article {
  margin-bottom: 10px;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .article {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.article__component {
  position: relative;
}

.article__component {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  clear: both;
}

.button--list-block {
  text-decoration: none;
  color: #292929;
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background-color: #f1ebe5;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button--list-block:visited {
  color: #292929;
}
.button--list-block:focus,
.button--list-block:hover {
  color: #00f;
  text-decoration: none;
}
.button--list-block:focus {
  outline: none;
}

.comments {
  position: relative;
  margin: 20px 5px;
}
@media screen and (max-width: 599px) {
  .comments {
    margin: 20px 10px;
  }
}
.comments .comments__header {
  display: block;
}
.comments .comments__header-title {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  background-color: #00f;
  color: #fff;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.25em;
  line-height: 34px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .comments .comments__header-title {
    font-size: 1em;
    line-height: 30px;
  }
}
.comments .comments__header-title svg {
  margin-right: 5px;
  vertical-align: middle;
  fill: currentColor;
}
@media screen and (max-width: 599px) {
  .comments .comments__header-title svg {
    width: 17px;
    height: 16px;
  }
}
.comments .comments__login {
  padding: 10px;
  background-color: #f5f5f5;
}
.comments .comments__login-textareabutton {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  height: 132px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #999;
  text-decoration: none;
}
.comments .comments__login-textareabutton .comment-form__input-counter {
  position: absolute;
  right: 0;
  bottom: 0;
}
.comments .comment-form__input-counter {
  display: block;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  color: #999;
  font-size: 0.75em;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .comments .comment-form__input-counter {
    font-size: 0.65em;
  }
}
.comments .comment-form__button {
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  padding: 12px 10px;
  background-color: #00f;
  line-height: 1;
}
.comments .comment-form__button:visited {
  color: #fff;
}
.comments .comment-form__button:focus,
.comments .comment-form__button:hover {
  color: #fff;
  text-decoration: none;
}
.comments .comments__list {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 599px) {
  .comments .comments__list {
    margin: 0;
  }
}
.comments .comments__list-item {
  padding: 15px 0;
  border-bottom: 1px solid #efe8e1;
  color: #292929;
}
.comments .comments__list-item__head {
  display: flex;
}
.comments .comments__list-item__author {
  flex: 1;
  margin: 0;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1em;
  line-height: 18px;
}
@media screen and (max-width: 599px) {
  .comments .comments__list-item__author {
    font-size: 0.875em;
  }
}
.comments .comments__list-item__meta {
  flex: 0 1;
  color: #b4b4b4;
  font-size: 0.875em;
  line-height: 18px;
  white-space: nowrap;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}
@media screen and (max-width: 599px) {
  .comments .comments__list-item__meta {
    font-size: 0.75em;
  }
}
.comments .comments__list-item__body {
  width: 100%;
  margin-top: 10px;
  font-size: 1em;
  line-height: 1.2;
  overflow: hidden;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.page-main-footer {
  background-color: #f6f6f6;
  content-visibility: auto;
  contain-intrinsic-size: 100vw 950px;
}

.footer__dpgmedia {
  min-height: 118px;
  padding: 20px;
  background-color: #fff;
}

.footer__dpgmedia-copy {
  margin-top: 20px;
  color: #b4b4b4;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 12px;
}

.center-content {
  text-align: center;
}

.header-list {
  display: flex;
}
.header-list .header-list__title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 7px 10px 4px;
  background-color: #00f;
  color: #fff;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.header-list .header-list__title:visited {
  color: #fff;
}
.header-list .header-list__title:focus,
.header-list .header-list__title:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 429px) {
  .header-list .header-list__title {
    font-size: 1em;
  }
}
.header-list .header-list__link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.icons {
  vertical-align: middle;
  fill: currentColor;
}

.identity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0;
  overflow: hidden;
  transition: 0.1s ease-out transform;
}
@media screen and (max-width: 599px) {
  .identity {
    background-color: #00f;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .identity {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 1px #fff;
  }
}
@media screen and (min-width: 600px) {
  .page-header .identity {
    top: -25px;
    z-index: 891;
  }
}
.identity .identity__link {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.identity__image {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .identity__image {
    width: 100%;
    height: 100%;
  }
}
.identity__image .desktop {
  width: 100%;
  height: 100%;
}
.identity__image.is-desktop {
  display: none;
}
@media screen and (min-width: 600px) {
  .identity__image.is-desktop {
    display: flex;
  }
}
.identity__image.is-mobile {
  display: none;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .identity__image.is-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.identity__image .has-color-on-default,
.identity__image .has-color-on-reversed,
.identity__image .has-white-on-default,
.identity__image .has-white-on-reversed {
  transition: 0.3s ease-out fill;
}
.identity__image .brand-logo {
  width: 100%;
  height: 100%;
}
.identity__image .mobile {
  width: inherit;
  height: inherit;
}

.header__mobile-logo {
  display: flex;
  width: 50px;
  height: 50px;
}

.label-article-state {
  position: absolute;
  top: 0;
  right: 0;
}
.label-article-state.is-inline {
  display: inline;
  position: relative;
}

.widget-list__item {
  position: relative;
  border-top: 1px solid #efe8e1;
}
.widget-list__item.has-timeline {
  margin-left: 5px;
  border-top: none;
  border-left: 1px solid #efe8e1;
}
.widget-list__item.has-timeline:nth-child(n + 2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 5px);
  height: 1px;
  background-color: #efe8e1;
}
.widget-list__item.has-timeline:after {
  content: '';
  position: absolute;
  top: 11px;
  left: -5px;
  width: 9px;
  height: 9px;
  background: transparent url('../img/timeline-dot.png') top left/contain
    no-repeat;
}
@media screen and (max-width: 599px) {
  .widget-list__item.has-timeline:after {
    top: 12px;
  }
}

.list--is-numbered {
  counter-reset: listNumberedIndex;
}
.list--is-numbered .ankeiler__indicator::before {
  content: counter(listNumberedIndex);
  counter-increment: listNumberedIndex;
}

.mobile-menu__trigger-label {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  color: #fff;
  line-height: 50px;
  z-index: 900;
}
@media screen and (max-width: 599px) {
  .mobile-menu__trigger-label {
    display: block;
  }
}
.nav__list {
  position: relative;
}

.nav__list-item {
  display: inline-block;
  position: relative;
  direction: ltr;
}

.nav__list-link {
  text-decoration: none;
}

.primary-nav__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .primary-nav__wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 54px 0 0;
  }
}
@media screen and (min-width: 600px) {
  .primary-nav__wrapper {
    position: relative;
    margin-left: 107px;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav__wrapper {
    margin-left: 107px;
  }
}
@media screen and (min-width: 906px) {
  .primary-nav__wrapper {
    margin-left: 107px;
  }
}

.primary-nav {
  position: relative;
  background-color: #00f;
  z-index: 890;
}

.primary-nav__sectionlink {
  text-decoration: none;
  color: #fff;
  flex: auto;
  margin: 0 10px;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}
.primary-nav__sectionlink:visited {
  color: #fff;
}
.primary-nav__sectionlink:focus,
.primary-nav__sectionlink:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .primary-nav__sectionlink {
    display: none;
  }
}

.primary-nav__listholder {
  display: flex;
  align-items: center;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .primary-nav__listholder {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 40px;
    transition: 0.2s ease-out transform;
    z-index: -2;
  }
  .primary-nav__listholder::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      white 0%,
      white 25%,
      rgba(255, 255, 255, 0) 100%
    );
    content: '';
    z-index: 1;
  }
  .primary-nav__listholder::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      white 75%,
      white 100%
    );
    content: '';
    z-index: 1;
  }
}

.primary-nav__list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  height: 50px;
  padding-left: 15px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .primary-nav__list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #fff;
    text-align: center;
    overflow-x: scroll;
  }
}

.primary-nav__list-item {
  display: flex;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 599px) {
  .primary-nav__list-item {
    height: 100%;
    white-space: nowrap;
  }
}
.primary-nav__list-item + .primary-nav__list-item {
  margin-left: 1px;
}
@media screen and (min-width: 768px) {
  .primary-nav__list-item + .primary-nav__list-item {
    margin-left: 2px;
  }
}

.primary-nav__list-link,
.primary-nav__profile-link {
  text-decoration: none;
  color: #292929;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 4px;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
.primary-nav__list-link:visited,
.primary-nav__profile-link:visited {
  color: #292929;
}
.primary-nav__list-link:focus,
.primary-nav__list-link:hover,
.primary-nav__profile-link:focus,
.primary-nav__profile-link:hover {
  color: #292929;
  text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 429px) {
  .primary-nav__list-link,
  .primary-nav__profile-link {
    padding: 3px 7px;
  }
}
@media screen and (min-width: 600px) {
  .primary-nav__list-link,
  .primary-nav__profile-link {
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease-out background-color;
    font-size: 1.25em;
  }
  .primary-nav__list-link:visited,
  .primary-nav__profile-link:visited {
    color: #fff;
  }
  .primary-nav__list-link:focus,
  .primary-nav__list-link:hover,
  .primary-nav__profile-link:focus,
  .primary-nav__profile-link:hover {
    color: #fff;
    text-decoration: none;
  }
}
.primary-nav__list-item--search .primary-nav__list-link {
  padding: 4px;
}
@media screen and (min-width: 600px) {
  .active .primary-nav__list-link {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .active .primary-nav__list-link {
    color: #00f;
  }
}
@media screen and (min-width: 600px) {
  .primary-nav__list-link:hover,
  .primary-nav__profile-link:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
  }
}

.primary-nav__list-item--search {
  display: flex;
  align-items: center;
  margin-left: 2px;
}
@media screen and (max-width: 599px) {
  .primary-nav__list-item--search {
    display: none;
  }
}

.primary-nav__list-text {
  display: flex;
}
.primary-nav__list-item--search .primary-nav__list-text {
  display: flex;
  justify-content: center;
  width: 26px;
  cursor: pointer;
}

.primary-nav__profile {
  margin: 0 10px;
}
@media screen and (max-width: 599px) {
  .primary-nav__profile {
    margin: 0 0 0 10px;
  }
}
.primary-nav__profile .primary-nav__profile-text {
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .primary-nav__profile .primary-nav__profile-text {
    font-size: 12px;
  }
}

.primary-nav__profile-link {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0;
  white-space: nowrap;
}
.primary-nav__profile-link:visited {
  color: #fff;
}
.primary-nav__profile-link:focus,
.primary-nav__profile-link:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .primary-nav__profile-link {
    height: 50px;
    transform: none;
    transition: 0.3s ease-out color;
    cursor: pointer;
  }
  .primary-nav__profile-link:hover {
    background-color: transparent;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav__profile-link {
    padding-left: 0;
    transform: none;
    transition: 0.3s ease-out color;
    cursor: pointer;
  }
  .primary-nav__profile-link:hover {
    background-color: transparent;
    color: #fff;
  }
}

.nav--top-container {
  display: flex;
  padding-left: 130px;
}

.nav--secondary,
.nav--tertiary {
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}
.nav--secondary .nav__list-link,
.nav--tertiary .nav__list-link {
  text-decoration: none;
  color: #f00;
  font-size: 0.75em;
  line-height: 34px;
}
.nav--secondary .nav__list-link:visited,
.nav--tertiary .nav__list-link:visited {
  color: #f00;
}
.nav--secondary .nav__list-link:focus,
.nav--secondary .nav__list-link:hover,
.nav--tertiary .nav__list-link:focus,
.nav--tertiary .nav__list-link:hover {
  color: #00f;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .nav--secondary .nav__list-link,
  .nav--tertiary .nav__list-link {
    line-height: 40px;
  }
}
.nav--secondary .nav__list-link svg {
  fill: #00f;
}
.nav--secondary .nav__list-link:hover svg {
  fill: #00f;
}

.nav--secondary .nav__list-link {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.nav--secondary .icons {
  margin-right: 5px;
}

.nav--tertiary {
  flex: 1;
  margin-right: 10px;
  direction: rtl;
}
.nav--tertiary .nav__list-link {
  margin-left: 15px;
}
@media screen and (max-width: 905px) {
  .nav--tertiary .nav__list-link {
    margin-left: 12px;
  }
}

.icon-search {
  stroke: white;
}
.nav--temptation {
  flex: 1;
  margin: 0 0 0 10px;
  text-align: right;
}

.nav__list-item--tv-gids svg {
  position: relative;
  top: -2px;
}

.plus-label {
  padding: 5px 8px;
  background-color: #f3c642;
  color: #292929;
  font-size: 12px;
  line-height: 1;
}
.plus-label.is-inline {
  display: inline-block;
  padding: 3px 4px;
  font-size: 10px;
}

.premium__text {
  position: relative;
  color: #292929;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: inherit;
  line-height: inherit;
}

/* stylelint-disable selector-disallowed-list */

/* stylelint-enable selector-disallowed-list */

.sharing {
  margin: 30px 0 5px;
  font-size: 16px;
}
.sharing:before,
.sharing:after {
  display: table;
  content: ' ';
}
.sharing:after {
  clear: both;
}
.sharing .sharing__list {
  margin: 0;
  padding: 0;
}
.sharing .sharing__list-item {
  padding-right: 4px;
  padding-bottom: 4px;
  float: left;
  list-style: none;
}
@media screen and (min-width: 430px) {
  .sharing .sharing__list-item {
    padding-right: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .sharing .sharing__list-item {
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  .sharing .sharing__list-item--whats-app {
    display: none;
  }
}
.sharing .sharing__button {
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-out background-color;
  border-color: #02405a;
  background-color: #0486be;
  display: block;
  position: relative;
  width: 99px;
  height: 40px;
  padding-right: 2px;
  padding-left: 2px;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 37px;
}
.sharing .sharing__button:visited {
  color: #fff;
}
.sharing .sharing__button:focus,
.sharing .sharing__button:hover {
  color: #fff;
  text-decoration: none;
}
.sharing .sharing__button > * {
  border-color: #03638c;
}
.sharing .sharing__button:hover {
  background-color: #0486be;
}
.sharing .sharing__button:enabled:active {
  border-top: 1px solid #03638c;
  border-bottom-width: 2px;
  border-color: #03638c;
}
.sharing .sharing__icon {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.sharing .sharing__button--facebook {
  transition: 0.2s ease-out background-color;
  border-color: #1e2e4f;
  background-color: #3b5998;
}
.sharing .sharing__button--facebook > * {
  border-color: #2d4373;
}
.sharing .sharing__button--facebook:hover {
  background-color: #3b5998;
}
.sharing .sharing__button--facebook:enabled:active {
  border-top: 1px solid #2d4373;
  border-bottom-width: 2px;
  border-color: #2d4373;
}
.sharing .sharing__button--twitter {
  transition: 0.2s ease-out background-color;
  border-color: black;
  background-color: #000000;
}
.sharing .sharing__button--twitter > * {
  border-color: black;
}
.sharing .sharing__button--twitter:hover {
  background-color: #000000;
}
.sharing .sharing__button--twitter:enabled:active {
  border-top: 1px solid black;
  border-bottom-width: 2px;
  border-color: black;
}
.sharing .sharing__button--whats-app {
  transition: 0.2s ease-out background-color;
  border-color: #16550c;
  background-color: #2daf18;
  width: 50px;
  text-align: center;
}
.sharing .sharing__button--whats-app > * {
  border-color: #218212;
}
.sharing .sharing__button--whats-app:hover {
  background-color: #2daf18;
}
.sharing .sharing__button--whats-app:enabled:active {
  border-top: 1px solid #218212;
  border-bottom-width: 2px;
  border-color: #218212;
}
.sharing .sharing__button--whats-app .sharing__icon {
  position: relative;
}
@media screen and (max-width: 599px) {
  .sharing .sharing__button--facebook,
  .sharing .sharing__button--twitter,
  .sharing .sharing__button--whats-app {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .sharing .sharing__list-item--facebook,
  .sharing .sharing__list-item--twitter,
  .sharing .sharing__list-item--whats-app {
    width: 25%;
  }
}

.sub-nav {
  display: block;
  position: relative;
  top: 0;
  z-index: 889;
}

.sub-nav__list {
  margin-left: 130px;
  transition: 1s ease-out height;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .sub-nav__list::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      white 0%,
      white 25%,
      rgba(255, 255, 255, 0) 100%
    );
    content: '';
    z-index: 1;
  }
  .sub-nav__list::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      white 75%,
      white 100%
    );
    content: '';
    z-index: 1;
  }
}

.sub-nav__list-item {
  display: block;
  float: left;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .sub-nav__list-item {
    margin-right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .sub-nav__list-item:first-child {
    padding-left: 5px;
  }
  .sub-nav__list-item:last-child {
    padding-right: 5px;
  }
}

.sub-nav__link {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  line-height: 36px;
}
.sub-nav__link:visited {
  color: #000;
}
.sub-nav__link:focus,
.sub-nav__link:hover {
  color: #00f;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .sub-nav__link {
    line-height: 40px;
    padding: 0 5px;
  }
}
.active .sub-nav__link {
  align-items: baseline;
  color: #00f;
}

.sub-nav__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 36px;
  transition: 0.2s ease-out all;
  border-bottom: 1px solid #f1ebe5;
  background-color: #fff;
  overflow-y: hidden;
}
@media screen and (max-width: 599px) {
  .sub-nav__wrapper {
    height: 40px;
    overflow-y: visible;
  }
}

.temptation-button {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #f3c744;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .temptation-button {
    font-size: 14px;
  }
}
.temptation-button,
.temptation-button:hover {
  text-decoration: none;
}
.temptation-button,
.temptation-button:hover,
.temptation-button:focus,
.temptation-button:visited {
  color: #570003;
}
.temptation-button:hover,
.temptation-button:active {
  outline: 0;
}
.temptation-button:focus {
  outline: thin dotted white;
}

/* set min-height for OORTJE position to prevent CLS */

.widget {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .widget {
    width: initial;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .widget:last-child {
    margin-bottom: 10px;
  }
}
.widget + .widget {
  margin-top: 10px;
}
.widget .widget__footer {
  margin-top: 10px;
}
.regions-search__results:hover li:first-child:not(:hover) {
  background-color: #fff;
}
.ankeiler .ankeiler__title {
  transition: color 0.25s ease-in-out;
  font-weight: normal;
}

.ankeiler--simple .ankeiler__timestamp {
  color: #f00;
}
.ankeiler--simple .ankeiler__link {
  text-decoration: none;
  color: #00f;
}
.ankeiler--simple .ankeiler__link:visited {
  color: #00f;
}
.ankeiler--simple .ankeiler__link:focus,
.ankeiler--simple .ankeiler__link:hover {
  color: #f00;
  text-decoration: none;
}
.ankeiler--simple-thumb .ankeiler__link,
.ankeiler--simple-thumb .ankeiler__title {
  text-decoration: none;
  color: #00f;
}
.ankeiler--simple-thumb .ankeiler__link:visited,
.ankeiler--simple-thumb .ankeiler__title:visited {
  color: #00f;
}
.ankeiler--simple-thumb .ankeiler__link:focus,
.ankeiler--simple-thumb .ankeiler__link:hover,
.ankeiler--simple-thumb .ankeiler__title:focus,
.ankeiler--simple-thumb .ankeiler__title:hover {
  color: #f00;
  text-decoration: none;
}
.ankeiler--simple-thumb .ankeiler__indicator {
  color: #e5e5e5;
  font-size: 38px;
  line-height: 42px;
}

.article__component {
  font-size: 18px;
  line-height: 26px;
}

.button--list-block {
  text-decoration: none;
  color: #00f;
  background-color: #f5f5f5;
}
.button--list-block:visited {
  color: #00f;
}
.button--list-block:focus,
.button--list-block:hover {
  color: #f00;
  text-decoration: none;
}

.comments .comments__header-title {
  background-color: #f00;
}
.comments .comment-form__button {
  background-color: #f00;
}
.comments .comments__list-item {
  border-color: #e5e5e5;
  color: #000;
}
.comments .comments__list-item__meta {
  color: #999;
}

html {
  background-color: #f5f5f5;
}

.header-list .header-list__title {
  padding: 8px 10px 2px;
}
@media screen and (max-width: 429px) {
  .header-list .header-list__title {
    padding: 8px 10px 3px;
  }
}

@media screen and (max-width: 599px) {
  .identity {
    background-color: #f00;
  }
}
@media screen and (min-width: 768px) {
  .identity {
    border-radius: 8px;
  }
}

.identity__image {
  border-radius: 8px;
}
.identity__image.is-mobile {
  margin-left: 0;
}
.identity__image .header__mobile-logo {
  padding: 8px;
}
.identity__image .header__mobile-logo .has-white-on-reversed {
  fill: #fff;
}
.identity__image .header__mobile-logo .has-color-on-reversed {
  fill: #f00;
}

.primary-nav {
  background-color: #f00;
}
.primary-nav .primary-nav__sectionlink {
  margin: 0 10px 0 4px;
  font-family:
    RamaGothicE_SemiBold, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 20px;
}
.primary-nav .primary-nav__list-link,
.primary-nav .primary-nav__profile-link {
  font-family:
    RamaGothicE_SemiBold, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .primary-nav .primary-nav__list-link,
  .primary-nav .primary-nav__profile-link {
    text-decoration: none;
    color: #000;
  }
  .primary-nav .primary-nav__list-link:visited,
  .primary-nav .primary-nav__profile-link:visited {
    color: #000;
  }
  .primary-nav .primary-nav__list-link:focus,
  .primary-nav .primary-nav__list-link:hover,
  .primary-nav .primary-nav__profile-link:focus,
  .primary-nav .primary-nav__profile-link:hover {
    color: #f00;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav .primary-nav__list-link,
  .primary-nav .primary-nav__profile-link {
    padding: 6px 8px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .primary-nav .primary-nav__list-item.active .primary-nav__list-link {
    text-decoration: none;
    color: #f00;
  }
  .primary-nav .primary-nav__list-item.active .primary-nav__list-link:visited {
    color: #f00;
  }
  .primary-nav .primary-nav__list-item.active .primary-nav__list-link:focus,
  .primary-nav .primary-nav__list-item.active .primary-nav__list-link:hover {
    color: #f00;
    text-decoration: none;
  }
}
.primary-nav .primary-nav__list-item--search .primary-nav__list-link {
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .primary-nav .primary-nav__list-item--search .primary-nav__list-link {
    padding: 7px 8px;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav .primary-nav__profile-link {
    padding: 0;
  }
}
.primary-nav .primary-nav__profile .primary-nav__profile-text {
  border-radius: 5px;
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  .primary-nav .primary-nav__profile .primary-nav__profile-text {
    font-size: 17px;
  }
}

.nav--secondary .nav__list-link,
.nav--tertiary .nav__list-link {
  text-decoration: none;
  color: #00f;
  color: #00f;
}
.nav--secondary .nav__list-link:visited,
.nav--tertiary .nav__list-link:visited {
  color: #00f;
}
.nav--secondary .nav__list-link:focus,
.nav--secondary .nav__list-link:hover,
.nav--tertiary .nav__list-link:focus,
.nav--tertiary .nav__list-link:hover {
  color: #f00;
  text-decoration: none;
}
.nav--secondary .nav__list-link svg {
  fill: #f00;
}
.nav--secondary .nav__list-link:hover svg {
  fill: #f00;
}
.plus-label {
  padding: 10px;
  background-color: transparent;
}
.plus-label:before {
  display: block;
  width: 45px;
  height: 20px;
  background-image: url('../img/plus-logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: ' ';
}
.plus-label.is-inline {
  padding: 0;
  background-color: transparent;
  vertical-align: text-bottom;
}
.plus-label.is-inline:before {
  display: block;
  width: 35px;
  height: 15px;
  background-image: url('../img/plus-logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: ' ';
}
.plus-label .premium__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.sub-nav__wrapper {
  border-color: #e5e5e5;
}

.sub-nav .sub-nav__link:hover {
  color: #f00;
}
.sub-nav .active .sub-nav__link {
  color: #f00;
}

.temptation-button {
  background-color: white;
  font-family:
    RamaGothicE_SemiBold, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 17px;
  line-height: 30px;
}
@media screen and (min-width: 600px) {
  .temptation-button {
    font-size: 19px;
  }
}
.temptation-button,
.temptation-button:hover,
.temptation-button:focus,
.temptation-button:visited {
  color: black;
}
.temptation-button:focus {
  outline: thin dotted white;
}

.widget .header-list__title {
  background-color: #f00;
}
.widget .widget-list__item {
  border-color: #e5e5e5;
}

/*=========comments=========*/

.button--list-block {
  text-decoration: none;
  color: #00f;
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background-color: #f1ebe5;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button--list-block:visited {
  color: #292929;
}
.button--list-block:focus,
.button--list-block:hover {
  color: #f00;
  text-decoration: none;
}
.button--list-block:focus {
  outline: none;
}

.comments {
  position: relative;
  margin: 20px 5px;
}
@media screen and (max-width: 599px) {
  .comments {
    margin: 20px 10px;
  }
}
.comments .comments__header {
  display: block;
}
.comments .comments__header-title {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  background-color: #f00;
  color: #fff;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.25em;
  line-height: 34px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .comments .comments__header-title {
    font-size: 1em;
    line-height: 30px;
  }
}
.comments .comments__header-title svg {
  margin-right: 5px;
  vertical-align: middle;
  fill: currentColor;
}
@media screen and (max-width: 599px) {
  .comments .comments__header-title svg {
    width: 17px;
    height: 16px;
  }
}
.comments .comments__login {
  padding: 10px;
  background-color: #f5f5f5;
}
.comments .comments__login-textareabutton {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  height: 132px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #999;
  text-decoration: none;
}
.comments .comments__login-textareabutton .comment-form__input-counter {
  position: absolute;
  right: 0;
  bottom: 0;
}
.comments .comment-form__input-counter {
  display: block;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  color: #999;
  font-size: 0.75em;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .comments .comment-form__input-counter {
    font-size: 0.65em;
  }
}
.comments .comment-form__button {
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  padding: 12px 10px;
  background-color: #f00;
  line-height: 1;
}
.comments .comment-form__button:visited {
  color: #fff;
}
.comments .comment-form__button:focus,
.comments .comment-form__button:hover {
  color: #fff;
  text-decoration: none;
}
.comments .comments__list {
  /* margin: 0 10px;
  padding: 0; */
  list-style: none;
}
/* @media screen and (max-width: 599px) {
  .comments .comments__list {
    margin: 0;
  }
} */
.comments .comments__list-item {
  padding: 15px 0;
  border-bottom: 1px solid #efe8e1;
  color: #292929;
}
.comments .comments__list-item__head {
  display: flex;
}
.comments .comments__list-item__author {
  flex: 1;
  margin: 0;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1em;
  line-height: 18px;
}
@media screen and (max-width: 599px) {
  .comments .comments__list-item__author {
    font-size: 0.875em;
  }
}
.comments .comments__list-item__meta {
  flex: 0 1;
  color: #b4b4b4;
  font-size: 0.875em;
  line-height: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .comments .comments__list-item__meta {
    font-size: 0.75em;
  }
}
.comments .comments__list-item__body {
  width: 100%;
  margin-top: 10px;
  font-size: 1em;
  line-height: 1.2;
  /* white-space: break-spaces; */
  overflow: hidden;
}

.icons {
  vertical-align: middle;
  fill: currentColor;
}

/* stylelint-disable selector-disallowed-list */

/* stylelint-enable selector-disallowed-list */
/* @media screen and (min-width: 600px) {
  .sub-nav__expand .sub-nav__more {
    display: block;
  }
  .sub-nav__expand .sub-nav__less {
    display: none;
  }
} */

/* set min-height for OORTJE position to prevent CLS */
.regions-search__results:hover li:first-child:not(:hover) {
  background-color: #fff;
}

.comments .comments__list-item_answer {
  margin-left: 30px;
}

@media screen and (max-width: 599px) {
  .sub-nav__list {
    display: flex;
    left: 0;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
  }
  .sub-nav__list::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      white 75%,
      white 100%
    );
    content: '';
    z-index: 1;
  }
  .sub-nav__list::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      white 0%,
      white 25%,
      rgba(255, 255, 255, 0) 100%
    );
    content: '';
    z-index: 1;
  }
  .sub-nav__list-item:first-child {
    padding-left: 5px;
  }
  .sub-nav__link {
    line-height: 40px;
    padding: 0 5px;
  }
}

:root {
  --white: #ffffff;
  --red: #f00;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #313131;
}

* {
  -webkit-tap-highlight-color: transparent;
}

/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6  {
  font-weight: 700;
  line-height: inherit;
  font-size: inherit;
} */

img {
  max-width: 100%;
  height: auto;
  border: 0;
  font-size: 0;
  line-height: 0;
}

figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*=========MAIN-CONTENT===========*/

#un-content {
  margin-bottom: 0;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  /* margin-bottom: 10px; */
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  #un-content {
    margin-right: 5px;
    margin-left: 5px;
  }
}

/*==============HEADER==============*/

.un-header {
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 600px) {
  .un-header {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-header {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-header {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.un-header__info {
  margin-right: 15px;
  margin-left: 15px;
  color: #999;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 600px) {
  .un-header__info {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-header__info {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-header__info {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 599px) {
  .un-header__details {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  /* .un-header__details:nth-last-of-type(2), */
  .un-header__details:nth-last-of-type(1) {
    margin-left: 10px;
  }
}

.un-header__details span {
  font-weight: bold;
}

.un-header__image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #efe8e1;
}

.un-header__image {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.un-header-image__caption {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 30px;
  color: #999;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .un-header-image__caption {
    padding: 5px 15px;
  }
}

.un-header__title {
  font-family: Stag, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 38px;
  line-height: 46px;
}
@media screen and (max-width: 429px) {
  .un-header__title {
    font-size: 22px;
    line-height: 30px;
  }
}

/*=============article================*/

.un-article {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

.un-article__paragraph {
  margin-top: 0;
  margin-bottom: 25px;
  overflow-wrap: break-word;
  font-size: 18px;
  line-height: 26px;
}

.un-article__paragraph,
.un-article__headline2,
.un-article .feedback {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 600px) {
  .un-article__paragraph,
  .un-article__headline2,
  .un-article .feedback {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-article__paragraph,
  .un-article__headline2,
  .un-article .feedback {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-article__paragraph,
  .un-article__headline2,
  .un-article .feedback {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.un-article__headline2 {
  /* margin-bottom: 5px; */
  text-transform: uppercase;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .un-article__headline2 {
    font-size: 18px;
    line-height: 22px;
  }
}

.un-article__image-wrapper {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 0px;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
}

.un-article__link {
  color: #007fff;
  text-decoration: underline;
  transition: 0.3s ease-out color;
}

.un-article__link:hover {
  color: #f00;
  text-decoration: underline;
}

.un-article__link {
  cursor: pointer;
}

/* reg */

.reg {
  padding-left: 30px;
  padding-right: 30px;
}

.reg p {
  font-size: 18px;
}

.reg__item {
  font-size: 18px;
}

.reg__list {
  padding-left: 0;
}

.lightbox {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.lightbox::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url('../img/magnifier-plus.svg');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .reg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*============== FEEDBACK ==============*/
.feedback {
  margin-bottom: 20px;
  padding: 30px 16px 12px;
}

.feedback__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.feedback .feedback__name {
  margin: 0;
  /* margin-bottom: 5px; */
  font-weight: 700;
  font-size: 26px;
}

@media (max-width: 660px) {
  .feedback {
    padding: 20px 0 12px;
  }

  .feedback__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 16px 20px;
  }

  .feedback .feedback__name {
    font-size: 20px;
  }
}

/*=========steps==============*/

/*=========instruction=============*/

/*=============COMMENTS==============*/

.un-comment__img {
  display: block;
  max-width: 450px;
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: contain;
  object-position: center;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono-Bold.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

/*==============RESET===================*/

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: 'IBM Plex Mono', IBM Plex, monospace;
}

/*=========check styles=========*/

/*=========check mq=========*/
ul {
  margin-left: 10px;
}
@media (max-width: 904px) {
  ul {
    margin-left: -8px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  ul {
    margin-left: 10px;
  }
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('../fonts/Chirp-Regular.woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('../fonts/Chirp-Medium.woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('../fonts/Chirp-Bold.woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('../fonts/Chirp-Heavy.woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Fonts */
  --ff-fb: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --ff-tw:
    'Twitter Chirp', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif;
  --ff-rd:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  --ff-main: var(--ff-fb);
  --font-size: 15px;
  /* Colors */
  --bg-color: #ffffff;
  --cite-color: #666666;
  --name-color: #050505;
  --text-color: #222222;
  --secondary-color: #65676b;
  --verified-color: #0866ff;
  --border-radius: 8px;
}

.widget {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  user-select: none;
}

.widget,
.widget *,
.widget::before,
.widget::after {
  box-sizing: border-box;
}

.widget:not(:last-child) {
  margin-bottom: 10px;
}

.widget__footer {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: var(--secondary-color);
}

/* Cite */

/* Emoji */

/* Actions */
