/* NEWS */
.WS7Content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 400px !important;
  border: 1px solid grey;
  margin: 0 auto; }

.separator {
  display: none; }

/* SIDEMENUE LEFT */
.infoVertical {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0px;
  line-height: 1.6rem;
  position: -webkit-sticky;
  position: sticky;
  top: 1%;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  z-index: 10;
  /* text-orientation: upright; */
  /* text-orientation: sideways-right; */
  /* text-orientation: sideways;
  text-orientation: use-glyph-orientation; */
  text-transform: uppercase; }

.gridAreaNews {
  background-color: #ffffff;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 70px minmax(max-content, max-content) auto;
  grid-template-columns: minmax(0, 30px) minmax(0, 1fr) 50px;
  grid-gap: 0px;
  max-width: 380px !important;
  min-width: 0;
  /* NEW */
  grid-template-areas: 'head head head' 'side-l main side-r' 'foot foot foot'; }
  .gridAreaNews > * {
    background-color: transparent; }
  .gridAreaNews .header {
    grid-area: head;
    align-self: center;
    justify-self: center;
    z-index: 2;
    top: 1%; }
  .gridAreaNews .header img {
    z-index: 1;
    margin: 0 auto;
    width: 200px;
    min-width: 160px;
    max-width: 220px; }
  .gridAreaNews .sidebar-l {
    z-index: 22;
    grid-area: side-l;
    justify-self: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-right: 0;
    margin-top: 0.1rem;
    min-width: 0;
    max-width: 100%;
    display: none; }
  .gridAreaNews .sidebar-r {
    grid-area: side-r;
    justify-self: left;
    justify-self: right;
    max-width: 50px; }
  .gridAreaNews .main-content {
    background-color: yellow;
    grid-area: main;
    height: 100%;
    width: 100%;
    margin-right: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    justify-self: center; }
  .gridAreaNews .hero {
    display: none; }
  .gridAreaNews .footer {
    grid-area: foot;
    background-color: #dfdfdf;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: auto;
    padding-top: 2rem; }

.grid-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  animation: myopacity 3s;
  cursor: pointer; }

@keyframes myopacity {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }

.grid-item:hover {
  opacity: 0.8; }

.grid-item h3 {
  font-size: 0.8rem;
  text-shadow: 2px 2px 8px #000;
  text-transform: uppercase;
  opacity: 1;
  overflow-wrap: break-word;
  overflow: auto;
  padding-bottom: 10px; }

.grid-item a:link,
.grid-item a:visited {
  color: white; }

.flexNews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: auto; }

.flexNews .colNews img {
  width: 100%;
  height: auto; }

.flexNews .colNews {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0; }

.flexNews .colNews .btnNews {
  align-self: flex-start;
  margin-top: 0; }

.flexNews {
  flex-wrap: wrap; }

/* Taken from news.html style */
/* Slideshow container */
.slideshow-container {
  display: none; }

.news_about p {
  padding-bottom: 1rem;
  text-align: left; }
