html {
  overflow-x: hidden;
}

body {
  color: #333;
  -webkit-hyphens: auto;
          hyphens: auto;
}

h1 {
  font-size: 2.3rem;
  color: #004b96;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 2rem;
  color: #004b96;
}

h3 {
  font-size: 1.6rem;
  color: #004b96;
  font-weight: bold;
}

h4 {
  font-size: 1.4rem;
  color: #004b96;
  font-weight: bold;
}

@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.6rem;
    color: #004b96;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
}
p {
  font-size: 1.1rem;
}
p.lead {
  background-color: #ff8918;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
p.text-right {
  float: right;
}

li {
  list-style: disc;
}
li.nav-item {
  list-style: none;
}
li.active {
  list-style: none;
}
li.active a {
  color: #004b96;
}

a {
  color: #ff8918;
  text-decoration: none;
}
a:hover {
  color: #004b96;
}

img {
  border-radius: 5px;
  image-rendering: auto;
}

.bg-col-1 {
  background-color: #ededed;
  padding: 25px 0;
}

.bg-col-2 {
  background-color: #ff8918;
  padding: 25px 0;
}

.bg-col-3 {
  background-color: #004b96;
  color: #fff;
  padding: 25px 0;
}
.bg-col-3 h1, .bg-col-3 h2, .bg-col-3 h3, .bg-col-3 h4, .bg-col-3 p {
  color: #fff;
}

.bg-grey {
  background-color: #ededed;
  padding: 2rem 1rem;
}

.daec-width {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.menu.active {
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
  .menu-mobile-back {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .menu-mobile-back .ion-ios-arrow-forward:before {
    content: "mehr";
    margin-right: 0.5em;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .menu-mobile-back .ion-ios-arrow-forward:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
}
#header-container {
  box-shadow: -4px 11px 15px -6px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.navbar-dark #main-nav .navbar-nav .nav-item.active {
  font-weight: bold;
}
.navbar-dark #main-nav .navbar-nav .nav-item .nav-link {
  color: #004b96;
  text-transform: uppercase;
}
.navbar-dark #main-nav .navbar-nav .nav-item .nav-link:hover {
  color: #ff8918;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: #ff8918;
}

@media (min-width: 500px) {
  .header .menu > ul > li > a {
    margin-right: 40px !important;
  }
}
@media (max-width: 400px) {
  .header .menu > ul > li > a {
    margin-right: 20px !important;
  }
}
@media (max-width: 1350px) {
  .header .menu > ul > li .menu-subs.menu-mega {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .header .menu > ul > li > a {
    margin-right: 80px !important;
  }
}
.header .menu .menu-mobile-header {
  background-color: #fff;
  z-index: 1000;
}

.header {
  padding: 8px 0;
}
.header .daec-header {
  max-width: 1920px;
}
.header .nav-brand {
  padding: 0;
}
.header .wrapper {
  justify-content: end;
}
.header .menu > ul > li > a {
  color: #004b96 !important;
}
@media (max-width: 1400px) {
  .header .menu > ul > li > a {
    font-size: 1rem;
  }
}
.header .menu > ul > li > .menu-subs.menu-mega {
  transform: translateX(-50%);
}
.header .menu > ul > li > .menu-subs.menu-mega h4 a {
  color: #004b96;
}
.header .menu > ul > li > .menu-subs.menu-mega h4 a:hover {
  color: #ff8918;
  text-decoration: none;
}
@media (min-width: 991px) {
  .header .menu {
    padding-top: 35px;
  }
}
.header-topmenu {
  position: absolute;
  right: 0;
  top: 10px;
}

#form_kesearch_searchfield input {
  padding: 6px 10px;
  height: 30px;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin-left: 5px;
}

.kesearch_searchbox #ke_search_sword {
  width: 330px;
}
.kesearch_searchbox .resetbutt {
  max-width: 240px;
}
.kesearch_searchbox .submitbutt input {
  height: 36px;
}

