/* Responsive - START */
/* Responsive - END */
/* Fonts - START */
/* Fonts - END */
/* Mixins - START */
/* Mixins - END */
/* Smart sections - START */
.smart-sections .smart-sections-helper {
  position: relative; }

.smart-sections section {
  position: relative; }
  .smart-sections section .smart-section-next,
  .smart-sections section .smart-section-prev {
    position: absolute;
    bottom: -13px;
    width: 34px;
    height: 26px;
    background-image: url("../../img/smart-sections-arrows.png");
    background-repeat: no-repeat;
    z-index: 999; }
  .smart-sections section .smart-section-next {
    background-position: 0px 0px; }
  .smart-sections section .smart-section-next:hover {
    background-position: 0px -26px; }
  .smart-sections section .smart-section-prev {
    background-position: -34px 0px; }
  .smart-sections section .smart-section-prev:hover {
    background-position: -34px -26px; }

.smart-sections .smart-section-links {
  position: fixed;
  z-index: 999;
  width: 21px;
  padding: 0px 0px 0px 31px; }
  .smart-sections .smart-section-links a.link {
    font-weight: normal; }
  .smart-sections .smart-section-links .link {
    display: block;
    position: relative;
    width: 21px;
    height: 14px;
    line-height: 14px;
    padding: 1px 0px 34px 0px;
    background-image: url("../../img/smart-navigation-back.png");
    background-position: -21px 0px;
    background-repeat: no-repeat;
    color: #009ed3;
    font-size: 20px;
    text-decoration: none; }
    .smart-sections .smart-section-links .link .active-icon {
      position: absolute;
      display: none;
      top: 0px;
      left: -17px;
      width: 11px;
      height: 14px;
      background-image: url("../../img/smart-navigation-back.png");
      background-position: 0px -49px;
      background-repeat: no-repeat; }
  .smart-sections .smart-section-links .link.active {
    font-weight: 700; }
    .smart-sections .smart-section-links .link.active .active-icon {
      display: block; }
  .smart-sections .smart-section-links .link.last {
    padding: 1px 0px 0px 0px; }

.smart-sections .smart-section-link-tooltip {
  display: none;
  position: absolute;
  top: 0px;
  right: -32px;
  height: 59px;
  z-index: 999; }
  .smart-sections .smart-section-link-tooltip .left-part {
    float: left;
    width: 25px;
    height: 59px;
    background-image: url("../../img/smart-navigation-tooltip-back.png");
    background-position: 0px 0px;
    background-repeat: no-repeat; }
  .smart-sections .smart-section-link-tooltip .tooltip-text {
    float: left;
    height: 59px;
    line-height: 45px;
    background-image: url("../../img/smart-navigation-tooltip-back.png");
    background-position: 0px -118px;
    background-repeat: repeat-x;
    color: #00384f;
    font-size: 14px;
    font-weight: 700; }
  .smart-sections .smart-section-link-tooltip .right-part {
    float: left;
    height: 59px;
    width: 34px;
    background-image: url("../../img/smart-navigation-tooltip-back.png");
    background-position: 0px -59px;
    background-repeat: no-repeat; }

/* Smart sections - END */
#content .smart-deliminer {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background-color: #cccccc; }

#content section.one-section .contact-box .icon-holder {
  float: left;
  display: block;
  width: 60px;
  background-image: url(../../img/simple-icon-sprite.png);
  background-position: -540px 0px;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-bottom: 35px; }
  #content section.one-section .contact-box .icon-holder .icon {
    position: relative;
    width: 60px;
    display: block;
    height: 50px; }

#content section.one-section .contact-box .description {
  display: block;
  line-height: 20px;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400; }

#content section.one-section .downloads-box .downloads-border-bot {
  border-bottom: 1px solid #ccc; }

#content section.one-section .downloads-box .downloads-border-top {
  border-top: 1px solid #ccc; }

#content section.one-section .downloads-box .icon-holder {
  background-position: 4px 0px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px; }
  #content section.one-section .downloads-box .icon-holder.icon-pdf {
    background-position: -56px 0px; }
  #content section.one-section .downloads-box .icon-holder.icon-doc {
    background-position: -116px 0px; }
  #content section.one-section .downloads-box .icon-holder.icon-ppt {
    background-position: -176px 0px; }

#content section.one-section .downloads-box .name {
  display: inline-block;
  line-height: 22px;
  padding: 13px 10px 0px 0px;
  font-weight: 400; }

#content section.one-section .downloads-box .size {
  display: inline-block;
  line-height: 70px;
  font-weight: 700;
  text-align: right; }

#content section.one-section .downloads-box a {
  color: #00384E;
  word-break: break-all; }

