html{
  scroll-padding-top: calc(55px + 1rem);
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 !important;
  color: rgb(80, 80, 80);

  background-color: #f7f8f9;
}

#skipLink{
  background-color: rgb(0, 85, 139);
  position: absolute;
  color: #fff;
  padding: .25rem .5rem;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

#page-wrapper > .container > #page-content > .row.content-row > main > .container{
  padding-left: 0;
  padding-right: 0;
}

a.topLink i {
  margin-right: 5px;
  vertical-align: -1px;
}
a:focus,
a:focus-visible,
button:focus {
  outline: 2px dotted rgb(0, 96, 156);
}
.main-menu a:focus,
.main-menu a:focus-visible,
.main-menu button:focus,
.footer a:focus,
.footer a:focus-visible,
.footer button:focus {
  outline: 2px dotted #ffffff;
}
#page-wrapper {
  overflow: hidden;
}

.logo-area .img-fluid {
  max-height: 100%;
  max-width: 255px;
}

.rs-header-top {
  padding: 20px 0 25px;
}

/* Kopfbereich nur sichtbar auf Startseite */
body:not(#page-251) .rs-header-top {
  display: none;
}

#menu-area>.container {
  position: relative;
}

#menu-area.sticky-element {
  background: #006fb3;
  position: fixed !important;
  top: 0px;
  z-index: 999;
  margin: 0 auto !important;
  padding: 0;
  left: 0;
  right: 0;

  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);

  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.main-menu {
  background: #006fb3;
  position: absolute;
  top: -30px;
  border-radius: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  max-width: 1170px;
  margin: 0 auto;
}

#menu-area.sticky-element .main-menu {
  position: static;
}

nav#main-navbar {
  transition: all linear 0.3s;
  float: left;
  clear: both;
  position: relative;
  background: transparent !important;
  padding: 0 !important;
  font-family: 'Roboto Condensed', sans-serif;
}

nav#main-navbar a.nav-link .fa-home:before {
  display: none;
}

nav#main-navbar a.nav-link .fa-home {
  background-image: url(../lay/logo_negativ.png);
  background-image: url(../lay/AK_Solo-negativ.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 48px;
  height: 100%;
  display: block;
  margin: 0 auto;
}

nav#main-navbar .navbar-nav div a {
  color: #fff;
  height: 55px;
  line-height: 55px;
  padding: 0px 15px;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

nav#main-navbar .navbar-nav div a:hover,
nav#main-navbar .navbar-nav div a:focus,
nav#main-navbar .navbar-nav div a:active,
nav#main-navbar .navbar-nav div a.active,
nav#main-navbar .navbar-nav div a.parent-active{
  background: #00558b;
  text-decoration: none;
}

nav#main-navbar .navbar-nav> div> a.dropdown-toggle:after {
  display: block;
  width: 0;
  height: 0;
  margin: -5px auto 0;
  vertical-align: top;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
  color: #0098ef;
  transform: none;

  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}



nav#main-navbar .navbar-nav> div> a.dropdown-toggle:hover:after,
nav#main-navbar .navbar-nav> div> a.show.dropdown-toggle:after{
  color: #fff;

  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.dropdown-menu .dropdown a.has-submenu::after {
  position: absolute;
  right: 8px;
  top: calc(50% - 4px);
  color: rgb(255, 255, 255) !important;
}

nav#main-navbar .navbar-nav div .dropdown-menu a {
  color: rgb(255, 255, 255);
  padding: 8px 25px 8px 12px;
  line-height: normal;
  height: inherit;
  font-size: 16px;
  text-transform: none;
  text-align: left;
  position: relative;
}

nav#main-navbar .navbar-nav div .dropdown-menu a:hover,
nav#main-navbar .navbar-nav div .dropdown-menu a.parent-active {
  background: #004876;
}

nav#main-navbar .navbar-nav div .dropdown-menu a+a,
nav#main-navbar .navbar-nav div .dropdown-menu .menupages li+li,
nav#main-navbar .navbar-nav div .dropdown-menu .dropdown+a,
nav#main-navbar .navbar-nav div .dropdown-menu a+.dropdown,
nav#main-navbar .navbar-nav div .dropdown-menu .dropdown+.dropdown {
  border-top: 1px solid #004876;
}

nav#main-navbar .navbar-nav div .mega-dropdown-menu {
  padding: 15px 0;
}

nav#main-navbar .navbar-nav div .dropdown-menu .dropdown-menu a {
  font-size: 15px;
}

