.content__main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0 10px !important;
}
.single-article__main-content,
.single-article__main-content .p.egyeb-text {
  padding: 0 0 27px 0;
}
body.article h2.null.egyeb-text {
  padding: 27px 0;
}
.nagyriport .single-article__title-row--wrapper {
  position: relative;
  border-bottom: unset;
}
.nagyriport .single-article__main-content--content {
  width: 800px;
  margin: 0 auto;
}
.nagyriport .section--nagyriport {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
/* .holder__twitter-btn {
  width: 45% !important;
  margin: 0 0 20px 0;
}
.twitter-btn {
  position: relative;
  height: 20px;
  box-sizing: border-box;
  margin: 5px;
  padding: 3px 12px;
  background-color: #1d9bf0;
  color: #fff;
  border-radius: 9999px;
  font: normal normal normal 12px/18px "Helvetica Neue", Arial, sans-serif;
}
.twitter-btn i {
  position: relative;
  top: 3px;
  right: 3px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: transparent 0 0 no-repeat;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
} */
.nagyriport .article--text-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.nagyriport .article--title {
  padding: 0 0 5px 0;
  text-align: center;
}
a.twitter-btn {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  background: gray;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
a.twitter-btn:hover {
  background: transparent;
  border: 1px solid gray;
}
.share-icon.twitter {
  justify-content: center;
  align-items: center;
}
.share-icon.twitter svg {
  /* background-color: gray; */
  /* border-radius: 50%; */
  pointer-events: none;
  width: 75%;
  height: 75%;
  padding: 5px;
}
a.twitter-btn:hover svg {
  background-color: white;
  border-radius: 0;
}
a.twitter-btn:hover svg path {
  fill: #111111;
}
.nagyriport .single-article__title-row--wrapper:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25.5px 0 25.5px;
  border-color: #212121 transparent transparent transparent;
}
.nagyriport .article--social-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  border-bottom: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #212121;
  height: 110px;
  margin: 20px 0;
  padding: 20px 0 0 0;
}
.nagyriport .social--container {
  justify-content: space-evenly;
  padding: 20px 0;
}
.nagyriport .article--author-holder,
.nagyriport .article--date-holder {
  padding: 20px 20px 0 20px;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-right: 1px solid #ededed;
  width: -webkit-fill-available;
  width: -moz-available;
}

.nagyriport .publish-date {
  padding: 0 0 5px 0 !important;
}
.nagyriport .social--label {
  padding-left: 65px;
}
:not(.nagyriport):not(.gallery) .article--text-holder {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 0 0;
  width: -webkit-fill-available;
  width: -moz-available;
  flex-direction: column;
}
.velemeny .tags {
  width: 100%;
  order: 1;
}
.article .nagyriport .tags {
  justify-content: center;
  width: auto !important;
}
.velemeny.fulltop .article--date-holder {
  border-top: none;
  order: 1;
}
/* .author--link:hover {
  text-decoration: underline;
} */
body.article .author--link:not(:last-child) {
  border-right: 1px solid #157efc;
}
.velemeny .velemeny .article--title {
  width: auto;
  padding: 0 20px;
}
.velemeny .author--label {
  display: none;
}
.velemeny.fulltop .article--author-holder {
  width: auto;
  order: 2;
}
.velemeny .author--container {
  width: max-content;
}
.velemeny .article--title {
  padding: 0 0 0 20px;
  order: 3;
}
.article--lead {
  width: 100%;
}
.velemeny .article--lead {
  order: 4;
  width: 100%;
  padding: 0 0 0 20px;
}
.single-article__container.nagyriport:not(.gallery-type) .article--info-holder {
  position: absolute;
  width: 45%;
  border-top: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 20px 0;
  border-bottom: none;
  bottom: 0;
  background: #212121;
  height: 110px;
}
/* .nagyriport .article--text-holder,
.nagyriport .article--info-holder,
.nagyriport .article--social-holder {
  position: absolute;
} */
.nagyriport .article--figure {
  position: relative;
  width: -webkit-fill-available;
  width: -moz-available;
  /* max-height: 500px; */
}
.nagyriport .article--figure::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.article__right.right {
  display: flex;
  flex-direction: column;
  padding: 0 10px 20px 10px;
  right: 0;
  height: auto;
  border-left: 1px solid #ededed;
  background-color: rgba(237, 237, 237, 0.3);
}
/* ************* nagyriport *************** */
.nagyriport .article__right.right {
  display: none;
}
.nagyriport {
  position: relative;
}

