/* ---- 17.09.2025 ---- */
:root,
[data-bs-theme=light] {
	scroll-behavior: smooth;
	
	--bs-body-bg: var(--bs-gray-100);
		
	--bs-body-font-family: "",  sans-serif;
	--bs-body-font-size: medium;
	--bs-body-font-weight: 300;
	--bs-body-line-height: 1.5em;
	--bs-body-color: #666;
	--bs-body-color-rgb: 69, 69, 69;
	--bs-body-color-a-rgb: 69, 69, 69;
	
	--heading-font-family-family: "",  sans-serif;
	--bs-heading-color: var(--bs-primary);
	--heading-link-color: inherit;
	--heading-link-decoration: none;
	--heading-link-hover-color: inherit;
	--heading-link-hover-decoration: underline;

	--bs-primary:  #2299ff;
	--bs-primary-rgb: 34, 153, 255;
	--bs-primary-a-rgb: 34, 153, 255;
	--bs-primary-border-subtle: rgba(var(--bs-primary-rgb), 0.5);
	--bs-primary-color: rgba(var(--bs-primary-rgb), 0.75);
	--bs-primary-dark:  #0077dd;
	--bs-primary-dark-rgb: 0,119,221;
	--bs-primary-light:  #aaddff;
	--bs-primary-light-rgb: 170,221,255;
	--bs-primary-bg: var(--bs-primary);
	--bs-primary-text-emphasis: var(--bs-primary-dark);
	--bs-primary-bg-subtle: var(--bs-primary-light);
	
	--bs-secondary:  #ff8800;
	--bs-secondary-rgb: 255,136,0;
	--bs-secondary-a-rgb: 255,136,0;
	--bs-secondary-border-subtle: rgba(var(--bs-secondary-rgb), 0.5);
	--bs-secondary-color: rgba(var(--bs-secondary-rgb), 0.75);
	--bs-secondary-dark:  #dd6600;
	--bs-secondary-dark-rgb: 255,68,0;
	--bs-secondary-light:  #ffaa44;
	--bs-secondary-light-rgb: 255,170,68;
	--bs-secondary-bg: var(--bs-secondary);
	--bs-secondary-text-emphasis: var(--bs-secondary-dark);
	--bs-secondary-bg-subtle: var(--bs-secondary-light);
	
	--bs-accent: orchid;
	--bs-accent-rgb: 216, 112, 214;
	--bs-accent-a-rgb: 216, 112, 214;
	--bs-accent-dark: mediumorchid;
	--bs-accent-dark-rgb: 186,84,211;
	--bs-accent-light: plum;
	--bs-accent-light-rgb: 221, 160, 221;
	--bs-accent-bg: var(--bs-accent);
		
	--bs-light: #e4e8f0;
	--bs-light-rgb: 228, 232, 240;
	--bs-lighter: #f1f4fa;
	--bs-lighter-rgb: 241, 244, 250;
	
	--bs-dark: #222;
	--bs-dark-rgb: 34,34,34;
	
	--bs-gray: #adb5bd;
	--bs-gray-rgb: 173, 181, 189;
	--bs-gray-dark: #6c757d;
	--bs-gray-dark-rgb: 108,117,125;
	--bs-gray-light: #dee2e6;
	--bs-gray-light-rgb: 222,226,230;
	
	--bs-red: #f12244;
	--bs-danger: #f12244;
	--bs-red-rgb: 241,34,68;
	--bs-danger-rgb: 241,34,68;
	--bs-red-dark: #cc1133;
	--bs-red-dark-rgb: 204,17,51;
	--bs-green: #11cc66;
	--bs-success: #11CC66;
	--bs-green-rgb: 17,204,102;
	--bs-success-rgb: 17,204,102;
	--bs-green-dark: #00a44a;
	--bs-green-dark-rgb: 0,164,74;
	
	--bs-test: aqua;
	--bs-test-rgb: 0,255,255;
	--bs-test2: yellow;
	--bs-test2-rgb: 255,255,0;
	--bs-test3: fuchsia;
	--bs-test3-rgb: 255,0,255;
	
	--bs-link-color-rgb: var(--bs-primary-rgb);
	--bs-link-color: var(--bs-primary);
	--bs-link-hover-color: var(--bs-primary-dark);
	--bs-link-decoration: underline;
	--link-hover-decoration: none;

	--nav-font-family: "";
	--nav-font-weight: 400;
	
	--nav-link-font-family: "";
	--nav-link-font-weight: 400;
	--nav-link-color: var(--bs-body-color);
	--nav-link-hover-font-weight: 400;
	--nav-link-hover-color: var(--bs-primary);
	--nav-link-active-font-weight: 600;
	--nav-link-active-color: var(--bs-primary);
	--nav-link-show-font-weight: 400;
	--nav-link-show-color: var(--bs-primary);
	
	--nav-link-affix-font-weight: 400;
	--nav-link-affix-color: var(--bs-body-color);
	--nav-link-affix-hover-font-weight: 400;
	--nav-link-affix-hover-color: var(--bs-primary);
	--nav-link-affix-active-font-weight: 600;
	--nav-link-affix-active-color: var(--bs-primary);
	--nav-link-affix-show-font-weight: 400;
	--nav-link-affix-show-color: var(--bs-primary);
	
	--nav-link-mobil-font-weight: 400;
	--nav-link-mobil-color: var(--bs-body-color);
	--nav-link-mobil-hover-font-weight: 400;
	--nav-link-mobil-hover-color: var(--bs-primary);
	--nav-link-mobil-active-font-weight: 600;
	--nav-link-mobil-active-color: var(--bs-primary);
	--nav-link-mobil-show-font-weight: 400;
	--nav-link-mobil-show-color: var(--bs-primary);
	
	--dropdown-font-family: "";
	--dropdown-font-weight: 400;
	--dropdown-color: var(--bs-body-color);
	--dropdown-hover-font-weight: 400;
	--dropdown-hover-color: var(--bs-primary);
	--dropdown-active-font-weight: 600;
	--dropdown-active-color: var(--bs-primary);
	
	--dropdown-mobil-font-weight: 400;
	--dropdown-mobil-color: var(--bs-body-color);
	--dropdown-mobil-hover-font-weight: 400;
	--dropdown-mobil-hover-color: var(--bs-primary);
	--dropdown-mobil-active-font-weight: 600;
	--dropdown-mobil-active-color: var(--bs-primary);


	--list-padding-t: .4em;
	--list-padding-b: .4em;
	--list-padding-s: 25px !important;
	--list-margin-b: 0;
	--list-symbol-margin-s: -25px !important;
	--list-symbol-width: 25px !important;
	--list-symbol-color: var(--bs-primary);
	--list-symbol-hover-color: var(--bs-primary-dark);
	--list-symbol-active-color: var(--bs-accent);
	--list-symbol: '\F061';
	--list-symbol-font-family: "Font Awesome 5 Free";
	--list-symbol-font-weight: 900;
	--list-border-color: var(--bs-gray-300);
	--list-border-width: 1px;
	
	--bs-border-radius: 0 !important;
	--bs-border-color: var(--bs-gray-300);
	--bs-border-width: 1px;
	
	--form-color: rgba(0,0,0, 1) !important;
	--form-color-rgb: rgba(0,0,0, .5) !important;
	--form-bg: rgba(var(--bs-gray-light-rgb), .65);
	--form2-bg: rgba(var(--bs-gray-light-rgb), .4);
	
	--muted: var(--heading-font-family);
	--small: 0.875em;
	--smaller: 0.75em;
	
	--gradient-1: linear-gradient(0deg, rgba(var(--bs-primary-rgb), 1), rgba(var(--bs-secondary-rgb), 1) );
	--gradient-2: linear-gradient(45deg, rgba(var(--bs-primary-rgb), 1), rgba(var(--bs-secondary-rgb), 1));
	--gradient-3: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 1), rgba(var(--bs-secondary-rgb), 1));
	--gradient-4: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 1), rgba(var(--bs-secondary-rgb), 1));
	--gradient-5: linear-gradient(270deg, rgba(var(--bs-primary-rgb), 1), rgba(var(--bs-secondary-rgb), 1));
	--gradient-6: linear-gradient(360deg, rgba(var(--bs-primary-rgb), 1) 30%, rgba(var(--bs-secondary-rgb), 1) 80%, rgba(var(--bs-secondary-rgb), 1) 100%);
}




body [data-bs-theme=primary]  {
	--bs-body-color: var(--bs-white-rgb);
	color: rgba(var(--bs-body-color), 1) !important;
	}		
[data-bs-theme=primary] > *  {
	--bs-body-bg: var(--bs-lighter) !important;
		
	--bs-heading-color: rgba(var(--bs-accent-rgb), 1) !important;
	--heading-link-hover-color: var(--bs-white) !important;
			
	--bs-link-color: var(--bs-accent-light) !important;
	--bs-link-hover-color: var(--bs-white) !important;
	
	--bs-primary: rgba(var(--bs-accent-rgb), 1) !important;
	--bs-primary-rgb: var(--bs-accent-rgb) !important;
		
	--bs-secondary: var(--bs-secondary-light) !important;
	--bs-secondary-rgb: var(--bs-secondary-light-rgb) !important;
	
	--bs-accent: var(--bs-accent-light) !important;
	--bs-accent-rgb: var(--bs-accent-light-rgb) !important;
	
	--bs-gray: rgba(var(--bs-white-rgb), 0.5) !important;
	--bs-gray-100: rgba(var(--bs-white-rgb), 0.1) !important;
	--bs-gray-200: rgba(var(--bs-white-rgb), 0.2) !important;
	--bs-gray-300: rgba(var(--bs-white-rgb), 0.3) !important;
	--bs-gray-400: rgba(var(--bs-white-rgb), 0.4) !important;
	--bs-gray-500: rgba(var(--bs-white-rgb), 0.5) !important;
	--bs-gray-600: rgba(var(--bs-white-rgb), 0.6) !important;
	--bs-gray-700: rgba(var(--bs-white-rgb), 0.7) !important;
	--bs-gray-800: rgba(var(--bs-white-rgb), 0.8) !important;
	--bs-gray-900: rgba(var(--bs-white-rgb), 0.9) !important;
	--bs-gray-dark: rgba(var(--bs-white-rgb), 0.8) !important;
	
	--list-symbol-color: var(--bs-accent-light);
	--list-symbol-hover-color: var(--bs-white) !important;
	--list-symbol-active-color: var(--bs-accent-light) !important;
	}

[data-bs-theme=primary] .text-accent,
[data-bs-theme=primary] a.text-accent,
[data-bs-theme=primary] a.text-accent:hover { 
	color: rgba(var(--bs-accent-light-rgb), 1) !important
	}	
[data-bs-theme=primary] .text-primary,
[data-bs-theme=primary] a.text-primary,
[data-bs-theme=primary] a.text-primary:hover { 
	color: rgba(var(--bs-accent-light-rgb), 1) !important
	}
[data-bs-theme=primary] .text-secondary,
[data-bs-theme=primary] a.text-secondary,	
[data-bs-theme=primary] a.text-secondary:hover { 
	color: rgba(var(--bs-secondary-light-rgb), 1) !important
	}			

[data-bs-theme=primary] .btn-absenden {
	--bs-primary: var(--bs-secondary) !important;
	--bs-primary-rgb: var(--bs-secondary-light) !important;
	}
	[data-bs-theme=primary] .btn-absenden:hover {
	--bs-primary-dark: rgba(var(--bs-white-rgb), 1) !important;
	--bs-primary-dark-rgb: rgba(var(--bs-white-rgb), 1) !important;
	--bs-white: rgba(var(--bs-primary-a-rgb), 1) !important
	}	
	
[data-bs-theme=primary] .icon-bg.bg-white,
[data-bs-theme=primary] a:hover .icon-bg.bg-white, a.icon-bg.bg-white:hover,
[data-bs-theme=primary] a:hover .icon-bg.border-white, a.icon-bg.border-white:hover {
	color: rgba(var(--bs-primary-a-rgb), 1) !important
	}			
	
[data-bs-theme=primary] .btn-primary,
[data-bs-theme=primary] .icon-bg.bg-primary {
	background: rgba(var(--bs-primary-light-rgb), 1) !important;
	border-color: rgba(var(--bs-primary-light-rgb), 1) !important;
	color: rgba(var(--bs-primary-a-rgb), 1) !important
	}
	[data-bs-theme=primary] .btn-primary:hover,
	[data-bs-theme=primary] a:hover .icon-bg.bg-primary, a.icon-bg.bg-primary:hover {
	background: rgba(var(--bs-white-rgb), 1) !important;
	border-color: rgba(var(--bs-white-rgb), 1) !important;
	color: rgba(var(--bs-primary-a-rgb), 1) !important
	}
[data-bs-theme=primary] .btn-outline-primary,
[data-bs-theme=primary] .icon-bg.border-primary {
	border-color: rgba(var(--bs-primary-light-rgb), 1) !important;
	color: rgba(var(--bs-primary-light-rgb), 1) !important
	}	
	[data-bs-theme=primary] .btn-outline-primary:hover,
	[data-bs-theme=primary] a:hover .icon-bg.border-primary, a.icon-bg.border-primary:hover {
	background: rgba(var(--bs-primary-light-rgb), 1) !important;
	border-color: rgba(var(--bs-primary-light-rgb), 1) !important;
	color: rgba(var(--bs-primary-a-rgb), 1) !important;
	}		
	



body [data-bs-theme=secondary]  {
	--bs-body-color: var(--bs-white-rgb);
	color: rgba(var(--bs-body-color), 1) !important;
	}		
[data-bs-theme=secondary] > *  {
	--bs-body-bg: var(--bs-lighter) !important;
	
	--bs-heading-color: rgba(var(--bs-primary-dark-rgb), 1) !important;
	--heading-link-hover-color: var(--bs-white) !important;
		
	--bs-link-color: rgba(var(--bs-accent-dark-rgb), 1) !important;
	--bs-link-hover-color: var(--bs-white) !important;
	
	--bs-primary: var(--bs-primary-dark) !important;
	--bs-primary-rgb: var(--bs-primary-dark-rgb) !important;
		
	--bs-secondary: var(--bs-secondary-light) !important;
	--bs-secondary-rgb: var(--bs-secondary-light-rgb) !important;
	
	--bs-accent: rgba(var(--bs-accent-dark-rgb), 1) !important;
	--bs-accent-rgb: rgba(var(--bs-accent-dark-rgb), 1) !important;
	
	--bs-gray: rgba(var(--bs-white-rgb), 0.5) !important;
	--bs-gray-100: rgba(var(--bs-white-rgb), 0.1) !important;
	--bs-gray-200: rgba(var(--bs-white-rgb), 0.2) !important;
	--bs-gray-300: rgba(var(--bs-white-rgb), 0.3) !important;
	--bs-gray-400: rgba(var(--bs-white-rgb), 0.4) !important;
	--bs-gray-500: rgba(var(--bs-white-rgb), 0.5) !important;
	--bs-gray-600: rgba(var(--bs-white-rgb), 0.6) !important;
	--bs-gray-700: rgba(var(--bs-white-rgb), 0.7) !important;
	--bs-gray-800: rgba(var(--bs-white-rgb), 0.8) !important;
	--bs-gray-900: rgba(var(--bs-white-rgb), 0.9) !important;
	--bs-gray-dark: rgba(var(--bs-white-rgb), 0.8) !important;
	
	--list-symbol-color: var(--bs-accent-dark) !important;
	--list-symbol-hover-color: var(--bs-white) !important;
	--list-symbol-active-color: var(--bs-accent-dark) !important;
	}	
	
[data-bs-theme=secondary] .text-accent,
[data-bs-theme=secondary] a.text-accent,
[data-bs-theme=secondary] a.text-accent:hover { 
	color: rgba(var(--bs-accent-dark-rgb), 1) !important
	}
[data-bs-theme=secondary] .text-primary,
[data-bs-theme=secondary] a.text-primary,
[data-bs-theme=secondary] a.text-primary:hover { 
	color: rgba(var(--bs-primary-dark-rgb), 1) !important
	}
[data-bs-theme=secondary] .text-secondary,
[data-bs-theme=secondary] a.text-secondary,
[data-bs-theme=secondary] a.text-secondary:hover { 
	color: rgba(var(--bs-secondary-light-rgb), 1) !important
	}	

[data-bs-theme=secondary] .btn-absenden:hover {
	--bs-primary-dark: rgba(var(--bs-white-rgb), 1) !important;
	--bs-primary-dark-rgb: rgba(var(--bs-white-rgb), 1) !important;
	--bs-white: rgba(var(--bs-secondary-a-rgb), 1) !important
	}	
		
[data-bs-theme=secondary] .icon-bg.bg-white,
[data-bs-theme=secondary] a:hover .icon-bg.bg-white, a.icon-bg.bg-white:hover,
[data-bs-theme=secondary] a:hover .icon-bg.border-white, a.icon-bg.border-white:hover {
	color: rgba(var(--bs-secondary-a-rgb), 1) !important
	}			
		
[data-bs-theme=secondary] .btn-secondary,
[data-bs-theme=secondary] .icon-bg.bg-secondary {
	background: rgba(var(--bs-secondary-light-rgb), 1) !important;
	border-color: rgba(var(--bs-secondary-light-rgb), 1) !important;
	color: rgba(var(--bs-secondary-a-rgb), 1) !important
	}
	[data-bs-theme=secondary] .btn-secondary:hover,
	[data-bs-theme=secondary] a:hover .icon-bg.bg-secondary, a.icon-bg.bg-secondary:hover {
	background: rgba(var(--bs-white-rgb), 1) !important;
	border-color: rgba(var(--bs-white-rgb), 1) !important;
	color: rgba(var(--bs-secondary-a-rgb), 1) !important
	}
[data-bs-theme=secondary] .btn-outline-secondary,
[data-bs-theme=secondary] .icon-bg.border-secondary {
	border-color: rgba(var(--bs-secondary-light-rgb), 1) !important;
	color: rgba(var(--bs-secondary-light-rgb), 1) !important
	}	
	[data-bs-theme=secondary] .btn-outline-secondary:hover,
	[data-bs-theme=secondary] a:hover .icon-bg.border-secondary, a.icon-bg.border-secondary:hover {
	background: rgba(var(--bs-secondary-light-rgb), 1) !important;
	border-color: rgba(var(--bs-secondary-light-rgb), 1) !important;
	color: rgba(var(--bs-secondary-a-rgb), 1) !important;
	}	
	
[data-bs-theme=secondary] .icon-bg.bg-accent {
	background: rgba(var(--bs-accent-light-rgb), 1) !important;
	border-color: rgba(var(--bs-accent-light-rgb), 1) !important;
	color: rgba(var(--bs-accent-a-rgb), 1) !important
	}
	[data-bs-theme=secondary] a:hover .icon-bg.bg-accent, a.icon-bg.bg-accent:hover {
	background: rgba(var(--bs-white-rgb), 1) !important;
	border-color: rgba(var(--bs-white-rgb), 1) !important;
	color: rgba(var(--bs-accent-a-rgb), 1) !important
	}
