/* START CUSTOM CHAT CSS */

chat > br {
  display: none;
}

chat {
  background-color: #eee;
  font-family: monospace;
  font-size: 0.8em;
  display: block;
  border-radius: 20px;
  padding: 0.5em 1.5em;
  margin: 1em 0;
}

chat_message {
  display: flex;
  background-color: #ccc;
  border-radius: 10px;
  padding: 0.5em 0.8em;
  width: max-content;
  flex-direction: column;
  max-width: 80%;
  min-width: 40%;
  margin: 1em auto 1em 0;
  box-shadow: #ccc 0px 2px 20px;
}

chat_message:nth-child(4n),
chat_message:nth-child(4n + 1) {
  margin: 1em 0 1em auto;
}

chat_name {
  order: 1;
  font-size: medium;
  margin-bottom: 0.5em;
}

chat_name:after {
  content: ":";
}

chat_text {
  order: 2;
}

chat_time {
  order: 3;
  align-self: flex-end;
  font-size: small;
}

/* END CUSTOM CHAT CSS */

/* links on front page */
.spaced-links a {
  display: inline-block;
  padding-right: 0.6em;
}

/* buttons */
.np-btn,
a.np-btn,
a.np-btn:link,
a.np-btn:visited,
a.np-btn:focus {
  background-color: #0a9eff;
  color: white;
  border: none;
  border-radius: 1px;
  padding: 10px;
  line-height: 100%;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.np-btn:hover,
a.np-btn:hover {
  background-color: grey;
  background: linear-gradient(to bottom, #a2acbd 5%, #3e4756 300%);
}

.np-btn:active,
a.np-btn:active {
  box-shadow: none;
  color: #dbdbdb;
  transform: scale(0.99);
}

.np-btn--wide {
  width: 100%;
}

.np-btn--50 {
  width: 50%;
}

.np-btn--secondary,
a.np-btn--secondary,
a.np-btn--secondary:link,
a.np-btn--secondary:focus,
a.np-btn--secondary:visited {
  background-color: #a2acbd;
}

.np-btn--light,
a.np-btn--light,
a.np-btn--light:link,
a.np-btn--light:focus,
a.np-btn--light:visited {
  background-color: #a2acbd;
  color: white;
  font-size: 0.735em;
  display: inline-block;
  margin: 10px 10px 0 0;
}

.np-btn--banner {
  font-size: 0.8em;
  margin: 10px;
}

.np-btn--is {
  margin: 10px 0;
}

@media only screen and (max-width: 800px) {
  .np-btn {
    width: 100%;
  }

  .np-btn--50 {
    width: 100%;
  }

  .np-btn--light {
    width: unset;
  }
}

/****** bis hier sauber ****/

#vorschaltbanner {
  width: 100%;
  height: 10vh;
  position: absolute;
  z-index: 299;
}

/* --ANFANG-- Dauerbanner - small */

#banner-small {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  cursor: default;
  animation: leiste-kampagne 1s 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
  background: #f7f7f7;
  border-bottom: 0.3em solid #0a9eff;
  padding: 10px 10px 0 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  z-index: 300;
  font-size: 1.3em;
  text-align: left;
  line-height: 1.1em;
  text-align: center;
}

@media only screen and (max-width: 630px) {
  #banner-small {
    padding: 20px 10px 0 10px;
  }
}

@keyframes leiste-kampagne {
  from {
    transform: translateY(-400px);
  }

  to {
    transform: translateY(0px);
  }
}

#banner-small a {
  font-size: inherit;
}

#h1-banner-small {
  font-weight: 700;
  font-size: 5em;
  padding: 10px 0;
  margin-top: 0vh !important;
  margin-bottom: 0;
  color: #0a9eff;
  line-height: 1em;
}

#h1-banner-small span {
  padding-left: 12px;
}

@media only screen and (max-width: 766px) {
  #h1-banner-small {
    font-size: 4em;
  }
}

@media only screen and (max-width: 550px) {
  #h1-banner-small {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 380px) {
  #h1-banner-small {
    font-size: 1.6em;
  }
}

#h2-banner-small {
  font-weight: 400;
  font-size: 0.8em;
  color: #4e4f50;
  line-height: 1.2em;
  padding: 10px 0;
}

