/*
    I've created a variable for each color that differs in the project,
    in the layout the colors don't differ, so there are doubled variable values,
    easy to change if needed.
 */
 @media (max-width: 1199.98px) { 
  .layout-homepage #content-wrap {
    margin-top: 1.25rem;
  }
}
 .searchbox {
  padding: 0 1rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.searchbox a {
  color: #000000;
}
.searchbox a .icon--facebook {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .searchbox {
    position: absolute;
    top: 50%;
    right: 1rem;
    padding: 0;
    text-align: right;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    justify-content: flex-end;
  }
  .searchbox a {
    text-align: center;
    margin-right: 1.5rem;
  }
  .searchbox a .icon--facebook {
    font-size: 22px;
  }
  .searchbox .submit--no-icon {
    margin-right: 1.5rem;
    padding: 0.3em 0.6em 0.3em 0.6em;
  }
}
#service-navigation {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  min-height: 30px;
}
#service-navigation > .col-left {
  flex: 1;
  order: 1;
  vertical-align: middle;
}
#service-navigation > .col-left .inner-wrap {
  white-space: nowrap;
}
#service-navigation .col-left li svg
, #service-navigation .col-right .searchbox a.target_facebook svg {
    width: 2rem!important;
    height: 2rem!important;
}
#service-navigation > .col-right {
  order: 2;
  vertical-align: middle;
}
#service-navigation > .col-right .searchbox .action-login-commissioner {
  display: none;
}
#service-navigation > div.col-right > div > a:focus > span.icon > svg
, #service-navigation > div.col-right > div > a:hover > span.icon > svg {
  fill: #ffffff;
}
#service-navigation .action-login-commissioner {
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
}
#service-navigation .action-login-commissioner div {
  display: inline-block;
  border: 2px solid rgba(0, 127, 120, 0.35);
  padding: 0.2rem 0.4rem;
}
#service-navigation .action-login-commissioner:hover {
  color: #fff !important;
  background: #b71818 !important;
}

#service-navigation > .col-right .searchbox .target_facebook {
  display: none;
}
#service-navigation > .col-left .target_facebook span.icon svg{
  margin-left:-8px;
}
#service-navigation .target_facebook {
  -webkit-appearance: none;
}
#service-navigation .target_facebook div {
  display: inline-block;
  border: 2px solid rgba(0, 127, 120, 0.35);
  padding: 0.2rem 0.4rem;
}



@media screen and (min-width: 768px) {
  #service-navigation {
    flex-flow: column wrap;
  }
  #service-navigation > .col-left {
    position: static;
    width: 35%;
    order: 1;
  }
  #service-navigation > .col-left .action-login-commissioner {
    display: none;
  }
  #service-navigation > .col-left .target_facebook {
    display: none;
  }

  #service-navigation > .col-left > .inner-wrap {
    padding-left: 15px;
  }
  #service-navigation > .col-right {
    position: static;
    width: 65%;
    order: 2;
  }
  #service-navigation > .col-right .searchbox .action-login-commissioner {
    display: block;
    height: 100%;
    font-size: 14px;
    padding: 0.2rem 0.4rem;
    border: 1px solid #fff;
    background: none;
  }
  #service-navigation > .col-right .searchbox .target_facebook {
    display: block;
  }
  #service-navigation > .col-right .searchbox .target_facebook span.icon img {
    width:30px;
  }
  #service-navigation > .col-right .searchbox .target_facebook .label {
    position: absolute;
    top: 0;
    left: -99999px;
  }
}
@media screen and (min-width: 768px) {
  #service-navigation {
    min-height: 50px;
  }
  #service-navigation > .inner-wrap {
    padding-top: 5px;
    padding-left: 10px;
  }
  #service-navigation button.toggle, #service-navigation .close {
    display: none !important;
  }
  #service-navigation .col-right {
    display: table-cell;
  }
  #service-navigation .col-left {
    display: table-cell;
  }
}
#service-navigation > .col-left {
  display: block;
}
#service-navigation > .col-right {
  display: block;
}