[data-bs-theme=secondary] .icon-bg.border-accent {
	border-color: rgba(var(--bs-accent-light-rgb), 1) !important;
	color: rgba(var(--bs-accent-light-rgb), 1) !important
	}	
	[data-bs-theme=secondary] a:hover .icon-bg.border-accent, a.icon-bg.border-accent:hover {
	background: rgba(var(--bs-accent-light-rgb), 1) !important;
	border-color: rgba(var(--bs-accent-light-rgb), 1) !important;
	color: rgba(var(--bs-accent-a-rgb), 1) !important;
	}			


	


body [data-bs-theme=accent]  {
	--bs-body-color: var(--bs-white-rgb);
	color: rgba(var(--bs-body-color), 1) !important;
	}	
[data-bs-theme=accent] > *  {
	--bs-body-bg: var(--bs-white) !important;
		
	--bs-heading-color: rgba(var(--bs-primary-dark-rgb), 1) !important;
	--heading-link-hover-color: var(--bs-white) !important;
		
	--bs-link-color: var(--bs-primary-dark) !important;
	--bs-link-hover-color: var(--bs-white) !important;
	
	--bs-primary: var(--bs-primary-dark) !important;
	--bs-primary-rgb: var(--bs-primary-dark-rgb) !important;
		
	--bs-secondary: var(--bs-secondary-light) !important;
	--bs-secondary-rgb: var(--bs-secondary-light-rgb) !important;
		
	--bs-accent: var(--bs-accent-dark-rgb) !important;
	--bs-accent-rgb: var(--bs-accent-dark-rgb) !important;
	
	--bs-gray: rgba(var(--bs-white-rgb), 0.5) !important;
	--bs-gray-100: rgba(var(--bs-white-rgb), 0.1) !important;
	--bs-gray-200: rgba(var(--bs-white-rgb), 0.2) !important;
	--bs-gray-300: rgba(var(--bs-white-rgb), 0.3) !important;
	--bs-gray-400: rgba(var(--bs-white-rgb), 0.4) !important;
	--bs-gray-500: rgba(var(--bs-white-rgb), 0.5) !important;
	--bs-gray-600: rgba(var(--bs-white-rgb), 0.6) !important;
	--bs-gray-700: rgba(var(--bs-white-rgb), 0.7) !important;
	--bs-gray-800: rgba(var(--bs-white-rgb), 0.8) !important;
	--bs-gray-900: rgba(var(--bs-white-rgb), 0.9) !important;
	--bs-gray-dark: rgba(var(--bs-white-rgb), 0.8) !important;
	
	--list-symbol-color: var(--bs-primary-dark) !important;
	--list-symbol-hover-color: var(--bs-white) !important;
	--list-symbol-active-color: var(--bs-primary-dark) !important;
	}

[data-bs-theme=accent] .text-primary,
[data-bs-theme=accent] a.text-primary,
[data-bs-theme=accent] a.text-primary:hover { 
	color: rgba(var(--bs-primary-dark-rgb), 1) !important
	}
[data-bs-theme=accent] .text-secondary,
[data-bs-theme=accent] a.text-secondary,
[data-bs-theme=accent] a.text-secondary:hover { 
	color: rgba(var(--bs-secondary-light-rgb), 1) !important
	}	
[data-bs-theme=accent] .text-accent,
[data-bs-theme=accent] a.text-accent,	
[data-bs-theme=accent] a.text-accent:hover { 
	color: rgba(var(--bs-white-rgb), 1) !important
	}				

[data-bs-theme=accent] .btn-absenden {
	--bs-primary: var(--bs-secondary) !important;
	--bs-primary-rgb: var(--bs-secondary-light) !important;
	}
	[data-bs-theme=accent] .btn-absenden:hover {
	--bs-primary-dark: rgba(var(--bs-white-rgb), 1) !important;
	--bs-primary-dark-rgb: rgba(var(--bs-white-rgb), 1) !important;
	--bs-white: rgba(var(--bs-accent-a-rgb), 1) !important
	}
	
[data-bs-theme=accent] .icon-bg.bg-white,
[data-bs-theme=accent] a:hover .icon-bg.bg-white, a.icon-bg.bg-white:hover,	
[data-bs-theme=accent] a:hover .icon-bg.border-white, a.icon-bg.border-white:hover {
	color: rgba(var(--bs-accent-a-rgb), 1) !important
	}

[data-bs-theme=accent] .icon-bg.border-accent {
	border-color: rgba(var(--bs-accent-dark-rgb), 1) !important;
	color: rgba(var(--bs-accent-dark-rgb), 1) !important
	}	
	[data-bs-theme=accent] a:hover .icon-bg.border-accent, a.icon-bg.border-accent:hover {
	background: rgba(var(--bs-white-rgb), 1) !important;
	border-color: rgba(var(--bs-white-rgb), 1) !important;
	color: rgba(var(--bs-accent-a-rgb), 1) !important;
	}			
	
	


body [data-bs-theme=dark]  {
	--bs-body-color: var(--bs-white-rgb);
	color: rgba(var(--bs-body-color), 1) !important;
	}
[data-bs-theme=dark] > * {
	--bs-body-bg: var(--bs-lighter) !important;
	
	--heading-link-hover-color: var(--bs-white) !important;	
	
	--bs-heading-color: var(--bs-primary);	
	--heading-link-hover-color: var(--bs-white) !important;
			
	--bs-link-color: var(--bs-primary) !important;
	--bs-link-hover-color: var(--bs-white) !important;
					
	--bs-secondary: var(--bs-secondary-light) !important;
	--bs-secondary-rgb: var(--bs-secondary-light-rgb) !important;
			
	--bs-black: rgba(var(--bs-white-rgb), .6) !important;
	--bs-black-rgb: rgba(var(--bs-white-rgb), .6) !important;
	
	--bs-dark: rgba(var(--bs-white-rgb), 0.75) !important;
	--bs-dark-rgb: rgba(var(--bs-white-rgb), 0.75) !important;
	
	--bs-gray: rgba(var(--bs-white-rgb), 0.5) !important;
	--bs-gray-100: rgba(var(--bs-white-rgb), 0.1) !important;
	--bs-gray-200: rgba(var(--bs-white-rgb), 0.2) !important;
	--bs-gray-300: rgba(var(--bs-white-rgb), 0.3) !important;
	--bs-gray-400: rgba(var(--bs-white-rgb), 0.4) !important;
	--bs-gray-500: rgba(var(--bs-white-rgb), 0.5) !important;
	--bs-gray-600: rgba(var(--bs-white-rgb), 0.6) !important;
	--bs-gray-700: rgba(var(--bs-white-rgb), 0.7) !important;
	--bs-gray-800: rgba(var(--bs-white-rgb), 0.8) !important;
	--bs-gray-900: rgba(var(--bs-white-rgb), 0.9) !important;
	--bs-gray-dark: rgba(var(--bs-white-rgb), 0.8) !important;
	
	--list-symbol-color: var(--bs-primary) !important;
	--list-symbol-hover-color: var(--bs-white) !important;
	--list-symbol-active-color: var(--bs-primary) !important;
	}
	
[data-bs-theme=dark] .text-black,
[data-bs-theme=dark] a.text-black,
[data-bs-theme=dark] a.text-black:hover { 
	color: rgba(var(--bs-white-rgb), .6) !important
	}
[data-bs-theme=dark] .form-control:focus { 
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.7);
	}	
[data-bs-theme=dark] .icon-bg.bg-white,
[data-bs-theme=dark] a:hover .icon-bg.bg-white, a.icon-bg.bg-white:hover,	
[data-bs-theme=dark] a:hover .icon-bg.border-white, a.icon-bg.border-white:hover {
	color: rgba(var(--bs-gray-rgb), 1) !important
	}	






/*--------------------------------------------------------------
# Frontend-Balken / Screenreader
--------------------------------------------------------------*/
@media print {
	#sticky,
	#cookiedingsbums,
	.drucken,
	.edit-block,
	.debug-box,
	.frontend,
	.toggle-content.edit-block { 
		display: none !important 
	}	
}	

 
/*--------------------------------------------------------------
# Farben (style_basics_01.css)
--------------------------------------------------------------*/
.bg-primary-dark 	{ background-color: rgba(var(--bs-primary-dark-rgb), var(--bs-bg-opacity, 1)) !important; }
.bg-primary-light 	{ background-color: rgba(var(--bs-primary-light-rgb), var(--bs-bg-opacity, 1)) !important; }
.bg-secondary-dark 	{ background-color: rgba(var(--bs-secondary-dark-rgb), var(--bs-bg-opacity, 1)) !important; }
.bg-secondary-light { background-color: rgba(var(--bs-secondary-light-rgb), var(--bs-bg-opacity, 1)) !important; }
.bg-accent 			{ background-color: rgba(var(--bs-accent-rgb), var(--bs-bg-opacity, 1)) !important; }
.bg-accent-dark 	{ background-color: rgba(var(--bs-accent-dark-rgb), var(--bs-bg-opacity, 1)) !important; }
.bg-accent-light 	{ background-color: rgba(var(--bs-accent-light-rgb), var(--bs-bg-opacity, 1)) !important; }
.bg-lighter 		{ background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity, 1)) !important; }
.bg-gray 			{ background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-primary 		{ --bs-bg-opacity: 1; color: var(--bs-primary) !important;  }
.text-primary-dark 	{ --bs-bg-opacity: 1; color: var(--bs-primary-dark) !important;  }
.text-primary-light { --bs-bg-opacity: 1; color: var(--bs-primary-light) !important;  }
.text-secondary 	{ --bs-bg-opacity: 1; color: var(--bs-secondary) !important; }
.text-secondary-dark{ --bs-bg-opacity: 1; color: var(--bs-secondary-dark) !important;  }
.text-secondary-light{ --bs-bg-opacity: 1; color: var(--bs-secondary-light) !important;  }
.text-accent 		{ --bs-bg-opacity: 1; color: var(--bs-accent) !important; }
.text-accent-dark 	{ --bs-bg-opacity: 1; color: var(--bs-accent-dark) !important;  }
.text-accent-light 	{ --bs-bg-opacity: 1; color: var(--bs-accent-light) !important; }

.text-red, .red, .rot		{ --bs-bg-opacity: 1; color: var(--bs-red) !important; }
.text-green, .green, .gruen	{ --bs-bg-opacity: 1; color: var(--bs-green) !important }
.text-orange, .orange		{ --bs-bg-opacity: 1; color: var(--bs-orange) !important }
.text-blue, .blue			{ --bs-bg-opacity: 1; color: var(--bs-blue) !important }

.text-gray, .gray, .grau	{ --bs-bg-opacity: 1; color: var(--bs-gray) !important }
.text-gray-dark		{ --bs-bg-opacity: 1; color: var(--bs-gray-dark) !important }
.text-gray-light	{ --bs-bg-opacity: 1; color: var(--bs-gray-light) !important }
.text-gray-100		{ --bs-bg-opacity: 1; color: var(--bs-gray-100) !important }
.text-gray-200		{ --bs-bg-opacity: 1; color: var(--bs-gray-200) !important }
.text-gray-300		{ --bs-bg-opacity: 1; color: var(--bs-gray-300) !important }
.text-gray-400		{ --bs-bg-opacity: 1; color: var(--bs-gray-400) !important }
.text-gray-500		{ --bs-bg-opacity: 1; color: var(--bs-gray-500) !important }
.text-gray-600		{ --bs-bg-opacity: 1; color: var(--bs-gray-600) !important }
.text-gray-700		{ --bs-bg-opacity: 1; color: var(--bs-gray-700) !important }
.text-gray-800		{ --bs-bg-opacity: 1; color: var(--bs-gray-800) !important }
.text-gray-900		{--bs-bg-opacity: 1;  color: var(--bs-gray-900) !important }

.border-accent 		{  --bs-border-opacity: 1; border-color: rgba(var(--bs-accent-rgb), var(--bs-border-opacity)) !important;}
.border-accent-light {  --bs-border-opacity: 1; border-color: rgba(var(--bs-accent-light-rgb), var(--bs-border-opacity)) !important;}
.border-gray 		{  --bs-border-opacity: 1; border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;}

.bg-gradient-1 		{ background: var(--gradient-1) !important }
.bg-gradient-2 		{ background: var(--gradient-2) !important }
.bg-gradient-3 		{ background: var(--gradient-3) !important }
.bg-gradient-4 	    { background: var(--gradient-4) !important }
.bg-gradient-5 	    { background: var(--gradient-5) !important }
.bg-gradient-6 	    { background: var(--gradient-6) !important }


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.z-100 {z-index: 100 !important;}
.z-1000 {z-index: 1000 !important;}


/* Anker-Sprung */
[id] { scroll-margin-top: 200px; }
	@media (max-width: 767px) {
	[id] {	scroll-margin-top: 30px;}
	}
	
	
html, body {
	  /* muss evtl weggelassen werden */
	  overflow-x: hidden !important;
	}

html {
	height: 100%;/* für Sticky Footer */
	}
body {
	min-height: 100%;/* für Sticky Footer */
	margin: 0;/* für Sticky Footer */
	display: flex;/* für Sticky Footer */
	flex-direction: column;/* für Sticky Footer */
	}
main {
	flex: 1;/* für Sticky Footer */
	}
  
body {
	color: var(--bs-body-color);
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	background: var(--bs-body-bg) !important;	
	white-space: normal; 
	word-break: normal; /* Verhindert das Brechen einzelner Buchstaben */
	hyphens: auto; /* Aktiviert Silbentrennung */
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	/* Mindestanzahl von Zeichen vor/nach einem Trennstrich */
	-webkit-hyphenate-limit-before: 4;
	-webkit-hyphenate-limit-after: 4;
	hyphenate-limit-chars: 4 4 4; /* Mindestens 4 Zeichen insgesamt, 4 davor und danach */
	}


/*--------------------------------------------------------------
# Sections / Aufbau
--------------------------------------------------------------*/
main 					{ padding: 130px 0; }
.start main 			{ padding-top: 0; padding-bottom: 0 }
.start main > section	{ padding: 100px 0; }
	
.content { }

@media (min-width: 1200px) {
  .container {
	/*max-width: 1140px;*/
	
  }
}

@media (max-width: 992px) {
	main 					{ padding: 100px 0; }
	.start main > section	{ padding: 100px 0; }
	
	.container:not(.topbar):not(.container):not(.navbar):not(.container) { 
	/*min-width: 100%; 
	padding-left: 60px; 
	padding-right: 60px;*/
	}
}
@media (max-width: 767px) {
	main					{ padding: 70px 0; }
	.start main > section	{ padding: 70px 0; }
	
	.container:not(.topbar):not(.container):not(.navbar):not(.container) { 
	/*padding-left: 35px; 
	padding-right: 35px;*/
	}
	
	.content { margin-bottom: 1.25em }
}

.container-sm-fluid,
.container-md-fluid,
.container-lg-fluid,
.container-xl-fluid,
.container-xxl-fluid {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) 	{ .container-sm-fluid {max-width: 100%;}}
@media (min-width: 768px) 	{ .container-md-fluid {max-width: 100%;}}
@media (min-width: 992px) 	{ .container-lg-fluid {max-width: 100%; }}
@media (min-width: 1200px) 	{ .container-xl-fluid {max-width: 100%;}}
@media (min-width: 1400px) 	{ .container-xxl-fluid {max-width: 100%;}}
.container-sm-fluid 	{ max-width: var(--bs-container-sm);}
.container-md-fluid 	{ max-width: var(--bs-container-md);}
.container-lg-fluid 	{ max-width: var(--bs-container-lg);}
.container-xl-fluid 	{ max-width: var(--bs-container-xl); }
.container-xxl-fluid	{ max-width: var(--bs-container-xxl);}






/*--------------------------------------------------------------
# Typografie
--------------------------------------------------------------	*/
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	color: var(--bs-heading-color);
	font-family: var(--heading-font-family);
	display: block;
	width: 100%;
	margin-top: 2em;
	margin-bottom: .3em;
	white-space: normal; 
	word-break: normal; /* Verhindert das Brechen einzelner Buchstaben */
	hyphens: auto; /* Aktiviert Silbentrennung */
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	/* Mindestanzahl von Zeichen vor/nach einem Trennstrich */
	-webkit-hyphenate-limit-before: 4;
	-webkit-hyphenate-limit-after: 4;
	hyphenate-limit-chars: 4 4 4; /* Mindestens 4 Zeichen insgesamt, 4 davor und danach */
	}
	h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
	.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
	color: var(--heading-link-color);
	text-decoration: var(--heading-link-decoration)
	}
	h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,
	.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.h6 a:hover {
	color: var(--heading-link-hover-color);
	text-decoration: var(--heading-link-hover-decoration)
	}
	h1,.h1,
	aside h2, aside .h2 { margin-top: 0 }
	aside h3, aside .h3,
	aside h4, aside .h4,
	aside h5, aside .h5,
	aside h6, aside .h6 { margin-top: 1.5em }
		
		
h1.border, h2.border, h3.border, h4.border, h5.border, h6.border,
.h1.border, .h2.border, .h3.border, .h4.border, .h5.border, .h6.border  {
	display: block;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .1) !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	margin-top: 2em;
	padding-top: 2.3em;
	text-transform: none !important
	} 

h1 sub, h2 sub, h3 sub, h4 sub, h5 sub, h6 sub,
.h1 sub, .h2 sub, .h3 sub, .h4 sub, .h5 sub, .h6 sub,
.title sub {
	font-size: 60%;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	display: block;
	align-self: stretch;
	display: block;
	width: 100%;
	padding-top: 0;
	line-height: 1.3em;
	white-space: normal !important;
	}
	h2 sub, .h2 sub { font-size: 65% }
	h3 sub, .h3 sub { font-size: 70% }
	h4 sub, .h4 sub { font-size: 75% }
	h5 sub, .h5 sub { font-size: 80% }
	h6 sub, .h6 sub { font-size: 90% }
	h2.title sub, .h2.title sub { font-size: 45% }
	h3.title sub, .h3.title sub  { font-size: 50% }
	h4.title sub, .h4.title sub  { font-size: 55% }
	h5.title sub, .h5.title sub  { font-size: 60% }
	h6.title sub, .h6.title sub  { font-size: 70% }
	aside h1 sub, aside .h1 sub  { font-size: 70% }
	aside h2 sub, aside .h2 sub { font-size: 75% }
	aside h3 sub, aside .h3 sub { font-size: 80% }
	aside h4 sub, aside .h4 sub { font-size: 85% }
	aside h5 sub, aside .h5 sub { font-size: 100%  }
	aside h6 sub, aside .h5 sub { font-size: 100%  }
	
	
h1, .h1 { font-size: clamp(2rem, 1.8rem + 1.2vw, 3.25rem); line-height: 1.2; }
h2, .h2 { font-size: clamp(1.55rem, 1.35rem + 0.8vw, 2.5rem); line-height: 1.25; }
h3, .h3 { font-size: clamp(1.3rem, 1.15rem + 0.55vw, 1.8rem); line-height: 1.3; }
h4, .h4 { font-size: clamp(1.2rem, 1.05rem + 0.45vw, 1.65rem); line-height: 1.35; }
h5, .h5 { font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.4rem); line-height: 1.4; }
h6, .h6 { font-size: clamp(1rem, 0.9rem + 0.3vw, 1.25rem); line-height: 1.45; }
	
