.explanationContainer {
  border-width: 1px;
  border-color: #EC5D35;
  border-style: solid;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  margin: 0 !important;
  padding: 0 35px;
  background-color: #FFFFFF;
}
.explanationContainer legend {
  background-color: #EC5D35;
  color: #FFFFFF;
  padding: 5px 16px;
  font-size: 18px;
  border-radius: 8px;
}
.explanationContainer p {
  margin-top: 3px;
}
@media only screen and (max-width: 700px) {
  .explanationContainer {
    padding: 0 15px;
    width: 90%;
    margin: 0 auto !important;
  }
}

.article-page {
  background-color: #FFFFFF;
  background-image: url(/images/articleHeaderBGLeft.png), url(/images/articleHeaderBGRight.png), url(/images/articleHeaderBG.svg);
  background-position: top left, top right, top, bottom;
  background-size: 800px, 800px, 100% 500px;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .article-page {
    background-color: #FFFFFF;
    background-image: url(/images/articleHeaderBGLeft.png), url(/images/articleHeaderBGRight.png), url(/images/articleTopMobileBG.svg);
    background-size: 500px, 500px, 100% 310px;
    background-repeat: no-repeat;
    position: relative;
  }
  .article-page .other-articles {
    background-image: url(/images/articleBottomBGMobile.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 60px 0 50px;
    margin: 0;
  }
  .article-page .other-articles h2 {
    width: 85%;
    margin: 0 auto;
    padding-left: 20px;
  }
  .article-page .other-articles .article-card {
    width: 85%;
    margin: 25px auto 0;
  }
  .article-page container {
    max-width: 100% !important;
  }
}

.breadcrumbs {
  font-size: 12px;
  margin: 0;
  padding: 36px 0 30px;
}
.breadcrumbs a {
  color: black !important;
}

.article {
  /*margin: 0 auto 60px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 685px 1fr;
  gap: 0px 0px;
  justify-items: stretch;
  align-items: stretch;*/
}
.article-body {
  position: relative;
}
@media only screen and (max-width: 700px) {
  .article {
    display: block;
    margin-bottom: 0;
  }
  .article .article-content {
    padding: 15px 0 0;
  }
  .article .article-content .article-content-top-info .breadcrumbs {
    padding: 15px 0 10px;
    width: 90%;
    margin: 0 auto;
  }
  .article .article-content .article-content-top-info h1 {
    width: 90%;
    margin: 0 auto;
  }
  .article .article-content .article-content-top-info .article-content-info {
    position: relative;
    width: 90%;
    margin: 20px auto 30px;
  }
  .article .article-content .article-content-top-info .article-content-info-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
    margin: 0 0;
    gap: 6px;
  }
  .article .article-content .article-content-top-info .article-content-info-box .article-content-info-box-author:last-child .article-content-info-box-author-name {
    align-items: center;
    align-self: start;
  }
  .article .article-content .article-content-top-info .article-content-info-box img {
    height: 38px;
    width: 38px;
  }
  .article .article-content .article-content-top-info .article-content-info-box-author {
    display: flex;
    flex-direction: row;
    margin-right: 0;
  }
  .article .article-content .article-content-top-info .article-content-info-box-author-name {
    flex-direction: row;
  }
  .article .article-content .article-content-top-info .article-content-info-extra {
    display: flex;
    position: absolute;
    bottom: 5px;
    left: 47px;
  }
  .article .article-content .article-content-top-info .article-content-info-extra span {
    margin-right: 10px;
    margin-left: 0;
  }
  .article .article-content .article-content-top-info .article-content-info-extra span img {
    fill: #1D275F;
  }
  .article .article-content .faq-mobile {
    margin: 0 auto 20px !important;
    max-width: 90% !important;
  }
  .article .article-content .faq-mobile .faq-box {
    width: 100%;
  }
  .article .article-content .bibliography {
    margin: 0 auto 20px;
  }
  .article .article-content .author-box {
    margin: 20px auto 10px;
    background-size: 100px;
  }
  .article-container {
    width: 90%;
    margin: 0 auto;
  }
  .article-container padding {
    margin-top: 0;
  }
  .article-container h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 900px) {
  .article {
    display: flex;
    justify-content: space-evenly;
    max-width: 100% !important;
  }
  .article .article-table-of-content {
    width: 20%;
  }
  .article .article-table-of-content .article-table-of-content-container {
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  .article .article-table-of-content {
    width: 90%;
  }
}
.article-banner {
  position: sticky;
  top: 100px;
  width: 160px;
}
@media only screen and (max-width: 700px) {
  .article-banner {
    display: none;
  }
}
.article-banner-container {
  position: absolute;
  right: -200px;
  height: 100%;
  top: 0;
}
.article .showTOC .article-table-of-content-header img {
  transform: rotate(180deg);
}
.article .showTOC #toc .toc-list {
  display: block;
}
.article .showTOC .article-page-social-media {
  display: block;
}
.article-content {
  margin: auto;
  /*grid-area: 1 / 2 / 2 / 3;*/
}
@media only screen and (max-width: 940px) {
  .article-content {
    padding: 0 70px 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .article-content {
    max-width: 100% !important;
    padding: 0 20px;
  }
}
.article-content h1 {
  color: #1D275F;
  font-size: 44px;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #EC5D35 0%, #EC5D35 15%, rgba(102, 0, 0, 0) 15%, rgba(102, 0, 0, 0) 100%) 100% 1;
  width: 100%;
  margin: 0 auto;
  max-width: 685px;
}
@media only screen and (max-width: 700px) {
  .article-content h1 {
    font-size: 32px;
  }
}
.article-content-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 30px auto;
  border-top: 1px solid #1D275F;
  border-bottom: 1px solid #1D275F;
  padding: 4px 5px;
  font-size: 12px;
  justify-content: start;
  gap: 20px;
  width: 59.4%;
}
.article-content-info b a {
  text-decoration: none;
  color: black;
}
.article-content-info span {
  color: #070707;
  display: flex;
  align-items: center;
  height: 14px;
}
.article-content-info span img {
  height: 14px;
  min-width: 13px;
  margin-right: 6px;
}
.article-content-info span:first-child {
  margin-left: 0;
}
.article-content-info-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 700px) {
  .article-content-info-box {
    margin: 9px 0;
  }
}
.article-content-info-box img {
  border-radius: 70%;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  gap: 2% !important;
}
.article-content-info-box-author {
  display: flex;
  align-items: center;
}
.article-content-info-box-author img {
  margin-right: 6px;
  border-radius: 30px;
}
.article-content-info-box-author-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article-content-info-box-author-name span, .article-content-info-box-author-name b {
  height: fit-content;
}
@media only screen and (max-width: 700px) {
  .article-content-info-box-author-name span, .article-content-info-box-author-name b {
    height: auto;
  }
}
.article-content-info-box span {
  margin-right: 5px;
}
.article-content-info-extra {
  display: flex;
  justify-content: space-between;
}
.article-content-info-extra span {
  margin-left: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .article-content-info {
    flex-wrap: wrap;
    margin-bottom: 0px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .article-content #searchresult {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .article-content #searchresult .nlc {
    width: 90%;
    margin: 0 auto;
  }
}
.article-content #searchresult .nlc:first-child {
  margin-top: 110px;
}
.article-content #searchresult .nlc-content-info {
  flex-wrap: wrap;
}
.article-content #searchresult .nlc-content-info-first {
  width: 32%;
  justify-content: center;
}
.article-content #searchresult .nlc-content-info-first img {
  width: 90%;
}
.article-content #searchresult .nlc-content-info-first .rating-box {
  transform: scale(0.8);
}
@media only screen and (max-width: 700px) {
  .article-content #searchresult .nlc-content-info-first {
    width: 100%;
  }
}
.article-content #searchresult .nlc-content-info-second {
  width: 32%;
}
.article-content #searchresult .nlc-content-info-second-highlight {
  flex-direction: column;
  align-items: start;
}
.article-content #searchresult .nlc-content-info-second-box b {
  text-align: end;
}
@media only screen and (max-width: 700px) {
  .article-content #searchresult .nlc-content-info-second {
    width: 100%;
  }
  .article-content #searchresult .nlc-content-info-second-highlight {
    flex-direction: row;
    align-items: start;
  }
}
.article-content #searchresult .nlc-content-info-third {
  width: 32%;
}
@media only screen and (max-width: 700px) {
  .article-content #searchresult .nlc-content-info-third {
    width: 100%;
  }
}
.article-content #searchresult .nlc-content-info-fourth {
  margin: 0 auto;
  width: 80%;
  padding-top: 20px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-direction: row-reverse;
}
.article-content #searchresult .nlc-content-info-fourth div {
  width: 40%;
  height: 43px;
}
@media only screen and (max-width: 700px) {
  .article-content #searchresult .nlc-content-info-fourth {
    width: 100%;
    justify-content: space-between;
  }
  .article-content #searchresult .nlc-content-info-fourth div {
    width: 45%;
  }
}
.article-content #searchresult .nlc .nlc-rating-info .nlc-rating-info-procons-value {
  width: 40%;
}
.article-content .article-body {
  position: relative;
}