/* -------------------- Farben-Variablen BEGINN -------------------- */
:root {
	/* Allgemein */
	--darkmode: #212529;
	--darkmode-rgb: 33 37 41;
	--color-akzent: #be101e;
	--color-text: #333;
	--bg-navi: rgb(255 255 255);
	--dark-light: #000;
	--light-dark: #fff;
	--bg-slider-overlay: rgb(255 255 255 / .8);
	--bg-main: #fff;
	--bg-color-05: #fff;
	--bg-content-front: url("../images/background/content-background.svg");
	--bg-footer-blend-mode: lighten;
	--footer-title: #444444;
	--img-filter: none;
	--bg-acc-jobs: url("../images/background/005--251944155.jpg");
	
	/* Barrierefreiheit Panel */
	--access-panel-headline-color: #3b3b3b;
	--bcc-shadow: 0px 0px 4px 1px rgba(0,0,0,0.80);
	--bg-access-panel: #fff;
	--access-panel-bs: 0px 0px 4px 2px rgba(95,95,95,0.60);
	--bg-panel-button: #E7E7E7;
	--color-readline: #000;
	--cursor-color: url('../images/icons/cursor-light.png');
	--cursor-pointer: url('../images/icons/cursor-pointer-light.png');
	--cursor-text: url('../images/icons/cursor-text-light.png');
	--access-icon-tooltip-color: #333;
	--access-icon-tooltip-text: #fff;

	/* Cookie Modal */
	--bg-modal-content: #fff;
	--modal-content-text-color: #333;
	--modal-header-bg: #3b3b3b;
	--modal-header-text-color: #fff;
	--modal-footer-bg: #E7E7E7;
	--placeholder-background: #eeeeee;
	--bg-consent-icons: #F6F6F6;
	--color-btn-custom-accept-normal: #3b3b3b;
	--color-btn-custom-accept-hover: #2A2A2A;
	--color-btn-custom-reject-normal: #cdcdcd;
	--color-btn-custom-reject-hover: #ADADAD;
}

[data-theme="dark"] {
	/* Allgemein */
	--color-akzent: #be101e;
	--color-text: #fff;
	--bg-navi: var(--darkmode);
	--dark-light: #fff;
	--light-dark: #000;
	--bg-slider-overlay: rgb(var(--darkmode-rgb) / .8);
	--bg-main: var(--darkmode);
	--bg-color-05: var(--darkmode);
	--bg-content-front: url("../images/background/content-background-dark.svg");
	--bg-footer-blend-mode: difference;
	--footer-title: #fff;
	--img-filter: contrast(0) brightness(20);
	--bg-acc-jobs: #bcbcbc;

	/* Barrierefreiheit Panel */
	--access-panel-headline-color: #3b3b3b;
	--bcc-shadow: none;
	--bg-access-panel: #3b3b3b;
	--access-panel-bs: none;
	--bg-panel-button: #989898;
	--color-readline: #fff;
	--cursor-color: url('../images/icons/cursor-dark.png');
	--cursor-pointer: url('../images/icons/cursor-pointer-dark.png');
	--cursor-text: url('../images/icons/cursor-text-dark.png');
	--access-icon-tooltip-color: #fff;
	--access-icon-tooltip-text: #333;

	/* Cookie Modal */
	--bg-modal-content: #3b3b3b;
	--modal-content-text-color: #fff;
	--modal-header-bg: #3b3b3b;
	--modal-header-text-color: #fff;
	--modal-footer-bg: #3b3b3b;
	--placeholder-background: #555555;
	--bg-consent-icons: #989898;
	--color-btn-custom-accept-normal: #2A2A2A;
	--color-btn-custom-accept-hover: #191919;
	--color-btn-custom-reject-normal: #cdcdcd;
	--color-btn-custom-reject-hover: #ADADAD;
}
/* -------------------- Farben-Variablen ENDE -------------------- */