aside h1, aside .h1 { font-size: clamp(1.6rem, 1.35rem + 0.8vw, 2.25rem); }
aside h2, aside .h2 { font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.7rem); }
aside h3, aside .h3 { font-size: clamp(1.05rem, 0.95rem + 0.45vw, 1.4rem); }
aside h4, aside .h4 { font-size: clamp(1rem, 0.9rem + 0.35vw, 1.25rem); }
aside h5, aside .h5 { font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.15rem); }
aside h6, aside .h6 { font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1.05rem); }
	
@media (max-width: 768px) {
	h1, .h1, aside h1, aside .h1 { font-size: clamp(2rem, 1.75rem + 1.5vw, 3.25rem); }
	h2, .h2, aside h2, aside .h2 { font-size: clamp(1.55rem, 1.35rem + 1vw, 2.5rem); }
	h3, .h3, aside h3, aside .h3 { font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.75rem); }
	h4, .h4, aside h4, aside .h4 { font-size: clamp(1.15rem, 1rem + 0.5vw, 1.55rem); }
	h5, .h5, aside h5, aside .h5 { font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.35rem); }
	h6, .h6, aside h6, aside .h6 { font-size: clamp(1rem, 0.9rem + 0.3vw, 1.2rem); }
	  
	h1 sub, .h1 sub, aside h1 sub, aside .h1 sub  { font-size: 60% }
	h2 sub, .h2 sub, aside h2 sub, aside .h2 sub { font-size: 65% }
	h3 sub, .h3 sub, aside h3 sub, aside .h3 sub { font-size: 70% }
	h4 sub, .h4 sub, aside h4 sub, aside .h4 sub { font-size: 75% }
	h5 sub, .h5 sub, aside h5 sub, aside .h5 sub { font-size: 80% }
	h6 sub, .h6 sub, aside h6 sub, aside .h6 sub { font-size: 90% }
	}
	
	
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7 { font-weight: inherit; }
	
aside .display-1 	{ font-size: 300% }	
aside .display-2 	{ font-size: 270% }
aside .display-3 	{ font-size: 230% }
aside .display-4 	{ font-size: 200% }
aside .display-5 	{ font-size: 170% }
aside .display-6 	{ font-size: 140% }	
		
	
.title {
	display: flex;
	flex-direction: column;
	align-items: flex-start
	}
	aside .title { 
		margin-bottom: 35px; 
		padding-bottom: 0;
		margin-top: 0;
		text-align: left
		}
		aside h5.title, aside .h5.title,
		aside h6.title, aside .h6.title { 
		padding-bottom: 10px;
		margin-bottom: 15px; 
		}	
		aside .title::before 	{ left: 0 }
	aside .title::after 	{ left: 0 }	
	
	a.title-mehr i {
		color: var(--bs-gray);
		font-size: 90%;
		transition: .3s;
		}
		a.title-mehr:hover i {
		color: var(--bs-primary)
		}		
	
	
.topline { 
	font-size: calc(.7rem + 0.5vw);
	display: block
	}
	

.title.text-center 	{ text-align: center !important; }
.title.text-start 	{ text-align: left !important;  }
.title.text-end 	{ text-align: right !important }
	
.text-center sub	{ text-align: center !important; }
.text-start sub 	{ text-align: left !important;  }
.text-end sub 		{ text-align: right !important; }
		
@media (min-width: 575px) {
	.title.text-sm-center 		{ text-align: center !important; }
	.title.text-sm-start 		{ text-align: left !important;  }	
	.title.text-sm-end 			{ text-align: right !important; }	
			
	.text-sm-center .topline	{ text-align: center !important; }
	.text-sm-start .topline 	{ text-align: left !important }
	.text-sm-end .topline 		{ text-align: right !important }
			
	.text-sm-center sub			{ text-align: center !important; }
	.text-sm-start sub 			{ text-align: left !important;  }
	.text-sm-end sub 			{ text-align: right !important;  }
	}
@media (min-width: 768px) {
	.title.text-md-center 		{ text-align: center !important }
	.title.text-md-start 		{ text-align: left !important; }	
	.title.text-md-end			{ text-align: right !important; }	
			
	.text-md-center .topline	{ text-align: center !important; }
	.text-md-start .topline 	{ text-align: left !important}
	.text-md-end .topline 		{ text-align: right !important }
			
	.text-md-center sub			{ text-align: center !important }
	.text-md-start sub 			{ text-align: left !important; }
	.text-md-end sub 			{ text-align: right !important;  }	
	}
@media (min-width: 992px) {
	.title.text-lg-center 		{ text-align: center !important; }
	.title.text-lg-start		{ text-align: left !important; }	
	.title.text-lg-end 			{ text-align: right !important; }	
	
	.text-lg-center .topline	{ text-align: center !important }
	.text-lg-start .topline 	{ text-align: left !important }
	.text-lg-end .topline 		{ text-align: right !important }
	
	.text-lg-center sub			{ text-align: center !important }
	.text-lg-start sub 			{ text-align: left !important; }
	.text-lg-end sub 			{ text-align: right !important; }
}



a {
	color: var(--bs-link-color);
	font-weight: inherit; 
	text-decoration: none;
	transition: .3s;
	}
a:hover {
	color: var(--bs-link-hover-color);
	text-decoration: var(--link-hover-decoration);
	}
	
a.text-black 			{ color: rgba(0, 0, 0, 1) !important}	
a.text-black:hover 		{ color:  rgba(0, 0, 0, 1) !important; text-decoration: underline}	
a.text-white 			{ color: rgba(255,255,255, 1) !important}	
a.text-white:hover	 	{ color: rgba(255,255,255, 1) !important; text-decoration: underline}	
a.text-body 			{ color: rgba(var(--bs-body-color-a-rgb), 1) !important; }	
a.text-body:hover 		{ color: rgba(var(--bs-body-color-a-rgb), 1) !important; text-decoration: underline}	
a.text-primary 			{ color: rgba(var(--bs-primary-a-rgb), 1) !important; }	
a.text-primary:hover 	{ color: rgba(var(--bs-primary-a-rgb), 1) !important; text-decoration: underline}	
a.text-secondary 		{ color: rgba(var(--bs-secondary-a-rgb), 1) !important}	
a.text-secondary:hover 	{ color: rgba(var(--bs-secondary-a-rgb), 1) !important; text-decoration: underline}	
a.text-accent 			{ color: rgba(var(--bs-accent-a-rgb), 1) !important}	
a.text-accent:hover 	{ color: rgba(var(--bs-accent-a-rgb), 1) !important; text-decoration: underline}	

.pagination a:hover {
	text-decoration: none;
	}
		
address {
	margin-bottom: 0
	}	

b 				{ font-weight: bold }
strong 			{ font-weight: 800 }
.muted 			{ font-family: var(--muted) }
small, .small 	{ font-size: var(--small) }
.smaller 		{ font-size: var(--smaller) }
.lowercase,
.text-none 		{ text-transform: none !important }

.text-no-break { 
	hyphens: none !important;
	-webkit-hyphens: none !important;
	-ms-hyphens: none !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	white-space: normal !important;
	}

@media (min-width: 768px) { .w-sm-100 { width: 100% }}
@media (min-width: 992px) { .w-md-100 { width: 100% }}
@media (min-width: 1200px) { .w-lg-100 { width: 100% }}
@media (min-width: 1400px) { .w-xl-100 { width: 100% }}
@media (max-width: 767px) { .w-xs-100 { width: 100% }}

h1.muted, .h1.muted,
h2.muted, .h2.muted,
h3.muted, .h3.muted,
h4.muted, .h4.muted,
h5.muted, .h5.muted,
h6.muted, .h6.muted,
h1 .muted,
h2 .muted,
h3 .muted,
h4 .muted,
h5 .muted,
h6 .muted	{ font-family: var(--bs-body-font-family); }

.fw-lighter 		{ font-weight: 200 !important; }
.fw-light 			{ font-weight: 300 !important; }
.fw-normal 			{ font-weight: 400 !important; }
.fw-medium 			{ font-weight: 500 !important; }
.fw-semi-bold 		{ font-weight: 600 !important; }
.fw-bold 			{ font-weight: 700 !important; }
.fw-bolder 			{ font-weight: 900 !important; }

.ls-0 { letter-spacing: 0 !important; }
.ls-1 { letter-spacing: .02rem !important }
.ls-2 { letter-spacing: .05rem !important }
.ls-2 { letter-spacing: .07rem !important }
.ls-n1 { letter-spacing: -.02rem !important }
.ls-n2 { letter-spacing: -.05rem !important }
.ls-n3 { letter-spacing: -.07rem !important }


.fs-4 { line-height: 1.4; }
.fs-5 { line-height: 1.45;  }
.fs-6 { line-height: 1.5; }
.fs-7 { font-size: .9rem !important; line-height: 1.55;  }
.fs-8 { font-size: .8rem !important; line-height: 1.6em } 

	@media (min-width: 768px) {
	.fs-md-1 { font-size: calc(1.375rem + 1.5vw) !important; }
	.fs-md-2 { font-size: calc(1.325rem + 0.9vw) !important; }
	.fs-md-3 { font-size: calc(1.3rem + 0.6vw) !important; }
	.fs-md-4 { font-size: calc(1.275rem + 0.3vw) !important; }
	.fs-md-5 { font-size: 1.25rem !important; }
	.fs-md-6 { font-size: 1rem !important; }
	.fs-md-7 { font-size: .9rem !important; }
	.fs-md-8 { font-size: .8rem !important; }
	}
	@media (min-width: 992px) {
	.fs-lg-1 { font-size: calc(1.375rem + 1.5vw) !important; }
	.fs-lg-2 { font-size: calc(1.325rem + 0.9vw) !important; }
	.fs-lg-3 { font-size: calc(1.3rem + 0.6vw) !important; }
	.fs-lg-4 { font-size: calc(1.275rem + 0.3vw) !important; }
	.fs-lg-5 { font-size: 1.25rem !important; }
	.fs-lg-6 { font-size: 1rem !important; }
	.fs-lg-7 { font-size: .9rem !important; }
	.fs-lg-8 { font-size: .8rem !important; }
	}
	@media (min-width: 1200px) {
	.fs-xl-1 { font-size: calc(1.375rem + 1.5vw) !important; }
	.fs-xl-2 { font-size: calc(1.325rem + 0.9vw) !important; }
	.fs-xl-3 { font-size: calc(1.3rem + 0.6vw) !important; }
	.fs-xl-4 { font-size: calc(1.275rem + 0.3vw) !important; }
	.fs-xl-5 { font-size: 1.25rem !important; }
	.fs-xl-6 { font-size: 1rem !important; }
	.fs-xl-7 { font-size: .9rem !important; }
	.fs-xl-8 { font-size: .8rem !important; }
	}

	