.article .ad.adi.fullwidth {
  width: 1140px;
}
.connecter__right--title,
.articles__right--title {
  position: relative;
  padding: 5px 20px 5px 60px;
  margin: 20px auto 20px -20px;
  text-transform: uppercase;
  background-color: #555;
}
.article__right.right .egyeb__link {
  width: 100%;
}
.article__right.right .friss__link,
.article--right.right .friss__link {
  margin-bottom: 10px;
  width: 100%;
}
.connecter__right--text {
  padding: 0 15px 15px;
}
.article__right.right .egyeb__text {
  padding: 10px 0;
}
.connecter__right--text,
.article__right.right .egyeb__text {
  position: relative;
}
.article__right.right .authorimg--img {
  display: block;
  border-radius: 90px;
  overflow: hidden;
  background-color: #999;
  margin: 0 auto 10px;
  filter: grayscale(100%);
  object-fit: cover;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  margin: 0 20px;
}
/* .article__right.right .egyeb__text:after,
.article--right.right .egyeb__text:after,
.article--right.right .friss__text:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0px;
  right: 0;
  border-bottom: 1px solid #ededed;
  bottom: 5px;
} */
img.unisel {
  width: 1px;
  height: 1px;
}
.single-article {
  padding: 35px 0 0 0;
  margin: 35px 0;
}
.article--date-holder {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
/* .article--date-holder .publish-date:nth-child(1):last-child {
  margin-left: auto;
} */
.article--left.left {
  padding: 0 5px 27px 0;
}
.article--lead {
  padding: 10px 0;
}
.article .tags {
  justify-content: flex-start;
  align-items: center;
}
.article--figure {
  /* height: 600px; */
  margin: 0 0 20px 0;
}
.article .qfrom {
  height: auto;
  padding: 0 0 27px 0;
  position: relative;
}
.article q {
  /* padding-left: 20px; */
  position: relative;
  display: flex;
}
/* .article q:before {
  left: 0;
  top: 5px;
  bottom: 4px;
  content: "";
  position: absolute;
  display: block;
  background-color: #157efc;
  width: 6px;
} */
.article q:before {
  content: "";
}
.article .qfrom:after {
  content: "";
  position: absolute;
  top: 0;
  right: 70px;
  background-image: url("/js/iconlist/quote.svg");
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  z-index: 9;
}
q::after {
  content: close-quote;
}
.article .qfrom q p {
  padding: 10px 10px 10px 0;
}

.article .qfrom p.from {
  padding: 0;
}
.article .qfrom p.from p {
  padding: 0 0 10px 0;
}
.article .ihold {
  margin: 27px 0;
}
/* body.article div.p.egyeb-text {
  padding: 0 0 27px 0;
} */
.article .ihold iframe {
  width: 100%;
  /* width: -webkit-fill-available;
  width: -moz-available;
  min-height: 400px; */
  /* height: auto; */
}
body.dark.article .article .ihold iframe p,
body.dark.article .article .ihold iframe .text_exposed_root p {
  color: #fff;
}
body.article .article div.p p,
body.article .article div.p p span {
  white-space: pre-line;
  order: 3;
  /* padding: 0 0 27px 0; */
}
body.article .article div.p {
  white-space: pre-line;
  order: 3;
}
/* body.article h2.egyeb-text {

} */
.rovat-tag {
  height: min-content;
  background-color: #fff;
  border: 1px solid;
  margin-right: 5px;
  padding: 2px 5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.inner-shareholder {
  align-items: center;
}
.article .card h2,
body.article .article div.card p {
  color: #fff;
}
.inner-shareholder .article--social-holder {
  margin: 0;
}
.inner-shareholder .article--social-holder .social--container {
  padding: 0;
}
/* .article p {
  padding: 13px 0 27px 0;
} */
/* *************** gallery type top ******************** */

.single-article__title-row--wrapper {
  flex-wrap: wrap;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ededed;
}
.single-article__container:not(.gallery-type) .article--info-holder {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px 10px 10px 0;
  margin: 0 0 10px 0;
}
.single-article__container.gallery-type .article--info-holder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  border-left: 1px solid #ededed;
  padding: 20px;
  width: auto;
}
.gallery-type .article--text-holder {
  padding: 0 20px 0 0;
}
.gallery-type .article--date-holder {
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}

.author--container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gallery-type .article--author-holder {
  width: -webkit-fill-available;
  width: -moz-available;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ededed;
}
.article--social-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #ededed;
  padding: 10px 10px 10px 0;
  margin: 0 0 20px 0;
}
.gallery-type .social--container {
  width: -webkit-fill-available;
  width: -moz-available;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  flex-wrap: wrap;
  align-items: center;
  min-height: 80px;
}
.share-icon {
  fill: rgb(130, 130, 130);
}
a .share-icon.facebook:hover path:nth-of-type(1) {
  fill: #3b5998;
}
a .share-icon.facebook:hover path:nth-of-type(2) {
  fill: #fff;
}
/* a .share-icon.twitter:hover {
  fill: #00acee;
} */
a .share-icon.email:hover {
  fill: #157efc;
}
a .share-icon.link:hover {
  fill: #157efc;
}

