html,
body {
  font-family: arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
}
/*
div.frame-default {
    margin-bottom:2rem;
    
}



*/
.hh-slider {
  margin-bottom: 2rem;
}
.ce-textpic {
  margin-bottom: 1rem;
}
#header-img {
  margin-bottom: 2rem;
}
#header img {
  max-width: 100%;
  height: auto;
}
#header .navbar {
  background-color: #fff;
  border-color: #e7e7e7;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 1100;
}
#header .navbar ul.nav li {
  font-size: 1.4rem;
}
#header .navbar ul.nav li a {
  color: #999;
  padding: 0.5rem;
  text-decoration: none;
  display: inline-block;
}
#header .navbar ul.nav li a:hover {
  color: #333;
}
#header .navbar ul.nav li.dropdown {
  position: static;
}
#header .navbar ul.nav li.dropdown ul {
  left: unset;
  border: 0px none;
  padding-left: 1rem;
}
#header .navbar ul.nav li.dropdown ul li a {
  display: block;
}
#header .navbar ul.nav li.dropdown ul li.active a,
#header .navbar ul.nav li.dropdown ul li a:hover,
#header .navbar ul.nav li.dropdown ul li a:focus {
  background-color: #f0f0f0;
  color: #333;
}
@media (min-width: 768px) {
  #header .navbar ul.nav li.dropdown ul {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 0;
  }
}
.ce-bodytext ul,
ul.ce-bullets {
  list-style-type: none;
  padding-left: 0;
}
.ce-bodytext ul li,
ul.ce-bullets li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.25rem;
}
.ce-bodytext ul li:before,
ul.ce-bullets li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: bold;
  color: #0072bc;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0072bc;
  outline: 0;
}
.btn.back-to-top {
  position: fixed;
  bottom: 3rem;
  right: -50px;
  border-radius: 0.3rem 0 0 0.3rem;
  background-color: #0072bc;
  border-color: #fff;
  transition: background-color 0.4s, color 0.3s;
}
.btn.back-to-top:hover {
  background-color: #fff;
  border-color: #0072bc;
  color: #0072bc;
}
#tabmenu {
  position: fixed;
  right: -50px;
  top: 30%;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  z-index: 2005;
}
#tabmenu li {
  border-radius: 0.3rem 0.3rem 0 0;
  border: 1px solid #fff;
  padding: 0.25rem;
  background-color: #0072bc;
  color: #fff;
  padding: 0.6rem 0.6rem;
  margin: 0 1em 0 0;
  transition: background-color 0.4s, color 0.3s;
}
#tabmenu li a {
  color: #fff;
}
#tabmenu li a:hover {
  text-decoration: none;
}
#tabmenu li:hover {
  border: 1px solid #0072bc;
  background-color: #fff;
}
#tabmenu li:hover a {
  color: #0072bc;
}
#header .navbar-brand {
  float: left;
  height: 68px;
  padding: 13px 15px 13px;
  font-size: 18px;
  line-height: 20px;
}
#header .navbar-default .navbar-nav > .active > a,
#header .navbar-default .navbar-nav > .active > a:hover,
#header .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0072bc;
}
#header .navbar-default .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 38px;
}
#header .navbar-default .navbar-nav > .open > a,
#header .navbar-default .navbar-nav > .open > a:hover,
#header .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #0072bc;
}
#header .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li ul {
  list-style: none;
  padding-left: 0;
}
#header .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li ul li a {
  padding: 3px 20px 3px 35px;
  display: block;
  clear: both;
  white-space: nowrap;
  color: #000;
}
#header .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li ul li a:hover,
#header .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li ul li a:focus {
  padding: 3px 20px 3px 35px;
  display: block;
  clear: both;
  white-space: nowrap;
  background-color: #f7f7f7;
  color: #000;
  text-decoration: none;
}
#header .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li ul li.active a {
  padding: 3px 20px 3px 35px;
  display: block;
  clear: both;
  white-space: nowrap;
  text-decoration: none;
  background-color: #0072bc;
  color: #fff;
}
@media (min-width: 768px) {
  #header .navbar-default .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#header .navbar-default .navbar-nav.navbar-right > li > a > img {
  padding-top: 8px;
  padding-bottom: 8px;
}
#header .navbar-default .navbar-nav.navbar-right > li > a > span.glyphicon {
  font-size: 18px;
  top: 3px;
}
#footer {
  font-size: 90%;
  background-color: #0072bc;
  color: #fff;
  padding: 2rem 0;
}
#footer a {
  color: #fff;
}
#footer .navbar-nav > li > a {
  color: #fff;
  background: none transparent;
  text-decoration: none;
}
#footer .navbar-nav > li > a:hover,
#footer .navbar-nav > li > a:focus {
  text-decoration: underline;
  background: none transparent;
}
#content-top {
  margin-top: -13px;
}
.koning-bootstrap-carousel .item {
  min-height: 340px;
  background-size: cover !important;
  /* contain */
  width: 100%;
  height: auto;
}
.koning-bootstrap-carousel .item img {
  /*display:none;		*/
  display: inline-block;
  width: 100%;
  min-height: 340px;
  height: auto;
  visibility: hidden;
}
.koning-bootstrap-carousel .carousel-caption {
  background-color: #fff;
  opacity: 0.9;
  color: #0072bc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 40px;
  max-width: 400px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-shadow: none;
}
.koning-bootstrap-carousel .slide-link {
  display: block;
  margin: 0 20px 0 0;
  bottom: 20px;
  right: 0px;
  font-size: 20px;
  position: absolute;
}
.koning-bootstrap-carousel .carousel-caption h3 {
  margin: 0;
  text-align: left;
  font-size: 30px;
  padding: 0 20px;
}
.koning-bootstrap-carousel .carousel-indicators {
  bottom: 40px;
  text-align: right;
  /*margin: 0 40px 0 0;*/
  top: auto;
  left: auto;
  right: 40px;
  width: auto;
  display: none;
  position: absolute;
}
@media (min-width: 600px) {
  .koning-bootstrap-carousel .carousel-indicators {
    display: block;
  }
}
.koning-bootstrap-carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.koning-bootstrap-carousel .carousel-indicators li.active {
  background-color: #0072bc;
  border-color: #0072bc;
}
@media (min-width: 1088px) {
  .koning-bootstrap-carousel .item img {
    visibility: visible;
  }
}
h1 {
  background-color: #f0f0f0;
  padding: 0.8rem;
  margin: 0 0 1em 0;
  border-radius: 10px;
  border: 0px none;
  font-size: 2rem;
  font-weight: bold;
}
h2 {
  margin: 0 0 1em 0;
  font-size: 1.6rem;
  font-weight: bold;
}
h2 a {
  color: inherit;
}
.tns-nav {
  display: none;
  z-index: 1001;
  margin-top: -1.4rem;
  matgin-bottom: 1.4rem;
}
.tns-nav button {
  z-index: 1002;
  height: 0.8rem;
  width: 0.8rem;
  padding: 0;
  border-radius: 100%;
  margin: 0.2rem;
  border: 2px solid #0072bc;
}
.tns-nav button.tns-nav-active {
  background-color: #0072bc;
}
@media (min-width: 768px) {
  .tns-nav {
    display: flex;
  }
}
.content-container-2col.content-container-2col-layout-0 .content-container-2col-col .content-container-2col-content {
  padding: 0.8rem;
  border-radius: 10px;
  background-color: #f0f0f0;
  margin-bottom: 2rem;
}
.content-container-2col.content-container-2col-layout-1 .content-container-2col-col .content-container-2col-content {
  padding: 0.8rem;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  margin-bottom: 2rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.content-container-3col.content-container-3col-layout-0 .content-container-3col-col .content-container-3col-content {
  padding: 0.8rem;
  border-radius: 10px;
  background-color: #f0f0f0;
  margin-bottom: 2rem;
}
.content-container-3col.content-container-3col-layout-1 .content-container-3col-col .content-container-3col-content {
  padding: 0.8rem;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  margin-bottom: 2rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.content-container-4col.content-container-4col-layout-0 .content-container-4col-col .content-container-4col-content {
  padding: 0.8rem;
  border-radius: 10px;
  background-color: #f0f0f0;
  margin-bottom: 2rem;
}
.content-container-4col.content-container-4col-layout-1 .content-container-4col-col .content-container-4col-content {
  padding: 0.8rem;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  margin-bottom: 2rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.news-list-item.layout-1 {
  border-bottom: 0px none;
  margin: 0;
}
.news-list-item.layout-1 .news-list-image {
  margin-bottom: 1rem;
}
.news-list-item.layout-1 h2 {
  font-size: 1.4rem;
}
.content-container-4col-layout-0 .news-list-item.layout-1 .news-list-image,
.content-container-4col-layout-1 .news-list-item.layout-1 .news-list-image {
  margin: -0.8rem -0.8rem 1rem -0.8rem;
  border-radius: 10px 10px 0 0;
  border: 1px solid #f0f0f0;
  border: 0px none;
}
.content-container-4col-layout-0 .news-list-item.layout-1 .news-list-image img,
.content-container-4col-layout-1 .news-list-item.layout-1 .news-list-image img {
  border-radius: 10px 10px 0 0;
  border: 0px none;
}
.tns-outer {
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.tns-outer img {
  border-radius: 10px;
}
#footer .navbar {
  padding: 0 0 0.25rem 0;
}
#footer .navbar li {
  padding-right: 1rem;
}
.ce-textpic .ce-gallery,
.ce-textpic .ce-bodytext {
  margin-bottom: 5px;
}
.ce-textpic img,
.ce-textpic iframe {
  padding-bottom: 15px;
}
.ce-textpic figcaption {
  margin-top: -15px;
  padding-bottom: 15px;
}
#content {
  padding: 2rem 0 0;
}
#content h3 {
  margin-bottom: 15px;
}
.label-info {
  background-color: #0072bc;
}
.news-lead {
  margin: 5px 0 15px 0;
}
.btn-default {
  background-color: #0072bc;
  border: 1px solid #0072bc;
  color: #fff;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #fff;
  border: 1px solid #0072bc;
  color: #0072bc;
}
.news-list-item {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 20px;
}
.news-list-item .col-md-3,
.news-list-item .col-md-9 {
  margin-bottom: 20px;
}
.news-list-item h2 {
  margin-top: 0;
}
a {
  color: #0072bc;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.pagination > li > a,
.pagination > li > span {
  color: #0072bc;
  background-color: #fff;
  border: 1px solid #ddd;
}
#socialMenu a {
  font-size: 150%;
}
#footer .navbar {
  margin-bottom: 0;
}
figcaption {
  font-size: 80%;
}
.button_default {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #0072bc;
  border: 1px solid #0072bc;
  color: #fff;
  border-radius: 4px;
}
.button_default:hover,
.button_default:focus {
  background-color: #fff;
  border: 1px solid #0072bc;
  color: #0072bc;
  text-decoration: none;
}
#breadcrumbmenu {
  display: none;
}
@media (min-width: 1024px) {
  #breadcrumbmenu {
    background-color: #f5f5f5;
    display: block;
  }
  #breadcrumbmenu ul.breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #f5f5f5;
  }
}
.content-container-icon-left .glyphicon {
  font-size: 500%;
  color: #0072bc;
}
#content .content-container-icon-right h2,
#content .content-container-icon-right h3 {
  margin-top: 0;
}
.breadcrumb li.active a {
  font-weight: bold;
}
.content-container-icon {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding-bottom: 10px;
}
.inner_cbQuickGoogleMap {
  max-width: 100% !important;
}
.news-single .thumbnail {
  border: 0px none;
}
.news-single .extra {
  margin-bottom: 10px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
  width: 100%;
}
.news .article .shariff {
  margin-top: 20px;
}
.news .article .news-text-wrap {
  margin: 0 0 20px;
}
.thumbnail .caption {
  padding: 9px 0;
  color: #333;
  font-size: 90%;
}
.ce-textpic .ce-bodytext {
  clear: both;
}
@media (min-width: 768px) {
  .lead {
    font-size: 110%;
    font-weight: bold;
  }
  .ce-textpic .ce-bodytext {
    clear: none;
  }
  .ce-textpic.ce-intext .ce-gallery {
    max-width: 50%;
  }
}
.ce-textpic img {
  max-width: 100%;
  height: auto;
}
.ce-textpic iframe {
  max-width: 100%;
}
.shariff li.shariff-button {
  height: 2.1975rem;
}
.shariff li.shariff-button a {
  border-radius: 0.3rem;
  padding: 0.6rem;
  transition: background-color 0.4s;
  height: 2.1975rem;
}
.frame-ruler-after:after {
  margin: 1rem 0 2rem 0;
  border: 2px solid #0072bc;
  background-color: #0072bc;
}
.frame-ruler-before:before {
  margin: 0 0 2rem 0;
  border: 2px solid #0072bc;
  background-color: #0072bc;
}
.frame-100 {
  margin: 1rem 0 2rem 0;
  border: 4px solid #0072bc;
  box-shadow: 0 4px 8px 0 #00000033;
  padding: 2rem 1rem;
}
.tx-indexedsearch-browsebox {
  list-style: none;
  padding: 0;
}
.tx-indexedsearch-browsebox li {
  display: inline-block;
  padding-right: 1em;
}
.tx-indexedsearch-res .card-footer {
  font-size: 80%;
}
/*# sourceMappingURL=additional.css.map */