@media (max-width: 1350px) {
  .header-topmenu #form_kesearch_searchfield {
    display: none;
  }
  #form_kesearch_searchfield input {
    max-width: 70%;
  }
  .searchbox {
    display: block !important;
  }
}
#ke_search_searchfield_submit {
  border: 1px solid #ededed;
  border-radius: 5px;
  height: 30px;
}
#ke_search_searchfield_submit i {
  color: #004b96;
  padding: 0 8px;
}
#ke_search_searchfield_submit:hover {
  background-color: #004b96;
}
#ke_search_searchfield_submit:hover i {
  color: #fff;
}

.content-wrapper .content-header-image {
  margin-top: 5rem;
}
.content-wrapper .no-content-header-image {
  margin-top: 10rem;
}
.content-wrapper .content-slider {
  margin-top: 5rem;
}

.header-image-general img {
  margin-left: auto;
  margin-right: auto;
}

.home #slider-container {
  padding: 0;
  margin-top: 90px;
}

#slider-container {
  margin-top: 100px;
}
#slider-container .page-header {
  padding: 0;
  position: relative;
}
#slider-container .page-header h1 {
  position: absolute;
  z-index: 10;
  bottom: 15%;
  font-size: 2.5rem;
  left: 5%;
}
#slider-container .page-header h1.ce-headline-right {
  right: 5%;
}
.frame-layout-linkbox {
  background-color: #ededed;
  padding: 25px 15px;
  border-radius: 5px;
}
.frame-layout-linkbox p {
  margin-bottom: 0;
}

.card-group-title {
  margin-bottom: 2rem;
}

.card {
  box-shadow: 3px 3px 8px -1px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.card .card-title {
  min-height: 48px;
  padding: 0 1rem;
  margin-bottom: 0;
  color: #004b96;
  margin-top: 1rem;
}
.card .card-body {
  min-height: 282px;
}

thead {
  background-color: #004b96;
}
thead tr th {
  color: #fff;
}
thead tr th:first-child {
  border-right: 1px solid #fff;
}

td ul {
  margin-bottom: 0;
}
.table > :not(:first-child) {
  border-top: 2px solid #fff;
}

.accordion .accordion-item .accordion-header {
  font-weight: bold;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background-color: #ff8918;
  color: #fff !important;
}

.accordion-button::after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);
}

.f3-widget-paginator li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.f3-widget-paginator li.current {
  font-weight: bold;
  color: #ff8918;
}

.news-single .footer {
  position: relative;
  border: none;
  color: #ff8918;
  border-bottom: 1px solid #ff8918;
}
.news-single .teaser-text {
  letter-spacing: 0.8px;
  color: #333;
  font-weight: bold;
}
.news-single .mediaelement-image, .news-single .mediaelement-video {
  margin-bottom: 15px;
}