/* ****************** velemeny *****************/
.velemeny .author--container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ededed;
}
.velemeny .author--container .author--link::before {
  content: unset;
}
.velemeny .author--image {
  display: block;
  border-radius: 90px;
  overflow: hidden;
  background-color: #999;
  margin: 0 auto 10px;
  filter: grayscale(100%);
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  margin: 0 20px;
}
.single-article__container.velemeny .article--info-holder {
  align-items: flex-start;
}
.single-article__container.velemeny .article--social-holder {
  display: flex;
  border-bottom: unset;
  padding: 20px 0;
  flex-wrap: wrap;
  order: 2;
}
.single-article__container.velemeny .social--container {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  flex-wrap: wrap;
  order: 3;
  /* flex-direction: column; */
}
/* div.p.egyeb-text {
  padding: 0 0 27px 0;
} */
.single-article__container.velemeny .social--container iframe,
.single-article__container.velemeny .social--container .sendmail-icon,
.single-article__container.velemeny .social--container .holder__icon {
  padding: 5px;
}
.velemeny .author--figure {
  position: relative;
}
.author--container .author--link:nth-of-type(1) {
  padding: 0 5px 0 0;
}
.author--container .author--link:not(:nth-of-type(1)) {
  padding: 0 5px;
}
/* .author--container .author--link::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  border: 4px solid #157efc;
  bottom: 5px;
  height: 2px;
} */
.list .velemeny .publish-date,
.search .velemeny .publish-date {
  padding: 10px 0 !important;
}
.list .velemeny .modify-date,
.search .velemeny .modify-date {
  padding: 10px 0 !important;
}
.velemeny .publish-date {
  padding: 0 !important;
}
.velemeny .modify-date {
  padding: 0 !important;
}
.social--container {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px 0;
}
.author--label,
.social--label {
  border-bottom: none;
  width: 100%;
  padding: 0 0 10px 0;
}

/* .egyeb-text p {
  padding: 0 0 27px 0;
} */

.author--link {
  position: relative;
}
.author--link h6 {
  position: relative;
  /* margin: 0 10px 5px 5px; */
}
.inner-authorholder .author--link:nth-of-type(1) h6 {
  padding: 0 5px 0 0;
}
.inner-authorholder .author--link:not(:nth-of-type(1)) h6 {
  padding: 0 5px;
}
.inner-articleholder {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0 10px;
}
.inner-shareholder {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 0 0 27px 0;
  padding: 10px 10px;
  /* background: #157efc; */
}

.inner-shareholder--left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.inner-shareholder--left .inner-authorholder {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
}
.inner-shareholder--left h5 {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.inner-shareholder--right {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.inner-shareholder--right .article--social-holder {
  border-bottom: unset;
}
.inner-articleholder:not(:first-of-type) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: column;
  margin-top: 10px;
  position: relative;
  /* border-bottom: 20px solid #ededed; */
  /* border-top: 2px dashed #ededed; */
  /* padding-top: 20px; */
}
/* .inner-articleholder:after {
  content: "";
  height: 40px;
  background-color: #157efc;
} */
.article .inner-articleholder h2.publicdate-percrol {
  width: max-content;
  padding: 0 5px;
}
.single-article__main-content--content h2 {
  width: auto;
  padding-bottom: 10px;
}
.single-article__title-row--text {
  width: auto;
  padding-bottom: 10px;
}
.art18.art18-hidden {
  display: block;
  visibility: hidden;
  height: 0;
}
.art18:not("art18-hidden") {
  visibility: visible;
  height: auto;
}
.single-article.article.hidden {
  opacity: 0;
}
.single-article.article {
  width: auto;
  overflow: hidden;
  border-bottom: 10px solid #999;
  justify-content: space-around;
  position: relative;
  opacity: 1;
  transition: 400ms opacity ease-in;
}
.single-article:after {
  content: "";
  height: 110px;
  background-color: #efefef;
  width: -webkit-fill-available;
  width: -moz-available;
  margin: 0 0 0 -20px;
  z-index: 2;
}
/* 18as */
.page18 {
  height: calc(100vh - 100px);
  position: relative;
  border-bottom: 10px solid #999;
  margin-bottom: 50px;
}

.fp {
  width: 100%;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page18:after {
  content: "";
  width: 100%;
  height: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #efefef;
}

.page18 div {
  width: 110px;
  height: 110px;
  text-align: center;
  border: 10px solid #157efc;
  border-radius: 50%;
}

.fp p {
  text-align: center;
  padding: 60px 20px;
  max-width: 540px;
}

.fp a,
.fp button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 30px;
  display: block;
  background-color: #157efc;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .fp {
    height: 100vh;
  }
}