@media (min-width: 1px) 	{ .border-xs-start {  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 576px) 	{ .border-sm-start {  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 768px) 	{ .border-md-start {  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 992px) 	{ .border-lg-start {  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 1200px)	{ .border-xl-start {  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 1400px) 	{ .border-xxl-start {  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}

@media (min-width: 1px) 	{ .border-xs-end {  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 576px) 	{ .border-sm-end {  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 768px) 	{ .border-md-end {  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 992px) 	{ .border-lg-end {  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 1200px)	{ .border-xl-end {  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 1400px) 	{ .border-xxl-end {  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}

@media (min-width: 1px) 	{ .border-xs-top {  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 576px) 	{ .border-sm-top {  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 768px) 	{ .border-md-top {  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 992px) 	{ .border-lg-top {  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 1200px)	{ .border-xl-top {  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 1400px) 	{ .border-xxl-top {  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}

@media (min-width: 1px) 	{ .border-xs-bottom {  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 576px) 	{ .border-sm-bottom {  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 768px) 	{ .border-md-bottom {  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 992px) 	{ .border-lg-bottom {  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 1200px)	{ .border-xl-bottom {  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}
@media (min-width: 1400px) 	{ .border-xxl-bottom {  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }}


@media (min-width: 1px) 	{ .border-xs-start-0 {  border-left: none !important; }}
@media (min-width: 576px) 	{ .border-sm-start-0 {  border-left: none !important; }}
@media (min-width: 768px) 	{ .border-md-start-0 {  border-left: none !important; }}
@media (min-width: 992px) 	{ .border-lg-start-0 {  border-left: none !important; }}
@media (min-width: 1200px) 	{ .border-xl-start-0 {  border-left: none !important; }}
@media (min-width: 1400px) 	{ .border-xxl-start-0 {  border-left: none !important; }}

@media (min-width: 1px) 	{ .border-xs-end-0 {  border-right: none !important; }}
@media (min-width: 576px) 	{ .border-sm-end-0 {  border-right: none !important; }}
@media (min-width: 768px) 	{ .border-md-end-0 {  border-right: none !important; }}
@media (min-width: 992px) 	{ .border-lg-end-0 {  border-right: none !important; }}
@media (min-width: 1200px) 	{ .border-xl-end-0 {  border-right: none !important; }}
@media (min-width: 1400px) 	{ .border-xxl-end-0 {  border-right: none !important; }}

@media (min-width: 1px) 	{ .border-xs-top-0 {  border-top: none !important; }}
@media (min-width: 576px) 	{ .border-sm-top-0 {  border-top: none !important; }}
@media (min-width: 768px) 	{ .border-md-top-0 {  border-top: none !important; }}
@media (min-width: 992px) 	{ .border-lg-top-0 {  border-top: none !important; }}
@media (min-width: 1200px) 	{ .border-xl-top-0 {  border-top: none !important; }}
@media (min-width: 1400px) 	{ .border-xxl-top-0 {  border-top: none !important; }}

@media (min-width: 1px) 	{ .border-xs-bottom-0 {  border-bottom: none !important; }}
@media (min-width: 576px) 	{ .border-sm-bottom-0 {  border-bottom: none !important; }}
@media (min-width: 768px) 	{ .border-md-bottom-0 {  border-bottom: none !important; }}
@media (min-width: 992px) 	{ .border-lg-bottom-0 {  border-bottom: none !important; }}
@media (min-width: 1200px) 	{ .border-xl-bottom-0 {  border-bottom: none !important; }}
@media (min-width: 1400px) 	{ .border-xxl-bottom-0 {  border-bottom: none !important; }}




.quote {
	display: block;
	overflow: visible;
	position: relative;
	border-radius: var(--bs-border-radius);
	background: var(--bs-white);
	}	
blockquote p,
blockquote,
q {
	color: var(--bs-secondary);
	font-family: var(--muted)
	}
.quote figcaption,
blockquote .blockquote-footer {
	font-style: italic;
	font-size: 80%;
	margin-top: 1em;
	margin-bottom: 0;
	text-align: right;
	font-family: var(--bs-body-font-family);
	color: var(--bs-gray);
	}
	.quote figcaption cite a,
	blockquote cite a {
		font-family: var(--bs-body-font-family);
		color: var(--bs-gray);
		}
	.quote figcaption cite a:hover,
	blockquote cite a:hover {
		color: var(--bs-secondary);
		}	
	.quote figcaption .author,
	blockquote .author {
		font-family: var(--bs-body-font-family);
		color: var(--bs-body-color);
		}				
blockquote::before {
	content: "\ec52";
	font-family: 'remixicon';  
	position: absolute;
	top: -2.5rem;   
	margin-left: -1.3rem;
	font-size: 5.5rem;
	line-height: 1;
	color: rgba(var(--bs-gray-rgb), .7);
	/* Text nicht fuer Screenreader doppelt vorlesen */
	speak: none;
	aria-hidden: true;
	}
	.quote blockquote::before {
	top: -5.5rem;   
	}







/* ============================================================== 
# TOGGLE Nav + animierte Bar/Kreuz
=================================================================== */
.navbar-toggler {
	display: none;
	}
.navbar-toggler span {
	display: none
	}	
 @media (max-width: 767px) {
	.navbar-toggler {
		display: inline-block;
		z-index: 10000;
		position: fixed !important;
		cursor: pointer;
		outline: none;
		text-decoration: none;
		text-align: center;
		right: 0;	
		top: 0;
		height: 50px;
		width: 50px;
		padding: 0;
		border-radius: 0 !important;
		background: var(--bs-primary);
		border: none;
		box-shadow: none;
		transition: all .3s ease-in-out;
		} 
	.navbar-toggler:hover, 
	.navbar-toggler:focus, 
	.navbar-toggler:active {
		outline: none;
		border-bottom: none !important; 
		}
}	
	
@media (max-width: 767px) {
	.navbar-toggler i {	
		top: -4px;
		font-size: 30px;
		width: 30px;
		height: 2px;
		color: var(--bs-white);
		background: var(--bs-white);
		position: relative;
		display: inline-block;
		-webkit-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out; 
		}
	.navbar-toggler i::before, 
	.navbar-toggler i::after {
		content: '';
		width: 30px;
		height: 2px;
		background: var(--bs-white);
		position: absolute;
		left: 0;
		-webkit-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
		}
		.navbar-toggler:hover i,
		.navbar-toggler:hover i::before, 
		.navbar-toggler:hover i::after {
		background: var(--bs-white);
		}
		.navbar-toggler i::before 		{ top: -10px; }
		.navbar-toggler i::after 		{ bottom: -10px; }
		.navbar-toggler:hover i::before	{ top: -8px; }
		.navbar-toggler:hover i::after 	{ bottom: -8px; }
	
	.navbar-toggler[aria-expanded="true"] i {
		background: transparent !important; 
		}
	.navbar-toggler[aria-expanded="true"] i::before {
		top: 0;
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
		background: var(--bs-white) !important; 
		}
	.navbar-toggler[aria-expanded="true"] i::after {
		bottom: 0;
		-webkit-transform: rotateZ(-45deg);
		-moz-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg);
		-o-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
		background: var(--bs-white) !important; 
		}
}	
/* --------- end TOGGLE Nav -------- */





/*--------------------------------------------------------------
# NAV / MENU
--------------------------------------------------------------*/
.navbar {
	font-family: var(--nav-font-family);
	font-weight: var(--nav-font-weight);
	}
	
	.navbar .nav-link {
		font-family: var(--nav-link-font-family);
		font-weight: var(--nav-link-font-weight);
		color: var(--nav-link-color);
		text-decoration: none !important
		}
	.navbar .nav-link:hover, 
	.navbar .nav-link:focus {
		font-weight: var(--nav-link-hover-font-weight);
		color: var(--nav-link-hover-color);
		text-decoration: none !important
		}
	.navbar .nav-link#active,
	.navbar .nav-link.active {
		font-weight: var(--nav-link-active-font-weight);
		color: var(--nav-link-active-color);
		}	
	.navbar .nav-link.show {
		font-weight: var(--nav-link-show-font-weight);
		color: var(--nav-link-show-color);
		}
		
	
@media (min-width: 768px) {	
.navbar.affix {	
	position: fixed;
	top: 0;
	width: 100%;
	}
	
	.navbar.affix .nav-link {
		font-weight: var(--nav-link-affix-font-weight);
		color: var(--nav-link-affix-color);
		}
	.navbar.affix .nav-link:hover, 
	.navbar.affix .nav-link:focus {
		font-weight: var(--nav-link-affix-hover-font-weight);
		color: var(--nav-link-affix-hover-color);
		}
	.navbar.affix .nav-link#active,
	.navbar.affix .nav-link.active {
		font-weight: var(--nav-link-affix-active-font-weight);
		color: var(--nav-link-affix-active-color);
		}	
	.navbar.affix .nav-link.show {
		font-weight: var(--nav-link-affix-show-font-weight);
		color: var(--nav-link-affix-show-color);
		}
}	
		
@media (max-width: 767px) {
	.navbar .nav-link {
		font-weight: var(--nav-link-mobil-font-weight);
		color: var(--nav-link-mobil-color);
		}
	.navbar .nav-link:hover, 
	.navbar .nav-link:focus {
		font-weight: var(--nav-link-mobil-hover-font-weight);
		color: var(--nav-link-mobil-hover-color);
		}
	.navbar .nav-link#active,
	.navbar .nav-link.active {
		font-weight: var(--nav-link-mobil-active-font-weight);
		color: var(--nav-link-mobil-active-color);
		}	
	.navbar .nav-link.show {
		font-weight: var(--nav-link-mobil-show-font-weight);
		color: var(--nav-link-mobil-show-color);
		}
}





/*--------------------------------------------------------------
# Dropdown
--------------------------------------------------------------*/	
.dropdown-menu {
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: rgba(var(--bs-primary-rgb), 0.15);
	--bs-dropdown-link-active-color: var(--bs-white);
	--bs-dropdown-link-active-bg: var(--bs-primary);
	}
.dropdown-menu-dark {
	--bs-dropdown-link-active-bg: var(--bs-primary);
	}
	
.navbar .nav-link.dropdown-toggle:focus {
	box-shadow: none !important
	}
	
.navbar .dropdown-menu {
	--bs-dropdown-link-active-bg: rgba(var(--bs-primary-rgb), .3);
	}		
.navbar .dropdown-item {
	font-family: var(--dropdown-font-family);
	font-weight: var(--dropdown-font-weight);
	color: var(--dropdown-color);
	text-decoration: none !important
	}
.navbar .dropdown-item:hover, 
.navbar .dropdown-item:focus {
	font-weight: var(--dropdown-hover-font-weight);
	color: var(--dropdown-hover-color);
	text-decoration: none !important
	}	
.navbar .dropdown-item#active,
.navbar .dropdown-item.active {
	font-weight: var(--dropdown-active-font-weight);
	color: var(--dropdown-active-color);
	}
		
			
@media (min-width: 768px) {
	.navbar .dropdown-menu {
		--bs-dropdown-link-hover-bg: rgba(var(--bs-gray-rgb), 0.15);
		--bs-dropdown-link-active-bg: rgba(var(--bs-accent-rgb), .3);
		background: var(--bs-white);
		box-shadow: var(--bs-box-shadow);
		border-radius: 0;
		border: none;
		transform: translateY(10px);
		transition: none; /* Verhindert Konflikte */
		display: block !important; /* Notwendig für das Animieren */
		visibility: hidden;
		pointer-events: none;
		}
	.navbar .dropdown-menu.show {
		animation: dropdownFadeInUp 0.3s ease-out forwards;
		visibility: visible;
		pointer-events: auto;
		}
	@keyframes dropdownFadeInUp {
		0% 	{ opacity: 0; transform: translateY(-50px);}
		100% 	{ opacity: 1; transform: translateY(0); }
		}
}		
	
	
	
@media (max-width: 767px) {
	.navbar .dropdown-item {
		font-weight: var(--dropdown-mobil-font-weight);
		color: var(--dropdown-mobil-color);
		}
	.navbar .dropdown-item:hover, 
	.navbar .dropdown-item:focus {
		font-weight: var(--dropdown-mobil-hover-font-weight);
		color: var(--dropdown-mobil-hover-color);
		}
	.navbar .dropdown-item#active,
	.navbar .dropdown-item.active {
		font-weight: var(--dropdown-mobil-active-font-weight);
		color: var(--dropdown-mobil-active-color);
		}	
}		
	
	
	
	
	

/*--------------------------------------------------------------
# NAVBAR - fixed-bottom
--------------------------------------------------------------*/
@media (max-width: 767px) {
	
.navbar.fixed-bottom  {
	position: fixed !important;
	z-index: 100000; 
	top: auto !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	display: inline !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	height: 70px !important;
	}
	.navbar.fixed-bottom .navbar-collapse {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 !important;
	border: none;
	display: inline-block !important;
	box-shadow: 0px -2px 10px rgba(0, 0, 0, .2);
	background: var(--bs-white);
	transform: translateY(0); /* Start: sichtbar */
	transition: transform .3s ease-in-out;
	}
	.navbar.fixed-bottom .navbar-collapse.show {
	display: inline-block !important;
	transform: translateY(0) !important;
	}
	/* versteckt beim Scroll */
	.navbar.fixed-bottom .navbar-collapse.hide {
	transform: translateY(100%);
	}
	
	
	.navbar.fixed-bottom .navbar-nav {
	display: flex;
	align-items: center;
	flex-direction: row;
	width: 100%;
	padding: 0 !important;
	justify-content: space-around !important;
	justify-content: space-between !important;
	}
	.navbar.fixed-bottom .nav-item {
	height: 70px; 
	display: flex;
	flex-direction: column;
	margin: 0 1px !important;
	padding: 0 !important;
	flex: 0 1 auto; /* Breite nach Inhalt, nicht wachsen */
	flex: 1; /* Breite gleich */
	}
	.navbar.fixed-bottom .nav-link {
	display: flex;           
	flex-direction: column;
	justify-content: center; 
	align-items: center; 
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	color: rgba(var(--bs-black-rgb), 0.5);
	}
	.navbar.fixed-bottom .nav-link:hover,
	.navbar.fixed-bottom .nav-link:focus,
	.navbar.fixed-bottom .nav-link#active {
	color: var(--bs-black);
	background: rgba(var(--bs-primary-rgb), .1);
	}
	.navbar.fixed-bottom .nav-link#active {
	color: var(--bs-primary);
	background: rgba(var(--bs-primary-rgb), .05);
	font-weight: 700
	}
	.navbar.fixed-bottom .nav-link i {
	display: flex !important; 
	justify-content: center;
	align-items: center;
	background: none;
	font-size: 20px;
	color: var(--bs-secondary) !important;
	margin-bottom: 8px !important
	}
	.navbar.fixed-bottom .nav-item.home .nav-link::before  	{ display: inline-block }		
	.navbar.fixed-bottom .nav-item.home span  				{ display: inline-block }	


	
.navbar.fixed-bottom .nav-link.dropdown-toggle::after {
	display: none
	}	
	.navbar.fixed-bottom .dropdown-menu {
	position: fixed;
	top: auto !important;
	background: var(--bs-white);
	box-shadow: var(--bs-box-shadow);
	border-radius: 0;
	border: none;
	padding: 0 !important;
	bottom: 70px !important;
	width: calc(100% - 20px);
	left: 10px;
	right: 10px;
	}	



.navbar.fixed-bottom .navbar-brand {
	position: fixed !important;
	width: 100%;
	top: 0 !important;
	left: 0;
	}
	.navbar.fixed-bottom .navbar-brand:hover {
	top: 0 !important;
	}
	.navbar.fixed-bottom .navbar-brand img {
	}
	.navbar.fixed-bottom .navbar-brand:hover img {
	}
	
	
	
.navbar.fixed-bottom .navbar-toggler {
	top: auto !important;
	bottom: 85px !important;
	right: 5px !important;
	position: fixed !important;
	background: var(--bs-secondary);
	border-right: none !important;
	transition: all .3s ease-in-out;
	margin: 0 !important;
	padding: 3px 0 0 0;
	display: block !important;
	border-radius: 70px !important;
	height: 70px;
	width: 70px;
	border: 1px solid color-mix(in srgb, var(--bs-white), transparent 50%) !important;
	}
	.navbar.fixed-bottom .navbar-toggler[aria-expanded="true"] {
	bottom: 85px !important;
	}
	.navbar.fixed-bottom .navbar-toggler:hover {
	outline: none;
	transition: .3s;
	background-color: var(--bs-secondary-dark) !important;
	}
	.navbar.fixed-bottom .navbar-toggler span {
	color: var(--bs-white);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: -6px;
	margin-bottom: 7px;
	display: block
	}
	.navbar.fixed-bottom .navbar-toggler i,
	.navbar.fixed-bottom .navbar-toggler i::before, 
	.navbar.fixed-bottom .navbar-toggler i::after,
	.navbar.fixed-bottom .navbar-toggler:hover i,
	.navbar.fixed-bottom .navbar-toggler:hover i::before, 
	.navbar.fixed-bottom .navbar-toggler:hover i::after,
	.navbar.fixed-bottom .navbar-toggler[aria-expanded="true"] i,
	.navbar.fixed-bottom .navbar-toggler[aria-expanded="true"] i::before,
	.navbar.fixed-bottom .navbar-toggler[aria-expanded="true"] i::after {
	transform: none !important;
	background: var(--bs-white) !important;
	height: 3px;
	border-radius: 2px
	}
	.navbar.fixed-bottom .navbar-toggler i::before 			{ top: -9px !important }
	.navbar.fixed-bottom .navbar-toggler i::after 			{ bottom: -9px !important }
	.navbar.fixed-bottom .navbar-toggler:hover i::before 	{ top: -8px !important }
	.navbar.fixed-bottom .navbar-toggler:hover i::after 	{ bottom: -8px !important }
	
}





	
	

/*--------------------------------------------------------------
# HIGHLIGHT / CAROUSEL
--------------------------------------------------------------*/
#highlight {
	overflow: hidden !important;
	background: var(--bs-primary)
	}
.carousel-inner {
	width: 100%;
	overflow: hidden;
	}
	
	
/* Bei .hero --------------- */
#highlight.hero { /* Komplette Höhe */
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -80px; /* Höhe Navbar */
	}
#highlight.hero .carousel {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
	}	
#highlight.hero .carousel-inner {
	height: 100%;
	}
	
	
/* Bei .ratio --------------- */
#highlight.ratio			{ --bs-aspect-ratio: 35%;
	}	
@media (min-width: 1600px) {
	#highlight.ratio		{ --bs-aspect-ratio: 30%; max-height: 500px; }
	}
@media (max-width: 1400px) {
	#highlight.ratio		{ --bs-aspect-ratio: 40%; }
	}
@media (max-width: 675px) {
	#highlight.ratio		{ --bs-aspect-ratio: 65% }
	}
@media (max-width: 575px) {
	#highlight.ratio		{ --bs-aspect-ratio: 75% }
	}
	
#highlight.ratio .carousel {
	}
#highlight.ratio .carousel-inner {
	height: 100%;
	}


	
.carousel-item {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	}
.carousel-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(var(--bs-black-rgb), .6);
	}
.carousel-item img.carousel-img {
	display: block; 
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	}


.carousel-item a.stretched-link { 
	transition: all .4s ease;
	}
	.carousel-item a.stretched-link:hover .carousel-img 			{ opacity: .8; transition: all .4s ease-in-out; }
	
	.carousel-item a.stretched-link .caption-content				{ background: rgba(var(--bs-white-rgb), .8) !important; transition: .2s; }
	.carousel-item a.stretched-link:hover .caption-content			{ background: rgba(var(--bs-primary-rgb), .9) !important; }
	.carousel-item a.stretched-link:hover .caption-content:hover	{ background: rgba(var(--bs-dark-rgb), 1) !important; transform: scale(1); box-shadow: var(--bs-box-shadow-sm)}
	
	.carousel-item a.stretched-link .highlight-title 				{ color: var(--bs-primary) !important; transition: .2s;}
	.carousel-item a.stretched-link:hover .highlight-title 			{ color: var(--bs-white) !important; transition: .2s;}
	.carousel-item a.stretched-link .caption-content:hover .highlight-title	{ color: var(--bs-white) !important; transition: .2s;}
	.carousel-item a.stretched-link:hover .highlight-title:hover 	{ text-decoration: none; transition: .2s; transition: .2s; }
	
	.carousel-item a.stretched-link .lead 							{ color: var(--bs-black) !important; transition: .2s;}
	.carousel-item a.stretched-link:hover .lead 					{ color: var(--bs-white) !important; transition: .2s;}
	.carousel-item a.stretched-link .caption-content:hover .lead	{ color: var(--bs-white) !important; transition: .2s;}
	.carousel-item a.stretched-link:hover .lead:hover 				{ color: var(--bs-white) !important; text-decoration: none; transition: .2s; }

	
.carousel-caption  {
	transition: .3s;
	z-index: 10;
	display: flex;
	flex-direction: column; /* Elemente untereinander anordnen */
	justify-content: center; /* Vertikale Zentrierung der Kinder-Elemente */
	text-align: center;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	}
		
	.carousel-caption :is(.container, [class*="container-"]) {
		overflow: hidden;
		padding: 0
		}	
	.carousel-caption .caption-content {
		display: flex;
		flex-direction: column;
		gap: 50px;
		}
	.carousel-caption .highlight-title {
		margin: 0
		}
	.carousel-caption .lead {
		margin: 0
		}
	.carousel-caption .btn:not(.w-100) {
		align-self: flex-start;
		width: auto;
		flex: 0 0 auto; 
		}
	.carousel-caption .btn { /* sitzt nicht in .caption-content */
		opacity: 0
		}
	.carousel-item a.stretched-link:hover .carousel-caption .btn { /* sitzt nicht in .caption-content - bei hover */
		opacity: 1;
		transition: all .4s ease-in-out;
		}	
	.carousel-caption .caption-content .btn {
		opacity: 1;
		margin: 0;
		position: relative;
		left: auto; bottom: auto;
		transform: none
		}

	/* nur für 1. Carousel-item --------------- */
	.carousel-caption img.carousel-img-2 { 
		height: 150px;
		max-width: 150px;
		width: auto;
		margin: 0 auto !important
		}
		@media (max-width: 1400px) {
		.carousel-caption img.carousel-img-2 { height: 130px;}
		}
		@media (max-width: 992px) {
		.carousel-caption img.carousel-img-2 { height: 110px;}
		}
		@media (max-width: 575px) {
		.carousel-caption img.carousel-img-2 { height: 100px;}
		}
		@media (max-width: 380px) {
		.carousel-caption img.carousel-img-2 { height: 80px;}
		}	

	
.carousel-wrapper-url {
	}
	
.carousel-indicators {
	position: absolute;
	display: flex;
	justify-content: center;
	z-index: 100 !important;
	}	
	.carousel-indicators button:hover {
	opacity: 1;
	transition: 0s;
	}	
	.carousel-indicators [data-bs-target] {
	width: 30px;
	height: 3px;
	background-color: var(--bs-gray-300);
	}
	

.carousel-control-prev, 
.carousel-control-next {
	z-index: 30;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .2s ease-in-out;
	opacity: 1 !important;
	background: var(--bs-primary);
	color: var(--bs-gray-200);
	width: 50px;
	height: 50px;
	font-size: 30px;
	}
	.carousel-control-prev:hover, 
	.carousel-control-next:hover {
	opacity: 1;
	background: var(--bs-primary-dark);
	color: var(--bs-white);
	}
	.carousel-control-prev-icon,
	.carousel-control-next-icon {
	background: none;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center
	}
	.carousel-control-prev-icon::before,
	.carousel-control-next-icon::before {
	font-weight: normal;
	font-style: normal;
	color: var(--bs-gray-200);
	transition: all .3s ease-in-out;
	font-family: 'bootstrap-icons';
	content: "\F27A";
	content: "\F284";
	}
	.carousel-control-next-icon::before {
	content: "\F27B";
	content: "\F285";
	}
	
	
	.carousel-item a.stretched-link:hover .carousel-control-prev, 
	.carousel-item a.stretched-link:hover .carousel-control-next	{ 
	color: var(--bs-black);
	}
		
	.carousel-control-prev 					{ left: -50px; }
	.carousel-control-next 					{ right: -50px; }
	.carousel:hover .carousel-control-prev 	{ left: 10px; }
	.carousel:hover .carousel-control-next 	{ right: 10px; }
	
	.carousel .carousel-control-prev:hover,
	.carousel .carousel-control-next:hover 	{ transition: all .2s ease-in-out; }
	
	





/*--------------------------------------------------------------
# ASIDE / CONTENT-RECHTS
--------------------------------------------------------------*/
aside .card {
	padding: 40px 50px;
	margin-bottom: 50px
	}
aside .img-rand-top {
	margin: -40px -50px 0 -50px;
	width: calc(100% + 100px);
	border-radius: 0;
	}
aside .img-rand {
	margin: 0 -50px;
	width: calc(100% + 100px);
	border-radius: 0;
	}
aside .img-rand-top img,
aside .img-rand img  {
	border-radius: 0;
	margin: 1em 0 0 0 !important;
	padding: 0 !important;
	border: none !important
	}
aside .img-rand-top img  {
	margin: 0 !important;
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important
	}		
aside .img-rand-top .bildunterschrift,
aside .img-rand .bildunterschrift {
	margin-top: 7px;
	margin-left: 10px; 
	margin-right: 10px;
	}	
@media (min-width: 768px) and (max-width: 1200px ) { 
	aside .card {
		padding: 25px
		}
	aside .img-rand-top {
		margin: -25px -25px 0 -25px;
		width: calc(100% + 50px);
		}	
	aside .img-rand {
		margin: 0 -25px;
		width: calc(100% + 50px)
		}
}




/*--------------------------------------------------------------
# Accordion / FAQ
--------------------------------------------------------------*/
/*
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}*/

#faqAccordion {
	}
	
#faqAccordion .accordion-item {
	margin-bottom: 25px;
	border-radius: 0;
	border: 1px solid rgba(var(--bs-black-rgb), .1);
	}	
	#faqAccordion .accordion-item:hover {
	transition: .3s;
	}	
	
#faqAccordion .accordion-header {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100% !important;
	}		
	#faqAccordion .accordion-header .accordion-button {
	font-size: 120% !important;
	font-family: var(--bs-body-font-family);
	font-weight: 600;
	color: var(--bs-primary);
	letter-spacing: 0;
	margin: 0;
	font-size: 25px;
	padding: 25px;
	background: none;
	border: none;
	box-shadow: none;
	line-height: 1.4em
	}
	#faqAccordion .accordion-header .accordion-button,
	#faqAccordion .accordion-header .accordion-button[aria-expanded="false"] {
	}
	#faqAccordion .accordion-header .accordion-button.collapsed {
	color: var(--bs-primary);
	}
	#faqAccordion .accordion-header .accordion-button[aria-expanded="true"] {
	color: var(--bs-accent);
	box-shadow: none;
	}
	#faqAccordion .accordion-header:hover .accordion-button {
	color: var(--bs-accent);
	transition: 0s
	}
	#faqAccordion .accordion-header .accordion-button::before {
	color: var(--bs-primary);
	content: "\f505";
	font-family: "bootstrap-icons";
	font-size: 30px;
	margin-right: 10px;
	font-weight: normal;
	display: block;
	position: relative;
	}
	#faqAccordion .accordion-header:hover .accordion-button::before,
	#faqAccordion .accordion-header .accordion-button[aria-expanded="true"]::before {
	color: var(--bs-accent);
	}
	
		
#faqAccordion .accordion-header span {
	color: var(--bs-secondary);
	font-weight: 600;
	font-size: 125%;
	margin-left: -45px;
	width: 45px;
	display: inline-block
	}
	#faqAccordion .accordion-header span {
	color: var(--bs-secondary);
	}
	#faqAccordion .accordion-header:hover span {
	}
	
	