#content h2 {
  display: block;
  line-height: 33px;
  margin: 0px 0px 35px 0px;
  padding: 0px;
  font-size: 30px; }
  #content h2 .number {
    float: left;
    display: block;
    line-height: 14px;
    margin: 6px 10px 0px 0px;
    font-size: 20px; }

#content .documents .document-box {
  position: relative;
  display: block;
  float: left;
  width: 220px;
  height: 280px;
  margin: 0px 20px 24px 0px; }
  #content .documents .document-box.blue {
    background-color: #00384F; }
    #content .documents .document-box.blue.doc .box-icon {
      background-position: 0px 0px; }
    #content .documents .document-box.blue .arrow {
      display: block;
      position: absolute;
      left: 100px;
      bottom: 13px;
      width: 20px;
      height: 25px;
      background-image: url(../../img/document-box-arrows.png);
      background-repeat: no-repeat; }
  #content .documents .document-box.blue:hover .arrow {
    background-position: 0px -28px; }
  #content .documents .document-box .info {
    color: #24a6d2;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    left: auto;
    padding: 0 10px;
    position: absolute;
    top: 10px;
    width: 100%; }
  #content .documents .document-box .box-icon {
    background-image: url(../../img/box-icon-sprite.png);
    background-repeat: no-repeat;
    height: 81px;
    left: 70px;
    position: absolute;
    top: 40px;
    width: 80px; }
  #content .documents .document-box .text {
    word-break: break-word;
    color: #24a6d2;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    left: auto;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 136px;
    width: 100%; }
  #content .documents .document-box .arrow {
    display: block;
    position: absolute;
    left: 100px;
    bottom: 13px;
    width: 20px;
    height: 25px;
    background-image: url(../../img/document-box-arrows.png);
    background-repeat: no-repeat; }
  #content .documents .document-box .shadow {
    position: absolute;
    left: 0px;
    bottom: -13px;
    width: 220px;
    height: 13px;
    background-image: url(../../img/document-box-shadow.png);
    background-position: 0px 0px;
    background-repeat: no-repeat; }

#content .documents .document-box:hover .arrow {
  left: 99px;
  bottom: 11px;
  width: 22px;
  height: 28px; }

#content .documents .document-box:hover .text {
  text-decoration: underline; }

#content .meetings {
  margin: -20px 0 0 0; }
  #content .meetings .meeting {
    padding: 17px 0;
    border-bottom: 1px solid #ccc; }
    #content .meetings .meeting a {
      float: none;
      display: unset;
      line-height: 27px;
      overflow: hidden;
      width: 100%; }
    #content .meetings .meeting .title {
      float: left;
      min-width: 510px;
      line-height: 27px;
      padding: 0;
      font-size: 18px;
      text-align: left; }
    #content .meetings .meeting .date {
      color: #00384C;
      display: inline-block;
      float: right;
      text-align: right;
      width: 180px;
      line-height: 27px;
      white-space: nowrap;
      overflow: hidden;
      font-size: 20px;
      font-weight: 700; }

#content .list-news-overview article {
  margin: 0 0 24px 0;
  width: 100%; }
  #content .list-news-overview article .image img {
    height: auto;
    width: 100%; }
  #content .list-news-overview article h3 {
    word-break: break-word; }

#content .pagination .page-item.active .page-link {
  background-color: #009ed3;
  border-color: #009ed3;
  color: #fff; }

#content .pagination .page-item .page-link {
  color: #009ed3; }