/* connected */
body.article .article .connected__holder {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
  padding: 0 0 27px 10px;
  margin: 10px 0;
}
body.article .article .connected__wrapper {
  width: 80%;
  display: flex;
  position: relative;
  flex-direction: row;
}
body.article .article .connected__wrapper:before {
  content: "";
  border: 1px solid #157efc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
body.article .article .connected__figure {
  padding: 0 0 0 10px;
}
body.article .article .connected__figure .connected__image {
  width: 250px;
  height: 150px;
  display: block;
  background-color: #999;
  object-fit: cover;
}
body.article .article .connected__holder--text {
  display: flex;
  flex-direction: column;
  padding: 0 10px 0 20px;
}
body.article .article .connected__link--title {
  text-decoration: none;
}
body.article .article .connected__title {
  position: relative;
  order: 1;
}
body.article .article .connected__lead {
  white-space: pre-line;
  order: 3;
  height: auto;
  padding: 10px 0;
}
/* Lista a cikk elemekben */
ol,
ul,
li {
  list-style: none;
  display: block;
}

body.article .article ul {
  padding: 0 0 27px 35px;
}
body.article .article ul li p {
  padding: 0;
}
body.article .article ul li {
  padding: 0 0 0 20px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

body.article .article ul li:before {
  left: 0;
  top: 10px;
  bottom: 4px;
  content: "";
  position: absolute;
  display: block;
  background-color: #157efc;
  width: 6px;
  height: 7px;
}
/* keretes */
body.article .article div.card {
  margin: 27px 0;
}
body.article .article div.card h2 {
  padding: 5px 20px;
  width: auto;
  background-color: #157efc;
  border: 1px solid #157efc;
}
body.article .article div.card .holder__text {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
body.article .article div.card .holder__text a {
  text-decoration: underline !important;
  color: #157efc !important;
}
body.article .article div.card h2 p {
  padding: 5px 0;
  white-space: pre-line;
  order: 3;
  color: #fff;
}
body.article .article div.card .holder__text p {
  padding: 5px 0;
  white-space: pre-line;
  order: 3;
}
.article--figure {
  position: relative;
}
.article .article--figcaption:not(:empty) {
  position: absolute;
  bottom: 0;
  top: unset !important;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
  display: flex;
  flex-wrap: wrap;
  visibility: visible !important;
  padding: 5px !important;
  width: auto;
}
body.article div.p:not(:empty) :not(p) :not(img) :not(figure) {
  padding: 0 0 27px 0;
}
body.article div.p:not(:empty) > p,
body.article div.p:not(:empty) > :not(p) {
  padding: 0 0 27px 0 !important;
}
body.article div.p.egyeb-text .nsz_art_banner {
  padding: 27px 20px !important;
}
.nsz_art_banner {
  border-top: 2px #157efc solid;
  border-bottom: 2px #157efc solid;
  cursor: pointer;
  display: flex;
  width: auto;
  margin: 0 auto;
  justify-content: start;
  align-items: center;
  white-space: unset;
}
.nsz_art_banner figure {
  max-width: 4.5rem;
  max-height: 4.5rem;
  padding: 0 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.article div.p .nsz_art_banner img {
  padding: 0 !important;
}
.nsz_art_banner p {
  display: flex;
  flex: 1 1 auto;
}
/* cikkfizetokapu */
.cikkfizetokapu {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
}
.cikkfizetokapu .marketing_box {
  border-top: 5px solid rgba(21, 126, 252, 1);
  border-bottom: 5px solid rgba(21, 126, 252, 1);
  padding: 30px 10px 10px;
  /* --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); */
  position: relative;
  /* background-color: rgba(237, 237, 237, 0.3); */
}

.cikkfizetokapu .szerk_text {
  padding: 10px;
}
.cikkfizetokapu .szerk_text ul {
  margin-bottom: 0;
  padding-bottom: 10px !important;
}
.cikkfizetokapu .elofizetes_marketing {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 30px 0 5px;
}
.cikkfizetokapu .elofizetes_marketing .marketing_buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 10px 0;
}

.cikkfizetokapu .elofizetes_marketing .marketing_buttons a {
  height: min-content;
  background-color: #fff;
  border: 1px solid;
  margin-right: 5px;
  padding: 5px 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 15px;
  color: #157efc;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 14px;
}
.cikkfizetokapu .elofizetes_marketing .marketing_buttons a:hover {
  background-color: #157efc;
  color: #fff;
}
.cikkfizetokapu .customer_box {
  padding: 0 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.cikkfizetokapu .customer_link {
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 700;
  color: inherit;
  width: 100%;
  text-align: center;
}
.cikkfizetokapu .customer_link span {
  color: rgba(21, 126, 252, 1);
}
.cikkfizetokapu .customer_link:hover {
  text-decoration: underline;
}
.cikkfizetokapu figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cikkfizetokapu img {
  width: 60px;
  height: 60px;
}
/* .cikkfizetokapu.egyeb-text {
  border: 7px solid rgba(21, 126, 252, 0.8);
  padding: 10px;
  display: flex;
  flex-direction: column;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
} */

/* title */

/* .cikkfizetokapu:before {
  content: "";
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
} */
/* body.dark .cikkfizetokapu:before {
  background-image: linear-gradient(transparent -25%, #3a3a3a);
}
.cikkfizetokapu:before {
  background-image: linear-gradient(transparent -25%, rgba(255, 255, 255, 1));
} */
/* .cikkfizetokapu.egyeb-text:before {
  content: url(/pub/i/micon48.png);
  z-index: 9999999;
  position: absolute;
  overflow: visible;
  width: 48px;
  height: 48px;
  top: -48px;
  left: -7px;
}
.cikkfizetokapu.egyeb-text p:nth-of-type(1) {
  font-size: 1.45rem;
  font-weight: 700;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #eee;
}
.cikkfizetokapu.egyeb-text p {
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 0;
} */
.cikkfizetokapu .elofizetes_marketing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding: 0 10px 10px;
}
.cikkfizetokapu .elofizetes_marketing h3 {
  font-size: 1.45rem;
  font-weight: 700;
  padding: 5px 0 0 0;
  width: 100%;
  margin: 0 0 5px 0;
}
.cikkfizetokapu p {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-bottom: none !important;
  font-family: "Noticia Text";
  white-space: pre-line;
  line-height: 1.7em;
  font-weight: 400;
  color: #000000;
  text-align: center;
  padding: 10px 0;
}
.holder__twitter-btn,
.share-icon.email {
  margin: 0 5px 0 0;
}
.cikkfizetokapu .elofizetes_marketing p a:hover {
  background-color: #fff;
  color: rgba(21, 126, 252, 1);
}
.cikkfizetokapu .elofizetes_marketing p:last-child {
  padding: 25px 0 0;
}
.share-icon:not(.facebook):not(.twitter) {
  /* margin: 0 10px 0 0; */
}
@media screen and (max-width: 1000px) {
  .cikkfizetokapu {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .single-article {
    /* padding: 35px 10px 10px 10px; */
    padding: 35px 0 0 0;
  }
  .cikkfizetokapu.egyeb-text .elofizetes_marketing p:last-child {
    display: flex;
    flex-wrap: wrap;
  }
  .fulltop .single-article__title-row--wrapper {
    flex-direction: column;
  }
  .velemeny.fulltop.single-article__container:not(.gallery-type)
    .article--info-holder {
    border-left: none !important;
    border-top: 1px solid #ededed !important;
    padding: 0 !important;
    margin: 20px 0 0 !important;
    align-items: center;
    justify-content: center;
  }
  body.article .article .connected__holder {
    padding: 0;
  }
  body.article .article .connected__holder--text {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
  }
  body.article .social--container {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    width: auto;
  }
  body.article .nagyriport .social--container {
    padding: 20px !important;
  }
  /* body.article .social--container iframe,
  body.article .social--container .sendmail-icon,
  body.article .social--container .holder__icon {
    width: 40% !important;
    margin: 0 0 20px 0;
  } */
  body.article .inner-shareholder--right .social--container iframe,
  body.article .inner-shareholder--right .social--container .sendmail-icon,
  body.article .inner-shareholder--right .social--container .holder__icon {
    width: unset !important;
    margin: 0 0 20px 0;
  }
  body.article .article--author-holder {
    width: 100%;
    height: 100%;
    padding: 10px 0;
  }
  body.article .nagyriport .article--author-holder {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
  }
  body.article .article--date-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }
  .single-article__container.velemeny:not(.gallery-type) .article--info-holder {
    flex-wrap: wrap;
  }
  .fulltop.single-article__container:not(.gallery-type) .article--info-holder {
    padding: 15px 0 !important;
    margin: 0 !important;
    border-left: none !important;
    border-top: 1px solid #ededed !important;
  }
  .article--figure {
    height: auto;
  }
  .article--social-holder {
    margin: 0;
  }
  .article--date-holder .publish-date:nth-child(1):last-child {
    margin-right: 0;
    margin-left: unset;
  }
  .social--label {
    text-align: center;
  }
  .mobile__news-type-selection {
    margin: 0 0 10px 0;
  }
  .velemeny.fulltop .article--date-holder {
    border-bottom: none;
  }
  .single-article__container.velemeny:not(.gallery-type)
    .article--author-holder {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
  }
  .single-article__container.velemeny:not(.gallery-type) .article--date-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .single-article__container.velemeny:not(
      .gallery-type
    ).article--social-holder {
    display: flex;
    border-bottom: unset;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
  }
  .single-article__container.velemeny .article--social-holder {
    padding: 10px 0 0 0;
    border-top: 1px solid #ededed;
    width: 100%;
  }
  .single-article__container.velemeny .social--container {
    width: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .velemeny .author--image {
    width: 80px;
    height: 80px;
  }
  .velemeny .author--container {
    align-items: baseline;
  }
  .gallery-type .single-article__title-row--wrapper {
    flex-wrap: wrap;
  }
  body.article .article.gallery {
    padding: 0;
  }
  .single-article__container.gallery-type .article--info-holder {
    padding: 20px 0;
    border-left: none;
  }
  .showme .box .copyinfo:not(:empty),
  .showme .box:not(:empty) {
    line-height: 22px !important;
  }
  /* nagyriport */
  .nagyriport .single-article__title-row--wrapper {
    min-height: 70vh;
    margin: 0 0 40px 0;
    height: auto;
  }
  .nagyriport .article--figure {
    position: absolute;
    width: -webkit-fill-available;
    width: -moz-available;
    /* max-height: 500px; */
    height: 100%;
  }
  .single-article__container {
    /* padding: 0 15px; */
    /* width: -webkit-fill-available;
    width: -moz-available; */
  }
  .article .ihold iframe {
    min-height: unset;
  }
  .nagyriport .article--text-holder {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding: 20px;
  }
  .nagyriport .section--nagyriport {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .single-article__container.nagyriport:not(.gallery-type)
    .article--info-holder {
    margin: 0;
    height: auto;
    position: relative;
    width: auto;
  }
  .single-article__container.gallery-type .article--info-holder {
    align-items: baseline;
  }
  .nagyriport .article--author-holder {
    height: 100%;
  }
  .nagyriport .article--date-holder {
    border-right: none;
    padding: 20px 0 0 20px;
  }
  .nagyriport .article--social-holder {
    position: relative;
    width: auto;
    margin: 0;
    border-top: 1px solid #ededed;
    padding: 20px 0;
  }

  .nagyriport .social--label {
    padding-left: 39px;
  }

  .nagyriport .single-article__main-content--content {
    width: auto;
  }
  .single-article:after {
    margin: 15px 0 0 -20px;
  }
  body.article .article .connected__wrapper {
    flex-direction: column;
    padding: 0 15px;
  }
  .author--container .author--link:nth-of-type(1) {
    padding: 0 5px;
  }
  body.article .article .connected__figure .connected__image {
    width: 100%;
    height: 225px;
  }
  /* .holder__twitter-btn {
    width: 40% !important;
  } */
}