@media only screen and (max-width: 380px) {
  #h2-banner-small {
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: 400;
  }
}

#h3-banner-small {
  font-weight: 400;
  font-size: 0.8em;
  color: #4e4f50;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}

.banner-small-section {
  display:block;
}

@media only screen and (min-width: 760px) {
  .banner-small-section {
    display:inline-block;
  }
}

@media only screen and (max-width: 760px) {
  .banner-small-section .np-btn {
    width: 14rem;
  }
}




/* --ENDE-- Dauerbanner - small */

/* --ANFANG-- Vorschaltbanner - groß */

#vorschaltbanner-kampagne {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  cursor: default;
  animation: leiste-kampagne 1s 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
  background: #f7f7f7;
  border-bottom: 0.3em solid #0a9eff !important;
  padding-bottom: 10px;
  padding-top: 30px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  margin-top: 0em;
  margin-bottom: auto;
  z-index: 300;
  font-size: 1.3em;
  text-align: left;
  line-height: 1.1em;
  text-align: center;
}

@keyframes leiste-kampagne {
  from {
    transform: translateY(-400px);
  }

  to {
    transform: translateY(0px);
  }
}

#vorschaltbanner-kampagne p {
  margin: 10px 0 0 0;
}

#vorschaltbanner-kampagne a {
  font-size: 0.8em;
  margin: 20px 0 0 0;
}

#h1-vorschaltbanner-kampagne {
  font-weight: 700;
  font-size: 5em;
  padding: 10px 0vw 0vw 0vw;
  margin-top: 0vh !important;
  margin-bottom: 0;
  color: #0a9eff;
  line-height: 1em;
}

#h1-vorschaltbanner-kampagne span {
  padding-left: 12px;
}

@media only screen and (max-width: 766px) {
  #h1-vorschaltbanner-kampagne {
    font-size: 4em;
  }
}

@media only screen and (max-width: 550px) {
  #h1-vorschaltbanner-kampagne {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 380px) {
  #h1-vorschaltbanner-kampagne {
    font-size: 1.6em;
  }
}

#h2-vorschaltbanner-kampagne {
  font-weight: 400;
  font-size: 0.8em;
  color: #4e4f50;
  line-height: 1.2em;
}

@media only screen and (max-width: 380px) {
  #h2-vorschaltbanner-kampagne {
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: 400;
  }
}

#h3-vorschaltbanner-kampagne {
  font-weight: 400;
  font-size: 0.8em;
  color: #4e4f50;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}

/* --ENDE-- Vorschaltbanner - groß */

/* --ANFANG-- Fahne */

#fahne {
  width: 255px;
  height: 155px;
  line-height: 1.1em;
  padding: 90px 10px 1vh 10px;
  cursor: pointer;
  background-color: #0a9eff;
  color: white;
  animation: fahnein 1s 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  font-size: 1em;
  margin-top: 0em;
  margin-bottom: auto;
  z-index: 301;
  position: absolute;
  text-align: center;
  right: 10vw;
  top: -50px;
}

@keyframes fahnein {
  from {
    transform: translateY(-200px);
  }

  to {
    transform: translateY(0px);
  }
}

#fahne:hover {
  background: linear-gradient(to bottom, #999999 5%, #4c4c4c 150%);
}

@media only screen and (max-width: 766px) {
  #fahne {
    margin: auto;
    position: relative;
    right: 0;
  }
}

#netzpolitik-pw:target {
  animation: pwout 1s 1 ease-in;
  animation-fill-mode: forwards;
}

@keyframes pwout {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-2000px);
  }
}

#banner_hashtag {
  font-size: 1em;
  font-weight: 700;
}

#banner_text {
  font-size: 0.7em;
}

#widget_campain {
  width: 255px;
  position: absolute;
  right: 10vw;
  top: 95px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 766px) {
  #widget_campain {
    margin: auto;
    position: relative;
    right: 0;
    top: -59px;
  }
}

@media only screen and (max-width: 379px) {
  #widget_campain {
    margin: auto;
    position: relative;
    right: 0;
    top: -125px;
  }
}

/* --ENDE-- Fahne */

/* --ANFANG-- Banner Startseite  */

/*fix twingle iframe bug*/
#widget_campain > div > iframe {
  display: block;
}