nav#main-navbar .navbar-nav>div:hover>a,
nav#main-navbar .navbar-nav>div .dropdown-menu {
  background: #00558b;
  color: #fff;
  border: 0;
}

nav#main-navbar .dropdown-submenu .dropdown-menu {
  border-radius: 0;
  margin-top: 8px;
}

nav#main-navbar .dropdown-menu-right .dropdown-submenu .dropdown-menu {
  border-radius: 0;
}

nav#main-navbar .dropdown-menu {
  margin: 0;
  border-radius: 0;
  padding: 0;
}

#metaNav {
  float: left;
  padding: 0;
  padding-left: 5px;
  border-left: 1px solid rgb(0, 128, 200);
  height: 55px;
}

#metaNav .nav-item {
  height: 100%;
}

/* LinkedIn */
#metaNav .nav-item-1847{
  margin-right:1.5rem;
  margin-right:0;
}

#metaNav a {
  color: rgb(255, 255, 255);
  padding: 15px 7px 5px;
  font-size: 20px;
  height: 100%;
}

#metaNav .fa-leichte-sprache{
  background:url("../lay/weiss_leichte_sprache.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 24px;
  display: block;
  height: 24px;
}
#metaNav .fa-gebaerdensprache{
  background:url("../lay/Gebaerdensprache_Icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 24px;
  display: block;
  height: 24px;
}

.rs-search {
  position: absolute;
  right: 15px;
  z-index: 99;
  top: 0;
  color: rgb(255, 255, 255);
  font-size: 18px;
  display: inline-block;
  height: 55px;
  width: 60px;
  width: 50px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  border-left: 1px solid rgb(0, 128, 200);

  /* Umbau Header */
  position: static;
  float: left;
}

.rs-search:hover,
.rs-search:focus {
  color: #fff;
  background: #00558b;
}

.navbar-brand {
  padding: 0;
}

.nav-meta .nav-item {
  padding-left: 35px;
  position: relative;
}

.nav-meta .nav-item+.nav-item {
  margin-left: 25px;
}

.nav-meta .nav-item i {
  border-radius: 0;
  text-align: center;
  color: #00558b;
  font-size: 24px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 5px;
  vertical-align: sub;
  height: 24px;
}

.info-text {
  display: inline-block;
}

.nav-meta .nav-item a.nav-link {
  padding: 0;
  color: #004876;
}

.nav-meta .nav-item a.nav-link span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.nav-meta .nav-item i.fa-facebook {
  color: rgb(59, 89, 152);
}

.nav-meta .nav-item i.fa-youtube {
  color: rgb(255, 0, 0);
}

.nav-meta .nav-item i.fa-font {
  color: rgb(80, 80, 80);
}

body#page-251 .main-content>.container,
body#page-251 main.main-content>section {
  padding-top: 70px;
  padding-bottom: 70px;
}

body:not(#page-251) .main-content,
body:not(#page-251) aside {}

#page-content aside>.fsc-default {
  margin-bottom: 30px;
}

#page-content aside>div:last-child {
  margin-bottom: 0;
}

#page-content aside>div:first-child,
#page-content aside>section:first-child,
#page-content aside>a.ce-link:first-child {
  margin-top: 70px;
}

#page-content aside>a.ce-link:first-child{
  display: block;
}

main.main-content>section>div[id*="carousel-"] {
  margin-top: -70px;
  margin-bottom: -70px;
}

main.main-content>.container>.ge_two_columns>.col-md-4 {
  margin-top: 70px;
}

.breadcrumb {
  position: relative;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: .75rem 1rem;
  justify-content: center;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 9px;
}

li.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before,
li.breadcrumb-item.active {
  color: #fff;
  transition: all 0.3s linear 0s;
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 8px;
}

li.breadcrumb-item.active,
li.breadcrumb-item a:hover {
  text-decoration: none;
  transition: all 0.3s linear 0s;
}

.jumbotron.background-image {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0;
  margin-bottom: 0;
  background-position: center bottom;
  height: 349px;
}

.jumbotron.background-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #009fe3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #009fe3 0%, #00609c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #009fe3 0%, #00609c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #009fe3 0%, #00609c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fe3', endColorstr='#00609c', GradientType=0);
  /* IE6-9 */
  top: 0;
  opacity: 0.7;
}

.jumbotron .page-title h1,
.jumbotron .page-title .h1 {
  color: rgb(255, 255, 255);
  position: relative;
  font-size: 56px;
  font-weight: 400;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
  margin: 0 0 15px;
  font-family: 'Titillium Web', Trebuchet MS, sans-serif;
}

