/* -------------------- Farben-Variablen BEGINN -------------------- */
:root {
	/*Allgemein*/
	--color-akzent: #0075bf;
	--color-akzent2: #ffdd00;
	--color-white: #fff;
	--bg-call2action: #fff;
	--bg-body: #fff;
	--bg-caption: rgba(255, 255, 255, 0.65);

	/*--background-content: url('../images/background/');*/
	--img-filter: none;
	--mapsiframe-filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.8));

	/*Barrierefreiheit Panel*/
	--bcc-shadow: 0px 0px 4px 1px rgb(0 0 0 / 80%);
	--bg-access-panel: #fff;
	--access-panel-bs: 0px 0px 4px 2px rgba(95,95,95,0.6);
	--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;

	/*Navigation*/
	--background-navi: #fff;
	--color-navigation: #212529;
	--color-navigation-hover: #0075bf;
	--color-dropdown-navigation: #212529;
	--color-dropdown-navigation-hover: #ffdd00;
	--background-dropdown-navigation-hover: #0075bf;
	--dropdown-menu: rgba(255, 255, 255, 0.95);

	/*Top-Info*/
	--color-top-info-text: #fff;
	--links-top-info: #fff;
	--links-top-info-hover: #ffdd00;
	--background-top-info: #0075bf;

	/*Kontaktbox*/
	--color-kontaktbox-h4: #004176;
	--bg-kontaktbox: #0075bf;
	--bg-main-kontaktbox: #fff;

	/*Text*/
	--color-ueberschriften: #0075bf;
	--color-titel: #fff;
	--background-color-titel: #0075bf;
	--color-subline: #ff0001;
	--color-text: #212529;
	--color-links: #0075bf;
	--color-links-hover: #ffdd00;

	/*Float Kontakt*/
	--color-float-contact-icon: #fff;
	--color-float-contact-background: #212529;
	--bg-float-contact: rgba(255,255,255,0.50);

	/*Review-Slider*/
	--title-review: #fff;
	--background-review-slider: #0075bf;
	--bg-card-review: rgba(255, 255, 255, 0.9);

	/*Kontakt*/
	--background-kontakt: #0075bf;
	--color-kontakt-text: #fff;
	--color-kontakt-links: #fff;
	--color-kontakt-links-hover: #ffdd00;
	--kontakt-titel: #fff;
	--kontakt-subline: #ffdd00;

	/*Footer*/
	--color-footer-text: #fff;
	--color-footer-links: #fff;
	--color-footer-links-hover: #ffdd00;
	--background-footer: #0075bf;
	--quicklinks-titel: #fff;
	--quicklinks-subline: #ffdd00;

	/*Social Media*/
	--color-facebook: #3c5997;

	/* -------------------- Schrift-Variablen ANFANG -------------------- */

		--font-ueberschriften: "myriad-pro", sans-serif;
		--font-fliesstext: "futura-pt", sans-serif;
		--font-navigation: "futura-pt", sans-serif;

/* -------------------- Schrift-Variablen ENDE -------------------- */
}

[data-theme="dark"] {
	/*Allgemein*/
	--color-akzent: #0075bf;
	--color-akzent2: #ffdd00;
	--color-white: #fff;
	--bg-call2action: #fff;
	--bg-body: #212529;
	--bg-caption: rgba(33, 37, 41, 0.85);

	/*--background-content: url('../images/background/');*/
	--img-filter: brightness(0.8);
	--mapsiframe-filter: grayscale(100%) invert(90%) contrast(95%);

	/*Barrierefreiheit Panel*/
	--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;

	/*Navigation*/
	--background-navi: #212529;
	--color-navigation: #fff;
	--color-navigation-hover: #0075bf;
	--color-dropdown-navigation: #fff;
	--color-dropdown-navigation-hover: #ffdd00;
	--background-dropdown-navigation-hover: #0075bf;
	--dropdown-menu: rgba(33, 37, 41, 0.95);

	/*Top-Info*/
	--color-top-info-text: #fff;
	--links-top-info: #fff;
	--links-top-info-hover: #ffdd00;
	--background-top-info: #0075bf;

	/*Kontaktbox*/
	--color-kontaktbox-h4: #004176;
	--bg-kontaktbox: #0075bf;
	--bg-main-kontaktbox: #212529;

	/*Text*/
	--color-ueberschriften: #0075bf;
	--color-titel: #fff;
	--background-color-titel: #0075bf;
	--color-subline: #ff0001;
	--color-text: #fff;
	--color-links: #ffdd00;
	--color-links-hover: #0075bf;

	/*Float Kontakt*/
	--color-float-contact-icon: #fff;
	--color-float-contact-background: #212529;
	--bg-float-contact: rgba(255,255,255,0.50);

	/*Review-Slider*/
	--title-review: #fff;
	--background-review-slider: #0075bf;
	--bg-card-review: rgba(33, 37, 41, 0.9);

	/*Kontakt*/
	--background-kontakt: #0075bf;
	--color-kontakt-text: #fff;
	--color-kontakt-links: #fff;
	--color-kontakt-links-hover: #ffdd00;
	--kontakt-titel: #fff;
	--kontakt-subline: #ffdd00;

	/*Footer*/
	--color-footer-text: #fff;
	--color-footer-links: #fff;
	--color-footer-links-hover: #ffdd00;
	--background-footer: #0075bf;
	--quicklinks-titel: #fff;
	--quicklinks-subline: #ffdd00;

	/*Social Media*/
	--color-facebook: #3c5997;

	/* -------------------- Schrift-Variablen ANFANG -------------------- */

		--font-ueberschriften: "myriad-pro", sans-serif;
		--font-fliesstext: "futura-pt", sans-serif;
		--font-navigation: "futura-pt", sans-serif;

/* -------------------- Schrift-Variablen ENDE -------------------- */

}

/* -------------------- Farben-Variablen ENDE -------------------- */