----post------ */



.body-container--blog-post .blog-index__post.blog-index__post--small {
  margin-bottom: 0;
}

.post_banner {
  margin-bottom: 5rem;
  position: relative;
}

.post-featured-image {
  background-position: bottom center;
  background-size: cover;
  height: 50rem;
  width: 100%;
}

.post-featured-image.position-center {
  background-position: center center;
}

.post-featured-image.position-top {
  background-position: top center;
}

.post_container {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.post_text-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5rem 0;
  width: 100%;
}

.post_inner .headline {
  color: white;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.bottom-wrapper {
  color: #9c3;
  font-weight: 700;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.2;
}

.category {
  text-transform: uppercase;
}

.post_banner::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.blog-post {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cb_textelement {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 3rem;
  justify-content: left;
}

.post_content h1 {
  color: #1b2227;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: left;
}

.cbb_textelement {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 3rem;
  justify-content: left;
}

.post_text {
  text-align: left;
}

.post_text p {
  margin: 0 0 2rem 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.blog-comments {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 3rem;
  justify-content: left;
}

.blog-index__post.blog-index__post--small {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 3rem;
}



.news_entry {
  margin-bottom: 5rem;
}

.image_container img {
    width: 437px !important;
    height: 260px !important;
    object-fit: cover !important;
}

.text_container {
  margin-bottom: 3rem;
}

.content-date {
  display: block;
  margin: 0.5rem 0 1rem;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

.text_container h3 {
  margin-bottom: 0;
  font-size: 2.1rem;
  color: #1b2227;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem 0;
}

.category {
  color: #9c3;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.text_container p {
  margin: 0 0 2rem 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

.more {
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 0.3s ease;
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

.more svg {
  width: 1rem;
  fill: #9c3;
  margin-left: 1rem;
  transition: margin-left 0.3s ease;
  height: 2.5rem;
}

.news_entry a:hover .more {
  color: #9c3;
}

.news_entry a:hover .more svg {
  margin-left: 1.5rem;
}

.blog-index__post.blog-index__post--small {
  flex: 0 0 100%;
  max-width: 100%;
}

.post_col {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.post_row {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 3rem;
}
.subline {
  text-align: left;
  color: #9c3;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.post_banner {
  position: relative;
  margin-bottom: 5rem;
}

.bottom-wrapper .content-date {
  color: #9c3;
  font-weight: 700;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0px;
}

.bottom-wrapper .category {
  color: #9c3;
  font-weight: 700;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0px;
}

.actions {
  text-align: center;
}

.body-container--blog-index,.dnd-section .dnd-column{
  padding:0px;
}

.listing-accordion .toggler {
  background-image: url(//25467376.fs1.hubspotusercontent-eu1.net/hubfs/25467376/raw_assets/public/Agilox_April2022/images/arrow_down.svg);
}

.listing-accordion .arrow-up {
  background-image: url(//25467376.fs1.hubspotusercontent-eu1.net/hubfs/25467376/raw_assets/public/Agilox_April2022/images/arrow_up.svg);
}

.body-container--blog-index .small-category-sidebar, .body-container--blog-index .sidebar {
  padding: 0 15px;  
}

.listing-accordion .download a:hover {
    color: #c0df82;
}

@media (min-width: 576px){
  .post_container {
    max-width: 540px;
  }
  .post_text-wrapper {
    padding: 10rem 0 15rem;
  }
} 

@media(min-width:768px){
  .post_container {
    max-width: 720px;
  }
  .post_inner .headline {
    font-size: 5rem;
    max-width: 70%;
  }
  .post_content h1 {
    font-size: 3.5rem;
  }
  .text_container h3{
    font-size: 2.5rem;
  }
  .blog-index__post.blog-index__post--small {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .subline {
    font-size: 2.5rem;
  }
}

@media(min-width:992px){
  .post_banner {
    margin-bottom: 10rem;
  }
  .post_container {
    max-width: 960px;
  }
  .post_inner .headline {
    font-size: 6.5rem;
  }
  .post_content h1 {
    font-size: 4.5rem;
  }
  .text_container h3{
    font-size: 3rem;
  }
}

@media(min-width:1200px){
  .post_container {
    max-width: 1400px;
  }
}