/* -------------------- Farben-Variablen BEGINN -------------------- */
:root {
	/*Farben*/
	--schindel-hgruen: #dfeaab;
	--schindel-dgruen: #01612e;
	--schindel-hgelb: #ffe392;
	--schindel-dgelb: #f8b00e;
	--schindel-braun: #6b3b1c;

	/*Accordion*/
	--aktiv-tab-bg: var(--schindel-hgruen);
	--aktiv-tab-text: var(--schindel-dgruen);
	--normal-tab-bg: #fff;
	--normal-tab-text: #000;

	/*Allgemein*/
	--color-akzent: var(--schindel-dgruen);
	--bg-call2action: #fff;
	--color-body: #fff;
	--bg-item: #fff;

	/*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');

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

	--bg-slider-start: url("../images/background/bg-slider-light-116802290.jpg");
	--background-content: #fff;
	/*--background-content: url('../images/background/');*/
	/*--background-kontaktformular: url('../images/background/');*/
	--img-filter: none;
	--mapsiframe-filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.8));

	/*Navigation*/
	--background-navi: #fff;
	--color-navigation: #000;
	--color-navigation-hover: #fff;
	--color-dropdown-navigation: #000;
	--dropdown-menu: rgba(255, 255, 255, 0.80);

	/*Top-Info*/
	--color-top-info-text: #fff;
	--links-top-info: #fff;
	--links-top-info-hover: var(--schindel-hgruen);
	--background-top-info: linear-gradient(90deg, #01612e 0%, #019747 42%, #019747 58%, #01612e 100%);

	/*Kontaktbox*/
	--color-kontaktbox-h4: #004176;
	--bg-kontaktbox: linear-gradient(160deg, #b4b4b4 0%, #565656 100%);
	--bg-main-kontaktbox: #fff;

	/*Text*/
	--color-ueberschriften: var(--schindel-dgruen);
	--color-subline: #555756;

	--color-text: #333;
	--color-links: var(--schindel-dgruen);
	--color-links-hover: #565756;

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

	/*Review-Slider*/
	--title-review: #000;
	--background-review-slider: var(--schindel-dgruen);

	/*Footer*/
	--color-footer-text: #000;
	--color-footer-links: #333;
	--footer-icon-color: #565756;
	--background-footer: linear-gradient(180deg, rgba(255,255,255,1) 30%, var(--schindel-dgruen) 100%);
	--btn-footer-color-main: var(--schindel-hgruen);
	--btn-footer-color-hover: var(--schindel-dgruen);
	--btn-footer-border-main: 2px solid var(--schindel-dgruen);
	--btn-footer-border-hover: 2px solid var(--schindel-dgruen);
	--btn-footer-text-main: var(--schindel-dgruen);
	--btn-footer-text-hover: #fff;
	

	/*Social Media*/
	--color-facebook: #3c5997;
	
	/* Glas Effekt */
	--glas-background: rgba(255, 255, 255, 0.4);
	--glas-border: rgba(255, 255, 255, 0.3);

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

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

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

[data-theme="dark"] {
	/*Allgemein*/
	--color-akzent: var(--schindel-dgruen);
	--bg-call2action: #555555;
	--color-body: #212529;
	--bg-item: #989898;

	/*Accordion*/
	--aktiv-tab-bg: var(--schindel-dgruen);
	--aktiv-tab-text: #fff;
	--normal-tab-bg: #626262;
	--normal-tab-text: #fff;

	/*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');

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

	--bg-slider-start: url("../images/background/bg-slider-dark-116802290.jpg");
	--background-content: #212529;
	--background-kontaktformular: #212529;
	--img-filter: brightness(0.8);
	--mapsiframe-filter: grayscale(100%) invert(90%) contrast(95%);

	/*Navigation*/
	--background-navi: #212529;
	--color-navigation: #fff;
	--color-navigation-hover: #fff;
	--color-dropdown-navigation: #fff;
	--dropdown-menu: rgba(0, 0, 0, 0.80);

	/*Top-Info*/
	--color-top-info-text: #fff;
	--links-top-info: #fff;
	--links-top-info-hover: #fff;
	--background-top-info: linear-gradient(90deg, #01612e 0%, #019747 42%, #019747 58%, #01612e 100%);

	/*Kontaktbox*/
	--color-kontaktbox-open: #fff;
	--color-kontaktbox-h4: #004176;
	--bg-kontaktbox: linear-gradient(160deg, #353535 0%, #565656 100%);
	--bg-main-kontaktbox: #212529;

	/*Text*/
	--color-ueberschriften: var(--schindel-dgruen);
	--color-subline: #fff;
	--color-text: #fff;
	--color-links: var(--schindel-dgruen);
	--color-links-hover: var(--schindel-dgelb);

	/*Float Kontakt*/
	--color-float-contact-icon: #fff;
	--color-float-contact-background: #531E20;
	--bg-float-contact: rgba(33,37,41,0.50);

	/*Review-Slider*/
	--title-review: #fff;
	--background-review-slider: var(--schindel-dgruen);

	/*Footer*/
	--color-footer-text: #fff;
	--color-footer-links: #fff;
	--footer-icon-color: #c4c5c5;
	--background-footer: #212529;
	
	--btn-footer-color-main: #b6b6b6;
	--btn-footer-color-hover: #797979;
	--btn-footer-border-main: 2px solid #b6b6b6;
	--btn-footer-border-hover: 2px solid #797979;
	--btn-footer-text-main: #fff;
	--btn-footer-text-hover: #fff;
	
	/* Glas Effekt */
	--glas-background: rgba(33, 37, 41, 0.4);
	--glas-border: rgba(33, 37, 41, 0.3);
}

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