.main-nav-archive {
  font-weight: bold;
}

.article {
  margin-top: 35px;
}

@media (max-width: 535px) {
  .article {
    margin-top: 20px;
  }
}

.article__side {
  margin: 48px 0;
}

.article__header {
  margin-bottom: 56px;
}

.article__header-meta {
  font-family: "minion-pro", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}

.article__header-title {
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.article__header-author {
  font-family: "minion-pro", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

.article__header-author a,
.article__main p a {
  color: initial;
  text-decoration: none;
  transition: 0.2s;
}

.article__header-author a:hover,
.article__header-author a:focus,
.article__main p a:hover,
.article__main p a:focus {
  text-decoration: none;
  color: rgb(226, 52, 24);
}

.article__header-cta {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.article__header-cta .btn-primary {
  margin-bottom: 8px;
}

.article__main {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  position: relative;
}

.article__main #article__pdf {
  display: table;
  margin: 0 auto;
}

.article__main .U1_UTitel {
  font-weight: bold;
  margin: -5px 0 31px;
  font-size: 19px;
  display: none;
}

.article__main .Beitragsbeginn::first-letter {
  font-size: 60px;
  font-weight: 600;
  float: left;
  padding: 10px 5px 10px 0;
  height: 64px;
  line-height: 38px;
}

.article__main p:last-child {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}

.article__main--overlay::after {
  content: " ";
  position: absolute;
  top: 90%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 1) 100%);
}

.article__footer {
  margin-top: 42px;
}

.article__more-articles {
  margin: 60px 0 15px;
}

.article__more-articles > h3 {
  color: #828282;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 64px;
  margin-top: 0;
  font-family: "Droid Sans", sans-serif;
  text-transform: uppercase;
}

.article__side .article__side-author {
  padding-bottom: 32px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 32px;
}

.article__side .article__side-author-img {
  margin-right: 12px;
}

.article__side .article__side-author-img img {
  width: 70px;
}

.article__side .article__side-author-name {
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}

.article__side .article__side-author-top {
  margin-bottom: 38px;
  display: flex;
  align-items: flex-start;
}

.article__side .article__side-author-bio {
  font-size: 16px;
  line-height: 26px;
}

.article__side-author a {
  display: table;
  color: rgb(226, 52, 24);
  margin-top: 18px;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.25s;
}

.article__side-author a:hover,
.article__side-author a:focus {
  color: rgb(205, 42, 17);
}

.article__side .article__side-issue-img {
  margin-right: 12px;
}

.article__side .article__side-issue-img img {
  width: 70px;
}

.article__side-issue {
  display: flex;
  padding-bottom: 26px;
  border-bottom: 1px solid #ebebeb;
}

.article__side-issue a {
  color: initial;
  transition: all 0.2s;
}

.article__side-issue a:hover,
.article__side-issue a:focus {
  color: rgb(226, 52, 24);
  text-decoration: none;
}

.article__side .article__side-issue-name {
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  display: table;
}

.article__side .article__side-issue-desc {
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  display: table;
  font-style: italic;
  margin-top: 5px;
}

.article-box-link,
.article-box-link:hover,
.article-box-link:focus {
  color: initial;
  text-decoration: none;
  transition: all 0.2s;
}

.article-readmore {
  color: rgb(226, 52, 24);
  transition: all 0.2s;
}

.article-box-link:hover .article-readmore,
.article-box-link:focus .article-readmore {
  font-weight: bold;
}

.article-box-link .card__title {
  transition: all 0.2s;
}

.article-box-link:hover .card__title,
.article-box-link:focus .card__title {
  color: rgb(226, 52, 24);
}

@media screen and (min-width: 768px) {
  .article__header-cta {
    flex-direction: row;
  }

  .article__header-cta .btn-primary {
    margin-right: 8px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .article__side {
    margin: 0;
  }
}

.btn.btn-primary.d-table {
  display: table !important;
}

.article__main p.GT_stumpf a,
.article__main p.GT a {
  color: rgb(226, 52, 24);
  font-size: 13px;
  position: relative;
  top: -8px;
}

.article__main p.GT_stumpf a[target="_blank"], 
.article__main p.GT a[target="_blank"] {
  color: initial;
  font-size: initial;
  position: static;
  top: 0;
}

.article__main p.footnote {
  display: table;
}

.article__main p.footnote a {
  color: rgb(226, 52, 24);
  transition: all 0.2s;
}

.article__main p.footnote a:hover,
.article__main p.footnote a:focus {
  text-decoration: underline;
}

.article__main p.footnote-marker {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  color: rgb(226, 52, 24);
  line-height: 16px;
  cursor: default;
  float: left;
  margin-right: 6px;
}

.article__main p.caption {
  margin-top: 10px;
  font-size: 14px;
}

body .subscription-teaser {
    background-color: #E23418;
    color: white;
    padding: 26px 52px;
  }

  body .subscription-teaser strong {
    font-family: "minion-pro", serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 16px;
    display: table;
  }

  body .subscription-teaser p,
  body .subscription-teaser a {
    font-family: "minion-pro", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
  }

  body .subscription-teaser #get-subscription.btn.btn-primary {
    background-color: white !important;
    color: #E23418 !important;
  }

  body .subscription-teaser #get-subscription.btn.btn-primary:hover,
  body .subscription-teaser #get-subscription.btn.btn-primary:focus {
    background-color: white !important;
  }

    body .subscription-teaser a.login-link,
  body .subscription-teaser span.login-link {
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
    color: white;
    margin-top: 24px;
    display: table;
    margin-left: 1px;
    margin-bottom: -6px;
    cursor: pointer;
  }