.news-home-list .article {
  border-right: 1px solid #ff8918;
  position: relative;
  padding-bottom: 25px;
}
.news-home-list .article:last-child {
  border: none;
}
.news-home-list .article .news-img-wrap {
  background: #fff;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
}
.news-home-list .article .news-img-wrap a {
  border: none;
}
.news-home-list .article .news-img-wrap a.more {
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  padding: 0;
  background: none;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  color: #fff;
  text-decoration: none;
}
.news-home-list .article .news-img-wrap a.more:before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(244, 144, 36, 0.8);
  z-index: 1;
  transition: all 0.2s ease-in-out;
  transform: translateX(-50%);
}
.news-home-list .article .news-img-wrap a.more span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 1.1rem;
}
.news-home-list .article .news-img-wrap img {
  float: left;
  height: auto;
  width: 100%;
}
.news-home-list .article .news-header h3 {
  font-size: 1.4rem;
  color: #004b96;
  font-weight: bold;
}
.news-home-list .article .news-header h3 a {
  color: #004b96;
}
.news-home-list .article .teaser-text {
  margin-top: 5px;
}
.news-home-list .article .news-list-date {
  color: #ff8918;
  font-weight: bold;
}
.news-home-list .article:hover a.more {
  opacity: 1;
}
.news-home-list .article:hover a.more:before {
  width: 100%;
}
.news-home-list .article .news-button {
  display: inline-block;
  color: #ff8918;
  padding-right: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  border-radius: 5px;
}
.news-home-list .article .news-button:hover {
  color: #004b96;
}
.news-home-list .article:last-child {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.event-home-list .article {
  position: relative;
  border-top: 1px solid #ededed;
  box-shadow: 3px 3px 8px -1px rgba(0, 0, 0, 0.15);
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.event-home-list .article:last-child {
  border: none;
  padding: 15px;
  margin-bottom: 15px;
}
.event-home-list .article .news-img-wrap {
  background: #fff;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
}
.event-home-list .article .news-img-wrap a {
  border: none;
}
.event-home-list .article .news-img-wrap a.more {
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  padding: 0;
  background: none;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  color: #fff;
  text-decoration: none;
}
.event-home-list .article .news-img-wrap a.more:before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(244, 144, 36, 0.8);
  z-index: 1;
  transition: all 0.2s ease-in-out;
  transform: translateX(-50%);
}
.event-home-list .article .news-img-wrap a.more span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 1.1rem;
}
.event-home-list .article .news-img-wrap img {
  float: left;
  height: auto;
  width: 100%;
}
.event-home-list .article .event-list-date {
  color: #ff8918;
  font-weight: bold;
}
.event-home-list .article .news-header h3 a {
  color: #004b96;
}
.event-home-list .article .news-button {
  display: inline-block;
  color: #ff8918;
  font-weight: bold;
  float: right;
  padding-right: 15px;
}
.event-home-list .article .news-button:hover {
  color: #004b96;
}
.event-home-list .article:hover a.more {
  opacity: 1;
}
.event-home-list .article:hover a.more:before {
  width: 100%;
}

.news-categories li {
  list-style: none;
}

.news-search-result .count-msg {
  margin-bottom: 1rem;
}

.shariff .orientation-horizontal {
  position: absolute;
  right: 0;
  top: 0;
  flex-wrap: nowrap;
}
.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
  min-width: 20px;
  max-width: 30px;
}
.shariff .share_text {
  display: none !important;
}
.shariff li.shariff-button.facebook a, .shariff li.shariff-button.twitter a, .shariff li.shariff-button.mail a {
  background-color: transparent !important;
}
.shariff li.shariff-button.facebook a .fa-envelope:before, .shariff li.shariff-button.facebook a .fa-facebook-f:before, .shariff li.shariff-button.facebook a .fa-twitter:before, .shariff li.shariff-button.twitter a .fa-envelope:before, .shariff li.shariff-button.twitter a .fa-facebook-f:before, .shariff li.shariff-button.twitter a .fa-twitter:before, .shariff li.shariff-button.mail a .fa-envelope:before, .shariff li.shariff-button.mail a .fa-facebook-f:before, .shariff li.shariff-button.mail a .fa-twitter:before {
  color: #ff8918;
  width: 35px;
}
.shariff li.shariff-button.facebook .fab, .shariff li.shariff-button.facebook .fas, .shariff li.shariff-button.twitter .fab, .shariff li.shariff-button.twitter .fas, .shariff li.shariff-button.mail .fab, .shariff li.shariff-button.mail .fas {
  width: 35px;
}

button {
  border-radius: 0.25rem;
}

.read-more-button {
  margin-top: 15px;
}
.read-more-button p {
  background-color: #ff8918;
  padding: 8px 15px;
  border-radius: 0.25rem;
}
.read-more-button p a {
  color: #fff;
}
.read-more-button p a:hover {
  color: #004b96;
}

