/* 30px -> 40px */
/* 60px -> 80px */
/* 90px -> 120px */
/* 120px -> 160px */
/* 20px -> 130px */
/* 10px -> 50px */
/* 24px -> 80px */
/* 40px -> 50px */
.news_full {
  background: #ffffff;
}
.news_full .newsheader {
  background: #001524;
  color: #ffffff;
  padding-top: 8em;
  padding-bottom: 6em;
}
.news_full .newsheader .inside {
  width: 85%;
  max-width: 1440px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(30em, 1fr) minmax(20em, 1fr);
  gap: 4em;
}
@media (max-width: 767px) {
  .news_full .newsheader .inside {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.news_full .newsheader figcaption {
  display: none;
}
.news_full .newsheader figure img {
  border-radius: 4px;
}
.news_full .newsheader .ce_headline {
  padding-block: 0;
  background-color: transparent;
}
@media (min-width: 1350px) {
  .news_full .newsheader {
    padding-top: 10em;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  .news_full .newsheader .inside {
    width: 95%;
    margin-right: 0;
    grid-template-columns: minmax(20em, 1fr) minmax(20em, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .news_full .newsheader .inside {
    gap: 2em;
  }
}
@media screen and (max-width: 820px) {
  .news_full .newsheader {
    padding-bottom: 2em;
  }
  .news_full .newsheader .inside {
    grid-template-columns: 1fr;
  }
  .news_full .newsheader figure img {
    max-width: 30em;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .news_full .newsheader .inside {
    margin: 0;
  }
}
.news_full .news-body {
  width: 85%;
  max-width: 1440px;
  margin-inline: auto;
  display: grid;
}
@media (max-width: 767px) {
  .news_full .news-body {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.news_full .news-content {
  width: 65%;
  max-width: 820px;
  margin-inline: auto;
  width: 100%;
  container-type: inline-size;
  container-name: newscontent;
}
@media (max-width: 767px) {
  .news_full .news-content {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.news_full .news-content .notice {
  margin-inline: auto;
  margin-top: 5em;
  margin-bottom: 3em;
  padding: 1.25em;
  border-radius: 0.5em;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1em;
}
.news_full .news-content .notice p, .news_full .news-content .notice a {
  font-family: "graphit", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1rem;
  /* 16px -> 16px */
}
.news_full .news-content .notice svg {
  width: 1.5em;
  height: auto;
  flex-shrink: 0;
}
.news_full .news-content .notice svg path {
  fill: #001524;
}
.news_full .news-content > *:not(:first-child) {
  padding-top: 0;
  padding-bottom: 3.3333333333em;
}
.news_full .news-content > * > .inside {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}
@media screen and (max-width: 1024px) {
  .news_full .news-body {
    grid-template: auto / auto;
    grid-template-columns: 1fr;
  }
  .news_full .sidebar {
    order: 2;
  }
  .news_full .news-content {
    margin-inline: 0;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .news_full .news-content {
    padding-inline: 0;
  }
}
@media screen and (min-width: 1025px) {
  .news_full .news-body {
    grid-template-columns: minmax(15em, 2fr) minmax(28em, 5fr);
    gap: 2em;
  }
  .news_full .sidebar {
    margin-top: 5em;
  }
}
.news_full .newsheader .text {
  align-self: end;
  align-self: center;
}
.news_full .newsheader .ce_headline {
  margin-bottom: 1em;
}
.news_full .newsheader .ce_headline h1 {
  font-family: "graphit", verdana, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  color: #131F25;
  margin-top: 1.5em;
  margin-bottom: 1.25em;
  font-size: clamp(2.0625rem, 1.398rem + 1.833vw, 3.4375rem);
  /* 33px -> 55px */
  color: #ffffff;
}
.news_full .newsheader .ce_headline h1:first-child {
  margin-top: 0;
}
.news_full .newsheader .ce_headline h1:last-child {
  margin-bottom: 0;
}
.news_full .newsheader ul.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
.news_full .newsheader ul.info li {
  font-family: "graphit", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 0.9rem;
  /* 14px -> 14px */
}
.news_full .newsheader ul.info .author .label {
  color: #aaa8a8;
}
.news_full .newsheader ul.info .time {
  grid-area: time;
}
.news_full .newsheader ul.info .time::after {
  content: "|";
  display: inline-block;
  padding: 0 0.7em 0 0.5em;
}
.news_full .newsheader ul.info .reading {
  grid-area: reading;
  display: flex;
  align-items: center;
}
.news_full .newsheader ul.info .reading::after {
  content: "|";
  display: inline-block;
  padding: 0 0.7em 0 0.5em;
}
.news_full .newsheader ul.info .reading .clock {
  width: fit-content;
}
.news_full .newsheader ul.info .reading .clock svg {
  margin-top: 0.35em;
  margin-right: 0.4em;
  fill: #eeeeee;
  stroke: #eeeeee;
  transform-origin: left;
  width: 1.2em;
  height: 1.2em;
}
.news_full .newsheader ul.info .reading .clock svg circle {
  transform: scale(0.16);
}
.news_full .newsheader ul.info .reading #face {
  stroke: #000000;
  stroke-width: 2px;
  fill: #ffffff;
}
.news_full .newsheader ul.info .reading #hourH, .news_full .newsheader ul.info .reading #minuteH, .news_full .newsheader ul.info .reading #secondH, .news_full .newsheader ul.info .reading #secondT {
  stroke: #000000;
  stroke-linecap: round;
  transform: scale(0.16);
}
.news_full .newsheader ul.info .reading #hourH {
  stroke-width: 3px;
}
.news_full .newsheader ul.info .reading #minuteH {
  stroke-width: 2px;
}
.news_full .newsheader ul.info .reading #secondH {
  stroke-width: 1px;
}
.news_full .sidebar-content {
  position: sticky;
  top: 4em;
}
@media (min-width: 1350px) {
  .news_full .sidebar-content {
    top: 7em;
  }
}
.news_full .sidebar {
  margin-bottom: 5em;
}
.news_full .sidebar div.tags p, .news_full .sidebar div.syndication p {
  font-family: "graphit", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1rem;
  /* 16px -> 16px */
  font-weight: 700;
  color: #001524;
  margin-bottom: 0.5em;
}
.news_full .sidebar ul.categories {
  margin-bottom: 1em;
}
.news_full .sidebar ul.categories li {
  font-family: "graphit", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1rem;
  /* 16px -> 16px */
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0.5em;
  color: #a1a1a1;
}
.news_full .sidebar ul.social {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.news_full .sidebar ul.social li {
  width: 1.5em;
  height: 1.5em;
}
.news_full .sidebar ul.social li svg {
  transition: fill 0.3s ease;
  width: 100%;
  height: auto;
  fill: #333334;
}
.news_full .sidebar ul.social li a:hover svg {
  fill: #F9A27D;
}
.mod_newsreader .prevnext {
  width: 85%;
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .mod_newsreader .prevnext {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.mod_newsreader .prevnext ul {
  display: flex;
  flex-direction: row;
  gap: 2em;
  justify-content: space-between;
}
.mod_newsreader .prevnext ul .link {
  display: block;
}
.mod_newsreader .prevnext ul svg {
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: 0.3em;
}
.mod_newsreader .back {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Fvhug-technologies.de%2Fhttpdocs%2Fvendor%2Fvonheldenundgestalten%2Fvhugtech-bundle%2Fpublic%2Fcss%2Fnews%2Fnews_full.scss%22%2C%22var%2Fwww%2Fvhosts%2Fvhug-technologies.de%2Fhttpdocs%2Fvendor%2Fvonheldenundgestalten%2Fvhugtech-bundle%2Fpublic%2Fcss%2Fnews%2F..%2Fincludes%2F.%2F_mixins.scss%22%2C%22var%2Fwww%2Fvhosts%2Fvhug-technologies.de%2Fhttpdocs%2Fvendor%2Fvonheldenundgestalten%2Fvhugtech-bundle%2Fpublic%2Fcss%2Fnews%2F..%2Fincludes%2F.%2F_typography.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACLJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADWI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEpJR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAFsJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAahB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuSI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%22%7D */