/* BITV Kontrast Modus */

@media (prefers-color-scheme: dark) {
     h1,h2,h3,h4,h5,
     h1 a,h2 a,h3 a,h4 a,h5 a, {color: #fff;}
}

.hidden{ display: none; }
.align-center{ text-align: center; }
.accessibility-widget {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 99999;
}
.accessibility-button {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	background: url(../img/accessible-sign.svg) center center no-repeat #004F23;
	background-size: 29px auto;
	cursor: pointer;
}
.accessibility-popup {
	width: 100%;
	max-width: 520px;
	background: #004F23;
	border-radius: 5px;
	padding: 15px;
}
.accessibility-popup .popup-close {
	width: 25px;
	height: 25px;
	background: url(../img/cancel.svg) center center no-repeat;
	background-size: 25px auto;
	cursor: pointer;
}
.accessibility-popup .popup-body h3{
	color: #fff;
}
.accessibility-popup .popup-body .popup-reset{
	background: #fff;
	/** border-radius: 20px; **/
	display: inline-block;
	cursor: pointer;
	color: #004F23;
	padding: 5px 20px;
	margin-top: 10px;
}
.accessibility-popup .popup-body .accessibility-options {
	margin-top: 20px;
	background: #fff;
    border-radius: 5px;
    padding: 15px;
}
.accessibility-popup .popup-body .accessibility-options h6{
	margin-top: 5px;
	margin-bottom: 18px;
	padding-right: 20px;
}
.accessibility-popup .popup-body .accessibility-options .custom-switch{
	padding-left: 6px;
	padding-left: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1.5px #e3e8fb;
}
.accessibility-popup .popup-body .accessibility-options .custom-switch:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

[theme*="dark"],
[theme*="dark"] .content-wrapper,
[theme*="dark"] .container-full,
[theme*="dark"] .container-full .top-header-section,
[theme*="dark"] .header-section .header-wrapper,
[theme*="dark"] .menu-wrapper .dynmenu nav,
[theme*="dark"] .has_bg_color,
[theme*="dark"] .globalcta,
[theme*="dark"] .dropdown-menu,
[theme*="dark"] .has-bg-color.t3-layout-bg-primary,
[theme*="dark"] .tx-ozp-contentfilter .contentcontener li a,
[theme*="dark"] .t3-layout-bg-secondary a.btn.btn-primary,
[theme*="dark"] .footer-section { background-color: #222530 !important; color: #fff !important; }
[theme*="dark"] p,
[theme*="dark"] a,
[theme*="dark"] .back_to_previous,
[theme*="dark"] .main-content ul li,
[theme*="dark"] .main-content ol li,
[theme*="dark"] .navi-tools .navi-item:before { color: #fff !important; }
[theme*="dark"] h1,
[theme*="dark"] h2,
[theme*="dark"] h2 a,
[theme*="dark"] h3,
[theme*="dark"] h3 a,
[theme*="dark"] h4,
[theme*="dark"] h4 a,
[theme*="dark"] h5,
[theme*="dark"] h5 a,
[theme*="dark"] .tx-ozp-contentfilter .items-cfilter a {color: #fff !important}
[theme*="dark"] .top-menu li:before  { color: #e2001a !important; }
[theme*="dark"] form h3,
[theme*="dark"] form legend { color: #ffffff; }
[theme*="dark"] .logo,
[theme*="dark"] .footerlogo { filter: brightness(180) grayscale(100%); }
[theme*="dark"] .navi-mobile .navi-item { background-color: #e30613; color: #fff;}
[theme*="dark"] .navi-mobile .navi-item:before {  color: #fff;}
[theme*="dark"] { background-color: #222530 !important; color: #fff; }
[theme*="dark"] .accessibility-popup .popup-body .popup-reset{ background: #222530; }
[theme*="dark"] .accessibility-popup .popup-body .accessibility-options{ background: #222530; }
[theme*="dark"] .top-helpernav-wrapper a { filter: brightness(0) invert(100%); }
[theme*="dark"] div.frame-type-textmedia[class*="backgroundimage-"] .ce-textpic { background-color: #222530; }
[theme*="dark"] #main-menu .main-menu li .level_2 a { background-color: #222530; }

[theme*="fontsimple"],
[theme*="fontsimple"] body, 
[theme*="fontsimple"] p, 
[theme*="fontsimple"] h1, 
[theme*="fontsimple"] h2, 
[theme*="fontsimple"] h3, 
[theme*="fontsimple"] h4, 
[theme*="fontsimple"] h5, 
[theme*="fontsimple"] h6 {font-family: Arial, Helvetica, sans-serif !important}

[theme*="showtitles"],
[theme*="showtitles"] h1,
[theme*="showtitles"] h2,
[theme*="showtitles"] h3,
[theme*="showtitles"] h4,
[theme*="showtitles"] h5,
[theme*="showtitles"] h6 {outline: 2px solid #639af9 !important; outline-offset: 2px !important;}

[theme*="showlinks"],
[theme*="showlinks"] a,
[theme*="showlinks"] .tx-ozp-contentfilter .tab-link li  {outline: 2px solid rgba(255,114,22,0.5) !important; outline-offset: 2px !important;}

[theme*="fontzoom"],
[theme*="fontzoom"] body {font-size: 200% !important;}
[theme*="fontzoom"] p, 
[theme*="fontzoom"] p a,
[theme*="fontzoom"] ul,
[theme*="fontzoom"] ol {font-size: 32px !important;}

[theme*="fontzoom"] .accessibility-widget {font-size: 50% !important; font-size: 1rem!important;}


[theme*="monochrome"] *:not(#slider) {
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
}

[theme*="highcontrast"] {}
[theme*="highcontrast"] * { filter: contrast(1.05); }

[theme*="hideimages"] {}
[theme*="hideimages"] img { display: none!important; }