#banner-startseite {
  font-family: "Asap", ".SFNSText-Regular", "San Francisco", "Roboto",
    "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif !important;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
  background: linear-gradient(to bottom, #f7f7f7 0%, #dedede 100%);
  border-bottom: 0.3em solid #0a9eff !important;
  padding-bottom: 1vh;
  padding-top: 0.5vh;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  margin-top: 0em;
  margin-bottom: auto;
  z-index: 300;
  font-size: 1.3em;
  text-align: left;
  line-height: 1.1em;
  text-align: center;
}

#banner-startseite p {
  margin: 0;
}

#banner-startseite a {
  font-size: 0.8em;
  margin: 20px 0 0 0;
}

#banner-startseite:hover {
  background: linear-gradient(to bottom, #dedede 0%, #c5c5c5 100%);
}

#h1-startseite {
  font-weight: 600;
  font-size: 5em;
  padding: 10px 0vw 0vw 0vw;
  margin-top: 0vh !important;
  margin-bottom: 0;
  color: #0a9eff;
  line-height: 1em;
}

#h1-startseite span {
  padding-left: 12px;
}

@media only screen and (max-width: 766px) {
  #h1-startseite {
    font-size: 4em;
    line-height: 1em;
    font-weight: 700;
  }
}

@media only screen and (max-width: 380px) {
  #h1-startseite {
    font-size: 3em;
    line-height: 1em;
    font-weight: 700;
  }
}

#h2-startseite {
  font-weight: 400;
  font-size: 1.1em;
  color: #4e4f50;
  line-height: 1.2em;
}

@media only screen and (max-width: 380px) {
  #h2-startseite {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
  }
}

#h3-startseite {
  font-weight: 400;
  font-size: 0.8em;
  color: #4e4f50;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}

#img-startseite {
  width: 90%;
  height: 80px;
  background-image: url("/wp-upload/2021/11/NP_kampagne2021_logo_1z_750px_blau.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 40px auto 20px auto;
  position: relative;
}

@media only screen and (max-width: 766px) {
  #img-startseite {
    width: auto;
    height: 200px;
    background-image: url("/wp-upload/2021/11/NP_kampagne2021_logo_750px_blau.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 40px 35px 20px 35px;
    position: relative;
  }
}

#widget_campain-start {
  width: auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  background-color: #f7f7f7;
  /*top: -30px;*/
  position: relative;
}

/* --ENDE-- Banner Startseite   */

/*fix twingle iframe bug*/
#widget_campain > div > iframe {
  display: block;
}

/* disable header for static 15np conference pages */
.page-id-196880 #site-navigation,
.page-id-196880 .searchform,
.page-id-197176 #site-navigation,
.page-id-197176 .searchform,
.page-id-200118 #site-navigation,
.page-id-200118 .searchform,
.page-id-200752 #site-navigation,
.page-id-200752 .searchform,
.page-id-194722 #site-navigation,
.page-id-194722 .searchform {
  display: none;
}

/* start pw.css paywalls */

/* 2020-11 */
.text {
  color: black;
}

.noscript {
  font-size: 0.7em;
  line-height: 0.1em;
}

/*  Abstand Artikel Seitenanfang */

/*Banner groß Ende 2020*/

#head-1 {
  font-weight: 900;
  font-size: 5em;
  padding: 0vw 0vw 0vw 0vw;
  margin-top: 1vh;
  margin-bottom: 0;
  color: #0a9eff;

  line-height: 1em;
}

@media only screen and (max-width: 380px) {
  #head-1 {
    font-size: 3em;
    line-height: 1em;
    font-weight: 700;
  }
}

#head-2 {
  font-weight: 400;
  font-size: 1em;
  color: #4e4f50;
  line-height: 1.2em;
  margin-top: 1vh;
}

@media only screen and (max-width: 380px) {
  #head-2 {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
  }
}

#infowhy a {
  font-size: 0.8em;
  color: darkgrey;
  margin-top: 2vh;
}

#infowhy a:hover {
  color: grey;
}