#faqAccordion .accordion-body {
	padding: 0 25px 35px 65px;
	overflow: hidden;
	}
	#faqAccordion .accordion-body a {
	color: var(--bs-secondary);
	}
	#faqAccordion .accordion-body a:hover {
	color: var(--bs-black);
	}

@media (max-width:575px) {
	#faqAccordion .accordion-header .accordion-button {
		font-size: 110% !important;
		}
	#faqAccordion .accordion-header .accordion-button::before {
		font-size: 27px;
		}
}	

#faqAccordion figure {
	float: right;
	width: 40%;
	margin: 0 0 1rem 1rem
	}		
@media (max-width: 680px) {
	#faqAccordion figure {
	width: 100%;
	margin: 0 0 1rem 0
	}	
}	


#faqAccordion .bildrahmenlinks,
#faqAccordion .bildrahmenrechts,
#faqAccordion .bildrahmenmitte,
#faqAccordion .bildlinks,
#faqAccordion .bildrechts,
#faqAccordion .bildrahmenmitte-wrapper,
#faqAccordion .bildrahmenlinks-nb,
#faqAccordion .bildrahmenrechts-nb,
#faqAccordion .bildrahmenmitte-nb,
#faqAccordion .bildlinks-nb,
#faqAccordion .bildrechts-nb,
#faqAccordion .bildrahmenmitte-wrapper-nb {
	width: 35%;
	float: right !important;
	margin: 0 0 1em 1em !important
	}
#faqAccordion .bildunterschrift-bildrahmenmitte a img.bildrahmenmitte{
	width: 100%
	}
	#faqAccordion .bildunterschrift-bildrahmenmitte-nb {
	width: 35%;	
	}
	#faqAccordion .bildunterschrift-bildrahmenmitte-nb .bildunterschrift {
	width: 35%;
	margin-left: 20px;
	float: right
	}
			
@media (max-width:992px) {
	#faqAccordion .bildrahmenlinks,
	#faqAccordion .bildrahmenrechts,
	#faqAccordion .bildrahmenmitte,
	#faqAccordion .bildlinks,
	#faqAccordion .bildrechts,
	#faqAccordion .bildrahmenmitte-wrapper,
	#faqAccordion .bildrahmenlinks-nb,
	#faqAccordion .bildrahmenrechts-nb,
	#faqAccordion .bildrahmenmitte-nb,
	#faqAccordion .bildlinks-nb,
	#faqAccordion .bildrechts-nb,
	#faqAccordion .bildrahmenmitte-wrapper-nb {
	width: 60%;
	}
	#faqAccordion .bildunterschrift-bildrahmenmitte-nb {
	width: 60%;	
	}
	#faqAccordion .bildunterschrift-bildrahmenmitte-nb .bildunterschrift {
	width: 60%;
	}
}
@media (max-width:480px) {
	#faqAccordion .bildrahmenlinks,
	#faqAccordion .bildrahmenrechts,
	#faqAccordion .bildrahmenmitte,
	#faqAccordion .bildlinks,
	#faqAccordion .bildrechts,
	#faqAccordion .bildrahmenmitte-wrapper,
	#faqAccordion .bildrahmenlinks-nb,
	#faqAccordion .bildrahmenrechts-nb,
	#faqAccordion .bildrahmenmitte-nb,
	#faqAccordion .bildlinks-nb,
	#faqAccordion .bildrechts-nb,
	#faqAccordion .bildrahmenmitte-wrapper-nb {
	width: 100%;
	}
	#faqAccordion .bildunterschrift-bildrahmenmitte-nb {
	width: 100%;
	}
	#faqAccordion .bildunterschrift-bildrahmenmitte-nb .bildunterschrift {
	width: 100%;	
	margin-left: 0
	}
}



	
	
	
	
		



/*--------------------------------------------------------------
# CARDS
--------------------------------------------------------------*/
/*.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
	
	color: var(--bs-body-color);
	background-color: var(--bs-card-bg);
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
	}	
*/
	
/*.card {	
  display: block
  }*/

.card-date {
	display: flex;
	justify-content: center;
	align-items: center; 
	max-width: fit-content;
	float: right;
	position: absolute;
	width: auto;
	white-space: nowrap;	
	top: 0;
	right: 0;
	height: 25px; 
	background-color: var(--bs-secondary);
	color: var(--bs-black);
	text-transform: uppercase;
	font-size: 13px;
	padding: 2px 10px;
	font-weight: 500;
	border-radius: 0;
	}

	
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
	text-decoration: none !important;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	border-radius: var(--bs-border-radius);
	}
	.btn:not([class*="d-"]) {
	display: inline-flex !important;
	}
	.btn:not(form .btn):not(label.btn):not(button[type=submit].btn):not(.input-group .btn) {
	min-width: 24px;
	min-height: 24px;
	}
	
	.btn:not([class*="ms-"]) {
		margin-left: 0 !important
		}
	.card .btn:not(.w-100) {
		width: auto;
		display: inline-block;
		max-width: fit-content;
		}	
	.card.text-center .btn:not(.w-100),
	.card .text-center .btn:not(.w-100) {
		margin-left: auto !important;
		margin-right: auto !important
		}		

	.btn:not(.back-to-top) i { margin-right: .4em }
	
			
.btn.btn-sm {
	font-size: 0.875rem;
	padding: 0.375rem 1.375rem;
	line-height: 1.25;
	min-width: 24px;
	min-height: 24px;
	}
.btn.btn-md {
	font-size: 1rem;
	padding: 0.5rem 1.5rem;
	line-height: 1.5;
	min-width: 55px;
	min-height:55px;
	}
.btn.btn-lg {
	font-size: 1.25rem;
	padding: 0.75rem 1.75rem;
	line-height: 1.5;
	min-width: 70px;
	min-height: 70px;
	}
.btn:focus-visible,
.btn-sm:focus-visible,
.btn-lg:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 3px;
	transition: none;
	}
.btn + .btn,
.btn-sm + .btn-sm,
.btn-lg + .btn-lg {
	margin-left: 0.5rem;
	}




.btn-default {
	--bs-btn-color: var(--bs-black);
	--bs-btn-bg: var(--bs-gray-light);
	--bs-btn-border-color: var(--bs-gray-light);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: var(--bs-gray);
	--bs-btn-hover-border-color: var(--bs-gray);
	--bs-btn-focus-shadow-rgb: var(--bs-gray-light-rgb);
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-active-bg: var(--bs-gray);
	--bs-btn-active-border-color: var(--bs-gray);
	--bs-btn-disabled-color: var(--bs-white);
	--bs-btn-disabled-bg: var(--bs-gray-light);
	--bs-btn-disabled-border-color: var(--bs-gray-light);
}
.btn-outline-default {
  --bs-btn-color: var(--bs-gray);
  --bs-btn-border-color: var(--bs-gray);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-gray);
  --bs-btn-hover-border-color: var(--bs-gray);
  --bs-btn-focus-shadow-rgb: var(--bs-gray-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-gray);
  --bs-btn-active-border-color: var(--bs-gray);
  --bs-btn-disabled-color: var(--bs-gray);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-gray);
  --bs-gradient: none;
}



.btn-primary {
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: var(--bs-primary-dark);
	--bs-btn-hover-border-color: var(--bs-primary-dark);
	--bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-active-bg: var(--bs-primary-dark);
	--bs-btn-active-border-color: var(--bs-primary-dark);
	--bs-btn-disabled-color: var(--bs-white);
	--bs-btn-disabled-bg: var(--bs-primary);
	--bs-btn-disabled-border-color: var(--bs-primary);
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}


.btn-secondary {
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bs-secondary);
	--bs-btn-border-color: var(--bs-secondary);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: var(--bs-secondary-dark);
	--bs-btn-hover-border-color: var(--bs-secondary-dark);
	--bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-active-bg: var(--bs-secondary-dark);
	--bs-btn-active-border-color: var(--bs-secondary-dark);
	--bs-btn-disabled-color: var(--bs-white);
	--bs-btn-disabled-bg: var(--bs-secondary);
	--bs-btn-disabled-border-color: var(--bs-secondary);
}
.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-disabled-color: var(--bs-secondary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-secondary);
  --bs-gradient: none;
}



.btn-light {
  --bs-btn-color: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-light);
  --bs-btn-hover-border-color: var(--bs-light);
  --bs-btn-focus-shadow-rgb: var(--bs-light-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-light);
  --bs-btn-active-border-color: var(--bs-light);
  --bs-btn-disabled-color: var(--bs-light);
  --bs-btn-disabled-border-color: var(--bs-light);
}
.btn-dark {
  --bs-btn-color: var(--bs-white);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-dark);
  --bs-btn-hover-border-color: var(--bs-dark);
  --bs-btn-focus-shadow-rgb: var(--bs-dark-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-dark);
  --bs-btn-active-border-color: var(--bs-dark);
  --bs-btn-disabled-color: var(--bs-dark);
  --bs-btn-disabled-border-color: var(--bs-dark);
}
.btn-success {
  --bs-btn-bg: var(--bs-green);
  --bs-btn-border-color: var(--bs-green);
  --bs-btn-hover-bg: var(--bs-green-dark);
  --bs-btn-hover-border-color: var(--bs-green-dark);
  --bs-btn-active-bg: var(--bs-green-dark);
  --bs-btn-active-border-color: var(--bs-green-dark);
  --bs-btn-disabled-bg: var(--bs-green);
  --bs-btn-disabled-border-color: var(--bs-green);
}
.btn-outline-success {
  --bs-btn-color: var(--bs-green);
  --bs-btn-border-color: var(--bs-green);
  --bs-btn-hover-bg: var(--bs-green);
  --bs-btn-hover-border-color: var(--bs-green);
  --bs-btn-active-bg: var(--bs-green);
  --bs-btn-active-border-color: var(--bs-green);
  --bs-btn-disabled-color: var(--bs-green);
  --bs-btn-disabled-border-color: var(--bs-green);
}
.btn-danger {
	 --bs-btn-bg: var(--bs-red);
	--bs-btn-border-color: var(--bs-red);
	--bs-btn-hover-bg: var(--bs-red-dark);
	--bs-btn-hover-border-color: var(--bs-red-dark);
	--bs-btn-active-bg: var(--bs-red-dark);
	--bs-btn-active-border-color: var(--bs-red-dark);
	--bs-btn-disabled-bg: var(--bs-red);
	--bs-btn-disabled-border-color: var(--bs-red);
	}
.btn-outline-danger {
	  --bs-btn-color: var(--bs-red);
	  --bs-btn-border-color: var(--bs-red);
	  --bs-btn-hover-bg: var(--bs-red);
	  --bs-btn-hover-border-color: var(--bs-red);
	  --bs-btn-active-bg: var(--bs-red);
	  --bs-btn-active-border-color: var(--bs-red);
	  --bs-btn-disabled-color: var(--bs-red);
	  --bs-btn-disabled-border-color: var(--bs-red);
	}
		
.btn-absenden {
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: var(--bs-primary-dark);
	--bs-btn-hover-border-color: var(--bs-primary-dark);
	--bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-active-bg: var(--bs-primary-dark);
	--bs-btn-active-border-color: var(--bs-primary-dark);
	--bs-btn-disabled-color: var(--bs-white);
	--bs-btn-disabled-bg: var(--bs-primary);
	--bs-btn-disabled-border-color: var(--bs-primary);
	}		


.icon-link {
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	z-index: 100
	}
	.icon-link.w-100 {
	text-align: center;
	width: 100%;
	max-width: 100%;
	}
	.icon-link.w-100.text-start {
	text-align: left;
	}
	.icon-link.w-100.text-end {
	text-align: right;
	}
	.icon-link.border {
	border: none !important;
	border-top: 1px solid rgba(0, 0, 0, .1) !important;
	padding-top: 15px;
	}	
.icon-link::after {
	position: relative;
	content: "\ea6e";
	font-family: "remixicon";
	font-size: 140%;
	
	vertical-align: middle;
	top: -1px;
}
.icon-link:hover::after,
a:hover .icon-link::after  {
	margin-left: 5px;
	transition: margin-left .2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.icon-link:hover::after,
	a:hover .icon-link::after {
		transition: none;
	}
}

	


.rounded-top-left     { border-top-left-radius: var(--bs-border-radius-pill) !important; }
.rounded-top-right    { border-top-right-radius: var(--bs-border-radius-pill) !important; }
.rounded-bottom-left  { border-bottom-left-radius: var(--bs-border-radius-pill) !important; }
.rounded-bottom-right { border-bottom-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-top-left-0     { border-top-left-radius: 0 !important; }
.rounded-top-right-0    { border-top-right-radius: 0 !important; }
.rounded-bottom-left-0  { border-bottom-left-radius: 0 !important; }
.rounded-bottom-right-0 { border-bottom-right-radius: 0 !important; }

.btn.rounded-0 			{ border-radius: 0 !important; }
.btn.rounded-1 			{ border-radius: var(--bs-border-radius-sm) !important; }
.btn.rounded-2 			{ border-radius: var(--bs-border-radius) !important; }
.btn.rounded-3 			{ border-radius: var(--bs-border-radius-lg) !important; }
.btn.rounded-4 			{ border-radius: var(--bs-border-radius-xl) !important; }
.btn.rounded-5 			{ border-radius: var(--bs-border-radius-xxl) !important; }
.btn.rounded-pill 		{ border-radius: var(--bs-border-radius-pill) !important; }

.btn.rounded-top-left-0     { border-top-left-radius: 0 !important; }
.btn.rounded-top-right-0    { border-top-right-radius: 0 !important; }
.btn.rounded-bottom-left-0  { border-bottom-left-radius: 0 !important; }
.btn.rounded-bottom-right-0 { border-bottom-right-radius: 0 !important; }

.btn.rounded-top-left     { border-top-left-radius: var(--bs-border-radius-pill) !important; }
.btn.rounded-top-right    { border-top-right-radius: var(--bs-border-radius-pill) !important; }
.btn.rounded-bottom-left  { border-bottom-left-radius: var(--bs-border-radius-pill) !important; }
.btn.rounded-bottom-right { border-bottom-right-radius: var(--bs-border-radius-pill) !important; }

	
	
	
/*--------------------------------------------------------------
# ergänzende Delay-Zeiten zu animate
--------------------------------------------------------------*/
.animate__delay-01s { animation-delay: 0.1s; }
.animate__delay-02s { animation-delay: 0.2s; }
.animate__delay-03s { animation-delay: 0.3s; }
.animate__delay-04s { animation-delay: 0.4s; }
.animate__delay-05s { animation-delay: 0.5s; }
.animate__delay-06s { animation-delay: 0.6s; }
.animate__delay-07s { animation-delay: 0.7s; }
.animate__delay-08s { animation-delay: 0.8s; }
.animate__delay-09s { animation-delay: 0.9s; }
.animate__delay-1s  { animation-delay: 1s; }
.animate__delay-11s { animation-delay: 1.1s; }
.animate__delay-12s { animation-delay: 1.2s; }
.animate__delay-13s { animation-delay: 1.3s; }
.animate__delay-14s { animation-delay: 1.4s; }
.animate__delay-15s { animation-delay: 1.5s; }
.animate__delay-16s { animation-delay: 1.6s; }
.animate__delay-17s { animation-delay: 1.7s; }
.animate__delay-18s { animation-delay: 1.8s; }
.animate__delay-19s { animation-delay: 1.9s; }
.animate__delay-2s  { animation-delay: 2s; }




/*--------------------------------------------------------------
# EFFEKTE / EFFECTS
--------------------------------------------------------------*/
[class*="hover-"] {
	transition: all 0.3s ease-in-out;
}

.hover-bg:hover {
	transition: all 0.3s ease-in-out;
	background: var(--bs-primary-light)
	}

.hover-img:hover img {
	transform: scale(1.1) rotate(-1deg);
	transition: all 0.3s ease-in-out;
	}
		
.hover-zoom:hover {
	transform: scale(1.1);
	}
.hover-grayscale:hover {
	filter: grayscale(100%);
	}
.hover-opacity:hover {
	opacity: 0.7;
	}
.hover-jump:hover {
	transform: translateY(-10px);
	}
.hover-shadow:hover { 
	box-shadow: var(--bs-box-shadow) !important; 
	}
.hover-shadow-lg:hover { 
	box-shadow: var(--bs-box-shadow-lg) !important; 
	}
.hover-shadow-sm:hover { 
	box-shadow: var(--bs-box-shadow-sm) !important; 
	}


.hover-rotate > .icon-bg,
.hover-rotate > .icon-bg i,
.hover-rotate > .icon i,
.hover-rotate > i {
	transition: 0.5s;
	}
	.hover-rotate:hover .icon-bg,
	.hover-rotate:hover .icon-bg i,
	.hover-rotate:hover i {
	transform: rotate(180deg);
	}


.hover-bg-primary:hover			{ background-color: var(--bs-primary) }
.hover-bg-primary-light:hover	{ background-color: var(--bs-primary-light) }
.hover-bg-primary-dark:hover	{ background-color: var(--bs-primary-dark) }

.hover-bg-secondary:hover		{ background-color: var(--bs-secondary) }
.hover-bg-secondary-light:hover	{ background-color: var(--bs-secondary-light) }
.hover-bg-secondary-dark:hover	{ background-color: var(--bs-secondary-dark) }

.hover-bg-accent:hover			{ background-color: var(--bs-accent) }
.hover-bg-accent-light:hover	{ background-color: var(--bs-accent-light) }
.hover-bg-accent-dark:hover		{ background-color: var(--bs-accent-dark) }

.hover-bg-lighter:hover			{ background-color: var(--bs-lighter) }
.hover-bg-light:hover			{ background-color: var(--bs-light) }
.hover-bg-dark:hover			{ background-color: var(--bs-dark) }
.hover-bg-darer:hover			{ background-color: var(--bs-darker) }
.hover-bg-black:hover			{ background-color: var(--bs-black) }
.hover-bg-white:hover			{ background-color: var(--bs-white) }





.hover-window-img .card {
	background-color: none
	}
	.hover-window-img .card img.bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	}
	.hover-window-img .card .card-body {
	z-index:2
	}
	.hover-window-img .card .card-body {
	background-color: var(--bs-gray-200);
	transition: .5s;
	}
	.hover-window-img .card:hover {
	background-color: rgba(0, 0, 0, 0);
	background: none !important;
	}
	.hover-window-img .card:hover .card-body {
	background-color: rgba(0, 0, 0, .3);
	}
	
	.hover-window-img .card * {
	transition: .3s;
	}
	.hover-window-img .card:hover * {
	color: var(--bs-white);
	}
	.hover-window-img .card .btn {
	width: 40px;
	height: 40px;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	transition: .4s;
	text-align: center;
	display: inline-flex;
	align-items: center;		
	}
	.hover-window-img .card .btn i {
	width: 40px;		
	}
	.hover-window-img .card:hover .btn {
	width: 200px;		
	}




