/*
p.back:focus,
p.more:focus,
.buttonlink:focus,
a:focus,
button:focus,
input:focus {
  outline: 3px solid #00aaff;
  outline-offset: 2px;
}

.focus {
	border: 2px solid #ffff00;
	padding: 2px;
}
*/

/* Menü Container wird eingeblendet bei Bedarf */
#barrierefrei_container {
	margin-top: 200px;
	padding-bottom: 200px;
	display: none;
}

#barrierefrei_container .inside {
	max-width: 768px;
	margin: auto;
	padding-left: 40px;
	padding-right: 40px;
}

.barrierefreiheit_menu .ce_rsce_sonk_text_image_box .textbox,
.barrierefreiheit_menu .ce_rsce_sonk .textbox, 
.barrierefreiheit_menu .-sonk_no_image .textbox {
	margin-left: 0px !important;
}

.barrierefreiheit_menu a {
	text-decoration: none !important;
}

.barrierefreiheit_menu h2 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 30px;
	font-family: "Open Sans", sans-serif;
}

/*
.barrierefreiheit_menu .bt_close {
	left: 350px;
}
*/

.barrierefreiheit_menu .button {
	width: 80%;
	*display: block;
	background: white;
	color: #505D7C;
	font-size: 20px;
	padding: 20px;
	margin: auto;
	float: none;	
	clear: both;
	margin-top: 10px;
}

.barrierefreiheit_menu .button a {
	pointer-events: none;
}

.barrierefreiheit_menu .button a {
	font-size: 20px !important;
}





.invert, .invert a {
	background: #505D7C !important;
	color: white !important;
}


.show_focus p.back a:focus,
.show_focus p.back:focus,
.show_focus p.more a:focus,
.show_focus p.more:focus,
.show_focus .buttonlink:focus,
.show_focus a:focus,
.show_focus button:focus,
.show_focus input:focus,
.show_focus .toggler:focus{
  outline: 3px solid #00aaff;
  outline-offset: 2px;
} {
	
}


.higher_contrast,
.higher_contrast .ce_rsce_header_slider .textblock,
.higher_contrast .background_1, 
.higher_contrast #container .mod_article.background_1 .fullwidth {
	background-color: white !important;
	color: black !important;	
	font-weight: bold!important;
}

.higher_contrast #header {
	background: var(--logo_background) !important ;
}

.higher_contrast h1,
.higher_contrast #hero h1,
.higher_contrast h2,
.higher_contrast h3,
.higher_contrast h4,
.higher_contrast a:not(#header a):not(.buttonlink a):not(#footer a):not(.barrierefreiheit_menu a) {
	color: black !important;	
	font-weight: bold!important;
}

.higher_contrast #header .mod_navigation li a, 
.higher_contrast #header .mod_customnav li a {
	font-weight: bold!important;
}

.higher_contrast #footer,
.higher_contrast #footer li,
.higher_contrast #footer a,
.higher_contrast #footer h2,
.higher_contrast #footer h3,
.higher_contrast #footer h4 {
	color: white!important;
}

.show_all #barrierefrei_container {
	display: block;
}

.show_all #hero,
.show_all #header .navigation,
.show_all #header .icons{
	display: none;
}
.show_all .accordion_content .container {
	display: block;
}
.show_all .ce_rsce_text_teaser_bild_accordion .buttonlink {
	display: none;
}
.show_all .ce_rsce_accordion .ui-accordion-content {
	display: block !important;
}