.portal-news-list article {
  position: relative;
  display: block;
  float: left;
  width: 220px;
  margin: 0px 20px 24px 0px; }
  .portal-news-list article .image {
    margin: 0 0 12px 0; }
  .portal-news-list article .date {
    line-height: 18px;
    margin: 0px 0px 2px 0px;
    color: #00384C;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400; }
  .portal-news-list article h3 {
    line-height: 24px;
    margin: 0;
    padding: 0px;
    color: #00384C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700; }
    .portal-news-list article h3 a {
      line-height: 24px;
      margin: 0;
      padding: 0px;
      color: #00384C;
      font-size: 20px;
      font-style: normal;
      font-weight: 700; }
  .portal-news-list article p {
    margin: 0px 0px 2px 0px; }
  .portal-news-list article .link {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase; }

.portal-news-list.list-news-overview .custom_advanced_search input.custom_delete_field.custom_clear_search_input {
  background-image: url(../../img/popup-close-blue.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent !important;
  border: none;
  display: inline;
  margin: 10px 0 0 10px;
  vertical-align: text-top;
  padding: 10px; }
  .portal-news-list.list-news-overview .custom_advanced_search input.custom_delete_field.custom_clear_search_input:focus {
    outline: none; }

.shadow {
  box-shadow: none !important; }

.smart-sections .smart-sections-helper *, .smart-sections .smart-sections-helper ::after, .smart-sections .smart-sections-helper ::before {
  box-sizing: content-box !important; }

.no-image-event {
  align-items: center;
  background-image: url(../../img/gray-shadow.png);
  background-position: center 0px;
  background-repeat: repeat-x;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  margin: 0 0 12px 0;
  text-align: center; }

a.link {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }

.item-pagination .overview a::before,
.item-pagination .ctrl-prev a::before {
  border-width: 6px 9px 6px 0 !important;
  margin-top: 4px !important; }

.item-pagination .controls .ctrl-next a::after {
  border-width: 6px 0 6px 9px !important;
  margin-top: 4px !important; }

.newsletter-subscribe-section {
  min-height: 63vh; }
  .newsletter-subscribe-section ul {
    list-style-type: none;
    margin-top: 35px; }
  .newsletter-subscribe-section span,
  .newsletter-subscribe-section a.link {
    color: #009ed3; }
  .newsletter-subscribe-section form .btn {
    background-color: #007EA8; }

.section-event-page {
  min-height: 50vh; }

.section-newsletter-list {
  min-height: 62vh; }

.container-height {
  min-height: 54.3vh; }

.custom-text-none {
  text-transform: none !important; }

.custom-topic-sub-images article div.image img {
  max-width: 110%; }

section.custom-key-documents ul.row {
  margin-right: -47px; }

section.custom-introduction p,
section.custom-introduction li, section.news-item-detailed p,
section.news-item-detailed li, section.custom-topic-page p,
section.custom-topic-page li,
.section.custom-introduction p,
.section.custom-introduction li,
.section.news-item-detailed p,
.section.news-item-detailed li,
.section.custom-topic-page p,
.section.custom-topic-page li {
  text-align: justify; }

.main-nav-mobile {
  display: none; }

.main-nav-non-mobile {
  display: contents; }

.custom-contact-info-holder {
  display: flow-root; }
  .custom-contact-info-holder .custom-contact-title {
    display: block;
    font-weight: bold; }
  .custom-contact-info-holder .custom-contact-mail {
    word-break: break-all; }

.custom-links .portal-news-list div p {
  word-break: break-word; }

.infographic {
  text-align: center;
  display: flex; }
  .infographic iframe {
    border: 0;
    height: 880px;
    width: 90%; }
    .infographic iframe.organigramm {
      width: 100%; }
    .infographic iframe.timeline {
      height: 650px; }
    .infographic iframe.fp10-interactive-diagram {
      max-height: 90vh; }
      .infographic iframe.fp10-interactive-diagram html {
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #008fbf #fff; }

.hes-gallery .img-inline {
  position: relative; }
  .hes-gallery .img-inline:hover {
    cursor: pointer; }
  .hes-gallery .img-inline .popup {
    background-image: url("../../img/image-gallery.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 13px;
    right: 23px; }
    .hes-gallery .img-inline .popup.with-captions {
      bottom: 63px; }

.text-break-all {
  word-break: break-all !important; }

.sticky-element {
  position: sticky;
  position: -webkit-sticky;
  top: 2%;
  height: 100%; }

.flatpickr-months .flatpickr-month {
  background-color: #009ed3 !important; }

.flatpickr-weekdays,
.flatpickr-weekday {
  background-color: #009ed3 !important; }

.flatpickr-day.selected {
  background-color: #009ed3 !important;
  border-color: #009ed3 !important; }

.custom_filter_news .select2-container {
  margin: 0px 10px;
  width: 90% !important; }

.custom_filter_news #search-insert-date-range .flatpickr-input {
  background-color: #fff;
  width: 85%; }

.custom_filter_news .search-category-selector {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  background-color: #E5E5E5; }
  .custom_filter_news .search-category-selector .search-category-selector-title,
  .custom_filter_news .search-category-selector .search-apply-changes {
    line-height: 40px;
    padding: 0px 15px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -khtml-border-top-radius: 8px;
    background-color: #009ed3;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 700; }
  .custom_filter_news .search-category-selector .search-category-select-box-holder {
    padding: 0px 0px 20px 0px; }
    .custom_filter_news .search-category-selector .search-category-select-box-holder .search-category-select-box-label {
      padding: 14px 12px;
      font-family: Arial, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 18px;
      display: block;
      margin-bottom: 0 !important; }
    .custom_filter_news .search-category-selector .search-category-select-box-holder .sbHolder {
      height: 25px;
      margin: 0px 17px 0px 15px;
      border: 1px solid #507583;
      position: relative;
      background-color: #FFF; }
      .custom_filter_news .search-category-selector .search-category-select-box-holder .sbHolder .sbToggle {
        background: url(../../img/selectbox-arrow.png) no-repeat right top;
        display: block;
        width: 21px;
        height: 18px;
        position: absolute;
        top: 0px;
        right: 0px; }
      .custom_filter_news .search-category-selector .search-category-select-box-holder .sbHolder .sbSelector {
        color: #1F5064 !important;
        font-size: 14px !important;
        font-family: Arial, sans-serif;
        font-style: normal;
        font-weight: 400 !important;
        color: #00384C;
        display: block;
        padding: 0px 0px 0px 10px;
        line-height: 25px !important; }
        .custom_filter_news .search-category-selector .search-category-select-box-holder .sbHolder .sbSelector:hover {
          text-decoration: none !important; }
      .custom_filter_news .search-category-selector .search-category-select-box-holder .sbHolder .sbOptions {
        border: 1px solid #507583;
        border-top: none;
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        width: 101.5%;
        position: absolute;
        left: -1px;
        background: #FFFFFF;
        z-index: 9999;
        top: 24px !important; }
        .custom_filter_news .search-category-selector .search-category-select-box-holder .sbHolder .sbOptions li {
          margin: 0px;
          background: #FFFFFF; }
          .custom_filter_news .search-category-selector .search-category-select-box-holder .sbHolder .sbOptions li a {
            font-size: 14px !important;
            color: #8f94b1 !important;
            font-family: Arial, sans-serif;
            font-style: normal;
            font-weight: 400 !important;
            display: block;
            padding: 0px 0px 0px 10px;
            line-height: 25px !important; }
            .custom_filter_news .search-category-selector .search-category-select-box-holder .sbHolder .sbOptions li a:hover {
              text-decoration: none !important;
              background: #009ed3;
              color: #FFFFFF !important; }
  .custom_filter_news .search-category-selector .subcategories-filter-holder .subcategory-filter-holder {
    border-top: 1px solid #ffffff;
    padding: 0px 17px 0px 15px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400 !important; }
    .custom_filter_news .search-category-selector .subcategories-filter-holder .subcategory-filter-holder .subcategory-filter-name-holder {
      padding: 10px 0px;
      cursor: pointer; }
    .custom_filter_news .search-category-selector .subcategories-filter-holder .subcategory-filter-holder span.more {
      float: right;
      display: inline-block;
      position: relative;
      width: 20px;
      height: 17px;
      top: 3px;
      background-image: url("../../img/subcategory_search_arrow_closed.png");
      background-position: center center;
      background-repeat: no-repeat;
      cursor: pointer; }
    .custom_filter_news .search-category-selector .subcategories-filter-holder .subcategory-filter-holder span.more.clicked {
      background-image: url("../../img/subcategory_search_arrow_opened.png"); }
    .custom_filter_news .search-category-selector .subcategories-filter-holder .subcategory-filter-holder ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none; }
      .custom_filter_news .search-category-selector .subcategories-filter-holder .subcategory-filter-holder ul li {
        position: relative;
        overflow: hidden;
        float: none;
        display: block;
        padding: 0px; }
        .custom_filter_news .search-category-selector .subcategories-filter-holder .subcategory-filter-holder ul li ul {
          display: none;
          margin: 0px 0px 10px 0px; }
          .custom_filter_news .search-category-selector .subcategories-filter-holder .subcategory-filter-holder ul li ul li input {
            float: left;
            position: relative;
            top: 5px; }
            .custom_filter_news .search-category-selector .subcategories-filter-holder .subcategory-filter-holder ul li ul li input.custom_delete_field.custom_clear_search_input {
              background-image: url(../../img/popup-close-blue.png);
              background-repeat: no-repeat;
              background-position: 0 0;
              background-color: transparent !important;
              border: none;
              display: inline;
              margin: 10px 0 0 10px;
              vertical-align: text-top;
              padding: 10px; }
              .custom_filter_news .search-category-selector .subcategories-filter-holder .subcategory-filter-holder ul li ul li input.custom_delete_field.custom_clear_search_input:focus {
                outline: none; }
          .custom_filter_news .search-category-selector .subcategories-filter-holder .subcategory-filter-holder ul li ul li label {
            padding: 0px 0px 0px 10px;
            margin-bottom: 0 !important; }
  .custom_filter_news .search-category-selector .search-apply-changes {
    background-color: #00384E;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 0.9rem;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px; }
    .custom_filter_news .search-category-selector .search-apply-changes:hover {
      color: #009ed3;
      cursor: pointer; }

.mandate-box p,
.members-box p {
  text-align: justify; }

img.richtext-image {
  height: 100%;
  max-width: 100%; }

.logo-ministry a {
  display: block;
  background-image: url("../../img/BMBWF_Logo_srgb_engl.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  min-height: 6rem;
  min-width: 14rem; }

.logo-ministry h4 {
  font-size: 14px !important;
  text-align: justify;
  padding: 0 24px !important;
  margin-top: 10px !important; }