/*#vorschaltbanner:target {
  animation: leisteout 5s 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

 @keyframes leiste {
  from {
    transform: translateY(-200px);
  }

  to {
    transform: translateY(0px);
  }

}

@keyframes leiste02 {
  0% {
    transform: translateY(-200px);
    opacity: 0%;
  }

  1% {
    opacity: 100%;
  }

  3% {
    transform: translateY(0px);
  }

  95% {
    opacity: 100%;
  }

  100% {
    opacity: 0%;
  }

}

@keyframes leisteout {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-200px);
  }

}
 */

#vorschaltbanner form {
  margin-bottom: 22px;
  max-width: 28em !important;
  margin-left: auto;
  margin-right: auto;
}

/*#spenden-twingle {
  width: auto;
  margin: auto;
} */

#spenden-twingle-grauercontainer {
  width: auto;
  margin: auto;
}

/**********************************************/
.payimg {
  height: auto;
  max-width: 60%;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

@media only screen and (max-width: 380px) {
  .payimg {
    max-width: 100%;
    padding-top: 5vw;
  }
}

.text {
  color: black;
}

#spendenleiste {
  font-size: 1.3em;
  line-height: 1.1em;
  padding-left: 10vw !important;
  padding-right: 10vw !important;
  cursor: default !important;
}

#spendenleiste a {
  color: #0a9eff;
  cursor: pointer;
}

#spendenleiste a:hover {
  color: grey !important;
  text-decoration: underline !important;
}

@media only screen and (max-width: 380px) {
  #spendenleiste {
    font-size: 1em;
  }
}

#summe {
  font-weight: 900;
  font-size: 3em;
  color: #0a9eff;
}

@media only screen and (max-width: 380px) {
  #summe {
    font-size: 3em;
  }
}

/**/

.content-area {
  padding-top: 100px;
}
/* @media only screen and (max-width: 1263px) {
  .content-area {
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 550px) {
  .content-area {
    padding-top: 150px !important;
  }
} */
/* @media only screen and (max-width: 380px) {
  .content-area {
    padding-top: 100px !important;
  }
} */

#h1-banner-small-2 {
  font-size: 3em;
}

@media only screen and (max-width: 580px) {
  #h1-banner-small-2 {
    font-size: 1.4em;
    margin: 0 5px 0 5px;
  }
}

.amount-wrapper label {
  margin: 0 0 5px 0;
  line-height: 1.2 !important;
  margin: 0 0 10px 0 !important;
}

#banner_weg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
}

#banner_weg a {
  text-decoration: none;
  color: #555;
  float: right;
  font-size: 0.7em;
  font-weight: 500;
  padding: 1.5vh 1.5vh 0 0;
}

#banner_weg a:hover {
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 10px;
  color: #777;
}

/* end pw.css */

/* start is.css interstitials */

.netzpolitik-cta {
  clear: both;
}

.netzpolitik-cta-2 {
  color: #575a59;
  background: #f4f4f4;
  border-top: 0.2em solid #0a9eff;
  margin-top: 5vw;
  padding: 1.5em 2em;
  font-family: "Asap", ".SFNSText-Regular", "San Francisco", "Roboto",
    "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 0.9em;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.netzpolitik-cta-2 h3 {
  font-weight: 900 !important;
}

.netzpolitik-cta-2 h4 {
  font-weight: 900 !important;
  font-size: inherit;
}

.upper {
  text-transform: uppercase;
}

.netzpolitik-cta-2 a {
  text-decoration: none;
  color: #0a9eff;
}

.netzpolitik-cta-2 a:hover {
  text-decoration: underline;
}

.np-interstitial-light {
  color: #575a59;
  border-bottom: 0.1em dotted #999;
  border-top: 0.1em dotted #999;
  padding: 2vh 2vw 2vh 2vw;
  margin: 2vh 0 2vh 0;
}

/* .np-interstitial-light a:active,
.np-interstitial-light a:focus,
.np-interstitial-light a:hover,
.np-interstitial-light a:link,
.np-interstitial-light a:visited {
  background: none;
} */

.np-interstitial-light p {
  margin: 0;
}

.np-interstitial-light .np-interstitial-light__header {
  width: auto;
  margin: 0 20px 0 0;
  float: left;
  width: 70%;
  position: relative;
}

.np-interstitial-light .np-interstitial-light__header h3 {
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 0.1em;
}

.np-interstitial-light .np-interstitial-light__header h4 {
  font-weight: 500;
  font-size: 0.8em;
}

