/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[4]!./assets/scss/sqr-bw/extensions/tx_news.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Colours */
:root {
  --bs-lightgreen: #EEEFB1;
  --bs-iconfont: md-icons;
  --bs-font-icons: md-icons;
  --bs-fontsansserif: Open Sans;
  --bs-darkorange: #D94C12;
  --bs-darkerorange: #890C00;
  --bs-darkgreen: #81B622;
  --border-radius: 10px;
  --bs-hoverbg: #f4f4f4;
  --bs-check-radio-bg: #F7FBFD;
  --bs-input-btn-focus-color: rgba(0,75,110,0.7);
  --bs-almostwhite: #F1F2F3;
  --bs-darkgreen: #81B622;
  --bs-darkerblue: #005E9A;
  --bs-darkblue: #06688F;
  --bs-blue: #0099c6;
  --bs-lightblue: #5EC4E1;
  --bs-lighterblue: #D5ECF4;
  --bs-gray-450: #dadada;
  --bs-gray-200: #F1F2F3;
  --bs-gray-300: rgba(0, 0, 0, 0.15);
  --bs-gray-350: #B5C6C9;
  --bs-gray-900: #212529;
  --bs-gray-600: rgba(0, 0, 0, 0.54);
  --bs-gray-800: #393D41;
  --bs-gray-dark: rgba(0, 0, 0, 0.54);
  --bs-lightgray: #f4f4f4;
  --bs-gray: rgba(0, 0, 0, 0.15);
  --bs-orangelighter: #FFF59B;
  --bs-orangelight: #FFCC00;
  --bs-primary-rgba50: rgba(0, 94, 154, .5);
  --bs-primary-rgba100: rgba(0, 94, 154, 1);
  --bs-sqr-yellow: #FFCC00;
}

/* Buttons */
.news .pager-navi li {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-right: 1rem;
  margin-bottom: 8px;
}
.news .pager-navi li a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.news .pager-navi li.active a {
  z-index: 3;
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.news .pager-navi li.previous a, .news .pager-navi li.next a {
  border-color: transparent;
}
.news p.tb-text__top {
  color: var(--bs-primary);
  font-size: 14px;
  margin-bottom: 10px;
}
.news .extra {
  color: var(--bs-darkblue);
  font-size: 16px;
  margin-bottom: 20px;
}
.news .lead {
  font-size: 1.125rem;
  font-weight: 500;
}
.news h3 {
  font-size: calc(1.2625rem + 0.15vw);
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .news h3 {
    font-size: 1.375rem;
  }
}
.news .teaser-box__text p,
.news .teaser-box-news__text p {
  font-size: 1rem;
  line-height: 1.625rem;
}
.news .news-list-image {
  --bs-aspect-ratio: calc(4 / 6 * 100%);
  position: relative;
  overflow: hidden;
}
.news .news-list-image::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.news .news-list-image img {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.news .tb-text-source {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.news .tb-text-link {
  display: none;
}
@media (min-width: 768px) {
  .news .tb-text-link {
    display: block;
    color: #005E9A;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #005E9A;
    text-align: center;
    line-height: 50px;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news .tb-text-link i {
    display: inline-block;
  }
  .news .tb-text-link i::before {
    display: inline-block;
    transform: translateX(50%);
    transition: all 0.2s ease-in-out;
  }
  .news .tb-text-link i::after {
    display: inline-block;
    content: "\e909";
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out;
  }
}
.news .teaser {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid var(--bs-lightgray);
  min-height: 200px;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.news .teaser:hover {
  background-color: #f4f4f4;
}
.news .teaser:hover .tb-text-link {
  background-color: #f4f4f4;
  border: 1px solid #005E9A;
}
.news .teaser:hover .tb-text-link i::before {
  transform: translateX(48%);
}
.news .teaser:hover .tb-text-link i::after {
  transform: translateX(-20%);
}
@media (min-width: 768px) {
  .news .teaser {
    padding-right: 4.375rem;
  }
}
.news .teaser:first-of-type {
  margin-top: -0.25rem;
}
.news .teaser:last-of-type {
  border-bottom: none;
}
.news .news-list-view .news-list-item {
  position: relative;
  border-bottom: 1px solid var(--bs-bordergray);
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  align-items: center;
}
@media (min-width: 768px) {
  .news .news-list-view .news-list-item {
    padding-right: 4.375rem;
  }
}
.news .news-list-view nav.pager-navi {
  margin-top: 1.875rem;
}
.news.news-single h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .news.news-single h1 {
    font-size: 2.25rem;
  }
}

.news.news-single h1 + div.news,
.news.news-single .h1 + div.news {
  margin-top: 3rem;
}

.news.news-single .article .mb-40:not(.lead) {
  margin-bottom: 15px;
}
.news.news-single .article .mb-40:not(.lead) .caption {
  line-height: 1;
}
@media (min-width: 768px) {
  .news.news-single .article .mb-40:not(.lead) {
    float: right;
    max-width: 45%;
    margin-left: 15px;
  }
}