body#page-251 .jumbotron {
  /* display: none; */
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -1;
}

#page-footer {
  color: #fff;
  padding-bottom: 10px;
  padding-top: 40px;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 70px;

  background: #006fb3;

  font-family: 'Roboto Condensed', sans-serif;
}

body#page-251 #page-footer {
  margin-top: 0;
}

#page-footer>.footer>.container+.container {
  margin-top: 45px;
}

#page-footer * {
  color: #fff;
  background: transparent;
  border: 0;
}
.h-101 p,
#page-footer h5,
#page-footer .h5 {
  font-family: 'Titillium Web', Trebuchet MS, sans-serif;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  position: relative;
  font-weight: 600;
}
.h-101 p:after,
#page-footer h5:after,
#page-footer .h5:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.7);
}

#page-footer ul.nav {}

#page-footer ul.nav li a {
  padding: 0;
}

#page-footer ul.nav li a:before {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
}

#page-footer div[class*="ce-menu"] h6 a {
  font-weight: normal;
  font-size: 16px;
}

#page-footer div[class*="ce-menu"] h6 a:before {
  margin-right: 4px;
}

#page-footer div[class*="ce-menu"] ul li {
  width: 100%;
  margin: 0 0 8px 0;
}

#page-footer div[class*="ce-menu"] ul li a {
  font-size: 15px;
}

#page-footer div[class*="ce-menu"] ul li a:before {
  display: none;
}

#page-footer .partnerportale figure {
  margin: 0 0 5px 0 !important;
  display: flex;
  max-width: inherit !important;
}

#page-footer .partnerportale figure figcaption {
  display: flex;
  max-width: calc(75% - 10px) !important;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 0 10px;
  font-family: 'Roboto Condensed', sans-serif;
  align-items: center;
}

#page-footer .partnerportale figure figcaption a{
  text-decoration: none;
  height: inherit;
}

#page-footer .ce-t3sbs_button {
  margin: 32px 0 0;
}

#page-footer a.ce-t3sbs_button{
  font-size: 15px;
}

#page-footer .ce-t3sbs_button i {
  margin: 0 3px 0 0;
}

#page-footer .copyright {
  margin: 37px 0 0;
}

#page-footer .copyright p {
  margin: 0;
}

#page-footer a.ce-t3sbs_button{
  border: 0;
  background: transparent;
  font-family: 'Roboto Condensed', sans-serif;
}

.back-to-top,
.go-to-bottom {
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-decoration: none;
  color: #fff;
  background-color: #006fb3;
  background-color: #00558b;
  opacity: .7;
  opacity: 1;
  padding: 5px;
  z-index: 999;
  width: 45px;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top{
  transition: all linear.3s!important;
  transform: none!important;
}

.back-to-top.st-block {
  opacity: .7;
  opacity: 1;
}

.back-to-top.st-none {
  opacity: 0;
}

.go-to-bottom {
  display: block;
  top: 85px;
  bottom: inherit;
  padding-top: 7px;
  padding-bottom: 3px;
  z-index: 1000;
}

.back-to-top:hover,
.go-to-bottom:hover,
.back-to-top:focus,
.go-to-bottom:focus{
  background-color: #004876;
  color: #fff;
  opacity: 1;
  outline: 2px dotted #fff;
}

section.background-image,
section.background-image > div {
  position: relative;
}

section.background-image:before,
.jumbotron.background-image::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: .7;
  background: #006895;
  background: -moz-linear-gradient(top, #006895 0%, #002b46 100%);
  background: -webkit-linear-gradient(top, #006895 0%, #002b46 100%);
  background: linear-gradient(to bottom, #006895 0%, #002b46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006895', endColorstr='#002b46', GradientType=0);
}

.background-image.layout-1 header *,
.background-image.layout-1 p {
  color: #fff !important;
  text-shadow: 1px 1px 3px rgb(0, 30, 49);
}

.background-image.layout-1 p a {
  color: #fff !important;
  text-decoration: underline;
}

.ce-background_wrapper.layout-2 {
  padding: 15px;
  border: 1px solid rgba(34, 34, 34, 0.1);

  transition: all 0.3s ease 0s;
}

.ce-background_wrapper.layout-2:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.ce-background_wrapper.layout-2+.ce-background_wrapper.layout-2 {
  margin-top: 22px;
}

.ce-background_wrapper.layout-2 div:last-child>p:last-child {
  margin-bottom: 0;
}

figure {
  margin: 0;
}

.ce-textmedia .gallery figure.image {
  margin-bottom: 15px!important;
  display: block;
}

aside .ce-textmedia .gallery figure.image {
  margin-bottom: 0!important;
}

figcaption.image-caption {
  font-size: 15px;
  margin: 3px 0;
  /*
  position: relative;
  background-color: rgba(34,34,34,.8);
  padding: 8px 15px;
  font-size: 18px;
  color: #fff;
  */
  color: #004876;
  color: #000000;
}

#page-footer figcaption.image-caption {
  display: inline-block;
  vertical-align: middle;
  max-width: inherit;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  background-color: transparent;
  padding: 0;
}

.frame-box {
  background: rgb(255, 255, 255);
  color: #004876;
  padding: 15px;
  font-size: 15px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, .125);
}

.row-eq-height .col>div.frame-box,
.row-eq-height [class*="col-"]>div.frame-box {
  margin-bottom: 0;
}

.frame-box * {
  color: rgb(80, 80, 80);
}

.frame-box h4,
.frame-box .tx-felogin-pi1 h3 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 400;
  color: #494949 !important;
  font-weight: 600;  
}

