body {
    background-color: #fefefe;
    color: #202020;
}

.region-content {
  padding: 180px clamp(40px, 15vw, 140px) 70px clamp(40px, 15vw, 140px);
}

.page-title {
  font-size: clamp(54px, 5vw, 76px);
  line-height: clamp(64px, 5.55vw, 84px);
  font-weight: 400;
  margin-bottom: 30px;
}

.region-content .node__content {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.region-content .field--name-body {
    width: calc(70vw - 2 * clamp(40px, 15vw, 140px) - 50px);
    flex-shrink: 0;
}

.field--name-field-news-image {
    width: 35vw;
    height: 27vw;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 80px;
    cursor: pointer;
}

.region-content .field--name-field-news-image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

#block-enertef-theme-newsdetailsgallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 7;
    overflow: hidden;
    /*display: none;*/
}

#block-enertef-theme-newsdetailsgallery .field--name-body {
    width: 100%;
    height: 100%;
}

.gallery-wrapper {
    width: 100%;
    height: 100%;
}
.gallery-content {
    width: 100%;
    height: 100%;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
}

.gallery-close-button {
    position: absolute;
    top: 100px;
    right: 50px;
    color: #202020;
    background-color: transparent;
    border: none;
}

.gallery-image {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   margin-bottom: 0px!important;
}

.region-content h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 20px;
}

.region-content h3 {
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 20px;
}

.region-content h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
}

.region-content h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}

.region-content h6 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

.region-content .field--name-body img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.region-content .field--name-body p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.region-content .field--name-body ul {
  margin-bottom: 20px;
    list-style-type: disc;
}

.region-content .field--name-body li {
    margin-left: 21px;
  margin-bottom: 10px;
   font-size: 16px;
  line-height: 22px;
}

.region-content .field--name-body a {
  text-decoration: underline;
  display: inline;
  color: #EE597E;
}

.region-content .field--name-body strong, .region-content  .field--name-body b {
  font-weight: 700;
}

.region-content .field--name-body em, .region-content .field--name-body i  {
  font-style: italic;
}

.region-content .field--name-body ol {
    list-style-type: lower-alpha;
}

.region-content .field--name-body blockquote {
    font-style: italic;              /* Italic text */
    margin: 20px 0;                 /* Spacing around the blockquote */
    padding: 10px 20px;             /* Padding inside the blockquote */
    border-left: 4px solid #ccc;    /* Left border for emphasis */
    color: #555;                    /* Dark gray text color */
    quotes: "“" "”" "‘" "’";         /* Custom quotes */
}

.region-content .field--name-body blockquote:before {
    content: open-quote;            /* Opening quote before blockquote */
}

.region-content .field--name-body blockquote:after {
    content: close-quote;           /* Closing quote after blockquote */
}

.region-content .video-container:last-of-type {
    margin-bottom: 30px;
}

.region-content .video-container:last-of-type a {
    font-size: 20px;
    line-height: 24px;
}

.footer-social-links-list-item-icon path {
    fill: #202020;
}

.footer-custom {
    border-color: #202020;
}

.custom-menu[is-open="false"] ~ .menu-text {
    color: #202020;
}

.hamburger-menu-line {
    background-color: #202020;
}

.main-menu-wrapper .menu-item, .custom-menu-main-content .social-links  {
    color: #ffffff;
}

.main-menu-column-link {
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .region-content {
      padding: 140px clamp(40px, 15vw, 140px) 70px clamp(40px, 15vw, 140px);
    }
    .node--type-news .node__content {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .region-content .field--name-body {
        order: 1;
        width: calc(100vw - 2 * clamp(40px, 15vw, 140px));
    }
    .field--name-field-news-image {
        width: 100%;
        height: calc((100vw - 30vw) / 16 * 9);
        margin-bottom: 25px;
    }
}


@media only screen and (max-width: 769px) {
    .region-content {
      padding: 100px clamp(40px, 11vw, 140px) 70px clamp(40px, 11vw, 140px);
    }
    .field--name-body {
        width: calc(100vw - 120px);
    }
     .field--name-field-news-image {
        height: calc((100vw - 120px) / 16 * 9);
    }
    .gallery-close-button {
        position: absolute;
        top: 40px;
        right: 20px;
        color: #202020;
        background-color: transparent;
        border: none;
    }
}

@media only screen and (max-width: 500px) {
    .field--name-field-news-banner img {
      width: calc(100vw - 80px);
    }
    .field--name-body {
        width: calc(100vw - 80px);
    }
    .field--name-field-news-image {
        height: calc((100vw - 80px) / 16 * 9);
    }
}

@media only screen and (max-width: 480px) {
  .page-title {
   font-size: 34px;
   line-height: 38px;
  }
}