.info-box-blue {
  background-color: #004b96;
  color: #fff;
  border-radius: 5px;
}
.info-box-blue .frame-type-text {
  background-color: #004b96;
  padding: 15px 15px 25px 15px;
}
.info-box-blue .frame-type-text a {
  color: #fff;
  float: right;
  font-weight: bold;
}
.info-box-blue .frame-type-textmedia {
  background-color: #004b96;
  padding: 25px 0;
  position: relative;
}
.info-box-blue .frame-type-textmedia header {
  position: absolute;
  z-index: 1;
}
.info-box-blue .frame-type-textmedia header h2 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  margin: 25px;
}
.info-box-blue .frame-type-textmedia .image {
  padding: 15px;
}

.info-box .frame-type-textmedia {
  position: relative;
}
.info-box .frame-type-textmedia header {
  position: absolute;
  z-index: 1;
  top: 0;
  padding: 15px;
  width: 100%;
}
.info-box .frame-type-textmedia header h4 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

.sports-box {
  padding: 0;
}
.sports-box h2 {
  background-color: #004b96;
  color: #fff;
  border: 2px solid #fff;
  border-bottom: 0;
  margin: 0;
  min-height: 68px;
}
.sports-box h2 a {
  color: #fff;
  padding: 50px 0;
  display: block;
}
.sports-box h2:hover {
  background-color: #fff;
}
.sports-box h2:hover a {
  color: #004b96;
}

.background-img-box {
  padding: 0;
}
.background-img-box h1 {
  position: absolute;
  top: 40%;
  text-align: center;
  right: 20%;
  left: 20%;
  padding: 10px 20px;
  font-size: 50px;
  color: #fff;
  z-index: 1;
}

.small-row .frame-type-list .news {
  background-color: #ededed;
  padding: 15px 0;
  list-style: none;
}
.small-row .frame-type-list .news .news-search-form .btn {
  margin-top: 15px;
  background-color: #ff8918;
  padding: 8px 15px;
  color: #fff;
}
.small-row .frame-type-list .news .news-search-form .btn:hover {
  color: #004b96;
}

.tx-powermail h3 {
  margin-bottom: 2rem;
}
.tx-powermail .btn-group {
  margin-bottom: 1rem;
}
.tx-powermail .btn-primary {
  background-color: #004b96;
  border-color: #004b96;
  color: #fff !important;
}
.tx-powermail .btn-default {
  border: 1px solid #004b96;
  color: #004b96;
}
.tx-powermail .btn-warning {
  background-color: #ff8918;
  color: #fff;
}

.powermail_fieldwrap_datelastpruefnr,
.powermail_fieldwrap_newpruefnr {
  display: none;
}

.btn-danger {
  margin-right: 10px;
}

.footer-container-company {
  margin-top: 5rem;
  background-color: #ededed;
  padding: 2rem 1rem;
}
.footer-container-company h4 {
  text-transform: uppercase;
}

#footer-container {
  margin-top: 25px;
}
#footer-container .footer-nav .active {
  color: #ff8918;
}
#footer-container .footer-nav .nav-item .nav-link {
  color: #004b96;
}
#footer-container .social-media .sm-icon {
  color: #004b96;
  padding-right: 5px;
  float: right;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 61.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.news.news-single .footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news.news-single .footer > div {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
.news.news-single .footer > div .btn.btn-sm {
  background-color: #ff8918;
  color: #fff;
  align-self: baseline;
  margin-right: 0.75rem;
  white-space: nowrap;
  box-shadow: none !important;
}
.news.news-single .footer > div .btn.btn-sm:hover {
  color: #004b96;
}
.news.news-single .footer > div .btn.btn-sm i {
  margin-right: 0.5rem;
}
.news.news-single .footer > div .shariff .orientation-horizontal {
  position: static;
}
.news.news-single .footer > div .shariff .orientation-horizontal .shariff-button {
  min-width: 0;
}/*# sourceMappingURL=layout.css.map */