.error {
  margin: 2px 0 7px 0 !important;
}

body.theme-inverse .error {
  color: #fff !important;
}

td:focus, tr:focus, th:focus, table:focus, ul:focus, ol:focus, li:focus {
  outline: none !important;
}

a:focus, button:focus, input:focus, .button:focus {
  outline: 2px solid #004b79 !important;
}

div:focus, article:focus, section:focus {
  outline: none !important;
}

@media screen and (min-width: 768px) {
  #header > .inner-wrap {
    display: flex;
    flex-flow: row nowrap;
    padding: 35px 20px 15px 20px !important;
  }
  #header > .inner-wrap #logo-stmas {
    order: 2;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) { 
  #logo {
    margin-left: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner-wrap {
    padding: 10px 0 !important;
  }
}
.picture-credits {
  display: table;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 7px;
  margin: 0;
  border-radius: 1rem;
  font-size: 1rem;
  white-space: nowrap;
  cursor: pointer;
  z-index: 9000;
  overflow: hidden;
  max-width: 30px;
  height: 30px;
  font-weight: 300;
  border: none;
  transition: max-width 0.5s, color 0.3s !important;
}
.picture-credits:hover, .picture-credits:focus, .picture-credits:focus-within {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
.picture-credits:hover .picture-credits__text, .picture-credits:focus .picture-credits__text, .picture-credits:focus-within .picture-credits__text {
  color: #fff;
}

.picture-credits--open {
  max-width: 800px;
}
.picture-credits--open .picture-credits__text {
  opacity: 1;
  max-width: 800px;
}
.picture-credits--open .picture-credits__icon {
  padding-right: 6px;
}

.picture-credits--left {
  right: auto;
  left: 10px;
}

.module-keyvisual .picture-credits, 
.module-keyvisual-slider .picture-credits {
  margin-top:55px;
}
.theme-default .module-keyvisual figure.image_2025 {
  margin: 0 auto!important;
}
.theme-default .module-keyvisual figure.image_2025 figcaption
, .theme-default .module-keyvisual-slider figure.image_2025 figcaption {
  display: contents!important;
}
@media (min-width: 1200px) {
  .theme-default .module-keyvisual figure.image_2025 figcaption .caption--overlay
  , .theme-default .module-keyvisual-slider figure.image_2025 figcaption .caption--overlay {
    bottom: 130px;
  }
}

@-moz-document url-prefix() {
  .picture-credits__icon {
    transform: none !important;
  }
}
.picture-credits__icon {
  display: table-cell;
  white-space: nowrap;
  text-align: center;
  font-size: 23px;
  vertical-align: middle;
  transform: translate(-1px, 0);
  transition: padding-right 0.3s;
}

.picture-credits__text {
  display: table-cell;
  max-width: 0;
  margin: 0 !important;
  opacity: 0;
  transition: opacity 0.6s, max-width 1.05s;
  text-transform: none !important;
  vertical-align: middle;
  transform: translateY(-1px);
}

.position-relative {
  position: relative;
}

.theme-inverse .picture-credits {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
.theme-inverse .picture-credits:hover, .theme-inverse .picture-credits:focus, .theme-inverse .picture-credits:focus-within {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}
.theme-inverse .picture-credits:hover .picture-credits__text, .theme-inverse .picture-credits:focus .picture-credits__text, .theme-inverse .picture-credits:focus-within .picture-credits__text {
  color: #000;
}

.module-address-search-filters {
  padding: 10px;
  padding-right: 10px;
  background: #f2f8f1;
}
.module-address-search-filters .btn {
  font-size: 1.1rem !important;
}
.module-address-search-filters .submit-btn {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
}
.module-address-search-filters .submit-btn svg {
  margin-right: 5px;
}
.module-address-search-filters .form-default .form-row:not(.form-row-submit) {
  flex: 1 0 100%;
  width: 100%;
}

.module-gallery > .inner-wrap{
  background-color: #f2f8f1;
}

/** kontakt form**/
small {
  font-size: 90%;
}
.form-default {
  background: #f0f0f0;
}
.form-default label {
  font-size: 1em;
}
.form-default .error {
  color: red;
  font-weight: 500;
}
.form-default .control-elements .btn {
  font-size: 1.125em;
}

@media screen and (min-width: 768px) {
  .form-row-submit {
    max-width: 200px;
    float: none !important;
  }

  .module-address-search-filters {
    padding-right: 25%;
  }

  .form-default .control-elements .btn {
    min-width: 250px;
}
}



.pagination-wrapper {
  display: flex;
  flex-flow: column wrap;
}

.pagination__content {
  display: flex;
  flex-flow: row wrap;
}

.pagination__nav {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  padding: 10px 0;
  margin-top: 10px;
  border-bottom: 2px solid #000;
}
.pagination__nav .pagination__nav-list-wrapper {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .form-elem--select {
    font-size: 1.063em;
  }

  .pagination__nav {
    align-items: center;
    flex-flow: row wrap;
  }
  .pagination__nav span:last-of-type {
    margin-left: auto;
    margin-right: 15px;
  }

  .pagination__nav-list-wrapper {
    margin-left: auto;
    margin-top: 0;
  }
}
.pagination__nav--bottom {
  margin-bottom: 40px;
  border-bottom: none;
  border-top: 2px solid #000;
}

.pagination__nav-text {
  font-size: 1rem;
}
.pagination__nav-text > span:nth-of-type(2), .pagination__nav-text > span:nth-of-type(3) {
  font-weight: 600;
}

.pagination__nav-list {
  margin: 0;
}
.pagination__nav-list .slick-dots {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0;
  position: relative;
  bottom: auto;
  width: auto;
  padding: 0;
  text-align: center;
}
.pagination__nav-list .slick-dots li button {
  height: 23px;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
}
.pagination__nav-list .slick-dots li button:before {
  content: none;
}

.module-content-slider .slick-arrow,
.module-slider-2box .slick-arrow,
.module-quicklinks .slick-arrow,
.module-news-latest .slick-arrow,
.module-teaser-slider .slick-arrow {
  display: block !important;
}

.slick-slide {
  outline: none !important;
}
.slick-slide > div {
  display: flex;
}

.pagination-link {
  cursor: pointer;
  padding: 3px 6px;
  color: #007f78;
  font-weight: 600;
  font-size: 1rem;
}

.slick-active .pagination-link {
  color: #fff !important;
  background: #007f78;
}
.slick-active .pagination-link:hover {
  color: #fff !important;
}

.ui-autocomplete {
  z-index: 1000 !important;
}

#carousel .slick-slide > div:nth-of-type(even) .search-item {
  background: #f2f8f1;
}

.search-item {
  padding: 20px;
  font-size: 1rem;
  border: 1px solid transparent;
}
.search-item p {
  font-size: inherit;
  margin: 0;
}
.search-item h4, .search-item span {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  color: #007f78;
}
.search-item:focus, .search-item:focus-within {
  border: 1px dotted #000;
}

.search-item--skip {
  appearance: none;
  -webkit-appearance: none;
}

.address-search-subheadline {
  font-weight: 600;
  font-size: 1rem;
  color: #007f78;
}

.slick-slide:last-child .search-item {
  margin-bottom: 0;
}

.search-pagination .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.form-elem--select {
  position: relative;
  min-height: 43px;
  background-color: #fff;
  font-size: 0.8rem;
}
.form-elem--select .select2-selection__rendered {
  color: #000 !important;
}
.form-elem--select .form-control {
  color: #000 !important;
  background: #fff !important;
  padding-right: 50px !important;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
  min-height: 43px;
}
.form-elem--select:after {
  color: #000 !important;
  background-color: #007f78;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort' class='svg-inline--fa fa-sort fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='white' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%;
  content: "" !important;
  transform: translateY(-50%) !important;
  position: absolute;
  right: 0;
  width: 45px;
  height: 100%;
  top: 50%;
  border: none !important;
  margin: 0 !important;
  transition: none !important;
  font-weight: 900;
  pointer-events: none;
}
.form-elem--select span {
  height: 43px !important;
  display: block;
}
.form-elem--select .select2 {
  border: 1px solid #007f78;
}
.form-elem--select .select2-selection {
  border: none !important;
  display: flex !important;
  align-items: center;
  border-radius: 0 !important;
  background: none !important;
}
.form-elem--select .select2-selection .select2-selection__rendered {
  color: #000;
  height: auto !important;
}
.form-elem--select .select2-selection__arrow {
  display: none;
}

.theme-inverse .select2-results__option {
  color: #000 !important;
}
.theme-inverse .select2-results__option:hover, .theme-inverse .select2-results__option:focus {
  background-color: #000 !important;
  color: #f7a600 !important;
}
.theme-inverse .select2-results__option--selected, .theme-inverse .select2-results__option--highlighted {
  background-color: #000 !important;
  color: #f7a600 !important;
}
.theme-inverse .address-search-subheadline {
  color: #fff;
}
.theme-inverse .search-item {
  border: 1px solid #fff;
}
.theme-inverse .module-address-search-filters, .theme-inverse .search-item {
  background: none !important;
  color: #fff !important;
}
.theme-inverse .module-address-search-filters p, .theme-inverse .module-address-search-filters h4, .theme-inverse .module-address-search-filters span, .theme-inverse .search-item p, .theme-inverse .search-item h4, .theme-inverse .search-item span {
  color: #fff;
}
.theme-inverse .form-elem--select:after {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort' class='svg-inline--fa fa-sort fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='f7a600' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'%3E%3C/path%3E%3C/svg%3E");
}
.theme-inverse .slick-active .pagination-link {
  color: #000 !important;
  background: #fff !important;
}
.theme-inverse .slick-active .pagination-link:before {
  content: none !important;
}
.theme-inverse .slick-dots li button {
  color: #f7a600;
}
.theme-inverse .pagination__nav {
  border-color: #fff;
}
.theme-inverse .pagination__nav-text {
  color: #fff;
}

.theme-inverse #service-navigation .searchbox a.target_facebook .icon svg{
  fill:#f7a600 !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@media screen and (max-width: 768px) {
 .theme-default #service-navigation li a:focus, 
 .theme-default #service-navigation li a:hover, 
 .readspeaker:hover,
 .readspeaker:hover .rsbtn span {
    color: #FFFFFF!important;
    background-color: #b71818;
  }
}
.video-wrap {
  background-color: #f2f8f1 !important
}

.theme-default .rte a .link-with-arrow::before {
  color: #007f78 !important;
}

.theme-default #nav .level-1 > li {
  border-left: 1px solid #fff;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.theme-default #nav .level-1 > li:first-of-type {
  border: none;
}

/** footer */
#footer .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 48em) {
  #footer .inner-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}
#footer #social-box {
  float: none;
  margin: 0;
}

@media (max-width: 48em) {
  #footer #social-box {
      padding: 0;
      padding-bottom: 1.75rem;
  }
}
@media (max-width: 768px) {
  #footer #nav-footer {
    padding-bottom: 10px;
  }
  #footer #social-box li a {
    padding: 0 15px 0 0;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  #footer #social-box {
      margin-bottom: 25px;
  }
}
#footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 48em) {
  #footer ul {
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      padding: 0 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }  
}
@media (max-width: 48em) {
  #footer #social-box ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 10px;
  } 
}