.frame-box h2 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 400;
}

.frame-box h3 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 600;
  color: #2b2b2b !important;
}

.frame-box p,
.frame-box ul {
  font-family: 'Roboto', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.frame-box > ul{
  padding-left: 1rem;
}

.frame-box.ce-textmedia ul{
  padding-left: 2rem;
}

.frame-box p:last-child {
  margin-bottom: 0;
}

.frame-box a {
  color: rgb(0, 96, 156);
  /*text-decoration:underline!important;*/
}

.frame-box a:hover {
  color: rgb(0, 128, 201);
}

.frame-box a:before {
  font-size: 15px;
  color: #004876;
}

.frame-box a.btn-secondary,
.frame-box a.btn-secondary i {
  color: #fff;
  text-decoration: none !important;
}

.frame-box a.btn-secondary i svg path{
  fill: #fff;
}

.frame-box div.ce-t3sbs_button:last-child,
.frame-box a.ce-t3sbs_button:last-child {
  margin-bottom: 0 !important;
}

.frame-box ul.list-group-flush li {
  border: 0;
  padding: 5px 0;
}

.frame-box ul.list-group-flush li i {
  color: #004876;
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
  font-weight: 400;
  min-width: 22px;
  text-align: center;
  margin-top: -2px;
}

div[class*="frame-"] a.btn {
  color: #fff !important;
  text-decoration: none !important;
}

.img-fluid.img-thumbnail {
  background: #004876;
  padding: 15px;
  outline: 2px solid rgba(255, 255, 255, .2);
  outline-offset: -10px;
  border-radius: 0;
}

/*
.fsc-default > header.h-3 > h3 > a:before{
font-weight: 600;
font-family:"Font Awesome 5 Free";
content: "\f105";
display:inline-block!important;
margin:0 5px 0 0
}
*/

.fa-ak::before {
  display: block;
  content: "";
  background-image: url(../lay/logo_arbeitskammer_saarland.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 65px;
  -webkit-background-clip: unset !important;
  margin: 0 auto;
}

.page-title .fa-ak::before{
  display: none;
}

/* BUGFIX Firefox */
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

:target:before {
  content: "";
  display: block;
  height: 145px;
  margin: -145px 0 0;
}

/* Device Helpers - delete after construction 
body:before {
background-color: #000;
color: #fff;
content: "xtrasmall";
font-size: 14px;
padding: 5px;
position: fixed;
z-index: 100000;
box-shadow:1px 1px 3px #fff;
top:0;
}
@media (min-width: 576px) {
body:before {
content: "small";
}
}
@media (min-width: 768px) {
body:before {
content: "middle";
}
}
@media (min-width: 992px) {
body:before {
content: "large";
}
}
@media (min-width: 1200px) {
body:before {
content: "xtralarge";
}
}
*/

@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.main-menu {
  position: static;
}

#menu-area {
  background: #006fb3;
}

#navbarToggler>.navbar-nav {
  width: 100%;
  padding-right: 60px;

  /* Umbau Header */
  padding-right: 0;
}

#navbarToggler>.navbar-nav >.nav-item {
  flex-grow: 1;
  text-align: center;
}

/*#navbarToggler>.navbar-nav >.nav-item a {
display: block;
padding: 15px 1rem;
font-size: 17px;
color: #fff;
}*/

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, .8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, .4);
}

