@charset "UTF-8";
/**
Calculate rem
*/
.c-overviewNews--news, .c-overviewNews--coalitions {
  background-color: #EBF9FF;
}
.c-overviewNews--programs, .c-overviewNews--custom {
  background-color: #ffffff;
}
.c-overviewNews__title {
  color: #082452;
  margin: 0 0 35px;
}
.c-overviewNews-filters {
  margin-bottom: 10px;
  background-color: #EBF9FF;
  color: #024995;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media (min-width: 768px) {
  .c-overviewNews-filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-overviewNews-filters--tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .c-overviewNews-filters--tags {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-overviewNews-filters fieldset {
  display: inline-block;
}
.c-overviewNews-filters input {
  margin-right: 5px;
}
.c-overviewNews-filters legend {
  word-break: break-word;
  padding: 10px 20px;
  color: #082452;
  font-weight: 700;
  border-radius: 20px;
  cursor: pointer;
  width: auto;
  border: 2px solid #082452;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-overviewNews-filters legend span {
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #082452;
}
@media (min-width: 992px) {
  .c-overviewNews-filters legend span {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .c-overviewNews-filters legend span {
    font-size: 0.875rem;
  }
}
.c-overviewNews-filters legend i {
  margin-left: 5px;
}
.c-overviewNews-filters legend:hover, .c-overviewNews-filters legend:focus {
  background-color: #ffffff;
  text-decoration: underline;
}
.c-overviewNews-filters--kia legend span {
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #082452;
  font-family: "Barlow SemiBold", sans-serif;
  color: #1C284A;
}
@media (min-width: 992px) {
  .c-overviewNews-filters--kia legend span {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .c-overviewNews-filters--kia legend span {
    font-size: 0.875rem;
  }
}
.c-overviewNews-filters .dropdowned {
  background-color: #082452 !important;
  color: #ffffff !important;
}
.c-overviewNews-filters .dropdowned span {
  color: #ffffff !important;
}
.c-overviewNews-filters .dropdowned i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-overviewNews-filters-items {
  font-size: 1rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  display: none;
  position: absolute;
  word-break: break-word;
  background: #EBF9FF;
  border: 2px solid #082452;
  border-radius: 20px;
  padding: 20px 25px 10px 25px;
  color: #024995;
  margin-top: 55px;
  width: 100%;
  top: 10px;
  left: 0;
  z-index: 99;
}
@media (min-width: 768px) {
  .c-overviewNews-filters-items {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.c-overviewNews-filters-items--kia {
  font-size: 1rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  font-family: "Barlow Regular", sans-serif;
  color: #1C284A;
}
.c-overviewNews-filters-items-item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-overviewNews-filters-items-item__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-overviewNews-filters-items-item__label {
  color: #082452;
  display: block;
  position: relative;
  padding: 10px 0 10px 25px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #082452;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-overviewNews-filters-items-item__label--checkmark {
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  height: 15px;
  width: 15px;
  border: 2px solid #082452;
}
.c-overviewNews-filters-items-item__label--checked span:after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  top: 1px;
  width: 9px;
  height: 9px;
  border-width: 4px;
  background-color: #024995;
}
.c-overviewNews-filters-items-item input:hover ~ label, .c-overviewNews-filters-items-item input:focus ~ label {
  text-decoration: underline;
}
.c-overviewNews-filters-items hr {
  margin: 10px 0;
}
.c-overviewNews-filters-items hr:last-child {
  opacity: 0;
  margin: unset;
}
.c-overviewNews-filters__submit {
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #082452;
  word-break: break-word;
  background-color: #024995;
  color: #ffffff !important;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  width: auto;
  border: 1px solid #024995;
  margin: 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .c-overviewNews-filters__submit {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .c-overviewNews-filters__submit {
    font-size: 0.875rem;
  }
}
.c-overviewNews-filters__submit:hover, .c-overviewNews-filters__submit:focus {
  color: #ffffff;
  background-color: #082452;
  border: 1px solid #082452;
  text-decoration: underline;
}
.c-overviewNews-filters__submit--kia {
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #082452;
  font-family: "Barlow SemiBold", sans-serif;
  color: #1C284A;
}
@media (min-width: 992px) {
  .c-overviewNews-filters__submit--kia {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .c-overviewNews-filters__submit--kia {
    font-size: 0.875rem;
  }
}
.c-overviewNews-filters-sorter {
  position: relative;
  padding: 10px 0;
  margin-left: 1px solid #D6E4ED;
}
@media (min-width: 992px) {
  .c-overviewNews-filters-sorter {
    -webkit-box-flex: 200px;
        -ms-flex: 200px 0 0px;
            flex: 200px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-overviewNews-filters-sorter-top {
  display: inline-block;
  position: relative;
  color: #082452;
  word-break: break-word;
  width: auto;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-overviewNews-filters-sorter-top i {
  margin-left: 10px;
  pointer-events: none;
}
.c-overviewNews-filters-sorter-top__title {
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #082452;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .c-overviewNews-filters-sorter-top__title {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .c-overviewNews-filters-sorter-top__title {
    font-size: 0.875rem;
  }
}
.c-overviewNews-filters-sorter-top__title--kia {
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #082452;
  font-family: "Barlow SemiBold", sans-serif;
  color: #1C284A;
}
@media (min-width: 992px) {
  .c-overviewNews-filters-sorter-top__title--kia {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .c-overviewNews-filters-sorter-top__title--kia {
    font-size: 0.875rem;
  }
}
.c-overviewNews-filters-sorter-top:hover, .c-overviewNews-filters-sorter-top:focus {
  text-decoration: underline;
}
.c-overviewNews-filters-sorter .toggled-open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-overviewNews-filters-sorter-select {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background: #EBF9FF;
  border: 2px solid #082452;
  border-radius: 20px;
  color: #024995;
  z-index: 1;
}
.c-overviewNews-filters-sorter-select__option {
  font-size: 1rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  color: #082452;
  padding: 15px 15px 15px 35px;
  position: relative;
  min-width: 260px;
  cursor: pointer;
}
.c-overviewNews-filters-sorter-select__option:hover, .c-overviewNews-filters-sorter-select__option:focus {
  text-decoration: underline;
}
.c-overviewNews-filters-sorter-select__option--kia {
  font-size: 1rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  font-family: "Barlow Regular", sans-serif;
  color: #1C284A;
}
.c-overviewNews-filters-sorter-select__option.checked:after {
  content: "✓";
  position: absolute;
  top: 15px;
  left: 15px;
  height: 15px;
  width: 15px;
  color: #082452;
}
.c-overviewNews-filtered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.c-overviewNews-filtered__filter {
  color: #082452;
  padding: 8px 15px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  background-color: #E1EFF6;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-overviewNews-filtered__filter span {
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #082452;
}
@media (min-width: 992px) {
  .c-overviewNews-filtered__filter span {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .c-overviewNews-filtered__filter span {
    font-size: 0.875rem;
  }
}
.c-overviewNews-filtered__filter i {
  margin-right: 5px;
}
.c-overviewNews-filtered__filter:hover, .c-overviewNews-filtered__filter:focus {
  color: #082452;
  text-decoration: underline;
  background-color: #D6E4ED;
}
.c-overviewNews-filtered__filter--kia span {
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #082452;
  font-family: "Barlow SemiBold", sans-serif;
  color: #1C284A;
}
@media (min-width: 992px) {
  .c-overviewNews-filtered__filter--kia span {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .c-overviewNews-filtered__filter--kia span {
    font-size: 0.875rem;
  }
}
.c-overviewNews-item {
  position: relative;
  color: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 30px);
  margin: 15px 0;
  border-radius: 25px;
  text-decoration: none;
  border: 1px solid #EEEEEE;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-overviewNews-item--news, .c-overviewNews-item--coalitions {
  background-color: #ffffff;
}
.c-overviewNews-item--programs, .c-overviewNews-item--custom {
  background-color: #EBF9FF;
}
.c-overviewNews-item:hover, .c-overviewNews-item:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 15px rgba(28, 40, 74, 0.0784313725);
          box-shadow: 0px 10px 15px rgba(28, 40, 74, 0.0784313725);
}
.c-overviewNews-item:hover .o-btn__link, .c-overviewNews-item:focus .o-btn__link {
  padding: 0 40px 0 0;
  text-decoration: underline;
}
.c-overviewNews-item__image {
  -webkit-box-flex: 205px;
      -ms-flex: 205px 0 0px;
          flex: 205px 0 0;
  width: 100%;
  height: 205px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px 25px 0 0;
}
.c-overviewNews-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px 25px 0 0;
  -o-object-position: center;
     object-position: center;
}
.c-overviewNews-item__image figure, .c-overviewNews-item__image p {
  width: 100%;
  height: 100%;
}
.c-overviewNews-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.c-overviewNews-item-content--top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.c-overviewNews-item-content--bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.c-overviewNews-item-content__title {
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #082452;
  color: #082452;
  word-break: break-word;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .c-overviewNews-item-content__title {
    font-size: 1.125rem;
  }
}
.c-overviewNews-item-content__title--kia {
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #082452;
  font-family: "Barlow SemiBold", sans-serif;
  color: #1C284A;
}
@media (min-width: 992px) {
  .c-overviewNews-item-content__title--kia {
    font-size: 1.125rem;
  }
}
.c-overviewNews-item-content__text {
  font-size: 1rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  color: #767676;
}
.c-overviewNews-item-content__text--kia {
  font-size: 1rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  font-family: "Barlow Regular", sans-serif;
  color: #1C284A;
}
.c-overviewNews-item-content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}
.c-overviewNews-item-content-info__date {
  -webkit-box-flex: 105px;
      -ms-flex: 105px 0 0px;
          flex: 105px 0 0;
  color: #767676;
  margin: 0 10px 0 0;
  font-size: 0.75rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
}
.c-overviewNews-item-content-info__date--kia {
  font-size: 0.75rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  font-family: "Barlow Regular", sans-serif;
  color: #1C284A;
}
.c-overviewNews-item-btn {
  margin: 20px 0 0;
}
.c-overviewNews-item__link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}