body {
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #333333;
  outline: none;
}

a, a:active, a:focus, a:active {
  color: #ef7d00;
}

a:hover {
  color: #ffa23d;
}

a.morelink {
  color: #29373c;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}
a.morelink:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  color: #ef7d00;
}

h1 {
  margin-bottom: 0.9em;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.2rem;
}

.bg-main {
  background-color: #ef7d00;
}
.bg-main h1, .bg-main h2, .bg-main h3, .bg-main h4 {
  color: #29373c;
}

.bg-blue {
  background-color: #29373c;
  color: #e6e6e6;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4 {
  color: #ef7d00;
}
.bg-zlight {
  background-color: #FCDDC1;
}
.bg-zlight h1, .bg-zlight h2, .bg-zlight h3, .bg-zlight h4 {
  color: #ef7d00;
}

h1 {
  text-align: center;
}

.accordion-body h1, .accordion-body h2 {
  text-align: left;
}

.nav-link {
  color: #ef7d00;
}
.nav-link:hover {
  color: #ef7d00;
}

.table-striped {
  margin-top: 25px;
}

.fw {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.ydc-news-date {
  color: #e2e2e2;
  font-style: italic;
  font-size: 0.8rem;
}

.img-fw {
  width: 100%;
  height: auto;
}

body.page-template .carousel-caption {
  background-color: rgba(41, 55, 60, 0.59);
}

.carousel-stat .carousel-caption h1, .carousel-stat .carousel-caption h2, .carousel-stat .carousel-caption h3, .carousel-stat .carousel-caption h4, .carousel-stat .carousel-caption p {
  text-align: left;
}
.carousel-stat .carousel-caption p {
  color: #000;
}
.carousel-stat .carousel-caption h1, .carousel-stat .carousel-caption h2, .carousel-stat .carousel-caption h3 {
  text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
  color: #ef7d00;
  background-color: #FCDDC1;
}

.accordion-button:hover {
  color: #ef7d00;
  background-color: #FCDDC1;
}
.accordion-button:focus {
  border-color: #ef7d00;
  box-shadow: none;
}

#ydc-leichte-sprache {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 999999;
  cursor: pointer;
}
#ydc-leichte-sprache img {
  float: left;
  height: 50px;
}
#ydc-leichte-sprache span.leichte-sprache-text {
  float: left;
  background-color: #fff;
  height: 50px;
  border: 1px solid #ccc;
  line-height: 1em;
  width: 0px;
  opacity: 0;
  padding: 0;
  transition: all 0.1s ease-in-out;
}
#ydc-leichte-sprache.open span.leichte-sprache-text {
  width: 200px;
  opacity: 1;
  padding: 9px 9px 9px 24px;
}

.card img {
  width: 100%;
  height: auto;
}
.btn-outline-zaek {
  border: 1px solid #ef7d00;
  background: transparent;
}
.btn-outline-zaek:hover {
  color: #fff;
  background: #ef7d00;
}

.main-section {
  text-decoration: underline;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar img.main-logo {
  width: 334px;
  height: auto;
}
.navbar a.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .dropdown-toggle::after {
  content: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: #39576a;
  font-weight:bold;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #39576a;
}

.navbar-light .navbar-nav .nav-link {
  color: #525252;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #3b3b3b;
}

li.menu-item.current-page-ancestor a, li.menu-item.current-post-ancestor a, li.menu-item.current-menu-item a {
  font-weight: bold;
}
li.menu-item.current-page-ancestor ul li a, li.menu-item.current-post-ancestor ul li a, li.menu-item.current-menu-item ul li a {
  font-weight: normal;
}
li.menu-item.current-page-ancestor ul li.current-page-ancestor a, li.menu-item.current-page-ancestor ul li.current-menu-item a, li.menu-item.current-post-ancestor ul li.current-page-ancestor a, li.menu-item.current-post-ancestor ul li.current-menu-item a, li.menu-item.current-menu-item ul li.current-page-ancestor a, li.menu-item.current-menu-item ul li.current-menu-item a {
  font-weight: bold;
}

@media all and (min-width: 992px) {
  .navbar .nav-item.main-section:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
ul.dropdown-menu .dropdown-item {
  font-weight: 300;
  font-size: 15px;
}
ul.dropdown-menu .dropdown-item.active, ul.dropdown-menu .dropdown-item:active {
  background-color: #FCDDC1;
  color: #333333;
}

.sidemenu .card-sidemenu ul.list-group li.list-group-item a {
  text-decoration: none;
}
.sidemenu .card-sidemenu ul.list-group li.list-group-item ul {
  display: none;
}
.sidemenu .card-sidemenu ul.list-group li.list-group-item.active {
  background-color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.sidemenu .card-sidemenu ul.list-group li.list-group-item.active ul {
  display: block;
}
.sidemenu .card-sidemenu ul.list-group li.list-group-item.active ul li {
  font-weight: normal;
}
.sidemenu .card-sidemenu ul.list-group li.list-group-item.active ul li.active {
  font-weight: bold;
}

#header {
  width: 100%;
  background-color: #ffffff;
}

#subheader {
  width: 100%;
  background-color: #cdd0d5;
}

#footer-sub {
  margin-top: 25px;
  background-color: #ef7d00;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer-sub a, #footer-sub a:focus, #footer-sub a:active, #footer-sub a:visited {
  color: #333333;
  text-decoration: none;
}
#footer-sub a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

#footer {
  background-color: #29373c;
  color: #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer a, #footer a:focus, #footer a:active, #footer a:visited {
  color: #e6e6e6;
  text-decoration: none;
}
#footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) {
  #nav-main li.menu-item.current-page-ancestor.dropdown, #nav-main li.menu-item.current-post-ancestor.dropdown, #nav-main li.menu-item.current-menu-item.dropdown, #nav-main li.menu-item.current-menu-parent {
    position: relative;
    font-weight: bold;
  }
  #nav-main li.menu-item.current-page-ancestor.dropdown:after, #nav-main li.menu-item.current-post-ancestor.dropdown:after, #nav-main li.menu-item.current-menu-item.dropdown:after, #nav-main li.menu-item.current-menu-parent:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(12px);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FCDDC1;
    clear: both;
  }
  #nav-main li.menu-item.current-page-ancestor.dropdown ul li.current-page-ancestor:after, #nav-main li.menu-item.current-page-ancestor.dropdown ul li.current-menu-item:after, #nav-main li.menu-item.current-page-ancestor.dropdown ul li.current-post-ancestor:after, #nav-main li.menu-item.current-post-ancestor.dropdown ul li.current-page-ancestor:after, #nav-main li.menu-item.current-post-ancestor.dropdown ul li.current-menu-item:after, #nav-main li.menu-item.current-post-ancestor.dropdown ul li.current-post-ancestor:after, #nav-main li.menu-item.current-menu-item.dropdown ul li.current-page-ancestor:after, #nav-main li.menu-item.current-menu-item.dropdown ul li.current-menu-item:after, #nav-main li.menu-item.current-menu-item.dropdown ul li.current-post-ancestor:after, #nav-main li.menu-item.current-menu-parent ul li.current-page-ancestor:after, #nav-main li.menu-item.current-menu-parent ul li.current-menu-item:after, #nav-main li.menu-item.current-menu-parent ul li.current-post-ancestor:after {
    content: none;
  }
}

/*# sourceMappingURL=ydc.css.map */
