.internal-header {
  .navbar-expand-lg {
    background: #00051224;
  }

  .custom-container {
    margin-bottom: 5px !important;
  }

  .navbar-brand img {
    width: 70px;
    height: auto;
  }

  .region.region-nav-branding {
    display: flex;
    height: 70px;
    margin: auto;
    width: 70px;
  }
}


.page-node-type-news .node--view-mode-full .field--name-field-news-image {
  margin-bottom: 20px;
}





div#block-sidansubtheme-page-title {
  h1 {
    border-bottom: 6px double #670000;
    padding-bottom: 12px;
    position: relative;
    display: flex;
    margin-bottom: 30px;
  }
}


.path-node div#block-sidansubtheme-page-title {
  background: #670000;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 12px solid #c89f00;
}

.path-node div#block-sidansubtheme-page-title h1 {
  color: #fff;
  max-width: 1240px;
  margin: auto;
  margin-top: 20px;
  font-size: 30px;
}

div#block-sidansubtheme-page-title {
  position: relative;
}

.path-node div#block-sidansubtheme-page-title h1::before {
  content: "";
  position: absolute;
  inset-inline-end: 3.2rem;
  bottom: -18px;
  width: 130px;
  height: 42px;
  background-color: #a31921;
  transform: skewX(-22deg);
  opacity: 0.45;
  pointer-events: none;
}

.path-node div#block-sidansubtheme-page-title h1::after {
  content: "";
  position: absolute;
  inset-inline-end: 4.9rem;

  bottom: -26px;
  width: 130px;
  height: 42px;
  background-color: #e2c253;

  transform: skewX(-22deg);
  opacity: 0.45;
  pointer-events: none;
}

.page-node-type-events {
  .field--name-field-location {
    margin-top: 10px;
  }

  .field--name-body {
    padding: 10px;
    border: 1px dashed;
    margin-top: 12px;
  }
}


article.node.custom-container.node--view-mode-full {
  padding-bottom: 40px;
}


.page-node-type-page    .field--name-body{
    ul{
        margin-inline: 0;
        padding: 0;
    }
    ul li {
        padding:10px;
        border-radius:4px;
        margin-bottom:10px;
        align-items: center;
        display: flex;
        list-style: none;
        padding-inline-start: 30px;
        align-items: flex-start;
        font-size: 20px;
    }

        ul li:nth-child(odd) {
        background: #d2ad3454;
        padding:10px;
        border-radius:4px;
        margin-bottom:10px;
    }

    ul li:nth-child(even) {
        background: #d2ad3424;
        padding:10px;
        border-radius:4px;
        margin-bottom:10px;
    }

    ul li *{
     
        margin-inline-start: 50px;
    }

    
    ul li::before {
        content: "";
        background: #670000 !important;
        /* color: #670000; */
        width: 12px;
        height: 12px;
        min-width: 12px;
        min-height: 12px;        
        display: inline-block;
        margin-inline-end: 10px;
        border-radius: 4px;
        margin-top: 6px;
    }

    
}


 