@media only screen and (max-width: 960px) {
  .np-interstitial-light .np-interstitial-light__header {
    width: 100%;
  }
  .np-interstitial-light .np-interstitial-light__header h4 {
    font-size: 0.8em;
    margin-bottom: 4px;
  }
}
/*@media only screen and (max-width: 764px) {
  .np-interstitial-light {
    padding: 2vh 3vw 2vh 3vw;
  }
  .np-interstitial-light .np-interstitial-light__header h4 {
    font-size: 0.8em;
  }
}*/

.stoerer--article {
  color: #575a59;
  background: #f4f4f4;
  border-bottom: 0.2em solid #0a9eff;
  padding: 1.5em 2em;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  width: auto;
  margin: 20px auto;
  min-height: 100px;
}

.stoerer--article #hs {
  width: auto;
  margin: 0 20px 0 0;
  float: left;
  width: 75%;
  position: relative;
}

.stoerer--article #hs h3 {
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 0.1em;
}

.stoerer--article #hs h4 {
  font-weight: 500;
  font-size: 0.8em;
}

.stoerer--article p {
  margin: 0;
}

@media only screen and (max-width: 959px) {
  .stoerer--article {
    width: 100%;
    font-size: 0.9em;
    padding: 1em 1.5em;
  }
}

@media only screen and (max-width: 764px) {
  /* .stoerer--article {
    padding: 2vh 3vw 2vh 3vw;
  } */

  .stoerer--article #hs h4 {
    font-size: 0.8em;
  }
}

/* end is.css */

.embed-privacy-container.embed-spenden-twingle-de {
  height: 470px;
}

.embed-spenden-twingle-de .embed-privacy-overlay {
  background: url("https://netzpolitik.org/wp-upload/2022/11/twinlge-preview.png"),
    rgba(0, 0, 0, 0.75);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
}

.embed-spenden-twingle-de .embed-privacy-input-wrapper {
  display: none;
}

/* Added Style for #11 */
.no-comments {
  margin-left: 20px;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media all and (min-width: 480px) {
  .no-comments {
    margin-left: 40px;
  }
}
@media all and (min-width: 960px) {
  .no-comments {
    margin-left: 120px;
    max-width: 800px;
  }
}

/* Adjusted Alignments for #10 */

.wp-caption.alignright,
.wp-caption.alignleft {
  float:none;
}

@media all and (min-width: 767px) {
  .wp-caption.alignright {
    float:right;
  }
}

@media all and (min-width: 767px) {
  .wp-caption.alignleft {
    float:left;
  }
}

.grid-box-title {
  hyphens: auto;
}

/* Added Styles for #15 */
.teaser--ticker {
  border-bottom:1px dotted #001e31;
  margin-bottom: 15px;
  padding-bottom:10px;
}

.teaser--list-item:last-child .teaser--ticker {
  border-bottom:0;
}

.teaser--ticker a{
  color:#001e31;
  font-weight: bold;
  text-decoration:none;
}

.teaser--ticker a:hover,
.teaser--ticker a:active {
  text-decoration:underline;
}

.teaser--ticker .teaser__header {
  margin-top: 0;
}

.teaser--ticker p {
  margin:0;
  padding:0;
}

.post-type-archive-ticker .teaser__excerpt {
  font-family: "Asap", ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  color: #4e4f50;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-size: 1.7rem;
}

/* Adjusting Iframes for #39 Youtube-Videos in mobile */

.entry-content .embed-privacy-container.embed-youtube iframe,
.entry-content .embed-privacy-container.embed-vimeo iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* Additional CSS for #102 */

.article-adp {

  & .entry-header {
    margin-bottom:2rem;
  }

  & .entry-author {
    font-size: 18px;
    background:none;
    border-bottom:1px solid black;
    padding-bottom:0;
    display:flex;
    flex-direction: row;
    padding-bottom: 1rem;

    & a{
      text-decoration:none;
      color:black;
    }

    & a:hover{
      text-decoration:underline;
      color:black;
    }

  }

  & .author__texts {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  & .entry-author__image {
    max-width:15%;
    margin-right:1rem;
  }

  & .entry-author__description {
    margin-bottom:1rem;
  }

  & .article__list {
    margin-top:2em;
  }
}