.hover-window-bottom .card {
	height: 400px;
	background: none;
	overflow: hidden
	}
	.hover-window-bottom .card::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		z-index: 1;
		}
	.hover-window-bottom .card .card-body {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000
		}
	.hover-window-bottom .card .card-body::before {
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		background: var(--bs-white);
		transition: .5s;
		z-index: 3;
		}
	.hover-window-bottom .card:hover .card-body::before {
		background: var(--bs-white);
		width: 100%;
		height: 100%
		}
		.hover-window-bottom .card:hover::after {
		background-color: rgba(0, 0, 0, 0);
		transition: .5s
		}
	.hover-window-bottom .card .card-inner {
		z-index: 100
		}
	.hover-window-bottom .card .card-inner .title {
		color: var(--bs-white) !important;
		margin: 0
		}
	.hover-window-bottom .card:hover .card-inner .title {
		color: var(--bs-secondary) !important
		}	
	.hover-window-bottom .card:hover .card-inner .topline {
		color: var(--bs-black) !important
		}		
	.hover-window-bottom .card:hover .card-inner {
		z-index: 9;
		position: relative;
		color: var(--bs-black) !important
		}
	
	


.hover-window .card {
		}
		.hover-window .card .card-body {
			position: relative;
			z-index: 2;
			}
		.hover-window .card:hover .card-body {
			z-index: 9;
			position: relative;
			color: var(--bs-white) !important;
			}
		.hover-window .card .card-body::before {
			position: absolute;
			content: "";
			left: 0;
			bottom: 0;
			width: 100%;
			height: 10px;
			background: var(--bs-secondary);
			transition: .3s;
			z-index: 3;
			}
		.hover-window .card:hover .card-body::before {
			background: var(--bs-secondary);
			width: 100%;
			height: 100%
			}
		.hover-window .card:hover .card-inner {
			z-index: 9;
			position: relative;
			color: var(--bs-black)
			}
			
		.hover-window .card:hover i,
		.hover-window .card:hover p,
		.hover-window .card:hover h1,
		.hover-window .card:hover h2,
		.hover-window .card:hover h3,
		.hover-window .card:hover h4,
		.hover-window .card:hover h5,
		.hover-window .card:hover h6,
		.hover-window .card:hover .icon-link {
			color: var(--bs-white) !important
			}	
			
			
.hover-window.window-x {
	}
	.hover-window.window-x  .card .card-body::before {
		left: 50%;
		width: 0;
		height: 100%;
		z-index: -1;
		transform: translateX(-50%);
		}
	.hover-window.window-x  .card:hover .card-body::before {
		width: 100%;
		}	






.hover-corner {
	position: relative;
	overflow: hidden;
	}
	.hover-corner::before {
	content: "";
	background: color-mix(in srgb, var(--bs-black), transparent 60%);
	position: absolute;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	border-radius: var(--bs-border-radius);
	opacity: 0;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	}	
	.hover-corner:hover::before {
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	}
	
.hover-corner .hover-corner-item {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}	
	.hover-corner:hover .hover-corner-item {
	opacity: 1;
	}
	.hover-corner .hover-corner-item::before {
		display: block;
		content: "";
		width: 48px;
		height: 48px;
		position: absolute;
		top: 35px;
		left: 35px;
		border-top: 3px solid var(--bs-white);
		border-left: 3px solid var(--bs-white);
		transition: all 0.5s ease 0s;
		z-index: 9994;
		}
		.hover-corner:hover .hover-corner-item::before {
		top: 15px;
		left: 15px;
		}
	.hover-corner .hover-corner-item::after {
		display: block;
		content: "";
		width: 48px;
		height: 48px;
		position: absolute;
		bottom: 35px;
		right: 35px;
		border-bottom: 3px solid var(--bs-white);
		border-right: 3px solid var(--bs-white);
		transition: all 0.5s ease 0s;
		z-index: 9994;
		}	
		.hover-corner:hover .hover-corner-item::after {
		bottom: 15px;
		right: 15px;
		}
	.hover-corner-item h4 {
		font-size: 20px;
		color: var(--bs-white);
		font-weight: 600;
		display: none
		}
	.hover-corner-item p {
		color: var(--bs-white);
		padding: 0 25px;
		line-height: 1.3em;
		margin: 0;
		font-size: 90%;
		display: none
		}
	.hover-corner-item .link {
		font-weight: 500;
		color: var(--bs-white);
		opacity: 1;
		transition: all .3s ease 0s;
		text-transform: uppercase;
		margin-top: 25px;
		}
		.hover-corner-item .link::after {
		position: relative;
		content: "\f138";
		font-family: "bootstrap-icons";
		font-size: 40pt;
		margin-top: -10px;
		font-weight: normal;
		display: block;
		color: var(--bs-white);
		opacity: .7;
		}
		.hover-corner-item:hover .link {
		color: var(--bs-white);
		opacity: .7
		}
		.hover-corner-item .link:hover {
		color: var(--bs-white);
		opacity: 1
		}
		.hover-corner-item .link:hover::after {
		color: var(--bs-secondary);
		opacity: 1;
		transition: .3s
		}
		
	





/*--------------------------------------------------------------
# SWIPER
--------------------------------------------------------------*/
.swiper {
  overflow: hidden;
}
.swiper-slide {
  width: auto;
  margin: 0;
}
.swiper-wrapper {
  display: flex;
}






.swiper-container {
	position: relative;
	}


 .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	}
	
.swiper-slide img {
	width: 100%;
	height: auto
	/*filter: grayscale(50%);
	opacity: .5;*/
	}
	.swiper-slide:hover img {
	filter: grayscale(0);
	opacity: 1;
	}	
	.swiper-slide-active img {
	}
	.swiper-slide {
	display: flex;
	align-items: stretch;
	}
	
 
.swiper-brands .swiper-slide img {
	transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
	filter: grayscale(100%);
	opacity: .7;
	}
	.swiper-brands .swiper-slide img:hover {
	transform: scale(1.05); 
	filter: grayscale(0);
	opacity: 1;
	}	


	  
	  
.swiper-steuerung {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	z-index: 10;
	position: absolute;
	height: 25px;
	right: 25px;
	z-index: 100;
	}
	.swiper .swiper-button-prev,
	.swiper .swiper-button-next {
		position: relative !important;
		color: var(--bs-gray-700);
		width: 25px;
		height: 25px;
		}
		.swiper .swiper-button-prev::after,
		.swiper .swiper-button-next::after {
		font-size: 20px
		}
		.swiper .swiper-button-prev:hover::after,
		.swiper .swiper-button-next:hover::after {
		color: var(--bs-secondary);
		}
	
	.swiper-toggle {
		position: relative !important;
		background: none;
		cursor: pointer;
		border: none;
		padding: 0;
		width: 25px;
		height: 25px;
		font-size: 1px;
		margin-left: -27px;
		z-index: 100;
		}
		.swiper-toggle[aria-pressed="true"]::after,
		.swiper-toggle[aria-pressed="false"]::after {
		content: "\F4F3";
		font-family: "bootstrap-icons";
		font-weight: normal;
		font-size: 25px;
		color: var(--bs-gray-700);
		width: 25px;
		height: 25px;
		}
		.swiper-toggle[aria-pressed="false"]::after {
		content: "\F4C2";
		}	
		.swiper-toggle:hover::after {
		color: var(--bs-secondary);
		}	
		
	.swiper-pagination {
		margin-top: 30px;
		margin-left: 50%;
		transform: translateX(-50%) !important;
		width: auto !important;
		text-align: center;
		display: flex;
		justify-content: center;
		position: relative !important;
		}
		.swiper-pagination-bullet {
		background: var(--bs-gray) !important;
		transition: all .2s ease;
		}
		.swiper-pagination-bullet:hover {
		opacity: 1;
		}
		.swiper-pagination-bullet-active {
		background: var(--bs-gray) !important;
		}		
	
	
	
	
	
/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/
.parallax {
}
.parallax.secondary {
	background: rgba(var(--bs-secondary-dark-rgb), .5);
}
.parallax.primary {
	background: rgba(var(--bs-primary-rgb), .5);
}
.parallax.accent {
	background: rgba(var(--bs-accent-rgb), .5);
}
.parallax.white {
	background: rgba(var(--bs-white-rgb), .5);
}
.parallax.dark {
	background: rgba(var(--bs-dark-rgb), .5);
}
.parallax.darker {
	background: rgba(var(--bs-darker-rgb), .5);
}




	
/*--------------------------------------------------------------
# Cookie
--------------------------------------------------------------*/
#cookiedingsbums {
	display: none;
	z-index: 1000;
	background-color: var(--bs-white); 
	width: 300px;
	height: auto;
	left: 20px;
	bottom: 20px;
	position: fixed;
	opacity: .7
}



/*--------------------------------------------------------------
# Pagetop
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 10px;
	bottom: 50px;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	background: rgba(var(--bs-primary-rgb), .5) !important;
	border: 1px solid rgba(var(--bs-white-rgb), .5) !important;
	color: var(--bs-white);
	transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: all 0.5s ease;
	}
.back-to-top i {
	font-size: 26px;
	color: var(--bs-white);
	line-height: 0;
	}
.back-to-top:hover {
	background: var(--bs-primary) !important;
	color: var(--bs-white);
	transition: .3s
	}
.back-to-top.active {
	visibility: visible;
	opacity: .7;
	}
@media (max-width: 767px) {
		.back-to-top {
		width: 60px;
		height: 60px;
		bottom: 120px;
		}
	}		
	  
	  
	  
	  


/*--------------------------------------------------------------
# Suche / Search
--------------------------------------------------------------*/
.search {
  position: relative;
  z-index: 1000 !important;
  width: auto !important;
  margin-right: 10px
}
.search form {
}
.search * {
  outline: none;
  box-sizing: border-box;
}
.search_field {
  width: 40px;
  height: 40px;
  color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: none;
  border-radius: 0;
  border: none;
  top: auto;
  right: auto;
}
.search_field:focus {
  cursor: default;
  font-weight: normal;
  width: 230px;
  border-radius: 40px;
  border: 1px solid var(--bs-gray-500);
  background: #fff;
  padding-left: 20px;
  padding-right: 60px;
  color: var(--bs-black)
}
.search_field:focus ~ .search_icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
  background: url(../images/lupe/lupe_888.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center 11px;
  }
  .search_field:focus:hover ~ .search_icon {
  background:  url(../images/lupe/lupe_000.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center 11px;
  }
.search_icon {
  position: absolute;
  pointer-events: none;
  display: inline-block;
  border: none;
  transition: background-color 0.2s ease-in-out;
  float: right;
  background: var(--bs-primary) url(../images/lupe/lupe_fff.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center 11px;
  width: 40px !important;
  min-height: 40px !important;
  border-radius: 40px;
  right: 0;
}
.search_field:hover ~.search_icon {
	background-color: var(--bs-primary);
	}

.search_field:focus ~ .search_icon:hover {
	background-color: var(--bs-white);
	background: url(../images/lupe/lupe_000.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center 11px;
	}


.search_field { /* Eingabetext */
	color: rgba(0, 0, 0, 0) !important;
	}
	.search_field::-webkit-input-placeholder { /* Blindtextwort */
	color: rgba(153, 153, 153, 0);
	}
	.search_field:focus::-webkit-input-placeholder {
	color: #999;
	}

@media (min-width:768px) {
	.search {
		width: 230px;
		}
	.search_field:focus {
		width: 230px;
		box-shadow: 0 0 .5em rgba(0, 0, 0, 0.2);
		box-shadow: none
		  }
	.search_icon {
		right: 0;
		}
		
	.affix .search {
		} 
	}

/* --------- end SUCHE -------- */







/*--------------------------------------------------------------
# Listen
--------------------------------------------------------------*/		
main ul:not(.nav-pills):not(.list-group):not(.filter-menu):not(.filter-items):not(.accordion-list):not(.pagination):not(.dropdown-menu),
footer ul:not(.nav-pills):not(.list-group):not(.filter-menu):not(.filter-items):not(.accordion-list):not(.pagination):not(.dropdown-menu) {
	margin-left: 0;
	padding-left: 0;
	}
main ul:not(.nav-pills):not(.list-group):not(.filter-menu):not(.filter-items):not(.accordion-list):not(.pagination):not(.dropdown-menu) > li,
footer ul:not(.nav-pills):not(.list-group):not(.filter-menu):not(.filter-items):not(.accordion-list):not(.pagination):not(.dropdown-menu) > li,
.list-group.list-group-flush > li.list-group-item {
	padding-top: var(--list-padding-t);
	padding-bottom: var(--list-padding-b);
	padding-left: var(--list-padding-s);
	list-style: none;
	}	
main ul:not(.nav-pills):not(.list-group):not(.filter-menu):not(.filter-items):not(.accordion-list):not(.pagination):not(.dropdown-menu) > li::before,
footer ul:not(.nav-pills):not(.list-group):not(.filter-menu):not(.filter-items):not(.accordion-list):not(.pagination):not(.dropdown-menu) > li::before,
.list-group > li:not(.list-group-item):not(.dropdown-item)::before,
.list-group.list-group-flush > li.list-group-item::before {
	display: inline-block;
	text-align: left;
	font-size: 85%;
	content: var(--list-symbol);
	color: var(--list-symbol-color);
	font-family: var(--list-symbol-font-family);
	font-weight: var(--list-symbol-font-weight);
	margin-left: var(--list-symbol-margin-s);
	width: var(--list-symbol-width);
	}			
main ul:not(.nav-pills):not(.list-group):not(.filter-menu):not(.filter-items):not(.accordion-list):not(.pagination):not(.dropdown-menu) > li:hover::before,
footer ul:not(.nav-pills):not(.list-group):not(.filter-menu):not(.filter-items):not(.accordion-list):not(.pagination):not(.dropdown-menu) > li:hover::before,
.list-group > li:not(.list-group-item):not(.dropdown-item):hover::before,
.list-group.list-group-flush > li.list-group-item:hover::before {
	color: var(--list-symbol-hover-color);
	}	

.list-group > li:not(.list-group-item):not(.dropdown-item) {
	padding-top: var(--list-padding-t);
	padding-bottom: var(--list-padding-b);
	padding-left: var(--list-padding-s);
	}
.list-group > li:not(.list-group-item):not(.dropdown-item) {
	list-style: none;
	}
	
	
ul:not(.list-group) .list-group-item,
ul.list-group.list-group-flush .list-group-item {
	background: none
	}
.list-group-item.active {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	color: var(--bs-white);
	}	
				
ol > li {
	padding-top: var(--list-padding-t);
	padding-bottom: var(--list-padding-b);
	}
	
ul.gap-0 > li,
ol.gap-0 > li {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	}
	:not(.list-group).list-group-flush.d-flex {
		flex-direction: column;
		}		
		
			
.list-group-flush > li:not(.dropdown-item) {
	border: var(--list-border-width) solid var(--list-border-color);
	border-width: 0 0 var(--list-border-width);
	}
	.list-group-flush > li:not(.dropdown-item):last-child {
	border: none;
	}	
		
		
.list-unstyled {
	}	
	.list-unstyled > li::before {
	display: none !important
	}	
	.list-unstyled > li {
	padding-left: 0 !important;
	}	
	
	
.list-group-numbered > li::before {
	display: inline-block;	
	content: counters(section, ".") ". ";
	counter-increment: section;
	margin-left: var(--list-symbol-margin-s);
	width: var(--list-symbol-width);
	}
	.list-group.list-group-numbered > li {
	padding-left: 35px;
	}
	.list-group-flush.list-group-numbered > li::before {
	content: none;
	display: inline-block;	
	content: counters(section, ".") ". " !important;
	counter-increment: section !important;
	font-family: inherit !important;
	color: inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important
	}
		
ul.gap-0 > li, ol.gap-0 > li,
.icon-list.gap-0 li, .icon-list.gap-0 div { padding-top: 0 !important; padding-bottom: 0 !important }	
ul.gap-1 > li, ol.gap-1 > li,
.icon-list.gap-1 li, .icon-list.gap-1 div { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important }	
ul.gap-2 > li, ol.gap-2 > li,
.icon-list.gap-2 li, .icon-list.gap-2 div { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important }	
ul.gap-3 > li, ol.gap-3 > li,
.icon-list.gap-3 li, .icon-list.gap-3 div { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important }	
ul.gap-4 > li, ol.gap-4 > li,
.icon-list.gap-4 li, .icon-list.gap-4 div { padding-top: 1rem !important; padding-bottom: 1rem !important }		
ul.gap-5 > li, ol.gap-5 > li,
.icon-list.gap-5 li, .icon-list.gap-5 div { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important }	
ul.gap-6 > li, ol.gap-6 > li,
.icon-list.gap-6 li, .icon-list.gap-6 div { padding-top: 2rem !important; padding-bottom: 2rem !important }		
		
		
		

/*--------------------------------------------------------------
# Paginierung
--------------------------------------------------------------*/
.pagination {
}
.pagination li {
}
.pagination li::before {
}
.pagination li.page-item {
}
.pagination li.page-item a.page-link {
	color: var(--bs-body-color);
	line-height: 1.3em;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.pagination li.page-item a.page-link i {
	margin-top: 3px
	}	
.pagination li.page-item a.page-link:hover {
	background-color: rgba(var(--bs-primary-rgb), 0.2);
	color: var(--bs-primary)
	}
.pagination li.page-item.active a.page-link {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	color: var(--bs-white)
	}



/*--------------------------------------------------------------
# Reiter
--------------------------------------------------------------*/
.nav-pills {
	--bs-nav-pills-link-active-bg: var(--bs-primary);
	}

.nav-pills .nav-link {
	transition: background-color 0.3s ease, color 0.3s ease;
	padding: 0.5rem 1rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--bs-primary);
	border-radius: var(--bs-border-radius-pill);
	text-decoration: none !important
	}
.nav-pills .nav-link:not(.active):hover {
	text-decoration: none !important;
	color: var(--bs-primary-dark);
	background-color: rgba(var(--bs-primary-rgb), .2)
	}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: var(--bs-white);
	background-color: var(--bs-primary);
	}
.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link:hover {
	background-color: var(--bs-primary-dark)
	}	
.nav-pills .nav-link i {
	line-height: 1;
	}
.nav-pills .nav-link span {
	white-space: nowrap;
	}	
	
	
	
		
	
	
/*--------------------------------------------------------------
# FILTER
--------------------------------------------------------------*/
.filter-menu {  
	text-align: center ;
	padding-left: 0 !important;
	}
	.filter-menu li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 18px 12px 18px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: var(--bs-body-color);
	transition: all 0.3s ease-in-out;
	margin: 0 4px 10px 4px;
	background: whitesmoke;
	border-radius: var(--bs-border-radius);
	}
	.filter-menu li:hover {
	background: var(--bs-dark);
	color: var(--bs-white);
	}
	.filter-menu li.current,
	.filter-menu li.current{
	background: var(--bs-dark);
	color: var(--bs-white);
	}
	

.filter-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%
	}
	.filter-items .filter-inner { 
		position: relative;
		width: 25%;
		transition: all .5s ease, visibility .5s ease; 
	}
	.filter-items .filter-inner img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transition: transform 0.4s ease, filter 0.4s ease;
		}
	.filter-items .filter-inner.delete {
		pointer-events: none;
		opacity: 0;
		visibility: hidden; 
		position: absolute
		}
	.filter-items .filter-inner.active {
		opacity: 1;
		pointer-events: all;
		visibility: visible;
	}
	@media (max-width: 767px) {
		.filter-items .filter-inner {
		}
	}
	@media (max-width: 480px) {
		.filter-items .filter-inner {
		}
	}