@media(max-width:1400.98px) {
  .jumbotron.background-image {
    padding-top: 78px;
    height: 290px;
  }

  .breadcrumb {
    margin-bottom: 0;
  }
}

@media(max-width:1199.98px) {
  nav#main-navbar .navbar-nav div a {
    padding: 0px 10px;
  }

  #metaNav {
    padding-left: 10px;
  }

  #metaNav a {
    padding: 15px 8px 10px;
  }

  #metaNav .nav-item-1847{
    border-right: 1px solid #0080c8;
  }

  #menu-area>.container,
  #menu-area .main-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .jumbotron.background-image {
    padding-top: 45px;
    height: 220px;
  }

  .jumbotron .page-title h1,
  .jumbotron .page-title .h1 {
    font-size: 46px;
  }

  #navbarToggler {
    margin-top: 5px;
    margin-bottom: -5px;
  }

  #navbarToggler>.navbar-nav li+li {
    border-top: 1px solid rgb(0, 123, 194);
  }

  nav#main-navbar {
    width: inherit;
    padding: 5px 0 !important;
  }

  .rs-search,
  #metaNav {
    position: absolute;
    right: 12px;
    padding-left: 0;
  }

  #metaNav .nav-item+.nav-item {
    border-left: 1px solid rgb(0, 128, 200);
  }

  #metaNav .nav-item {
    height: 100%;
    width: 56px;
    text-align: center;
  }

  #metaNav a {
    padding: 15px 15px 10px;
  }

  #metaNav a:hover {
    background: rgb(0, 128, 201);
  }

  .rs-search {
    right: 429px;
    right: 460px;
  }

  .navbar-toggler {
    margin: 2.5px 0 2.5px 5px;
  }
}

@media(max-width:991.98px) {

  .background-image.layout-2+.background-image.layout-2 {
    margin-top: 24px;
  }

  #page-footer #c1572 {
    text-align: left !important;
  }

  .jumbotron.background-image {
    padding-top: 31px;
    height: 182px;
  }

  .jumbotron .page-title h1,
  .jumbotron .page-title .h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  body:not(#page-251) .main-content {
    padding-bottom: 0;
  }

  body:not(#page-251) aside {
    margin-top: 30px;
  }

  #page-content aside>div:first-child {
    margin-top: 0;
  }

  main+aside>div:first-child:not(.frame-box) {
    display: none;
  }

  #menu-area,
  #menu-area.sticky-element {
    position: static !important;
    animation: none;
  }

  #navbarToggler .dropdown-item {
    white-space: normal;
  }

  .go-to-bottom {
    display: none !important;
  }

  .rs-search {
    right: 373px;
    right: 405px;
  }
}

@media(max-width:767.98px) {
  #page-footer * {
    text-align: left !important;
  }

  #page-footer a.ce-t3sbs_button {
    padding-left: 0;
  }

  .jumbotron.background-image {
    padding-top: 28px;
    height: 160px;
  }

  .jumbotron .page-title h1,
  .jumbotron .page-title .h1 {
    font-size: 26px;
    margin-bottom: 0;
  }
}

@media(max-width:575.98px) {
  .jumbotron.background-image {
    padding-top: 15px;
    height: 140px;
  }

  .jumbotron .page-title h1,
  .jumbotron .page-title .h1 {
    font-size: 22px;
  }

  .breadcrumb {
    padding-top: 5px;
    font-size: 13px;
  }

  .rs-search {
    right: 150px;
  }

  #metaNav .nav-item {
    width: 46px;
  }

  #metaNav a {
    padding: 15px 10px 10px;
  }

  #metaNav .nav-item-258,
  #metaNav .nav-item-257,
  #metaNav .nav-item-1847,
  #metaNav .nav-item-2152{
    display:none;
  }


}
legend {
  font-size:1rem;
  font-weight:500;
}

body.reducedLayout{
  font-size: 18px;
  line-height: 160%;
}

body.reducedLayout #page-content{
  max-width: 960px;
  margin:0 auto;
}

body.reducedLayout h2{
  font-size: 32px;
}

body.reducedLayout .jumbotron{
  background: rgb(0, 111, 179);
  border-top: 1px solid #fff;
  padding: 2rem 0;
}


#c8982 h3{
  color: #2b2b2b!important;
}
#c8982 h4{
  color: #494949 !important;
}
#c8981 h4{
  color: #00609c !important;
}
