
* {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

main .columns p
{
  text-align: left; /* erschwert lesbarkeit */
}

/* ov menu */

.ov-menu-wrapper,
.ov-menu-list-wrapper,
.ov-menu-wrapper .ov-menu-button button
{
  background-color: #EAEAEA;
}

body > .ov-menu-button button:hover,
body > .ov-menu-button button:focus-visible,
.open-ov-menu-button:hover,
.open-ov-menu-button:focus-visible
{
  outline: solid 3px #ac0a26 !important;
  outline-offset: -3px;
}
body.fixed-header > .ov-menu-button button:hover,
body.fixed-header > .ov-menu-button button:focus-visible,
body.fixed-header .open-ov-menu-button:hover,
body.fixed-header .open-ov-menu-button:focus-visible
{
  outline: solid 3px #12121260 !important;
}

.ov-menu-wrapper .ov-menu-button button:hover
{
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.ov-menu-wrapper .ov-menu-button button:focus-visible
{
  outline-offset: -3px;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}

.ov-menu-wrapper .search_wrapper .form_wrapper p input[type="text"]:focus-visible,
.ov-menu-wrapper .search_wrapper .form_wrapper p .mobile_search_button:hover,
.ov-menu-wrapper .search_wrapper .form_wrapper p .mobile_search_button:focus-visible
{
  outline: solid 3px #d40f14 !important;
  outline-offset: -3px;
}
.search_wrapper .autocomplete_flyout_wrapper .autocomplete_flyout,
.search_wrapper .autocomplete-list,
.ov-menu-wrapper .autocomplete_flyout_wrapper .autocomplete_flyout
{
  /*background: rgba(141, 148, 157, 0.95);*/
  background: rgba(113, 120, 129, 0.95); /* #717881*/
}

.ov-menu-wrapper .mainnavigation_search_wrapper a
{
  color: #121212 !important;
  font-weight: normal;
  font-weight: bold;
  text-decoration: none !important;
}
.ov-menu-wrapper .mainnavigation_search_wrapper a:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.ov-menu-wrapper .mainnavigation_search_wrapper a:focus-visible
{
  outline-color: #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
  text-decoration: none !important;
}
.ov-menu-wrapper .mainnavigation_search_wrapper .active > a
{
  color: #d40f14 !important;
  font-weight: bold;

  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.ov-menu-wrapper .mainnavigation_search_wrapper .active > a:hover,
.ov-menu-wrapper .mainnavigation_search_wrapper .active > a:focus-visible
{
  text-decoration: underline !important;
  text-decoration-thickness: 2.5px !important;
  text-underline-offset: 0.1em !important;
}

.ov-menu-wrapper .mainnavigation_search_wrapper .icon-navigation a:focus-visible
{
  outline-color: #12121260 !important;
  outline-offset: -3px;
}

.ov-menu-wrapper .mainnavigation_search_wrapper .more-arrow,
.ov-menu-wrapper .mainnavigation_search_wrapper .back-arrow
{
  background-color: transparent;
  color: #121212 !important;
}
.ov-menu-wrapper .mainnavigation_search_wrapper .more-arrow:hover,
.ov-menu-wrapper .mainnavigation_search_wrapper .more-arrow:focus-visible,
.ov-menu-wrapper .mainnavigation_search_wrapper .back-arrow:hover,
.ov-menu-wrapper .mainnavigation_search_wrapper .back-arrow:focus-visible
{
  outline: solid 3px #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
}

/* */

.background_wrapper.darkgray
{
  background-color: #EAEAEA;
}

a[href]
{
  color: #d40f14 !important;
}
h2 a[href],
h3 a[href],
h4 a[href],
h5 a[href],
h6 a[href]
{
  color: #000000 !important;
}
a[href]:not(.image, .icon-teaser-item, .buttons-os,.text-white, .button):hover
{
  color: #d40f14 !important;
  text-decoration: underline;
}

.header-slider h2 a[href]:not(.image):hover
{
  color: #ffffff !important;
}

h2 a[href]:not(.image,.button),
h3 a[href]:not(.image,.button),
h4 a[href]:not(.image,.button),
h5 a[href]:not(.image,.button),
h6 a[href]:not(.image,.button),
p a[href]:not(.image,.button),
.compact-teaser a[href]:not(.image)
{
  display: inline-block;
  padding-right: 0.7em;
  margin-right: 0.2em;
  text-decoration: none !important;
}
h2 a[href]:hover,
h3 a[href]:hover,
h4 a[href]:hover,
h5 a[href]:hover,
h6 a[href]:hover,
p a[href]:hover,
.compact-teaser a[href]:not(.image):hover
{
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
h2 a[href]:not(.image,.button)::after,
h3 a[href]:not(.image,.button)::after,
h4 a[href]:not(.image,.button)::after,
h5 a[href]:not(.image,.button)::after,
h6 a[href]:not(.image,.button)::after,
p a[href]:not(.image,.button)::after,
.compact-teaser a[href]:not(.image)::after
{
  content: "\f105";
  display: inline-block;
  width: 0.7em;
  margin-right: -0.7em;
  font-family: 'FontAwesome', sans-serif;
  text-align: right;
  transform: scale(1.3);
}
.header-slider h2 a[href]:not(.image)::after
{
  display: none;
}
main .content div.left a[target='_blank']:after,
main .content div.column a[target='_blank']:after,
main .content div.columns a[target='_blank']:after,
main .content div.left a[target='_blank']::after,
main .content div.column a[target='_blank']::after,
main .content div.columns a[target='_blank']::after
{
  transform: none;
}

/* header logo and section */

.header .top .content .left .logo,
header .top .content .left .section
{
  height: auto !important;
}

/* header icon toggles */

header .top .content .right
{
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
  padding-top: 0 !important;
}
header .top .content .right > *,
header .top .content .right > * > *
{
  position: static !important;
  top: 0 !important;
}

header .top .content .right > span.search a,
header .top .content .right > span.readspeaker a
{
  display: block;
  height: auto;
  padding: 5px 3px;
}
header .top .content .right > span.search a:hover,
header .top .content .right > span.readspeaker a:hover
{
  padding: 5px 3px 3px 3px;
  border-bottom: solid 2px #d40f14;
}
header .top .content .right > span.search a:focus-visible,
header .top .content .right > span.readspeaker a:focus-visible
{
  padding: 5px 3px;
  border-bottom: none;
}
@media (max-width: 784px)
{
  header .top .content .right > span.readspeaker
  {
    position: relative !important;
    top: -1px !important;
    margin-right: 4px !important;
  }
}
header .top .content .right > span.readspeaker + .separator
{
  margin-left: 15px;
}
@media (max-width: 1209px)
{
  header .top .content .right > span.readspeaker + .separator
  {
    margin-left: 8px;
  }
}

/* header slider headline and paragraph */

.header-slider .text_wrapper h2 a
{
  color: #ffffff !important;
  text-decoration: none !important;
}
.header-slider .text_wrapper h2 a:hover
{
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.header-slider .text_wrapper h2 a:focus-visible
{
  outline-offset: -3px;
  text-decoration: none !important;
}
.header-slider .text_wrapper p a
{
  display: inline;
  padding-right: 1.7em;
  color: #000000 !important;
  text-decoration: none !important;
}
.header-slider .text_wrapper p a:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.header-slider .text_wrapper p a:focus-visible
{
  outline-color: #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
  text-decoration: none !important;
}
.header-slider .text_wrapper p a .fa
{
  display: none;
}

/* edit button */

a[style="display: block; width: 120px; height: 28px; padding: 12px 0 0 40px; background: none; color: #FFFFFF; font-family: 'Trebuchet MS', Arial, Sans-serif; text-decoration: none; font-size: 13px; line-height: 17px; font-weight: bold; box-sizing: content-box;"]
{
  color: #ffffff !important;
}

/* main search and icon teasers */

main .search_wrapper
{
  background-color: #EAEAEA !important;
}
.icon-teasers
{
  background-color: transparent;
}
.icon-teaser-item
{
  background-color: #EAEAEA;
}

main .search_wrapper
{
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.icon-teasers
{
  margin-top: 1px !important;

  gap: 1px;
}
.icon-teaser-item
{
  -webkit-flex: 1 0 95%;
  flex: 1 0 95%;

  margin: 0 !important;
  border: none !important;
}
.icon-teasers .icon-teaser-item
{
  color: #000000 !important;
  text-decoration: none !important;
}
.buergerservice .icon-teaser-item.buergerservice,
.rathaus-stadtverwaltung .icon-teaser-item.rathaus-stadtverwaltung,
.stadtleben .icon-teaser-item.stadtleben,
.stadtentwicklung .icon-teaser-item.stadtentwicklung
{
  color: #ffffff !important;
}
.icon-teasers .icon-teaser-item:hover,
.icon-teasers .icon-teaser-item:focus
{
  color: #ffffff !important;
  text-decoration: none !important;
}
.icon-teasers .icon-teaser-item:hover .label
{
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.icon-teasers .icon-teaser-item:focus-visible
{
  outline-offset: -3px;
  color: #ffffff !important;
}
.icon-teasers .icon-teaser-item:focus-visible .label
{
  text-decoration: none !important;
}

@media (min-width: 784px)
{
  .icon-teaser-item
  {
    -webkit-flex: 1 0 45%;
    flex: 1 0 45%;
  }
}
@media (min-width: 1024px)
{
  .icon-teaser-item
  {
    -webkit-flex: 1 0 20%;
    flex: 1 0 20%;
  }
}

main .columns p
{
  text-align: left;
}

.top-topics-teaser-item .image-wrapper
{
  background-color: #000000;
}
.top-topics-teaser-item .image-wrapper:before,
.top-topics-teaser-item .image-wrapper::before
{
  /* background: rgba(44, 36, 36, 0.5); */
  /* background: linear-gradient(to bottom, rgba(44, 36, 36, 0) 20%, rgba(44, 36, 36, 1) 70%); */
  background: linear-gradient(to bottom, rgba(44, 36, 36, 0.1) 45%, rgba(44, 36, 36, 0.9) 75%);
  /* opacity: 0.8; */
  opacity: 1;
}

/* more links for press releases and events */

.press-releases + .more a,
.events + .more a
{
  display: inline-block;
  /* margin-left: 0.25rem; */
  padding-right: 0.8182em;
  line-height: 1.4;
}
.press-releases + .more a:focus-visible,
.events + .more a:focus-visible
{

}

/* press release teaser */

.press-release-item a,
.press-release-item a:hover
{
  text-decoration: none !important;
}
.press-release-item a:hover .headline
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.press-release-item a:hover p
{
  text-decoration: none !important;
}
.press-release-item a:focus-visible
{
  outline-color: #d40f14 !important;
}
.press-release-item a:focus-visible .headline
{
  color: #d40f14 !important;
  text-decoration: none !important;
}

/* event teaser */

.event-item a,
.event-item a:hover
{
  text-decoration: none !important;
}
.event-item a:hover .headline
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.event-item a:focus-visible
{
  outline-color: #d40f14 !important;
}
.event-item a:focus-visible .headline
{
  color: #d40f14 !important;
  text-decoration: none !important;
}


input::-webkit-input-placeholder
{
	/* Chrome/Opera/Safari */
	color: #747476 !important;
    font-weight: normal;
}
input::-moz-placeholder
{
	/* Firefox 19+ */
    opacity: 1;
	color: #747476 !important;
    font-weight: normal;
}
input:-ms-input-placeholder
{
	/* IE 10+ */
	color: #747476 !important;
    font-weight: normal;
}
input:-moz-placeholder
{
	/* Firefox 18- */
    opacity: 1;
	color: #747476 !important;
    font-weight: normal;
}


.form-contact input.reset,
.form-contact input[type="reset"]
{
	background: #747476; /* #87888a */
	color: #fff;
}

.events-search-wrapper .select2-container .select2-choices input.select2-default,
.events-search-wrapper .form-events-search .select2-container .select2-choices input.select2-default
{
	color: #747476 !important;
}

/* search */

/*main .search_wrapper .form_wrapper p input[type="text"]:hover,*/
main .search_wrapper .form_wrapper button:hover,
main .search_wrapper .form_wrapper p input[type="text"]:focus-visible,
main .search_wrapper .form_wrapper button:focus-visible
{
  outline: solid 3px #d40f14 !important;
  outline-offset: -3px;
}

/* search > results */

.search-result-navigation a,
.content_search .search_result .button
{
  color: #ffffff !important;
  text-decoration: none !important;
}
.search-result-navigation a:hover,
.content_search .search_result .button:hover
{
  color: #ffffff !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.search-result-navigation a:hover,
.content_search .search_result .button:hover,
.search-result-navigation a:focus-visible,
.search-result-navigation a[href]:focus-visible,
.content_search .search_result .button:focus-visible
{
    outline: solid 3px #12121260 !important;
    outline-offset: -3px !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.content_search .search_result ul h3 a,
.content_search .search_result ul h3 a *
{
  text-decoration: none !important;
}
.content_search .search_result ul h3 a
{
  display: inline-flex;
}
.content_search .search_result ul h3 a:before,
.content_search .search_result ul h3 a::before
{
  padding-right: 0.4em;
}
.content_search .search_result ul h3 a:hover .search_headline_text
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.content_search .search_result ul h3 a:focus-visible
{
  outline-color: #d40f14 !important;
}
.content_search .search_result ul h3 a:focus-visible .search_headline_text
{
  color: #d40f14 !important;
  text-decoration: none !important;
}

/* FOCUS-RELATED STYLES */

*:not(iframe):focus-visible
{
  outline: solid 0.25rem #121212 !important;
  outline: solid 3px #121212 !important;

  /* transition: outline-width, outline-offset 200ms ease-in-out; */

  /* outline: solid 1px #121212 !important; */

  /*outline-offset: -0.25rem;*/
  /*outline-offset: -3px;*/

  outline-color: #12121250 !important;
  outline-color: #d40f14 !important;
  outline-color: #ac0a26 !important;
  /*box-shadow: 0 0 0 2px #d40f14;*/
}

a[href]:focus-visible
{
  color: #ac0a26 !important;
  text-decoration: none !important;
}

header .top .content .left .section .title
{
  color: #000000 !important;
  text-decoration: none !important;
}
header .top .content .left .section .title:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2.5px !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
header .top .content .left .logo:focus-visible,
header .top .content .left .title:focus-visible,
header .top .content .right .readspeaker_toggle:focus-visible,
header .top .content .right .toggle_search:focus-visible
{
  outline-color: #d40f14 !important;
  /*outline-offset: 0;*/
}
header .top .content .left .section .title:focus-visible
{
  color: #d40f14 !important;
  text-decoration: none !important;
}

.ov-menu-wrapper a
{
  /* text-decoration: none !important; */
}

.logo:focus-visible,
.title:focus-visible,
.readspeaker_toggle:focus-visible,
.toggle_search:focus-visible
{
  /* outline: solid 1px #121212 !important; */

  /* outline-offset: 0.25rem; */
  /* outline-offset: -1px; */
}

/* breadcrumb */

main .content #breadcrumb li a:focus-visible
{
  outline-color: #d40f14 !important;
  color: #d40f14 !important;
  text-decoration: none !important;
}

/* toplinks */

.background_wrapper .toplink,
footer .toplink
{
  color: #ffffff !important;
}

.background_wrapper .toplink:hover,
.background_wrapper .toplink:focus-visible,
footer .toplink:hover,
footer .toplink:focus-visible
{
  outline-offset: -3px !important;
  outline: solid 3px #d40f14 !important;
  background-color: #ffffff;
  color: #d40f14  !important;
}

/* top topics teaser */

.top-topics-teaser-item .image-wrapper,
.top-topics-teaser-item .image-wrapper *
{
  text-decoration: none !important;
}
.top-topics-teaser-item .image-wrapper:hover
{
  text-decoration: none !important;
}
.top-topics-teaser-item .image-wrapper:hover .headline
{
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.top-topics-teaser-item .image-wrapper:focus-visible .headline
{
  text-decoration: none !important;
}
.top-topics-teaser-item .image-wrapper:focus-visible
{
  position: relative;
  outline: none !important;
}
.top-topics-teaser-item .image-wrapper:focus-visible::after
{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*outline: solid 0.25rem #121212;*/
  /*outline-offset: -0.25rem;*/
  /*outline-color: #12121250;*/

  outline: solid 3px #d40f14;
  outline-color: #ac0a26;
  outline-offset: -3px;
}

/* teaser */

main div.teaser-box a
{
  display: block;
}
main ul.teasers li .content_wrapper,
main ul.teasers li a
{
  width: 100%;
  height: 100%;
}
main ul.teasers li a,
main ul.teasers_wide li a,
main div.teaser-box a
{
  text-decoration: none !important;
}
main ul.teasers li a *,
main ul.teasers_wide li a *,
main div.teaser-box a *
{
  text-decoration: none !important;
}
main ul.teasers li a:hover,
main ul.teasers_wide li a:hover,
main div.teaser-box a:hover
{
  text-decoration: none !important;
}
main ul.teasers li a:hover h3,
main ul.teasers_wide li a:hover h3,
main div.teaser-box a:hover h3,
main ul.teasers li a:hover h4,
main ul.teasers_wide li a:hover h4,
main div.teaser-box a:hover h4,
main ul.teasers li a:hover h5,
main ul.teasers_wide li a:hover h5,
main div.teaser-box a:hover h5,
main ul.teasers li a:hover h6,
main ul.teasers_wide li a:hover h6,
main div.teaser-box a:hover h6
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
main ul.teasers li a:focus-visible h3,
main ul.teasers_wide li a:focus-visible h3,
main div.teaser-box a:focus-visible h3,
main ul.teasers li a:focus-visible h4,
main ul.teasers_wide li a:focus-visible h4,
main div.teaser-box a:focus-visible h4,
main ul.teasers li a:focus-visible h5,
main ul.teasers_wide li a:focus-visible h5,
main div.teaser-box a:focus-visible h5,
main ul.teasers li a:focus-visible h6,
main ul.teasers_wide li a:focus-visible h6,
main div.teaser-box a:focus-visible h6
{
  color: #d40f14 !important;
  text-decoration: none !important;
}
main ul.teasers li a:focus-visible,
main ul.teasers_wide li a:focus-visible,
main div.teaser-box a:focus-visible
{
  position: relative;
  outline: none !important;
}
main ul.teasers li a:focus-visible::after,
main ul.teasers_wide li a:focus-visible::after,
main div.teaser-box a:focus-visible::after
{
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  /*outline: solid 0.25rem #121212;*/
  /*outline-offset: -0.25rem;*/
  /*outline-color: #12121250;*/

  outline: solid 3px #d40f14 !important;
  outline-offset: -3px;
}

/* test */

/*
p a
{
  color: #d40f14 !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}
p a:hover
{
  text-decoration: none !important;
}
p a:focus-visible
{
  background-color: #d40f14 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: none !important;

  outline: solid 0.2em #d40f14 !important;
  outline-offset: 0;
}
*/

/* h1 */

.content h1 a
{
  color: inherit !important;
  /*text-decoration: none !important;*/
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.content h1 a:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 3.5px !important;
  text-underline-offset: 0.1em !important;
}
.content h1 a:focus-visible
{
  outline-color: #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
  text-decoration: none !important;
}

/* category-navigation */

ul#categorynavigation li a
{
  color: #121212 !important;
  text-decoration: none !important;
}
ul#categorynavigation li a *
{
  color: inherit !important;
}
ul#categorynavigation li a.back-link
{
  color: #000000 !important;
  text-decoration: none !important;
}
ul#categorynavigation li a:hover,
ul#categorynavigation li a.back-link:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
ul#categorynavigation li a:focus-visible,
ul#categorynavigation li a.back-link:focus-visible
{
  outline-color: #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
  text-decoration: none !important;
}



form .row input[type='text']:focus-visible,
form .row input[type='email']:focus-visible,
form .row input[type='search']:focus-visible,
form .row input[type='password']:focus-visible,
form .row input[type='file']:focus-visible,
form .row input[type='number']:focus-visible,
form .row textarea:focus-visible,
form .row select:focus-visible
{
  outline-color: #d40f14 !important;
  outline-offset: -3px;
}
.fake-checkbox input[type="checkbox"]:focus-visible + .checkbox {
  box-shadow: none !important;
  outline: solid 3px #d40f14 !important;
  outline-offset: -3px;
}
button[type='submit'],
input[type='submit']
{
  background-color: #d40f14 !important;
}
button[type='submit']:hover,
button[type='submit']:focus-visible,
input[type='submit']:hover,
input[type='submit']:focus-visible
{
  background-color: #ac0a26 !important;
  outline: solid 3px #12121260 !important;
  outline-offset: -3px !important;
}
button[type='reset'],
input[type='reset']
{
  background-color: #747476 !important;
}
button[type='reset']:hover,
button[type='reset']:focus-visible,
input[type='reset']:hover,
input[type='reset']:focus-visible
{
  background-color: #4b4f55 !important;
  outline: solid 3px #121212 !important;
  outline-offset: -3px !important;
}

/* events */

.content_event_details .column,
.content_event_details .left,
.content_event_details .right
{
  overflow: hidden;
}

.events-navigation a
{
  color: #ffffff !important;
  text-decoration: none !important;
}
.events-navigation a:hover
{
  color: #ffffff !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.events-navigation a:hover,
.events-navigation a:focus-visible
{
  outline: solid 3px #12121260 !important;
  outline-offset: -3px;
  color: #ffffff !important;
  text-decoration: none !important;
}

.content_events .h2_wrapper .gallery_navigation > a
{
  color: #ffffff !important;
  text-decoration: none !important;
}
.content_events .h2_wrapper .gallery_navigation > a *
{
  color: inherit !important;
  text-decoration: inherit !important;
  text-decoration-thickness: inherit !important;
  text-underline-offset: inherit !important;
}
.content_events .h2_wrapper .gallery_navigation > a:hover
{
  color: #ffffff !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.content_events .h2_wrapper .gallery_navigation > a:hover,
.content_events .h2_wrapper .gallery_navigation > a:focus-visible
{
  outline: solid 3px #12121260 !important;
  outline-offset: -3px;
  color: #ffffff !important;
  text-decoration: none !important;
}

.events-search-wrapper .row .calendar-input input:focus-visible
{
  outline-color: #d40f14 !important;
  outline-offset: -3px;
}

.ui-widget
{
  font-family: inherit !important;
}
.ui-widget-header
{
    border: 1px solid #aaa !important;
    background: #ccc !important;
    color: #121212 !important;
    font-weight: bold;
}
.ui-widget-header a
{
  background-color: inherit !important;
  color: inherit !important;
}
.ui-widget-header a:hover,
.ui-widget-header a:focus-visible
{
  background: #121212 !important;
  border-color: #121212 !important;
  color: #ccc !important;
}
.ui-widget-header .ui-datepicker-prev
{
  top: 3px !important;
  left: 3px !important;
}
.ui-widget-header .ui-datepicker-next
{
  top: 3px !important;
  right: 3px !important;
}
.ui-widget-header a:hover .ui-icon,
.ui-widget-header a:focus-visible .ui-icon
{
  filter: invert(1);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default
{
  border: 1px solid #c6c7c8 !important; /* #d3d3d3 */
  background: #f2f2f2 !important;
  font-weight: normal;
  color: #121212 !important;
  text-decoration: none !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight
{
  /*border: 1px solid #fcefa1 !important;*/
  border: 1px solid #c6c7c8 !important; /* #d3d3d3 */
  background: #fbf9ee !important;
  color: #363636 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active
{
  /*border: 1px solid #aaa !important;*/
  border: 1px solid #c6c7c8 !important; /* #d3d3d3 */
  background: #fff !important;
  font-weight: bold !important;
  color: #212121 !important;
}

a.ui-state-default:hover,
a.ui-state-highlight:hover,
a.ui-state-active:hover
{
  color: #d40f14 !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
a.ui-state-default:focus-visible,
a.ui-state-highlight:focus-visible,
a.ui-state-active:focus-visible
{
  outline-color: #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
  text-decoration: none !important;
}


/*
border: solid 1px #e4e4e4;
border-color: #c6c7c8;

 */

.content_events .slide_gallery > ul > li > a
{
  text-decoration: none !important;
}
.content_events .slide_gallery > ul > li > a:hover .item_details p.headline:not(:first-child)
{
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.content_events .slide_gallery > ul > li > a:focus-visible
{
  outline-color: #d40f14 !important;
  outline-offset: -3px;
}
.content_events .slide_gallery > ul > li > a:focus-visible .item_details p.headline:not(:first-child)
{
  color: #d40f14 !important;
  text-decoration: none !important;
}
.content_events .slide_gallery .item_details p.headline:after,
.content_events .slide_gallery .item_details p.headline::after
{
  display: inline-block;
}

.fa-ul
{
  color: #121212 !important;
}
.fa-ul *
{
  color: inherit !important;
}

.content_events .results .date a
{
  color: #121212 !important;
  text-decoration: none !important;
}
.content_events .results .date a:hover
{
  background-color: #EAEAEA !important;
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.content_events .results .date a:focus-visible
{
  background-color: #EAEAEA !important;
  outline-color: #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
  text-decoration: none !important;
}

.content_events .results .item_details .headline a
{
  color: inherit !important;
  text-decoration: none !important;
}
.content_events .results .item_details .headline a:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.content_events .results .item_details .headline a:focus-visible
{
  outline-color: #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
  text-decoration: none !important;
}

.content_events .results > ul > li .left a:hover img,
.content_events .results > ul > li .left a:focus-visible img
{
  outline: solid 3px #d40f14 !important;
  outline-offset: -3px;
}

.content_events .results .all_events .button
{
  color: #ffffff !important;
  text-decoration: none !important;
}
.content_events .results .all_events .button:hover,
.content_events .results .all_events .button:focus-visible
{
  background-color: #ac0a26 !important;
  outline: solid 3px #12121260 !important;
  outline-offset: -3px;
}

.content_events .results .pagination .button
{
  border-radius: 0 !important;
  color: #000000 !important;
  text-decoration: none !important;
}
.content_events .results .pagination .button:hover,
.content_events .results .pagination .button:focus-visible
{
  color: #ffffff !important;
}
.content_events .results .pagination .button:focus-visible
{
  outline-color: #ac0a26 !important;
  outline-offset: -3px;
}

.content_events .social-media-links a,
.content_events .social-media-links a[target="_blank"],
.content_events .social-media-links a[target="_blank"]:not(.external)
{
  color: #121212 !important;
}
.content_events .social-media-links a:hover,
.content_events .social-media-links a:focus-visible,
.content_events .social-media-links a[target="_blank"]:hover,
.content_events .social-media-links a[target="_blank"]:focus-visible,
.content_events .social-media-links a[target="_blank"]:not(.external):hover,
.content_events .social-media-links a[target="_blank"]:not(.external):focus-visible
{
  color: #d40f14 !important;
  outline: solid 3px #d40f14 !important;
  outline-offset: -3px;
}

/* footer */

footer .content p a
{
  /*color: #d40f14 !important;*/

  /*font-weight: bold;*/
  /*text-decoration: underline;*/
}
footer .content p a:hover,
footer .content p a:focus-visible
{
  /*outline: none !important;*/
  /*color: #ac0a26 !important;*/
}

footer .content ul li a
{
  padding-right: 3px;
  padding-left: 3px;
  color: #121212 !important;
  text-decoration: none !important;
}
footer .content ul li a:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
footer .content ul li a:focus-visible
{
  /* padding-left: 1.25rem; */
  /* transition: all 200ms ease-in-out; */
  /*outline: none !important;*/
  outline-color: #d40f14 !important;
  outline-offset: -3px;

  color: #d40f14 !important;
  text-decoration: none !important;
}

/* expandables */

.expandable-trigger a
{
  text-decoration: none !important;
}
.expandable-trigger:hover a,
.expandable-trigger a:hover
{
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.expandable-trigger a:focus-visible
{
  text-decoration: none !important;
  outline-offset: -3px;
}

/* infokaesten */

.infokasten.bg-warning
{
    background-color: #557C8F; /* 4,5:1 with white */
}
.infokasten.bg-warning a[href]:hover,
.infokasten.bg-warning .expandable-trigger:hover,
.infokasten.bg-warning .expandable-trigger:hover a,
.infokasten.bg-info-inverted a[href]:hover,
.infokasten.bg-info-inverted .expandable-trigger:hover,
.infokasten.bg-info-inverted .expandable-trigger:hover a,
.infokasten.bg-primary a[href]:hover,
.infokasten.bg-primary .expandable-trigger:hover,
.infokasten.bg-primary .expandable-trigger:hover a
{
  color: #ffffff !important;
}
.infokasten.bg-warning a[href]:focus-visible,
.infokasten.bg-info-inverted a[href]:focus-visible,
.infokasten.bg-primary a[href]:focus-visible,
.infokasten.bg-warning .expandable-button:focus-visible,
.infokasten.bg-info-inverted .expandable-button:focus-visible,
.infokasten.bg-primary .expandable-button:focus-visible
{
  outline-color: #ffffff !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.infokasten.bg-success a[href],
.infokasten.bg-success a[href]:hover,
.infokasten.bg-success a[href]:focus-visible,
.infokasten.bg-success .expandable-button,
.infokasten.bg-success .expandable-button:hover,
.infokasten.bg-success .expandable-button:focus-visible
{
  color: #000000 !important;
}
.infokasten.bg-success a[href]:focus-visible,
.infokasten.bg-success .expandable-button:focus-visible
{
  outline-color: #000000 !important;
}

.infokasten.bg-warning .expandable-wrapper .expandable-wrapper .expandable-trigger,
.infokasten.bg-warning .expandable-wrapper.compact .expandable-trigger
{
  background-color: rgba(0, 0, 0, 0.19);
}

.infokasten.bg-primary .teaser-container a[href],
.infokasten.bg-info-inverted .teaser-container a[href],
.infokasten.bg-warning .teaser-container a[href]
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.infokasten.bg-primary .teaser-container a[href]:hover,
.infokasten.bg-info-inverted .teaser-container a[href]:hover,
.infokasten.bg-warning .teaser-container a[href]:hover
{
  color: #ac0a26 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 3.5px !important;
  text-underline-offset: 0.1em !important;
}
.infokasten.bg-primary .teaser-container a[href]:focus-visible,
.infokasten.bg-info-inverted .teaser-container a[href]:focus-visible,
.infokasten.bg-warning .teaser-container a[href]:focus-visible
{
  outline: solid 3px #ac0a26 !important;
  color: #ac0a26 !important;
  text-decoration: none !important;
}

.infokasten.bg-primary .teaser-container p a[href],
.infokasten.bg-info-inverted .teaser-container p a[href],
.infokasten.bg-warning .teaser-container p a[href]
{
  color: #d40f14 !important;
  text-decoration: none !important;
}
.infokasten.bg-primary .teaser-container p a[href]:hover,
.infokasten.bg-info-inverted .teaser-container p a[href]:hover,
.infokasten.bg-warning .teaser-container p a[href]:hover
{
  color: #ac0a26 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.infokasten.bg-primary .teaser-container a[href]:focus-visible,
.infokasten.bg-info-inverted .teaser-container a[href]:focus-visible,
.infokasten.bg-warning .teaser-container a[href]:focus-visible
{
  outline: solid 3px #ac0a26 !important;
  color: #ac0a26 !important;
  text-decoration: none !important;
}

a[href].teaser-container .text-container > *:first-child,
.teaser-container .text-container > *:first-child a[href]
{
  display: inline-block;
  padding-right: 0.8182em;
  color: #000000 !important;
  text-decoration: none !important;
}
a:hover[href].teaser-container .text-container > *:first-child,
.teaser-container .text-container > *:first-child a[href]:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
a:focus-visible[href].teaser-container .text-container > *:first-child,
.teaser-container .text-container > *:first-child a[href]:focus-visible
{
  outline: solid 3px #d40f14 !important;
  outline-offset: 0 !important;
  color: #d40f14 !important;
  text-decoration: none !important;
}
a[href].teaser-container .text-container > *:first-child::after,
.teaser-container .text-container > *:first-child a[href]::after
{
    content: '\f105';
    display: inline-block;
    width: 0.8182em;
    margin-right: -0.8182em;
    font-style: normal;
    font-family: FontAwesome;
    text-align: right;
}
a[href][target='_blank'].teaser-container .text-container > *:first-child,
.teaser-container .text-container > *:first-child a[href][target='_blank']
{
  padding-right: 1.375em;
}
a[href][target='_blank'].teaser-container .text-container > *:first-child::after,
.teaser-container .text-container > *:first-child a[href][target='_blank']::after
{
  content: '\f08e';
  display: inline-block;
  width: 1.375em;
  margin-right: -1.375em;
  font-family: FontAwesome;
  text-align: right;
}

.teaser-container .text-container .expandable-wrapper .expandable-trigger,
.teaser-container .text-container .expandable-wrapper .expandable-trigger a,
.teaser-container .text-container .expandable-wrapper .expandable-button,
.teaser-container .text-container .expandable-wrapper .expandable-button a
{
  color: #000000 !important;
  text-decoration: none !important;
}
.teaser-container .text-container .expandable-wrapper .expandable-trigger a
{
  padding-right: 0;
}
.teaser-container .text-container .expandable-wrapper .expandable-trigger a:after,
.teaser-container .text-container .expandable-wrapper .expandable-trigger a::after
{
  content: '';
}
.teaser-container .text-container .expandable-wrapper .expandable-trigger:hover,
.teaser-container .text-container .expandable-wrapper .expandable-button:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
}
.teaser-container .text-container .expandable-wrapper .expandable-trigger:hover a,
.teaser-container .text-container .expandable-wrapper .expandable-trigger a:hover,
.teaser-container .text-container .expandable-wrapper .expandable-button:hover a,
.teaser-container .text-container .expandable-wrapper .expandable-button a:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.teaser-container .text-container .expandable-wrapper .expandable-trigger a:focus-visible,
.teaser-container .text-container .expandable-wrapper .expandable-button:focus-visible,
.teaser-container .text-container .expandable-wrapper .expandable-button a:focus-visible
{
  color: #d40f14 !important;
  outline: solid 3px #d40f14 !important;
  outline-offset: -3px !important;
}
.teaser-container .text-container .expandable-wrapper .expandable-button:focus-visible a
{
  color: #d40f14 !important;
  text-decoration: none !important;
}

.infokasten.bg-info *:not(.plyr *)
{
  color: #000000 !important;
}
.infokasten.bg-info a[href]:hover,
.infokasten.bg-info .expandable-trigger:hover,
.infokasten.bg-info .expandable-trigger:hover a
{
  color: #000000 !important;
}
.infokasten.bg-info a[href]:focus-visible
{
  outline-color: #000000 !important;
  color: #000000 !important;
  text-decoration: none !important;
}

.infokasten.bg-secondary
{
  background-color: #eaeaea; /* #E7E7E8 */
}

/* Infokasten mit Tabelle */

/*
@media (max-width: 575px)
{
	.infokasten.list-table li:nth-child(2n)
	{
		background-color: rgba(0, 0, 0, 0.19);
	}
}
@media (min-width: 576px) and (max-width: 767px)
{
	.infokasten.list-table li:nth-child(4n),
	.infokasten.list-table li:nth-child(4n-1)
	{
		background-color: rgba(0, 0, 0, 0.19);
	}
}
@media (min-width: 768px)
{
	.infokasten.list-table ul:not(.columns-4):not(.columns-2) li:nth-child(6n),
	.infokasten.list-table ul:not(.columns-4):not(.columns-2) li:nth-child(6n-1),
	.infokasten.list-table ul:not(.columns-4):not(.columns-2) li:nth-child(6n-2)
	{
		background-color: rgba(0, 0, 0, 0.19);
	}
}
*/

/* infokasten link */

a.infokasten-link-wrapper
{
  display: block;
  color: #000000 !important;
  text-decoration: none !important;
}
a.infokasten-link-wrapper:hover
{
  text-decoration: none !important;
}
a.infokasten-link-wrapper:hover .infokasten-linktitle
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
a.infokasten-link-wrapper:focus-visible
{
  outline: solid 3px #d40f14 !important;
  outline-offset: -3px;
}
a.infokasten-link-wrapper:focus-visible .infokasten-linktitle
{
  color: #d40f14 !important;
  text-decoration: none !important;
}



/* lvw */

.lvw-headline a
{
  color: inherit !important;
}
.lvw-headline a:hover
{
  color: #d40f14 !important;
}
.lvw-headline a:focus-visible
{
  outline-color: #d40f14 !important;
  /*outline-offset: -3px;*/
  color: #d40f14 !important;
  text-decoration: none !important;
}

.alphabet li a
{
  background: #eaeaea;
  color: #121212 !important;
  text-decoration: none !important;
}
.alphabet li a:hover span
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.alphabet li a:focus-visible
{
  outline-color: #d40f14 !important;
  outline-offset: -3px;
}
.alphabet li a:focus-visible span
{
  color: #d40f14 !important;
  text-decoration: none !important;
}
.alphabet .active a,
.alphabet .active a:hover span
{
  color: #ffffff !important;
}
.alphabet .active a:hover,
.alphabet .active a:focus-visible
{
  background: #ac0a26;
}
.alphabet .active a:focus-visible
{
  outline-color: #12121260 !important;
  outline-offset: -3px;
}
.alphabet .active a:focus-visible span
{
  color: #ffffff !important;
}

.lvw-list li a
{
  color: #121212 !important;
  text-decoration: none !important;
}
.lvw-list li a:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.lvw-list li a:focus-visible
{
  outline-color: #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
  text-decoration: none !important;
}

.lvw-link-container .lvw-link
{
  /*display: inline-block;*/
  padding-right: 1.25em;
  color: #000000 !important;
  text-decoration: none !important;
}
.link-container:hover a:first-of-type,
.link-container:focus-visible a:first-of-type
{
  /*outline: none !important;*/
  outline: initial !important;
  /*text-decoration: underline !important;*/
  text-decoration: initial !important;
}
.lvw-link-container .lvw-link:hover,
.lvw-link-container a.lvw-link:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.lvw-link-container .lvw-link:focus-visible,
.lvw-link-container a.lvw-link:focus-visible,
.link-container:hover a:first-of-type:focus-visible,
.link-container:focus-visible a:first-of-type:focus-visible
{
  outline-color: #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
  text-decoration: none !important;
}

li.has_od .button-os .button-label
{
  color: #ffffff;
}
li.has_od .button-os:hover,
li.has_od .button-os:focus-visible
{
  outline: solid 3px #12121260 !important;
  outline-offset: -3px;
}

.lvw-headline .button-os,
.lvw-headline .button-os:hover,
.lvw-headline .button-os:focus-visible,
.lvw-headline.has_od .button-os,
.lvw-headline.has_od .button-os:hover,
.lvw-headline.has_od .button-os:focus-visible
{
  color: #ffffff !important;
  text-decoration: none !important;
}
.lvw-headline .button-os:hover,
.lvw-headline .button-os:focus-visible
{
  outline: solid 3px #12121260 !important;
  outline-offset: -3px;
}

.wrapper-odleistungen .button-os,
.wrapper-odleistungen .button-os:hover,
.wrapper-odleistungen .button-os:focus-visible
{
  color: #ffffff !important;
  text-decoration: none !important;
}
.wrapper-odleistungen .button-os:hover,
.wrapper-odleistungen .button-os:focus-visible
{
  outline: solid 3px #12121260 !important;
  outline-offset: -3px;
}

span.has_od .button-os,
span.has_od .button-os:hover,
.span.has_od .button-os:focus-visible
{
  color: #ffffff !important;
  text-decoration: none !important;
}
span.has_od .button-os:hover,
span.has_od .button-os:focus-visible
{
  outline: solid 3px #12121260 !important;
  outline-offset: -3px;
}

.block_wrapper > .block_headline > a
{
  color: inherit !important;
  text-decoration: none !important;
}
.block_wrapper > .block_headline:hover > a,
.block_wrapper > .block_headline > a:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.block_wrapper > .block_headline > a:focus-visible
{
  outline: solid 3px #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
  text-decoration: none !important;
}

.block_wrapper.block_wrapper_inactive > .block_headline > a,
.block_wrapper.block_wrapper_inactive > .block_headline:hover > a,
.block_wrapper.block_wrapper_inactive > .block_headline > a:hover,
.block_wrapper.block_wrapper_inactive > .block_headline > a:focus-visible
{
  outline: none !important;
  color: inherit !important;
  text-decoration: none !important;
}

.lvw-headline.has_od.list-offset
{
  margin-bottom: 0;
}
.lvw-headline.has_od.list-offset .button-os
{
  position: relative;
  padding-right: 2.75rem;
}
.lvw-headline.has_od.list-offset .button-os::after
{
  content: '\f107' !important;
  display: block !important;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0.03125em;
  font-size: 1.4545em;
  line-height: 1;
  font-family: FontAwesome;
}
.lvw-headline.has_od.list-offset .button-os.button-os-expanded::after
{
  content: '\f106' !important;
}
.lvw-headline + .service-links-expandable
{
  margin: 0;
  /*border-top: solid 3px #d40f14;*/
}
.lvw-headline + .service-links-expandable::before
{
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #d40f14;
}

.service-links-expandable + .block_wrapper
{
  margin-top: 1.5rem;
}
.lvw-headline + .service-links-expandable li
{
  padding-left: 30px;
  padding-right: 15px;
}
.service-links-expandable li::before
{
  float: left;
  width: 30px;
  margin-left: -30px;
}
.left .service-links-expandable li a.service-link[target=_blank]
{
  display: inline-block;
}

.right .lvw-collapsible .lvw-collapsible-toggle a
{
  color: inherit !important;
  text-decoration: none !important;
}
.right .lvw-collapsible .lvw-collapsible-toggle:hover a,
.right .lvw-collapsible .lvw-collapsible-toggle a:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.right .lvw-collapsible .lvw-collapsible-toggle a:focus-visible
{
  outline: solid 3px #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
  text-decoration: none !important;
}

.right .details-collapsible .details-collapsible-toggle a
{
  color: inherit !important;
  text-decoration: none !important;
}
.right .details-collapsible .details-collapsible-toggle:hover a,
.right .details-collapsible .details-collapsible-toggle a:hover
{
  color: #d40f14 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.right .details-collapsible .details-collapsible-toggle a:focus-visible
{
  outline: solid 3px #d40f14 !important;
  outline-offset: -3px;
  color: #d40f14 !important;
  text-decoration: none !important;
}
.right  .lvw-collapsible a[target=_blank]
{
  text-decoration: none;
}
.right  .lvw-collapsible a[target=_blank]:hover
{
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}


.lvw-collapsible .has_od h3
{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.75em 1em;
  background: #d40f14;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.1875;
}
@media (max-width: 575px)
{
  .lvw-collapsible .has_od h3
  {
    line-height: 1.375;
  }
}
.lvw-collapsible .has_od h3 .service-links-list-symbol
{
  position: relative;
  top: 1px;
  flex: 0 0 1.5rem;
  margin-right: 1em;
}
.lvw-collapsible .service-links-list
{
  margin: 1rem 0 2.25rem 0;
  list-style-type: none;
}

.refresh-note:hover,
.refresh-note:focus-visible
{
  outline: solid 3px #12121260 !important;
  outline-offset: -3px;
}

.search_wrapper form
{
  position: relative;
}

.search_wrapper .autocomplete-list
{
  position: absolute;
  z-index: 2;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;

  right: 62px !important;

  margin: 0;
  padding: 20px 17px;
  color: #ffffff;
  list-style-type: none;
}
@media (max-width: 784px)
{
  .search_wrapper .autocomplete-list
  {
    right: 47px !important;
  }
}

.search_wrapper .autocomplete-list li
{
  margin: 0;
  padding: 3px 3px;
  cursor: pointer;
}
.search_wrapper .autocomplete-list li:hover,
.search_wrapper .autocomplete-list li[aria-selected="true"]
{
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.search_wrapper .autocomplete-list li:focus-visible
{
  outline-color: #ffffff !important;
  text-decoration: none !important;
}

.ov-menu-wrapper .search_wrapper .autocomplete-list
{
  z-index: 10;

  right: 0 !important;

  padding-right: 17px;
  padding-left: 17px;
}



.autocomplete_flyout_wrapper li:hover,
.autocomplete_flyout_wrapper li.user-selected,
.autocomplete_flyout_wrapper li.user-selected button
{
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.autocomplete_flyout_wrapper li button
{
  display: block;
  width: 100%;
  background: transparent;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}


/* expandable buttons */

.expandable-wrapper:first-of-type
{
  margin-top: 0.625rem !important;
}
.expandable-wrapper:last-of-type
{
  margin-bottom: 1.25rem;
  margin-bottom: 0.625rem !important;
  padding-bottom: 1rem;
}
.expandable-trigger
{
  position: static;
  margin: 0;
  padding: 0;
  cursor: auto;
}

.expandable-wrapper .expandable-wrapper + .expandable-wrapper,
.expandable-wrapper.compact + .expandable-wrapper,
.infokasten .expandable-wrapper .expandable-wrapper + .expandable-wrapper,
.infokasten .expandable-wrapper.compact + .expandable-wrapper
{
  margin-top: -2rem;
}

.expandable-wrapper .expandable-wrapper .expandable-trigger,
.expandable-wrapper.compact .expandable-trigger,
.infokasten .expandable-wrapper .expandable-wrapper .expandable-trigger,
.infokasten .expandable-wrapper.compact .expandable-trigger
{
  margin: 0;
  padding: 0;

  /*font-size: 1rem;*/
}
.teaser-container .expandable-wrapper .expandable-wrapper .expandable-trigger,
.teaser-container .expandable-wrapper.compact .expandable-trigger
{
  background-color: rgba(0, 0, 0, 0.09);
}

.expandable-wrapper .expandable-trigger:after,
.expandable-wrapper .expandable-trigger::after,
.expandable-wrapper-collapsed .expandable-trigger:after,
.expandable-wrapper-collapsed .expandable-trigger::after
{
    display: none;
}

.expandable-button
{
  position: relative;
  display: block;
  width: 100%;
  margin: 0.875rem 0 0 0;
  padding: 1rem 2.25rem 1rem 0;
  background-color: transparent;

  color: inherit !important;
  font-size: inherit;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}
.expandable-wrapper .expandable-wrapper .expandable-button,
.expandable-wrapper.compact .expandable-button
{
  margin-top: 0;
  padding: 0.75em 3.75rem 0.8125em 1.25rem;
}
.expandable-button *,
.expandable-button a
{
  color: inherit !important;
}
.expandable-button:hover
{
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.expandable-button:hover,
.expandable-button:hover *,
.expandable-button:hover a,
.expandable-button:hover a:hover
{
  color: inherit !important;
}

.expandable-button:focus-visible,
.expandable-button a:focus-visible
{
  color: #d40f14 !important;
  outline-color: #d40f14 !important;
  outline-offset: -3px;
}
.expandable-button:focus-visible *,
.expandable-button:focus-visible a
{
  text-decoration: none !important;
}
.expandable-button:focus-visible,
.right .lvw-collapsible-toggle .expandable-button:focus-visible,
.right .details-collapsible .details-collapsible-toggle .expandable-button:focus-visible
{
  padding-left: 4px;
}

.expandable-wrapper .expandable-button::after
{
  content: '\f106';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0.03125em;
  font-size: 1.4545em;
  line-height: 1;
  font-family: FontAwesome;
}
.expandable-wrapper-collapsed .expandable-button::after {
    content: '\f107';
}
.expandable-wrapper .expandable-wrapper .expandable-button::after,
.expandable-wrapper.compact .expandable-button::after
{
  right: 1.25rem;
}

.block_wrapper_inactive .block_headline .expandable-button,
.block_wrapper_inactive .block_headline .expandable-button:hover,
.block_wrapper_inactive .block_headline .expandable-button:focus-visible
{
  outline: none !important;
  color: inherit !important;
  text-decoration: none !important;
  cursor: text !important;
}
.block_wrapper_inactive .expandable-button::after
{
  display: none;
}

.block_headline
{
  position: static;
  margin: 0;
  padding: 0;
  cursor: auto;
}
.block_headline:after,
.block_headline::after
{
  display: none;
}
.block_wrapper .expandable-button::after
{
  content: '\f106';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0.03125em;
  font-size: 1.4545em;
  line-height: 1;
  font-family: FontAwesome;
}
.block_wrapper_hidden .expandable-button::after
{
    content: '\f107';
}

.block_headline .expandable-button,
.block_headline .expandable-button a
{
  text-decoration: none !important;
}
.block_headline .expandable-button:hover,
.block_headline .expandable-button:hover a
{
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.1em !important;
}
.block_headline .expandable-button:focus-visible,
.block_headline .expandable-button:focus-visible a
{
  text-decoration: none !important;
}
.block_headline .expandable-button a:hover
{
  color: #d40f14 !important;
}
.block_headline:hover,
.block_headline:hover a
{
  text-decoration: none !important;
}
.block_headline .expandable-button a:focus-visible
{
  outline: solid 3px #d40f14 !important;
  outline-offset: -3px;

  color: #d40f14 !important;
  text-decoration: none !important;
}

.right .lvw-collapsible-toggle
{
  padding: 0;
}
.right .lvw-collapsible-toggle:after,
.right .lvw-collapsible-toggle::after,
.right .lvw-collapsible-hidden .lvw-collapsible-toggle:after,
.right .lvw-collapsible-hidden .lvw-collapsible-toggle::after
{
  display: none;
}

.right .lvw-collapsible-toggle .expandable-button
{
  margin-top: 0;
  padding: 1.125rem 2.5rem 1.125rem 0;
  hyphens: manual;
}
.right .lvw-collapsible-toggle .expandable-button::after
{
  content: '\f106';
  position: absolute;
  right: 0.75rem;
  top: 50%;
  display: block;
  margin-top: -0.125rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5rem;
  line-height: 1;
  font-family: FontAwesome;
}
.right .lvw-collapsible-hidden .expandable-button::after
{
  content: '\f107';
}
.right .lvw-collapsible-toggle .expandable-button:hover
{
  color: #d40f14 !important;
}
.right .lvw-collapsible-toggle .expandable-button:focus-visible
{
  color: #d40f14 !important;
}


.right .details-collapsible .details-collapsible-toggle
{
  padding: 0;
}
.right .details-collapsible .details-collapsible-toggle:after,
.right .details-collapsible .details-collapsible-toggle:after,
.right .details-collapsible-hidden .details-collapsible-toggle:after,
.right .details-collapsible-hidden .details-collapsible-toggle::after
{
  display: none;
}

.right .details-collapsible .expandable-button
{
  margin: 0;
  padding: 0 1rem 0 0;
}
.right .details-collapsible .expandable-button::after
{
  content: '\f106';
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1rem;
  margin-top: -0.0625rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.125rem;
  line-height: 1.3333;
  font-family: FontAwesome;
  text-align: center;
}
.right .details-collapsible-hidden .expandable-button::after
{
  content: '\f107';
}
.right .details-collapsible .expandable-button:hover
{
  color: #d40f14 !important;
}
.right .details-collapsible .expandable-button:focus-visible
{
  color: #d40f14 !important;
}

.admin_only.db_info
{
  overflow: hidden;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus-visible):not(:focus-within)
{
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important;
}


/* press releases */

.container-press-release-load .content-press-releases > h2.press-release-headline
{
  font-weight: bold !important;
}

/* video teaser */

.video-teaser-more-button,
.video-teaser-more-button[href]
{
  color: #ffffff !important;
  text-decoration: none !important;
}
.video-teaser-more-button:hover,
.video-teaser-more-button[href]:hover,
.video-teaser-more-button:focus-visible,
.video-teaser-more-button[href]:focus-visible
{
  outline: solid 3px #12121260 !important;
  outline-offset: -3px;
  color: #ffffff !important;
  text-decoration: none !important;
}