.filter-items .filter-inner .img-title {
	opacity: 0;
	z-index: 1000;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(var(--bs-black-rgb), 0.3);
	color: var(--bs-white);
	transition: opacity 0.3s ease-in-out;
	text-align: center;
	padding: 0 20px;
	}
	  
.filter-items .filter-inner:hover .img-title {
	opacity: 1;
	 }




	
	
/*--------------------------------------------------------------
# Initiale
--------------------------------------------------------------*/
.initial {
	font-family: var(--heading-font-family);
	font-weight: 900;
	color: var(--bs-primary-rgb);
	position: relative;
	margin-left: -30px;
	font-size: 5em;
	z-index: -1;
	bottom: -.6em !important
}
	






/*--------------------------------------------------------------
# Outside
--------------------------------------------------------------*/
.outside {
	display: flex;
	justify-content: center;
	position: relative;
	}
	.outside > .container {
	margin: 0;
	padding: 0;
	z-index: 100;
	}
	.outside::before,
	.outside::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%; /* Die Breite der Streifen */
	background-color: var(--bs-secondary); /* Streifenfarbe, z.B. ein sehr helles Grau */
	}
	.outside::before { left: 0;
	}
	.outside::after { right: 0;
	}

.outside.left::after {
	display: none
	}
.outside.right::before {
	display: none
	}






/* --------- TOGGLE
================================================== */
.toggle-box {
	float: right;
	clear: both;
	position: fixed;
	right: 15px;
	top:15%;
	margin-top: 3em;
	margin-bottom: 2em;
	padding: .8em .5em .5em .5em;
	background: #fff;
	border-radius: 4px;
	box-shadow: .1em .1em .4em rgba(0, 0, 0, 0.4);
	z-index: 100;
	width: 150px
	}
	.toggle-box.debug-box {
	font-family: 'arial', sans-serif !important;
	font-size: 15px !important;
	font-weight: normal !important
	}

.toggle-box h1,
.toggle-box h2,
.toggle-box h3,
.toggle-box h4,
.toggle-box h5,
.toggle-box h6 {
	padding-top: 0;
	margin-top: .3em;
	margin-bottom: .5em;
	line-height: 1.1em;
}
.toggle-box h2 {
	background: #2196F3;
	color: #fff !important;
	font-family: 'arial', sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: .05em;
	border: none;
	padding: .3em .5em .15em .5em;
	margin: -.8em -.4em .8em -.4em;
	width: 150px;
	float: left;
	display: inline-block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	line-height: 1.2em !important;
	text-align: center;
}
.toggle-box h6 {
	font-size: 105%;
	margin-top: 0
}
@media (max-width: 780px) {
	.toggle-box {
		top: 5%;
		right: 5px;
		font-size: 80%
		}
	.toggle-box .col { width: 33%; float: left }	
}	
@media (max-width: 500px) {
	.toggle-box .col { width: 50%; }	
}
@media (max-width: 380px) {
	.toggle-box .col { width: 100%; }	
}




.switch .open span,
.switch .closed span {
  font-weight: normal;
  line-height: 1em;
  margin-left: 35px;
  margin-top: -5px;
  display: inline-block;
  position: relative
	}
.switch .open,
.switch .closed { 
  position: absolute;
  cursor: pointer;
  background-color: #2196F3;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: .1em .1em .1em rgba(0, 0, 0, 0.5) inset;
  border-radius: 17px;
  color: #000;  
  position: relative;
  width: 30px;
  height: 17px;
  margin-bottom: .8em;
  clear: both;
  display: block;
  line-height: 1.2em;
	}
.switch .open::before,
.switch .closed::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
  box-shadow: .1em .1em .1em rgba(0, 0, 0, 0.35);
  border-radius: 50%;
	}		
.switch .closed {
  background-color: #ccc;
  color: #aaa
	}
.switch .closed::before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
	}
.switch .open:hover,
.switch .closed:hover {
	text-decoration: none;
	color: #2196F3;
	color: #000
	}
	

.toggle-box.xs .switch .open span,
.toggle-box.xs .switch .closed span {
  margin-left: 30px;
	}
.toggle-box.xs .switch .open,
.toggle-box.xs .switch .closed { 
   margin-bottom: .3em;
   font-size: 80%;
   height: 14px;
   width: 25px;
   margin-bottom: .7em
   }
.toggle-box.xs .switch .open::before,
.toggle-box.xs .switch .closed::before {
	  height: 10px;
	  width: 10px;
	  -webkit-transform: translateX(10px);
	  -ms-transform: translateX(10px);
	  transform: translateX(10px);
	}
.toggle-box.xs .switch .closed::before {
	 -webkit-transform: translateX(0px);
	 -ms-transform: translateX(0px);
	 transform: translateX(0px);
	}	
	
.aktivieren {
	margin-top: 1em;
	font-weight: bold; 
	}
.aktivieren .switch .open {
	background: green;
	color: green;
	margin-top: 1.5em;
	}
.aktivieren .switch .closed {
	background: red;
	color: red
	}	

.on { 
	display: inherit
	}	
		 
.ausblenden a,
.einblenden a {
	 background: #fff;
	 color: #999;
	 padding: .2em .6em;
	 position: absolute;
	 box-shadow: .1em .1em .2em rgba(0, 0, 0, 0.2);
	 border: 1px solid #e2e2e2;
	 border-radius: 20px;
	 z-index: 100;
	}
.ausblenden a:hover,
.einblenden a:hover {
	 background: #ddd;
	 color: #000;
	 border-color: #ddd; 
	 box-shadow: .1em .1em .2em rgba(0, 0, 0, 0.2) inset;
	 text-decoration: none !important;
	}
/* --------- end TOGGLE -------- */	












/*--------------------------------------------------------------
# ICONS
--------------------------------------------------------------*/
main i[class*="fa-"]:not(.pagination i[class*="fa-"], .icon-bg i[class*="fa-"]),
main i[class*="fas-"]:not(.pagination i[class*="fas-"], .icon-bg i[class*="fas-"]),
main i[class*="bx-"]:not(.pagination i[class*="bx-"], .icon-bg i[class*="bx-"]),
main i[class*="bxs-"]:not(.pagination i[class*="bxs-"], .icon-bg i[class*="bxs-"]),
main i[class*="bi-"]:not(.pagination i[class*="bi-"], .icon-bg i[class*="bi-"]),
main i[class*="ri-"]:not(.pagination i[class*="ri-"], .icon-bg i[class*="ri-"]),
main i[class*="flaticon-"]:not(.pagination i[class*="flaticon-"], .icon-bg i[class*="flaticon-"]) {
	/*color: var(--icon);*/
	}

.icon-bg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	/*background-color: var(--icon);*/
	/*color: var(--bs-white);*/
	width: 50px; height: 50px; font-size: 20px;
	}
.icon-bg[class*="bg-"] {
	color: var(--bs-white);
	}		
.is-sm 	{ width: 30px; height: 30px; font-size: 14px; }
.is-md 	{}
.is-lg 	{ width: 70px; height: 70px; font-size: 30px; }
.is-xl 	{ width: 100px; height: 100px; font-size: 50px;	}
.is-xxl	{ width: 130px; height: 130px; font-size: 60px; }
	
@media (max-width: 992px) {
	.icon-bg 	{ width: 40px; height: 40px; font-size: 17px; }
	.is-sm 		{ width: 27px; height: 27px; font-size: 13px; }
	.is-md 		{ }
	.is-lg 		{ width: 60px; height: 60px; font-size: 27px; }
	.is-xl 		{ width: 85px; height: 85px; font-size: 40px; }
	.is-xxl		{ width: 100px; height: 100px; font-size: 50px; }
	}
@media (max-width: 767px) {
	.icon-bg 	{ width: 35px; height: 35px; font-size: 16px; }
	.is-sm 		{ width: 25px; height: 25px; font-size: 13px; }
	.is-md 		{ }
	.is-lg 		{ width: 50px; height: 50px; font-size: 25px; }
	.is-xl 		{ width: 75px; height: 75px; font-size: 35px; }
	.is-xxl		{ width: 90px; height: 90px; font-size: 46px; }		
}


.icon-bg.border-primary,
.icon-bg.border-secondary,
.icon-bg.border-danger,
.icon-bg.border-success,
.icon-bg.border-black,
.icon-bg.border-dark,
.icon-bg.border-gray,
.icon-bg.border-white,
.icon-bg.border-warning,
.icon-bg.border-info,
.icon-bg.border-accent	{ 
	border-width: 1px;
	border-style: solid; 
	background: none !important
	}
	.icon-bg[class*="border-"].bg-white	{ 
		background: #fff !important
		}			
.icon-bg.border-primary	{ color: var(--bs-primary) !important }
.icon-bg.border-secondary	{ color: var(--bs-secondary) !important }
.icon-bg.border-danger	{ color: var(--bs-danger) !important }
.icon-bg.border-success	{ color: var(--bs-success) !important }
.icon-bg.border-black	{ color: var(--bs-black) !important }
.icon-bg.border-dark	{ color: var(--bs-dark) !important }
.icon-bg.border-gray	{ color: var(--bs-gray) !important; border-color: var(--bs-gray) !important }
.icon-bg.border-white	{ color: var(--bs-white) !important }
.icon-bg.border-warning	{ color: var(--bs-warning) !important }
.icon-bg.border-info	{ color: var(--bs-info) !important }
.icon-bg.border-accent	{ color: var(--bs-accent) !important; }

.icon-bg.bg-white		{ color: var(--bs-gray-500) !important; }
	
a:hover .icon-bg.bg-primary, a.icon-bg.bg-primary:hover,
a:hover .icon-bg.bg-secondary, a.icon-bg.bg-secondary:hover,
a:hover .icon-bg.bg-danger, a.icon-bg.bg-danger:hover,
a:hover .icon-bg.bg-success, a.icon-bg.bg-success:hover,
a:hover .icon-bg.bg-black, a.icon-bg.bg-black:hover,
a:hover .icon-bg.bg-dark, a.icon-bg.bg-dark:hover,
a:hover .icon-bg.bg-gray, a.icon-bg.bg-gray:hover,
a:hover .icon-bg.bg-warning, a.icon-bg.bg-warning:hover,
a:hover .icon-bg.bg-info, a.icon-bg.bg-info:hover,
a:hover .icon-bg.bg-accent, a.icon-bg.bg-accent:hover	{ box-shadow: 0 0 5em rgba(0, 0, 0, .3) inset }

a:hover .icon-bg.bg-white, a.icon-bg.bg-white:hover	{ background: rgba(var(--bs-white-rgb), .7) !important }


a:hover .icon-bg.border-primary, a.icon-bg.border-primary:hover	{ background-color: var(--bs-primary)  !important; color: var(--bs-white) !important }
a:hover .icon-bg.border-secondary, a.icon-bg.border-secondary:hover	{ background-color: var(--bs-secondary) !important; color: var(--bs-white) !important }
a:hover .icon-bg.border-danger, a.icon-bg.border-danger:hover	{ background-color: var(--bs-danger) !important; color: var(--bs-white) !important }
a:hover .icon-bg.border-success, a.icon-bg.border-success:hover	{ background-color: var(--bs-success) !important; color: var(--bs-white) !important }
a:hover .icon-bg.border-black, a.icon-bg.border-black:hover	{ background-color: var(--bs-black) !important; color: var(--bs-white) !important }
a:hover .icon-bg.border-dark, a.icon-bg.border-dark:hover	{ background-color: var(--bs-dark) !important; color: var(--bs-white) !important }
a:hover .icon-bg.border-gray, a.icon-bg.border-gray:hover	{ background-color: var(--bs-gray) !important; color: var(--bs-white) !important }
a:hover .icon-bg.border-white, a.icon-bg.border-white:hover	{ background-color: var(--bs-white) !important; color: var(--bs-gray-500) !important }
a:hover .icon-bg.border-warning, a.icon-bg.border-warning:hover	{ background-color: var(--bs-warning) !important; color: var(--bs-white) !important }
a:hover .icon-bg.border-info, a.icon-bg.border-info:hover	{ background-color: var(--bs-info) !important; color: var(--bs-white) !important }
a:hover .icon-bg.border-accent, a.icon-bg.border-accent:hover	{ background-color: var(--bs-accent) !important; color: var(--bs-white) !important }

.icon-bg.bg-primary[class*="opacity-"]	{ color: var(--bs-white) !important }
.icon-bg.bg-secondary[class*="opacity-"]{ color: var(--bs-white) !important }
.icon-bg.bg-danger[class*="opacity-"]	{ color: var(--bs-white) !important }
.icon-bg.bg-success[class*="opacity-"]	{ color: var(--bs-white) !important }
.icon-bg.bg-black[class*="opacity-"]	{ color: var(--bs-white) !important }
.icon-bg.bg-dark[class*="opacity-"]		{ color: var(--bs-white) !important }
.icon-bg.bg-warning[class*="opacity-"]	{ color: var(--bs-white) !important }
.icon-bg.bg-info[class*="opacity-"]		{ color: var(--bs-white) !important }
.icon-bg.bg-accent[class*="opacity-"]	{ color: var(--bs-white) !important }
.icon-bg.bg-gray[class*="opacity-"]		{ color: var(--bs-white) !important }
.icon-bg.bg-white[class*="opacity-"] 	{ color: var(--bs-white) !important }	
		
a:hover .icon-bg.bg-opacity-10, a.icon-bg.bg-opacity-10:hover,
a:hover .icon-bg.bg-opacity-25, a.icon-bg.bg-opacity-25:hover,
a:hover .icon-bg.bg-opacity-50, a.icon-bg.bg-opacity-50:hover,
a:hover .icon-bg.bg-opacity-75, a.icon-bg.bg-opacity-75:hover	{ --bs-bg-opacity: 1; color: var(--bs-white) !important }

a:hover .icon-bg.bg-white[class*="opacity-"],
a.icon-bg.bg-white[class*="opacity-"]:hover { color: var(--bs-black) !important }	



.bg-none { background: none !important }




/*--------------------------------------------------------------
# ICONS (altes css = als Liste)
--------------------------------------------------------------*/
	.icon	{ 
		padding-left: 35px;
		margin: .5em 0 .5em 0;
		/* mit Linie */
		border-bottom: 1px dotted #bbb;
		padding-bottom: .6em;
		}
	.icon.icon-noborder {
		border-bottom: none;
		margin-top: 0
		}	
	.div-lines .icon,
	.div-striped .icon	{ 
		margin-top: 0
		}	
	.icon:last-child	{ 
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0
		}			
	.icon,
	.icon a {
		color: var(--bs-body-color);
		text-decoration: none
		}
	.icon a:hover {
		color: var(--bs-secondary);
		}
	.icon i 	{ 
		margin-left: -35px; 
		width: 30px;
		text-align: left;
		color: var(--bs-secondary);
		float: left;
		font-size: 105%;
		margin-top: 4px;
		}
	.icon .row {
		margin: 0;
		}
	.icon .row > [class*="col-"] {
		padding-left: 0;
		padding-right: .3em;
		margin-bottom: .4em
		}		
		





		
.icon-list {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}
	.icon-list li,
	.icon-list div {
		padding-top: var(--list-padding-t);
		padding-bottom: var(--list-padding-b);
		list-style: none;
		list-style-type: none;
		margin-left: 0;
		padding-left: 35px;
		border-bottom: 1px solid var(--bs-border-color)
		}
		.icon-list li:last-child,
		.icon-list div:last-child {
			border: none
			}
		.icon-list.list-unstyled li,
		.icon-list.list-unstyled div {
			border: none
			}
	.icon-list li i,
	.icon-list div i {
		width: 30px;
		margin-left: -35px;
		color: var(--bs-primary);
		}		
	.icon-list li::before {
		display: none !important
		}		
		
	.icon-list a {
		color: var(--bs-body-color);
		}	
	.icon-list a:hover {
		color: var(--bs-primary);
		text-decoration: underline
		}		
/* --------- end ICON -------- */
	
	
	





/* --------- FILEICON
================================================== */
.fileicon {
	padding-left: 25px;
	padding-bottom: .2em;
	padding-top: .1em
	}
main ul li.fileicon {
	color: #999;
	padding-left: 25px;
	background-position-y:2px;
	}
main ul li.fileicon::before,
main ul li.fileicon:hover::before {
	content: none
	}		
main ul.list-lines li.fileicon,
main ul.list-striped li.fileicon {
	background-position-y: 6px
	}	
	
main ul li.fileicon a {
	margin-right: .3em;
	}	
main ul li a.fileicon {
	padding-left: 25px;
	margin-left: -25px;
	margin-right: .3em;
	padding-bottom: .3em;
	/* display: block;  lässt z.B. Datengröße umbrechen */
	}		
main ul li.fileicon a:hover,
main ul li a.fileicon:hover {
	text-decoration: underline;
	}	
	
.fileicon.xl {
	padding-left: 43px;
	padding-top: 1em;
	padding-bottom: 1em;
	display: inline-block;
	}
	
main ul li.fileicon.xl {
	padding-left: 48px;
	padding-top: 1.5em;
	padding-bottom: 1.3em;
	width: 100%;
	background-position-y: 6px;
	}			
main ul li a.fileicon.xl {
	padding-left: 48px;
	padding-top: 1em;
	padding-bottom: 1em;
	}				

.pdf, .fileicon.pdf 	{ background: url(../images/fileicon_s/file_pdf.png) no-repeat }
.doc, .fileicon.doc		{ background: url(../images/fileicon_s/file_doc.png) no-repeat }
.xls, .fileicon.xls		{ background: url(../images/fileicon_s/file_xls.png) no-repeat }
.ppt, .fileicon.ppt		{ background: url(../images/fileicon_s/file_ppt.png) no-repeat }
.zip, .fileicon.zip		{ background: url(../images/fileicon_s/file_zip.png) no-repeat }
.mov, .fileicon.mov		{ background: url(../images/fileicon_s/file_mov.png) no-repeat }
.mp3, .fileicon.mp3		{ background: url(../images/fileicon_s/file_mp3.png) no-repeat }
.pic, .fileicon.pic		{ background: url(../images/fileicon_s/file_pic.png) no-repeat }
.gps, .fileicon.gps		{ background: url(../images/fileicon_s/file_gps.png) no-repeat }	
.page, .fileicon.page 	{ background: url(../images/fileicon_s/file_page.png) no-repeat }
.heic, .fileicon.heic 	{ background: url(../images/fileicon_s/file_heic.png) no-repeat }

.fileicon.xl.pdf 		{ background: url(../images/fileicon_m/file_pdf.png) no-repeat }
.fileicon.xl.doc		{ background: url(../images/fileicon_m/file_doc.png) no-repeat }
.fileicon.xl.xls		{ background: url(../images/fileicon_m/file_xls.png) no-repeat }
.fileicon.xl.ppt		{ background: url(../images/fileicon_m/file_ppt.png) no-repeat }
.fileicon.xl.zip		{ background: url(../images/fileicon_m/file_zip.png) no-repeat }
.fileicon.xl.mov		{ background: url(../images/fileicon_m/file_mov.png) no-repeat }
.fileicon.xl.mp3		{ background: url(../images/fileicon_m/file_mp3.png) no-repeat }
.fileicon.xl.pic		{ background: url(../images/fileicon_m/file_pic.png) no-repeat }
.fileicon.xl.gps		{ background: url(../images/fileicon_m/file_gps.png) no-repeat }	
.fileicon.xl.page		{ background: url(../images/fileicon_m/file_page.png) no-repeat }	
.fileicon.xl.heic		{ background: url(../images/fileicon_m/file_heic.png) no-repeat }	

li.pdf, 
li.doc,
li.xls,
li.ppt,
li.zip,
li.mov,
li.mp3,
li.pic, 
li.gps,
li.page,
li.heic 	{ 
	background-position-y: 2px;
	padding-top: 0 !important;
	}
	
li.pdf::before, 
li.doc::before,
li.xls::before,
li.ppt::before,
li.zip::before,
li.mov::before,
li.mp3::before,
li.pic::before, 
li.gps::before,
li.page::before,
li.heic::before 	{ 
	content: none !important;
	}

/*
a[download] {
	background:url(../images/fileicon_s/file_pdf.png) no-repeat;
	padding-left: 25px;
	padding-bottom: 2px;
	display: inline-block
	}
	.xl a[download] {
	background:url(../images/fileicon_m/file_pdf.png) no-repeat;
	}
	.fileicon a[download] {
		background:none;
		padding-left: 0;
		padding-bottom: 0
		}
	*/
	
/* --------- end FILEICONS -------- */





	
	

/*--------------------------------------------------------------
# Galerie / Gallery
--------------------------------------------------------------*/

.gallery,
.gallery-wrapper,
.galerie_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 15px; /* Abstand zwischen den Bildern */
	width: calc(100% + 15px);
	/*justify-content: center;*/;
	}
	.gallery a,
	.gallery-wrapper a,
	.galerie_wrap .galerie_container {
		flex: 1 1 calc(25% - 15px); /* 4 Spalten */
		max-width: calc(25% - 15px);
		overflow: hidden;
		}
		.galerie_wrap .galerie_container {
		width: 100% !important;
		height: auto !important;
		overflow: hidden;
		}
		.gallery img,
		.gallery-wrapper img,
		.galerie_wrap img {
			width: 100%;
			height: auto;
			
			height: 150px;
			width: auto;
			
			object-fit: cover;
			border-radius: var(--bs-border-radius);
			cursor: pointer;
			transition: transform 0.3s ease;
			display: block;
			margin-left: auto;
			margin-right: auto;
			
			/*aspect-ratio: 1 / 1; * Quadrat *
			aspect-ratio: 3 / 4; * Hochformat */
			/*aspect-ratio: 4 / 3; /* Standard Querformat */
			}
			article .gallery img,
			article .gallery-wrapper img,
			article .galerie_wrap img {
				height:100px;
			}
			aside .gallery img,
			aside .gallery-wrapper img,
			aside .galerie_wrap img {
			height:50px;
			}
		.gallery img:hover,
		.gallery-wrapper img:hover,
		.galerie_wrap img:hover {
			transform: scale(1.04);
			}
		
@media (max-width: 992px) {
	.gallery img,
	.gallery-wrapper img,
	.galerie_wrap img {
		height: 125px;
	}	
}
@media (max-width: 767px) {
	.gallery a,
	.gallery-wrapper a,
	.galerie_wrap .galerie_container  {
		flex: 1 1 calc(33.333% - 15px); /* 3 Spalten */
		max-width: calc(33.333% - 15px);
	}	
}
@media (max-width: 575px) {
	.gallery img,
	.gallery-wrapper img,
	.galerie_wrap img {
		height: 100px;
	}
	article .gallery img,
	article .gallery-wrapper img,
	article .galerie_wrap img {
		height:75px;
	}
	aside .gallery img,
	aside .gallery-wrapper img,
	aside .galerie_wrap img {
		height:75px;
	}
}
@media (max-width: 480px) {
	.gallery a,
	.gallery-wrapper a,
	.galerie_wrap .galerie_container {
		flex: 1 1 calc(50% - 15px); /* 2 Spalten */
		max-width: calc(50% - 15px);
		}
	.gallery img,
	.gallery-wrapper img,
	.galerie_wrap img {
		height: 75px;
	}	
}
@media (max-width: 340px) {
	.gallery,
	.gallery-wrapper,
	.galerie_wrap {
		row-gap: 20px; /* Nur vertikaler Abstand */
		column-gap: 0; /* Horizontaler Abstand */
		width: 100%
	}
	.gallery a,
	.gallery-wrapper a,
	.galerie_wrap .galerie_container {
		flex: 1 1 100%; /* 1 Spalte */
		max-width: 100%;
		}
}

/* --------- end GALERIE -------- */









/* --------- BILDER
================================================== */
.bild,
.bildlinks,
.bildrechts,
.bildmitte,
img.bild,
img.bildlinks,
img.bildrechts,
img.bildmitte,
.bildrahmen,
.bildrahmenlinks,
.bildrahmenrechts,
.bildrahmenmitte,
img.bildrahmen,
img.bildrahmenlinks,
img.bildrahmenrechts,
img.bildrahmenmitte,
.bildrahmen-nb,
.bildrahmenlinks-nb,
.bildrahmenrechts-nb,
.bildrahmenmitte-nb,
img.bildrahmen-nb,
img.bildrahmenlinks-nb,
img.bildrahmenrechts-nb,
img.bildrahmenmitte-nb {
	border-radius: var(--bs-border-radius);
	margin-top: .4em; 
	margin-bottom: .6em !important;
	max-width: 100%;
	}
.bildmitte,
img.bildmitte,
.bildrahmenmitte,
img.bildrahmenmitte,
.bildrahmenmitte-nb,
img.bildrahmenmitte-nb {
	display: block !important;
	margin: 1em auto !important
	}
.bildrahmen,
.bildrahmenlinks,
.bildrahmenrechts,
.bildrahmenmitte,
img.bildrahmen,
img.bildrahmenlinks,
img.bildrahmenrechts,
img.bildrahmenmitte,
.bildrahmen-nb,
.bildrahmenlinks-nb,
.bildrahmenrechts-nb,
.bildrahmenmitte-nb,
img.bildrahmen-nb,
img.bildrahmenlinks-nb,
img.bildrahmenrechts-nb,
img.bildrahmenmitte-nb {
	border: 1px solid #ddd;
	padding: 4px;
	}
.bildrahmen,
.bildrahmenlinks,
.bildrahmenrechts,
.bildrahmenmitte {
	background: #fff
	}		
.bildlinks,
img.bildlinks,
.bildrahmenlinks,
img.bildrahmenlinks,
.bildrahmenlinks-nb,
img.bildrahmenlinks-nb 	{ margin-right: .8em !important;	float: left; }

.bildrechts,
img.bildrechts,
.bildrahmenrechts,
img.bildrahmenrechts,
.bildrahmenrechts-nb,
img.bildrahmenrechts-nb { margin-left: .8em !important;	float: right; }

.bild,
img.bild,
.bildrahmen,
img.bildrahmen,
.bildrahmen-nb,
img.bildrahmen-nb  		{ margin-right: .8em !important;	float: left; }

.bildrahmenmitte-wrapper { 
	width: 100%; 
	text-align: center
	}
	.bildrahmenmitte,
	img.bildrahmenmitte,
	.bildrahmenmitte-nb,
	img.bildrahmenmitte-nb { max-width: 100% }

	
.bildrahmenlinks-nb,
.bildrahmenrechts-nb,
.bildrahmenmitte-nb,
img.bildrahmenlinks-nb,
img.bildrahmenrechts-nb,
img.bildrahmenmitte-nb,
a img.bildrahmenlinks-nb,
a img.bildrahmenrechts-nb,
a img.bildrahmenmitte-nb,
.bildlinks-nb,
.bildrechts-nb,
img.bildlinks-nb,
img.bildrechts-nb,
a img.bildlinks-nb,
a img.bildrechts-nb {
	border: solid 1px #fff;
	padding: 0;
	border: none
	}	
	
figure {
	}	
figcaption { 
	}	
figure.bildrahmenmitte-wrapper figcaption { 
	padding-top: 0;
	margin-top: -10px
	}	
	
	
.ratio-20x8 {
	--bs-aspect-ratio: 40%;
	}	
.ratio-20x7 {
	--bs-aspect-ratio: 35%;
	}
.ratio-20x5 {
	--bs-aspect-ratio: 25%;
	}	
	
.bg-placeholder {
	object-fit: contain;
	width: 100%;
	height: 100%; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-color: var(--bs-light);
	}				
/* --------- end BILDER -------- */





/* --------- BILDUNTERSCHRIFT
================================================== */
.bildunterschrift,
.bu {
	color: var(--bs-gray-600);
	margin-top: .3em;
	font-size: var(--smaller);
	line-height: 1.3em;
	font-style: italic
}
.bildunterschrift {
	float: left;
	clear: both;
	text-align: left;
	margin-bottom: 2.5em
}

.bildunterschrift-bildrahmenlinks,
.bildunterschrift-bildrahmenlinks-nb  {
	}
	.bildunterschrift-bildrahmenlinks .bildunterschrift,
	.bildunterschrift-bildrahmenlinks-nb .bildunterschrift {
	width: 40%;
	}
		
.bildunterschrift-bildrahmenrechts,
.bildunterschrift-bildrahmenrechts-nb {
	}
	.bildunterschrift-bildrahmenrechts .bildunterschrift,
	.bildunterschrift-bildrahmenrechts-nb .bildunterschrift {
	width: 40%;
	float: right;
	text-align: right
	}	

.bildrahmenmitte-wrapper {
	}	
.bildrahmenmitte-wrapper .bildunterschrift-bildrahmenmitte .bildunterschrift,
.bildunterschrift-bildrahmenmitte-nb .bildunterschrift {
	width: 100%;
	text-align: left
	}
	aside .bildrahmenmitte-wrapper .bildunterschrift-bildrahmenmitte .bildunterschrift,
	aside .bildunterschrift-bildrahmenmitte-nb .bildunterschrift {
		text-align: center
		}
	.lang_text .bildrahmenmitte-wrapper .bildunterschrift-bildrahmenmitte .bildunterschrift,
	.lang_text .bildunterschrift-bildrahmenmitte-nb .bildunterschrift {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%
	}
	@media  (max-width: 768px) {
	.bildrahmenmitte-wrapper .bildunterschrift-bildrahmenmitte .bildunterschrift,
	.bildunterschrift-bildrahmenmitte-nb .bildunterschrift {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
		}
	}	
	
/* --------- end BILDUNTERSCHRIFT -------- */

	
	
	






/* --------- SOCIAL-MEDIA
================================================================================== */
.social-icons {
	display: flex;
	gap: 15px;
	/*
	justify-content: center;
	align-items: center;*/
	}
.social-icons a {
	font-size: 24px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: .3s;
	text-decoration: none !important
	}
	.social-icons a.facebook 	{ background: #1877F2 }
	.social-icons a.youtube 	{ background: #FF0000 }
	.social-icons a.instagram 	{ background: #833AB4 }
	
	.social-icons a:hover {
	background-color: var(--bs-primary-dark);
	text-decoration: none !important
	}
	.social-icons a:focus {
	outline: 3px solid var(--bs-white);
	outline-offset: 2px;
	background-color: var(--bs-primary-dark);
	text-decoration: none !important
	}
	
.social-icons i {
	color: var(--bs-white) !important;
	font-weight: normal !important
	}





	
	
	


	
	
	
/* --------- DL-LISTEN
================================================================================== */
/*.dl_liste_2 dt,
.dl_liste_2 dd {
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: .3em !important;
	display: block
	}
	.dl_liste_2 dt {
		width: 35% !important;
		min-height: 20px
		}
	.dl_liste_2 dd {
		border-bottom: 1px dotted #ccc;
		margin-bottom: .5em !important;
		padding-bottom: .5em !important;
		margin-left: -35% !important;
		padding-left: 35% !important;
		width: 100% !important;
		min-height: 20px
		}*/
		
		
dl {
	width: 100%;
	display: inline-block;
	margin-bottom: 1em;
	}
	dt,
	dd {
		float: left;
		font-weight: normal;
		margin: 0 0 1em 0;
		padding: 0
		}	
	dt {
		clear:left;
		width: calc(65% - 30px);
		margin-right: 30px;
		}
	dd {
		width: 35%
		}

	dl.border dt,
	dd.border {
		border-bottom: 1px solid #ddd;
		padding-bottom: 1em
		}
	
	
		
dl.dl_liste_1,
dl.dl_liste_2 {
	margin-bottom: 0;
	font-size: 85%;
	}
	dl.dl_liste_1 dt, 
	dl.dl_liste_1 dd,
	dl.dl_liste_2 dt, 
	dl.dl_liste_2 dd {
		line-height: 1.4em;
		margin-bottom: .5em
		}
	dl.dl_liste_1 dt,
	dl.dl_liste_2 dt {
		font-weight: bold;
		width: calc(35% - 15px);
		margin-right: 15px
		}
	dl.dl_liste_1 dd,
	dl.dl_liste_2 dd {
		width:65%;
		}
	


dl.dl_liste_1 dt, 
dl.dl_liste_1 dd {
	border-top: 1px solid #ddd;
	padding-top: .5em;
	}	

	
	
	dd .bildmitte,
	dd .bildrahmenmitte,
	dd .bildrahmenmitte-nb {
	margin-top: 0 !important
	}	




@media (max-width: 480px) {
	dl.dl_liste_1 dt, 
	dl.dl_liste_1 dd,
	dl.dl_liste_2 dt, 
	dl.dl_liste_2 dd {
		width: 100%;
		margin-right: 0;
		}
	dl.dl_liste_1 dt, 
	dl.dl_liste_2 dt{
		margin-bottom: 0;
		}
	dl.dl_liste_1 dd,
	dl.dl_liste_2 dd {
		margin-bottom: 1em;
		}	
	dl.dl_liste_1 dt {
		padding-top: 1em;
		}
	dl.dl_liste_1 dd {
		border: none;
		padding-top: 0
		}	
}			
/* --------- end DL-LISTEN -------- */




/*--------------------------------------------------------------
# Passbild / Avatar / Team
--------------------------------------------------------------*/
.avatar {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
	height: auto;
	margin: 0 auto
	}
	
	
/*--------------------------------------------------------------
# DOWNLOADS / DOKUMENTE / AUSSCHREIBUNGEN
--------------------------------------------------------------*/
.btn-link {
	text-decoration: none;
	}
.btn-link i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--bs-accent);
	color: var(--bs-accent);
	width: 30px;
	height: 30px;
	}
.btn-link:hover i {
	transition: .3s;
	background-color: var(--bs-accent);
	color: var(--bs-white) !important
	}	
	
	
	
	
	
	
/*--------------------------------------------------------------
# Formulare / Forms
--------------------------------------------------------------*/	
form label,
.form-label,
.col-form-label { 
	font-weight: normal;
	}
	
.form-check .checkbox {
	margin-bottom: .2em
	}		
.form-check .checkbox .form-check-label {
	font-weight: normal !important
	}
		
.form-control,
.form-control:focus,
.form-control::-webkit-file-upload-button,
.form-control::file-selector-button,
.form-control-plaintext,
.form-select,
.input-group-text {
	color: var(--form-color);
	}	 
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.form-floating > .form-control:-webkit-autofill ~ label {
	color: var(--form-color-rgb);
	}  
.form-floating label,
.form-floating:focus-within label,
.form-floating > :disabled ~ label,	
.form-floating > .form-control:disabled ~ label,
::placeholder,
::-webkit-input-placeholder,
::-webkit-input-placeholder {
	color: var(--form-color-rgb) !important;
	}	
.form-floating ::placeholder,
.form-floating ::-webkit-input-placeholder,
.form-floating ::-webkit-input-placeholder {
	color: transparent !important;
	}	
			
.form-control-plaintext {
	color: var(--bs-body-color)
	}	
	
.form-text {
	color: var(--bs-secondary) !important
	}	
	
	
.form-control:disabled {
  background-color: var(--form-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  background-color: var(--form2-bg);
}
.form-control::file-selector-button {
  background-color: var(--form2-bg);
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--form-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--form-bg);
}
.form-select:disabled {
  background-color: var(--form-bg);
}



.form-check-input:checked {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	}
.form-check-input[type=checkbox]:indeterminate {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	}


.form-range::-webkit-slider-runnable-track {
	background-color: rgba(var(--bs-primary-rgb), .3);
	}
.form-range::-moz-range-track {
	 background-color: rgba(var(--bs-primary-rgb), .3);
	}
.form-range::-webkit-slider-thumb {
	background-color: var(--bs-primary);
	}
.form-range::-webkit-slider-thumb:active {
	background-color: var(--bs-primary-dark);
	}
.form-range:disabled::-webkit-slider-thumb {
	background-color: var(--form-color);
	}
.form-range:disabled::-moz-range-thumb {
	background-color: var(--form-color);
	}



.progress,
.progress-stacked {
	background-color: rgba(var(--bs-primary-rgb), .5);
	}

.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--form-bg);
}
.input-group-text {
  background-color: var(--form-bg);
}




.pflicht {
	color: var(--bs-red)
	}
	
/*.invalid-feedback,*/	
.error {
	background: var(--bs-red);
	border-radius: var(--bs-border-radius);
	color: var(--bs-white);
	
	z-index: 10;
	position: relative;
	width: 100%;
	font-size: 85%;
	font-weight: 400;
	line-height: 1.2em;
	padding: .2em .5em;
	margin-bottom: 4px;
	opacity: .85;
	box-shadow: .1em .1em .2em rgba(0, 0, 0, 0.3);
	width: auto;
	display: flex;
	align-items: center; 
	}

/*.invalid-feedback::before,*/	
/*.error::before {
	content: "\f0d7";
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	color: var(--bs-red);
	bottom: 0;
	margin-bottom: -10px;
	left: 20px;
	position: absolute;
	font-size: 23px;
	}*/
	
/* --------- end FORMULAR ----------------------------------------------------
================================================================================== */
