
@import url("fontawesome-all.min.css");

/*!
 * CSS Journal - v. 3.0
 * 2025 - Efren Wenderlich (info@efren.de)
 * Based on Bootstrap
*/

/* Import Fonts for website */
@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: url('../webfonts/AktivGroteskCorp-Medium.eot');
    src: local('AktivGroteskCorp-Medium'),
url('../webfonts/AktivGroteskCorp-Medium.eot?#iefix') format('embedded-opentype'),
url('../webfonts/AktivGroteskCorp-Medium.woff2') format('woff2'),
url('../webfonts/AktivGroteskCorp-Medium.woff') format('woff'),
url('../webfonts/AktivGroteskCorp-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: url('../webfonts/AktivGroteskCorp-Bold.eot');
    src: local('AktivGroteskCorp-Bold'),
url('../webfonts/AktivGroteskCorp-Bold.eot?#iefix') format('embedded-opentype'),
url('../webfonts/AktivGroteskCorp-Bold.woff2') format('woff2'),
url('../webfonts/AktivGroteskCorp-Bold.woff') format('woff'),
url('../webfonts/AktivGroteskCorp-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: url('../webfonts/AktivGroteskCorp-Italic.eot');
    src: local('AktivGroteskCorp-Italic'),
url('../webfonts/AktivGroteskCorp-Italic.eot?#iefix') format('embedded-opentype'),
url('../webfonts/AktivGroteskCorp-Italic.woff2') format('woff2'),
url('../webfonts/AktivGroteskCorp-Italic.woff') format('woff'),
url('../webfonts/AktivGroteskCorp-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: url('../webfonts/AktivGroteskCorp-LightItalic.eot');
    src: local('AktivGroteskCorp-LightItalic'),
url('../webfonts/AktivGroteskCorp-LightItalic.eot?#iefix') format('embedded-opentype'),
url('../webfonts/AktivGroteskCorp-LightItalic.woff2') format('woff2'),
url('../webfonts/AktivGroteskCorp-LightItalic.woff') format('woff'),
url('../webfonts/AktivGroteskCorp-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: url('../webfonts/AktivGroteskCorp-MediumItalic.eot');
    src: local('AktivGroteskCorp-MediumItalic'),
url('../webfonts/AktivGroteskCorp-MediumItalic.eot?#iefix') format('embedded-opentype'),
url('../webfonts/AktivGroteskCorp-MediumItalic.woff2') format('woff2'),
url('../webfonts/AktivGroteskCorp-MediumItalic.woff') format('woff'),
url('../webfonts/AktivGroteskCorp-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: url('../webfonts/AktivGroteskCorp-Light.eot');
    src: local('AktivGroteskCorp-Light'),
url('../webfonts/AktivGroteskCorp-Light.eot?#iefix') format('embedded-opentype'),
url('../webfonts/AktivGroteskCorp-Light.woff2') format('woff2'),
url('../webfonts/AktivGroteskCorp-Light.woff') format('woff'),
url('../webfonts/AktivGroteskCorp-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: url('../webfonts/AktivGroteskCorp-Regular.eot');
    src: local('AktivGroteskCorp-Regular'),
url('../webfonts/AktivGroteskCorp-Regular.eot?#iefix') format('embedded-opentype'),
url('../webfonts/AktivGroteskCorp-Regular.woff2') format('woff2'),
url('../webfonts/AktivGroteskCorp-Regular.woff') format('woff'),
url('../webfonts/AktivGroteskCorp-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: url('../webfonts/AktivGroteskCorp-BoldItalic.eot');
    src: local('AktivGroteskCorp-BoldItalic'),
url('../webfonts/AktivGroteskCorp-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('../webfonts/AktivGroteskCorp-BoldItalic.woff2') format('woff2'),
url('../webfonts/AktivGroteskCorp-BoldItalic.woff') format('woff'),
url('../webfonts/AktivGroteskCorp-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

:root{
	--bg-color: #ffffff;
	--font-color: #000000;
	--font-2ndcolor: #ffffff;
	--link-color: #d82530;
	--icon-color: #41484c;
	--footer-bgcolor: #f7f7f7;
	--header-menue-bgcolor: #f1f1f1;
	--lightgrey: #e8e8e877;   
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */}

nav {
	display: flex !important;
	justify-content: end !important;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #fff;
	    font-family: 'Aktiv Grotesk Corp', sans-serif;
		font-size: 19pt;
		/* font-size: 1.125rem; */
		font-weight: 300;
		line-height: 2rem;
		letter-spacing: -.025em;
        color: rgba(40,40,40,var(--text-opacity));
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	input, textarea, select {
		font-family: 'Aktiv Grotesk Corp', sans-serif;
		font-size: 19pt;
		font-weight: 300;
		line-height: 1.75em;
		color: #888;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		color: rgba(40,40,40,var(--text-opacity));
		line-height: 1.5em;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

		h1 a strong, h2 a strong, h3 a strong, h4 a strong, h5 a strong, h6 a strong {
			color: #333;
		}

	h2 {
		font-size: 2em;
		letter-spacing: -.025em;
	}

	h2.alt {
			color: #888;
		}

			h2.alt strong {
				color: #666;
			}

	h3 {
		font-size: 1.5em;
	}

	.alert {
		display: block;
		width: 100%;
		background-color: #fff2bd;
		padding: 10px 15px;
		
		color: var(--link-color);
		font-weight: 400;
		border-left: 2px solid var(--link-color);
	}

	.alert::after {
		content: " !";
		font-weight: 800;
		font-size: 35px;
	}


	.success {
		display: block;
		width: 100%;
		background-color: #85b188; 
		padding: 10px 15px;
	
		
		color: green;
		font-weight: 400;
		border-left: 2px solid green;
	}

	.success::after {
		content: " !";
		font-weight: 800;
		font-size: 35px;
	}

	header {
		margin: 0 0 2em 0;
	}

		header > p {
			margin: 1em 0 0 0;
		}

	footer {
		margin: 2em 0 0 0;
	}

	strong, b {
		font-weight: 300;
		color: var(--font-color);
	}

	em, i {
		font-style: italic;
	}

	a {
		text-decoration: none;
		color: inherit;
		font-weight: 400;
		border-bottom: solid 1px var(--link-color);
		-moz-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		outline: 0;
	}

		a:hover {
			color: var(--link-color);
			border-bottom-color: var(--link-color);
		}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 2em;
	}

	br.clear {
		clear: both;
	}

/* Tab Navigation */
.tabnav {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 0.7em;
}

.tabnavitem {
	padding: 10px 8px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	cursor: pointer;
	line-height: 16pt;
}

.tabnavitem:hover {
	background-color: #F0EEEE;
}

.tabnav .active {
	color: #000;
	font-weight: bold;
	background-color: #F0EEEE;
	border-right: 1px solid #d7d7d7;
}
.tabcontent {
	display: none;
}

.tabnav-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	gap: 0px;

}

.scroll-btn {
	background: none;
	border: none;
	 font-size: 16px;
	 cursor: pointer;
 	padding: 8px;
	z-index: 1 !;
	color: #333 !important;
}
.scroll-btn:hover {
	background-color: #000;
	color: #fff !important;
}

.scroll-btn.left {
	position: absolute;
	left: 23px;
}

.scroll-btn.right {
	position: absolute;
	 right: 23px;
}




/* Sweet Alert PopUp */
.swal2-icon {
	color: var(--font-color) !important;
	margin: auto !important;
}

.swal2-confirm {
	background-color: #000 !important;
	color: #fff !important;
}

.swal2-confirm:hover {
	background-color: var(--link-color) !important;
}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1400px;
	}

		@media screen and (min-width: 961px) and (max-width: 1880px) {

			.container {
				width: 1400px;
			}

		}

		@media screen and (min-width: 961px) and (max-width: 1620px) {

			.container {
				width: 1400px;
			}

		}

		@media screen and (min-width: 961px) and (max-width: 1320px) {

			.container {
				width: 100%;
			}

		}

		@media screen and (max-width: 960px) {

			.container {
				width: 100%;
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: 100%;
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -10px;
			margin-left: -10px;
		}

			.row.gtr-25 > * {
				padding: 10px 0 0 10px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -10px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 10px;
				}

		.row.gtr-50 {
			margin-top: -20px;
			margin-left: -20px;
		}

			.row.gtr-50 > * {
				padding: 20px 0 0 20px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -20px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 20px;
				}

		.row {
			margin-top: -40px;
			margin-left: -40px;
		}

			.row > * {
				padding: 40px 0 0 40px;
			}

			.row.gtr-uniform {
				margin-top: -40px;
			}

				.row.gtr-uniform > * {
					padding-top: 40px;
				}

		.row.gtr-150 {
			margin-top: -60px;
			margin-left: -60px;
		}

			.row.gtr-150 > * {
				padding: 60px 0 0 60px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -60px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 60px;
				}

		.row.gtr-200 {
			margin-top: -80px;
			margin-left: -80px;
		}

			.row.gtr-200 > * {
				padding: 80px 0 0 80px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -80px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 80px;
				}

		@media screen and (min-width: 961px) and (max-width: 1880px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-wide {
					order: -1;
				}

				.row > .col-1-wide {
					width: 8.33333%;
				}

				.row > .off-1-wide {
					margin-left: 8.33333%;
				}

				.row > .col-2-wide {
					width: 16.66667%;
				}

				.row > .off-2-wide {
					margin-left: 16.66667%;
				}

				.row > .col-3-wide {
					width: 25%;
				}

				.row > .off-3-wide {
					margin-left: 25%;
				}

				.row > .col-4-wide {
					width: 33.33333%;
				}

				.row > .off-4-wide {
					margin-left: 33.33333%;
				}

				.row > .col-5-wide {
					width: 41.66667%;
				}

				.row > .off-5-wide {
					margin-left: 41.66667%;
				}

				.row > .col-6-wide {
					width: 50%;
				}

				.row > .off-6-wide {
					margin-left: 50%;
				}

				.row > .col-7-wide {
					width: 58.33333%;
				}

				.row > .off-7-wide {
					margin-left: 58.33333%;
				}

				.row > .col-8-wide {
					width: 66.66667%;
				}

				.row > .off-8-wide {
					margin-left: 66.66667%;
				}

				.row > .col-9-wide {
					width: 75%;
				}

				.row > .off-9-wide {
					margin-left: 75%;
				}

				.row > .col-10-wide {
					width: 83.33333%;
				}

				.row > .off-10-wide {
					margin-left: 83.33333%;
				}

				.row > .col-11-wide {
					width: 91.66667%;
				}

				.row > .off-11-wide {
					margin-left: 91.66667%;
				}

				.row > .col-12-wide {
					width: 100%;
				}

				.row > .off-12-wide {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (min-width: 961px) and (max-width: 1620px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-normal {
					order: -1;
				}

				.row > .col-1-normal {
					width: 8.33333%;
				}

				.row > .off-1-normal {
					margin-left: 8.33333%;
				}

				.row > .col-2-normal {
					width: 16.66667%;
				}

				.row > .off-2-normal {
					margin-left: 16.66667%;
				}

				.row > .col-3-normal {
					width: 25%;
				}

				.row > .off-3-normal {
					margin-left: 25%;
				}

				.row > .col-4-normal {
					width: 33.33333%;
				}

				.row > .off-4-normal {
					margin-left: 33.33333%;
				}

				.row > .col-5-normal {
					width: 41.66667%;
				}

				.row > .off-5-normal {
					margin-left: 41.66667%;
				}

				.row > .col-6-normal {
					width: 50%;
				}

				.row > .off-6-normal {
					margin-left: 50%;
				}

				.row > .col-7-normal {
					width: 58.33333%;
				}

				.row > .off-7-normal {
					margin-left: 58.33333%;
				}

				.row > .col-8-normal {
					width: 66.66667%;
				}

				.row > .off-8-normal {
					margin-left: 66.66667%;
				}

				.row > .col-9-normal {
					width: 75%;
				}

				.row > .off-9-normal {
					margin-left: 75%;
				}

				.row > .col-10-normal {
					width: 83.33333%;
				}

				.row > .off-10-normal {
					margin-left: 83.33333%;
				}

				.row > .col-11-normal {
					width: 91.66667%;
				}

				.row > .off-11-normal {
					margin-left: 91.66667%;
				}

				.row > .col-12-normal {
					width: 100%;
				}

				.row > .off-12-normal {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (min-width: 961px) and (max-width: 1320px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrow {
					order: -1;
				}

				.row > .col-1-narrow {
					width: 8.33333%;
				}

				.row > .off-1-narrow {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrow {
					width: 16.66667%;
				}

				.row > .off-2-narrow {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrow {
					width: 25%;
				}

				.row > .off-3-narrow {
					margin-left: 25%;
				}

				.row > .col-4-narrow {
					width: 33.33333%;
				}

				.row > .off-4-narrow {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrow {
					width: 41.66667%;
				}

				.row > .off-5-narrow {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrow {
					width: 50%;
				}

				.row > .off-6-narrow {
					margin-left: 50%;
				}

				.row > .col-7-narrow {
					width: 58.33333%;
				}

				.row > .off-7-narrow {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrow {
					width: 66.66667%;
				}

				.row > .off-8-narrow {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrow {
					width: 75%;
				}

				.row > .off-9-narrow {
					margin-left: 75%;
				}

				.row > .col-10-narrow {
					width: 83.33333%;
				}

				.row > .off-10-narrow {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrow {
					width: 91.66667%;
				}

				.row > .off-11-narrow {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrow {
					width: 100%;
				}

				.row > .off-12-narrow {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

		@media screen and (max-width: 960px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrower {
					order: -1;
				}

				.row > .col-1-narrower {
					width: 8.33333%;
				}

				.row > .off-1-narrower {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrower {
					width: 16.66667%;
				}

				.row > .off-2-narrower {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrower {
					width: 25%;
				}

				.row > .off-3-narrower {
					margin-left: 25%;
				}

				.row > .col-4-narrower {
					width: 33.33333%;
				}

				.row > .off-4-narrower {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrower {
					width: 41.66667%;
				}

				.row > .off-5-narrower {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrower {
					width: 50%;
				}

				.row > .off-6-narrower {
					margin-left: 50%;
				}

				.row > .col-7-narrower {
					width: 58.33333%;
				}

				.row > .off-7-narrower {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrower {
					width: 66.66667%;
				}

				.row > .off-8-narrower {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrower {
					width: 75%;
				}

				.row > .off-9-narrower {
					margin-left: 75%;
				}

				.row > .col-10-narrower {
					width: 83.33333%;
				}

				.row > .off-10-narrower {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrower {
					width: 91.66667%;
				}

				.row > .off-11-narrower {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrower {
					width: 100%;
				}

				.row > .off-12-narrower {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-mobile {
					order: -1;
				}

				.row > .col-1-mobile {
					width: 8.33333%;
				}

				.row > .off-1-mobile {
					margin-left: 8.33333%;
				}

				.row > .col-2-mobile {
					width: 16.66667%;
				}

				.row > .off-2-mobile {
					margin-left: 16.66667%;
				}

				.row > .col-3-mobile {
					width: 25%;
				}

				.row > .off-3-mobile {
					margin-left: 25%;
				}

				.row > .col-4-mobile {
					width: 33.33333%;
				}

				.row > .off-4-mobile {
					margin-left: 33.33333%;
				}

				.row > .col-5-mobile {
					width: 41.66667%;
				}

				.row > .off-5-mobile {
					margin-left: 41.66667%;
				}

				.row > .col-6-mobile {
					width: 50%;
				}

				.row > .off-6-mobile {
					margin-left: 50%;
				}

				.row > .col-7-mobile {
					width: 58.33333%;
				}

				.row > .off-7-mobile {
					margin-left: 58.33333%;
				}

				.row > .col-8-mobile {
					width: 66.66667%;
				}

				.row > .off-8-mobile {
					margin-left: 66.66667%;
				}

				.row > .col-9-mobile {
					width: 75%;
				}

				.row > .off-9-mobile {
					margin-left: 75%;
				}

				.row > .col-10-mobile {
					width: 83.33333%;
				}

				.row > .off-10-mobile {
					margin-left: 83.33333%;
				}

				.row > .col-11-mobile {
					width: 91.66667%;
				}

				.row > .off-11-mobile {
					margin-left: 91.66667%;
				}

				.row > .col-12-mobile {
					width: 100%;
				}

				.row > .off-12-mobile {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

/* Sections/Article */

	section, article {
		margin-bottom: 3em;
	}

		section > :last-child,
		section > .container, section:last-child, article > :last-child,
		article > .container, article:last-child {
			margin-bottom: 0;
		}

		.row > section, .row > article {
			margin-bottom: 0;
		}

		
		section#login {
			display:block;
		}
		
		section#mobileinfo {
			display:none;
		}

		
/* Image */

	.image {
		display: inline-block;
		border: 0;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.avatar48 {
			width: 48px;
			height: 48px;
			background: #f00;
		}

			.image.avatar48 img {
				width: 48px;
				height: 48px;
			}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding-left: 0;
		}

		ul.icons a {
			display: inline-block;
			width: 2em;
			height: 2em;
			line-height: 2em;
			text-align: center;
			border: 0;
		}

.symbols {
	display:flex; flex-direction:row; justify-content:space-around;
}
/* Form */

	form label {
		display: block;
		text-align: left;
		margin-bottom: 0.5em;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form input[type="number"],
	form select,
	form textarea {
		position: relative;
		font-size: 15px;
		-webkit-appearance: none;
		display: block;
		border: 0;
		outline: 0;
		background: #fff;
		background: rgba(255, 255, 255, 0.75);
		width: 100%;
		border-radius: 0.35em;
		padding: 0.75em 1em 0.75em 1em;
		box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);
		border: solid 1px rgba(0, 0, 0, 0.15);
		-moz-transition: all 0.35s ease-in-out;
		-webkit-transition: all 0.35s ease-in-out;
		-ms-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form input[type="number"]:focus,
		form select:focus,
		form textarea:focus {
			box-shadow: 0 0 2px 1px var(--link-color);
			background: #fff;
		}
/*
	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form input[type="number"],
	form select {
		 line-height: 1.25em;
	}
*/

	form textarea {
		min-height: 14em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* The checkbox container */
.checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 18px;
	cursor: pointer;
	font-size: 16px;
	line-height: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox:hover input ~ .checkmark {
	background-color: #fff;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox input:checked ~ .checkmark {
	background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 13px;
	border: solid white;
	border-width: 0 2px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }






/* Table */

	table {
		width: 100%;
		text-align: left;
		border: 1px solid var(--header-menue-bgcolor);
		font-size: 13pt;

	}

		table tbody tr:nth-child(2n+2) {
			background: #efefef;
		}

		table td {
			padding: 0.5em 1em 0.5em 1em;
		}

		table th {
			text-align: left;
			padding: 0.5em 1em 0.5em 1em;
			color: #fff;
			background: #222729 url("images/overlay.png");
		}

		table thead {
			background: #444;
			color: #fff;
		}

		table tfoot {
			background: #eee;
		}

.shadow {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Calc Table */
.table {
	width: 100% !important;
	background: var(--header-menue-bgcolor);
	padding: 1.3em 1em 0.5em 1.0em;
	border: 1px solid #c5c5c5;
	margin-bottom: 25px;
}

.table h4 {
	padding: 1.5em 0.0em 0.1em 0.0em;
	line-height: 0.5em;
}

.table > .row {
	padding-bottom: 1.5em;
}
.table input[type="text"],
.table input[type="email"],
.table input[type="number"],
.table select {
	width: 100%;
	font-size: 18px;
	border-radius: 0.35em;
		padding: 0.75em 1em 0.75em 1em;
		box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);
		border: solid 1px rgba(0, 0, 0, 0.15);
}

.table input[type="submit"] {
	font-size: 14px;
}

.table .button {
	padding: 0.5em 1.5em 0.5em 1.5em !important;
	font-size: 16px;
}



select.round {
	background-image:
	  linear-gradient(45deg, transparent 50%, gray 50%),
	  linear-gradient(135deg, gray 50%, transparent 50%),
	  radial-gradient(#ddd 70%, transparent 72%);
	background-position:
	  calc(100% - 20px) calc(1.1em + 2px),
	  calc(100% - 15px) calc(1.1em + 2px),
	  calc(100% - .45em) .5em;
	background-size:
	  5px 5px,
	  5px 5px,
	  1.4em 1.4em;
	background-repeat: no-repeat;
	line-height: 1,25em;
	margin-bottom: 30px !important;
  }
  
  select.round:focus {
	background-image:
	  linear-gradient(45deg, white 50%, transparent 50%),
	  linear-gradient(135deg, transparent 50%, white 50%),
	  radial-gradient(gray 70%, transparent 72%);
	background-position:
	  calc(100% - 15px) 1em,
	  calc(100% - 20px) 1em,
	  calc(100% - .4em) .5em;
	background-size:
	  5px 5px,
	  5px 5px,
	  1.5em 1.5em;
	background-repeat: no-repeat;
	outline: 0;
  }



/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		position: relative;
		display: inline-block;
		border-radius: 0.35em;
		color: #fff !important;
		text-decoration: none;
		padding: 0.95em 2.5em 0.95em 2.5em;
		background-color: var(--font-color);
		border: 0;
		cursor: pointer;
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
		background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
		-moz-transition: background-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background-color: var(--link-color);
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background-color: #7eaeac;
		}

/* Item */

	.item {
		box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.05);
		margin-bottom: 40px;
	}

		.item header {
			background: #fff;
			margin: 0;
			padding: 1em 0 1em 0;
			font-size: 0.8em;
		}

			.item header h3 {
				font-size: 1em;
			}

/* Icons */

	.icon {
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 0sem;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Header */
	
	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		flex-wrap: nowrap;
		-moz-justify-content: space-around;
		-webkit-justify-content: space-around;
		-ms-justify-content: space-around;
		justify-content: space-around;
		background: #f7f7f7 url("images/overlay.png");
		box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
		color: #fff;
		height: 140px;
		left: 0;
		overflow: visible;
		position: fixed;
		text-align: left;
		top: 0px;
		width: 100%;
		z-index: 25;
		transition: 0.5s ease-in-out;
		opacity: 1;
	}
	/* .fixed-top {
		top: 0px;
		position: sticky !important;
		transition: 5s ease-in;
	}
	*/

	div#logo2 span.image {
		display: none;
	}
	
	.nav-up {
		opacity: 0;
		transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
		transform: translateY(-60px);
	}
	
	.nav-up div#logo2 span.image {
		display: block;
		width: 60px;
		height: auto;
		margin-top: 10px;
		transition: transform 0.5s ease-in-out;
	}
	
	.nav-up div#logo {
		margin-top: 2.35em;
	}
	
	.nav-up .promote {
		width: 100px;
	}
	
	.nav-up nav {
		width: 1000px;
	}
	
	.nav-up div#logo p {
		display: none;
	}
	
	.nav-up div#logo h1#title {
		font-size: 20px;
		padding-left: 8.5px;
	}
	
	.nav-down div#logo2 span.image {
		display: none;
	}

	div#header.nav-down {
		position: sticky !important;
	}
	
	.nav-down div#logo1 span.image {
		display: block;
		transition: transform 0.5s ease-in-out;
	}
	
	.nav-up div#logo1 span.image {
		display: none;
		transition: transform 0.5s ease-in-out;
	}

	/* .slide-up {
		transform: translateY(-100%);
	}

	.slide-down {
		transform: none;
	  }
*/
		#header .top {
			margin-top: 50px;
			position: relative;
			box-sizing: border-box; 
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 0px;
			height: 80px;
		}

		#header .bottom {
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			padding: 1.5em 0 0.75em 0;
		}

			#header .bottom > :last-child {
				margin-bottom: 0;
			}

		#header .icons {
			font-size: 0.8em;
			text-align: center;
		}

			#header .icons a {
				color: #41484c;
				-moz-transition: color 0.35s ease-in-out;
				-webkit-transition: color 0.35s ease-in-out;
				-ms-transition: color 0.35s ease-in-out;
				transition: color 0.35s ease-in-out;
			}

				#header .icons a:hover {
					color: var(--link-color);
				}

	#logo {
		position: relative;
		margin: 1.35em 1.5em 2.0em 1em;
		min-height: 48px;
		cursor: default;
		width: 300px;
		display: flex;
		flex-direction: row;
		align-items: center;
		
	}
	.promote {
		width: 180px;
	}

		#logo h1 {
			position: relative;
			color: var(--font-color);
			padding-left: 30px;
			font-weight: 600;
			font-size: 1em;
			line-height: 1em;
		}

		#logo p {
			position: relative;
			padding-left: 30px;
			display: block;
			font-size: 0.6em;
			color: var(--font-color);
			line-height: 1.25em;
			margin: 00em 0 0 0em;
		}

		#logo .image {
			position: absolute;
			max-width: 170px;
			left: 0;
			top: 0;
		}
	
		
	#nav ul,
	#admin ul {
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}

		#nav ul li {
			padding-left: 0;
			float: left;
		}

			#nav ul li a {
				display: block;
				padding: 0.5em 0.8em 0.5em 0.8em;
				color: var(--font-color);
				text-decoration: none;
				text-transform: uppercase;
				font-weight: 300;
				outline: 0;
				border: 0;
				-moz-transition: none;
				-webkit-transition: none;
				-ms-transition: none;
				transition: none;
			}

				#nav ul li a span {
					position: relative;
					display: block;
					font-size: 0.9em;
					padding-left: 1.1em;
				}

					#nav ul li a span:before {
						position: absolute;
						left: 0;
						/* color: #41484c; */
						text-align: center;
						width: 2.5em;
					}
				
				#nav ul li a.active {
					text-decoration: underline;
					text-decoration-color: var(--link-color);
					/* background: rgba(0, 0, 0, 0.15); */
					/* box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125); */
					/* color: #fff; */
				}

					#nav ul li a.active span:before {
						color: var(--link-color);
					}

/* Drowdown Anpassungen */
/* Dropdown Container */

#admin {
	margin-top: 80px;
	padding: 10px 20px;
	background-color: var(--footer-bgcolor);
	width: 100%;
	overflow: visible;
	height: 75px;
	display: flex;
	align-content: center;
}

.navitems {
	display: flex;
	gap: 15px;
	align-items: center;
	padding: 0px;
	margin: 0px;
	position: relative;

}

#admin .navitems > li {
    position: relative;
}


#nav {
	z-index: 1000; 
}


#nav ul li.dropdown,
#admin ul li.dropdown {
    position: relative;
	/* z-index: 1100; */
}

#admin .dropbtn {

	display: flex;
    align-items: center;
    padding: 20px 0px;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
    z-index: 2;

}


/* Dropdown Button */
#nav ul li .dropbtn,
#admin ul li .dropbtn {
    cursor: pointer;
}

#admin ul li {
	font-size: 13pt;
	text-transform: uppercase;
}



/* Dropdown Content (versteckt standardmäßig) */
#nav ul li .dropdown-content,
#admin ul li .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1100;
    top: 100%;
    left: 0;

}

#admin ul li .dropdown-content {
	width: 350px;
}

/* Dropdown Links */
#nav ul li .dropdown-content li,
#admin ul li .dropdown-content li {
    float: none;
	width: 100%;
}

#nav ul li .dropdown-content li a,
#admin ul li .dropdown-content li a {
    padding: 0.5em 1.5em;
    text-transform: none;
    font-weight: normal;
    color: var(--font-color);
    background-color: #fff;
    display: block;
	text-decoration: none;
	border-bottom: 0px;
}

/* Hover-Effekt */
#nav ul li.dropdown:hover .dropdown-content,
#admin ul li.dropdown:hover .dropdown-content {
    display: block;
}

/* Optional: Hover-Stil für Unterpunkte */
#nav ul li .dropdown-content li a:hover,
#admin ul li .dropdown-content li a:hover {
    background-color: #f0f0f0;
}



/* Footer */

	#footer {
		text-align: center;
		background-color: var(--footer-bgcolor);
		padding: 3em 0 4em 0;
		box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
		font-size: 0.8em;
	}

		#footer .copyright {
			cursor: default;
			margin: 0;
		}

			#footer .copyright li {
				display: inline-block;
				line-height: 1em;
				border-left: solid 1px rgba(128, 128, 128, 0.35);
				padding: 0 0 0 0.5em;
				margin: 0 0 0 0.5em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					padding-left: 0;
					margin-left: 0;
				}

/* Main */

	

	#main > section {
			margin: 0;
			overflow: hidden;
			padding: 4em 0;
			/* box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025); */
			text-align: center;
			background-image: url("images/overlay.png");
		}

			#main > section.dark {
				color: #ddd;
				color: rgba(255, 255, 255, 0.75);
			}

				#main > section.dark h2, #main > section.dark h3, #main > section.dark h4, #main > section.dark h5, #main > section.dark h6 {
					color: inherit;
				}

				#main > section.dark strong {
					color: #fff;
					border-color: inherit;
				}

				#main > section.dark a {
					color: #fff;
					border-color: inherit;
				}

					#main > section.dark a:hover {
						border-bottom-color: rgba(255, 255, 255, 0);
					}

			#main > section.cover {
				padding: 4em 0;
				background-size: cover;
				background-position: center center;
				height: 78vh !important;
			}

			#main > section.one {
				/* background-color: #070707; */
				background-image: url("../../images/cover-where-to-buy-widget.png");
			}

			#main > section.two {
				background-color: var(--bg-color);
			}

			#main > section.three {
				background-color: #ecf1f1;
			}

			#main > section.four {
				background-color: #e8edec;
			}

			#main > section.five {
				min-height: 80vh !important;
			}

			#main > section.dashboard {
				padding: 0em;
				height: 50px;
				background-color: var(--header-menue-bgcolor);
			}


/* Registration Form */
/* The message box is shown when the user clicks on the password field */
#message {
	display:none;
	background: #f1f1f1;
	color: #000;
	position: relative;
	padding: 20px;
	margin-top: 10px;
  }
  
  #message p {
	padding: 10px 35px;
	font-size: 18px;
  }
  
  /* Add a green text color and a checkmark when the requirements are right */
  .valid {
	color: green;
  }
  
  .valid:before {
	position: relative;
	left: -35px;
	content: "✔";
  }
  
  /* Add a red text color and an "x" when the requirements are wrong */
  .invalid {
	color: red;
  }
  
  .invalid:before {
	position: relative;
	left: -35px;
	content: "✖";
  }


  /*Skin Care Calc */
  .field input {
	width: 100%;
	padding: 0.8em 0.5em;
  }



/* Wide */

	@media screen and (min-width: 961px) and (max-width: 1880px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 17pt;
			}



		/* Header */

			#header {width: 100%;}
			#header .fixed-top {position: fixed;}

		/* Footer */

			
		/* Main */


	}

/* Normal */

	@media screen and (min-width: 961px) and (max-width: 1620px) {

		/* Main */

			#main > section {
				padding: 3.7em 0;
			}

			#main section.cover {
				padding: 5em 0;
			}

	}

/* Narrow */

/*	@media screen and (min-width: 961px) and (max-width: 1320px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 18pt;
			}

			.container {padding: 0 2em 0 2em; opacity: 1;}

		/* Icons */

			ul.icons li a {	width: 1.75em;}

		/* Item */

			.item {	margin-bottom: 20px;
			}

		/* Header */

			#header {
				width: 100%;
			} 
			#header .fixed-top {position: fixed;}

			#logo .image {
				position: relative;
				margin: 0 0 0.5em 0;
			}

			#logo h1 {
				padding-top: 0px;
			}

			#nav ul li a {
				font-size: 0.8em; 
				color: var(--font-color);
				padding-top: 0.5em;
				padding-bottom: 0.5em;
				background-color: none;
			}

				#nav ul li a span {
					padding-right: 1.1em;
				}

				nav ul li a span:before {
						left: 100%;
						margin-left: -1.25em;
						line-height: 2.25em;
				}
		

	/* } 

/* Narrower */

	#headerToggle {
		display: none;
	}

	@media screen and (max-width: 960px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 16pt;
			}

			header br {
				display: none;
			}

			.container {
				padding: 0 2em 0 2em;
			}

		/* Item */

			.item {
				margin-bottom: 15px;
			}

		/* Icons */

			ul.icons a {
				width: 1.75em;
				font-size: 1.25em;
			}

		/* Header */

			#header {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease-eas-out;
				-webkit-transition: -webkit-transform 0.5s ease-out;
				-ms-transition: -ms-transform 0.5s ease-out;
				transition: transform 0.5s ease-out;
				-webkit-overflow-scrolling: touch;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				width: 275px;
				background: #222729 url("images/overlay.png");
				box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.125);
			}
			

				#header .top {
					position: relative;
				}

				#header .bottom {
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
					padding-top: 2em;
					margin-top: 2em;
					position: relative;
				}

			#logo {
				margin: 1.5em 1.25em 1.25em 1.25em;
			}

			#nav ul li a {
				padding: 0.5em 1.25em 0.5em 1.25em;
			}

			#headerToggle {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 2.25em;
				left: 0;
				position: fixed;
				top: 0;
				width: 3.25em;
				z-index: 10001;
			}

				#headerToggle .toggle {
					text-decoration: none;
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					outline: 0;
					border: 0;
				}

					#headerToggle .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#headerToggle .toggle:before {
						text-decoration: none;
						content: '\f0c9';
						color: #fff;
						font-size: 18px;
						background: rgba(128, 136, 144, 0.5);
						border-radius: 0.35em;
						text-align: center;
						position: absolute;
						left: 0.5em;
						top: 0.5em;
						display: block;
						width: 3.25em;
						height: 2.25em;
						line-height: 2.25em;
					}

			body.header-visible #main {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.header-visible #headerToggle {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.header-visible #header {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

		/* Footer */

			#footer {
				margin-left: 0;
			}

		/* Main */

			#main {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
				margin-left: 0;
			}

				#main > section {
					padding: 3em 0;
				}

				#main section.cover {
					padding: 4em 0;
				}

				section#login {
					display: none !important;
				}
				section#mobileinfo {
					margin-top: 25px;
					text-align: center;
					display: block !important;
				}

	}

/* Mobile */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 14pt;
			}

			h2 {
				font-size: 1.5em;
				letter-spacing: 0;
				font-weight: 300;
			}

			.container {
				padding: 0 15px 0 15px;
			}

		/* List */

			ul.icons a {
				width: 2em;
				font-size: 1.25em;
			}

		/* Main */

			#main > section {
				padding: 2em 0;
			}

			#main section.cover {
				padding: 4em 0em;
			}

			#main section.cover header {
					padding: 0 1em;
			
			}
			section#mobileinfo {
				display: block !important;
				}
			
			section#login {
					display: none;
				}

		/* Footer */

			#footer .copyright li {
				display: block;
				line-height: 1.25em;
				border: 0;
				padding: 0;
				margin: 1em 0 0 0;
			}

				#footer .copyright li:first-child {
					margin-top: 0;
				}

	}


/* SlideIn PopUp Window */
.popup {
	position: fixed;
	top: 2%;
	width: 90%;
	height: 90%;
	display: none;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
	z-index: 10;
}

.main-popup,
.edit-popup {
	position: absolute;
	left: 25%;
	top: 12%;
	height: auto;
	width: 60%;
	z-index: 10;
	background: #FFFFFF;
	padding: 40px 50px;
	/* display: flex;
	justify-content: center;
	align-items: flex-start;*/
	transform: translateY(-100%);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pop80 {width: 80%;}

.main-popup p, form, input, select, textarea{font-size: 1.1rem; line-height: 1.3rem;}
.edit-popup p, form, input, select, textarea{font-size: 1.1rem; line-height: 1.3rem;}
.main-popup form{background-color: #F0EEEE; padding: 20px 40px; }
.edit-popup form{background-color: #F0EEEE; padding: 20px 40px; }
.main-popup #form{background-color: #F0EEEE; width: 100%;}
.edit-popup #form{background-color: #F0EEEE; width: 100%;}
.edit-popup #form .row{padding: 8px 0px;}
.edit-popup #form label{font-size: 14px;}
.main-popup input{width: auto;}
.edit-popup input{width: auto;}

#searchbar,
#searcharea {
	width: 100%;
	display: flex;
	padding: 15px 0px;
	flex-direction: row;
	justify-content:center;
	align-content: center;
	align-items: center;
	line-height: 0px;
	gap: 15px;
	background-color: var(--lightgrey);
}
#searchbar input[type=text],
#searcharea input[type=text],
#searcharea select {
	font-size: 17px;
	border-radius: 0.35em;
	padding: 0.50em 0.70em 0.5em 0.70em;
	box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);
	border: solid 1px rgba(0, 0, 0, 0.15);
	background-color: var(--bg-color);
}

div#searchelements {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap:12px;
	padding-left: 10px;
}

div#searchelements p{
	line-height: 0pt;
	padding: 0px 12px;
	margin: 0px;
	font-size: 13pt;
}

#neueslogo{font-size: 9pt;}

.close-btn {
	border: .6px solid white;
	padding: 10px 15px;
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 2rem;
	cursor: pointer;
	transition: .5s ease all;
}
.close-btn:hover {
	background: black;
	color: white;
}

 
@keyframes slide-in {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes slide-out {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

#overlay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  }
  
  .hide {
	  display: none;
  }

  .options {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
  }
  #link {
	cursor: pointer;
  }

.userinfo p {
	font-size: 12pt;
	padding-top: 3px;
}

  /* Checkbox Slider */
  .checkbox-wrapper *,
  .checkbox-wrapper ::after,
  .checkbox-wrapper ::before {
    box-sizing: border-box;
  }

  .checkbox-wrapper {
	padding-top: 15px;
  }

  /* The switch - the box around the slider */
  .checkbox-wrapper .switch {
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 2em;
  }

  /* Hide default HTML checkbox */
  .checkbox-wrapper .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .checkbox-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #adb5bd;
    transition: .4s;
    border-radius: 30px;
  }

   .checkbox-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    border-radius: 20px;
    left: 0.27em;
    bottom: 0.25em;
    background-color: #adb5bd;
    transition: .4s;
  }

  .checkbox-wrapper input:checked + .slider {
    background-color: #85b188;
    border: 1px solid  #85b188;
  }

  .checkbox-wrapper input:focus + .slider {
    box-shadow: 0 0 1px #d82530;
  }

  .checkbox-wrapper input:checked + .slider:before {
    transform: translateX(1.4em);
    background-color: #fff;
  }


.table-scroll {
	width: 100% !important;
	table-layout: auto !important;

}
.table-scroll thead th {
	position: sticky;
	top: 0;
	line-height: 13pt;
}

.washroomform,
.washroomform input {
	padding: 0.4em 0.5em 0.4em 0.9em !important;
}

.washroombtn { 
	font-size: 13px !important;
	padding: 0.7em 0.9em 0.7em 0.9em !important;
}

.washroomtable {
	margin-top: 5px;
	border: 1px solid #d7d7d7;
}

.washroomtable .button {
	padding: 0.4em 1.1em 0.4em 1.1em !important;
	font-size: 14px;
	margin: 0px 0px 4px 0px;
}

.washroomprod {
	height: 100px !important;
	margin-bottom: 0 !important;
}

.washroomprod thead {
	position: sticky;
	font-size: 14px;
}

.washroomprod tbody {
	overflow-y: auto;
}

.washroomprod td {
	padding: 0.5em 0.8em 0.1em 0.3em !important;
  	vertical-align: middle !important;
	font-size: 14px;
}

.scrollable {
	display: inline-block;
	width: 100% !important;
	height: 15em !important;
	overflow-y: auto;
	padding: 0;
	margin: 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bigscrollable {
	display: inline-block;
	width: 100% !important;
	height: 25em !important;
	overflow-y: auto;
	padding: 0;
	margin: 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.x-scrollable {
	overflow-x: auto !important;
	scroll-behavior: smooth;
	white-space: nowrap;
	flex: 1;

}

.y-scrollable {
	overflow-y: auto !important;
}


/* HTML: <div class="loader"></div> */

#loader {
	margin: 15px auto;
	padding: 15px;
	height: 30px;
	aspect-ratio: 2.5;
	--_g: no-repeat radial-gradient(farthest-side,var(--link-color) 90%,#0000);
	background: var(--_g), var(--_g), var(--_g), var(--_g);
	background-size: 20% 50%;
	animation: l44 1s infinite linear alternate; 
  }
  @keyframes l44 {
	0%,
	5%    {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 50% ,calc(2*100%/3) 50% ,calc(3*100%/3) 50% }
	12.5% {background-position: calc(0*100%/3) 0   ,calc(1*100%/3) 50% ,calc(2*100%/3) 50% ,calc(3*100%/3) 50% }
	25%   {background-position: calc(0*100%/3) 0   ,calc(1*100%/3) 0   ,calc(2*100%/3) 50% ,calc(3*100%/3) 50% }
	37.5% {background-position: calc(0*100%/3) 100%,calc(1*100%/3) 0   ,calc(2*100%/3) 0   ,calc(3*100%/3) 50% }
	50%   {background-position: calc(0*100%/3) 100%,calc(1*100%/3) 100%,calc(2*100%/3) 0   ,calc(3*100%/3) 0   }
	62.5% {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 100%,calc(2*100%/3) 100%,calc(3*100%/3) 0   }
	75%   {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 50% ,calc(2*100%/3) 100%,calc(3*100%/3) 100%}
	87.5% {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 50% ,calc(2*100%/3) 50% ,calc(3*100%/3) 100%}
	95%,
	100%  {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 50% ,calc(2*100%/3) 50% ,calc(3*100%/3) 50% }
  }

/* HTML: <div class="loader-circle"></div> */
.loader-circle {
	width: 25px;
	padding: 2px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #25b09b;
	--_m: 
	  conic-gradient(#0000 10%,#000),
	  linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
			mask: var(--_m);
	-webkit-mask-composite: source-out;
			mask-composite: subtract;
	animation: l3 1s infinite linear;
  }
  @keyframes l3 {to{transform: rotate(1turn)}}



  /* Tab Nav for Skin Care Calc */

  .tab {
	display: flex;
	flex-direction: row;
	flex-shrink: 1;
	justify-content: flex-start;
	
  }

  .tablinks {
	background-color: var(--header-menue-bgcolor);
	min-width: 220px;
	padding: 8px 45px;
	border-left: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	background-image: none;
	cursor: pointer;
	border-block-end: 1px solid var(--header-menue-bgcolor); 
  }

  .tablinks {
	font-size: 12pt;
  }

  .tab .tablinks:last-child {
	border-right: 1px solid #c5c5c5;

  }

.active {
	box-shadow: 1px 15px 0 var(--header-menue-bgcolor);
	font-weight: 500;
	color: var(--link-color);
}

.tablinks:hover {
	font-weight: 500;
}

tbody #productentries {
	width: 100%;
	max-height: 60px;
	overflow-y: auto;
}

#usertab1,
#usertab2,
#surftab1,
#compskin {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}


#workerstable input[type="number"],
#officetable input[type="number"],
#surfacetable input[type="number"],
#complianceskindata input[type=number] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	border-radius: 0px;
  }
  
  #workerstable input[type=number]::-webkit-inner-spin-button,
  #workerstable input[type=number]::-webkit-outer-spin-button,
  #officetable input[type=number]::-webkit-inner-spin-button,
  #officetable input[type=number]::-webkit-outer-spin-button,
  #surfacetable input[type=number]::-webkit-inner-spin-button,
  #surfacetable input[type=number]::-webkit-outer-spin-button,
  #complianceskindata input[type=number]::-webkit-inner-spin-button,
  #complianceskindata input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
  }
  
  #workerstable .number-input,
  #officetable .number-input,
  #surfacetable .number-input,
  #complianceskindata .number-input {
	border: 1px dashed #ddd;
	border-radius: 0px !important;
	display: inline-flex;
  }
  
  #workerstable .number-input,
  #workerstable .number-input *,
  #officetable .number-input,
  #officetable .number-input *,
  #surfacetable .number-input,
  #surfacetable .number-input *,
  #complianceskindata .number-input,
  #complianceskindata .number-input * {
	box-sizing: border-box;
  }
  
  #workerstable .number-input a,
  #officetable .number-input a,
  #surfacetable .number-input a,
  #complianceskindata .number-input a {
	outline:none;
	-webkit-appearance: none;
	background-color: var(--header-menue-bgcolor);
	background-image: none;
	border: none;
	border-radius: 0px !important;
	align-items: center;
	justify-content: center;
	width: 5px !important;
	height: 2rem;
	cursor: pointer;
	margin: 0;
	position: relative;
	padding: 0.95rem 0.9rem;
  }
   
  
  #workerstable .number-input a:before,
  #workerstable .number-input a:after,
  #officetable .number-input a:before,
  #officetable .number-input a:after,
  #surfacetable .number-input a:before,
  #surfacetable .number-input a:after,
  #complianceskindata .number-input a:before,
  #complianceskindata .number-input a:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background-color: var(--icon-color);
	transform: translate(-50%, -50%);
  }
  #workerstable .number-input a.plus:after,
  #officetable .number-input a.plus:after,
  #surfacetable .number-input a.plus:after,
  #complianceskindata .number-input a.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
  }
  
  #workerstable .number-input input[type=number],
  #officetable .number-input input[type=number],
  #surfacetable .number-input input[type=number],
  #complianceskindata .number-input input[type=number] {
	width: 65px !important;
	padding: 0.5rem;
	border-width: 0px;
	height: 2rem;
	text-align: right;
  }
  #complianceskindata td {
	vertical-align: middle;	
  }

  .normal {
	background-color: var(--header-menue-bgcolor);
	padding: 0px;
	border: none;
  }

  tr.chooseprod:hover {
		background-color: rgb(231, 204, 204);
		cursor: pointer;
  }
  
  #copyskingrandtotal,
  #copysurfgrandtotal {
	font-size: 14pt;
  }

  .table strong {
	font-weight: 500;
	border-bottom: 1px solid #000;
}

  .trash:hover {
	cursor: pointer;
	color:  var(--link-color);
  }

  .archive {
	margin-top: 30px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	background-color: var(--bg-color);
  }

  #chart3 {
	margin-top: 30px;
  }

  .archive h6 {
	padding:12px;
	font-size: 15px;
	font-weight: 500;
  }

  .archive th {
	font-size: 15px;
  }

  .average {
	float: right;
	padding-right: 10px;
	cursor: pointer;
	display: none;
  }

  /* Summmary Page */
.stats span { 
	font-size: 1.4em;
	font-weight: 600;
}

span.surfmetric {
	font-size: 1.0em;
	font-weight: normal !important;
}

.stats p {
	font-size: 0.7em;
	line-height: 1.3em;
	margin-top: 0.8em;
}

.nowrap {
	flex-wrap: nowrap !important;
}

/* Dialogue */
 .swal2-radio input[type="radio"] {
  visibility: hidden; width: 0px; height: 0px;  
  }
  
  .swal2-label img {
	padding: 10px;
  }
  
  .swal2-radio input[type="radio"]:checked + span > div {
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  }
  
  .swal2-radio label:hover {
  cursor: pointer;
  }
  
  .choose {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 11pt;
	text-align: center;
	padding: 10px;
	line-height: 13pt;
 }

 sup {
	font-size: 10pt;
 }

 .line {
	border-right: 0.06em dashed var(--icon-color);
 }

 /* Archive */
 .archivetabs {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/* border-bottom: 1px solid #e7e7e7; */

 }
 .archivetab {
	display: block;
	padding: 10px;
 }

 .archiveactivated {
	border-bottom: 3px solid #606060;
 }

 #anzahl, #useranzahl {
	font-size: 11pt;
 }

 /* Pagination-Container */
#pagination {
    text-align: center;
    margin-top: 20px;
}

/* Pagination-Links */
#pagination a {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #007bff;
    transition: background-color 0.3s, color 0.3s;
}

/* Aktive Seite */
#pagination a.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

/* Hover-Effekt */
#pagination a:hover {
    background-color: #000;
    color: white;
    border-color: #000;
}

/* SiteSurvey */
span.subtitle {
	font-size: 10pt !important;
}

.productimage {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* setup tooltips */
.tooltip {
  position: relative;
  display: inline-block;
  font-size: 12px;
}

/* Tooltip Box */
/* Tooltip Container */
.tooltip {
  position: relative;
  display: inline-block;
  font-size: 12px;
}

/* Tooltip Box */
.tooltip:before {
  content: attr(data-title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fcf5ddf2;
  border-radius: 2px;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  padding: 6px 10px;
  border: 1px dashed var(--footer-bgcolor);
  max-width: 420px;
  min-width: 220px;
  line-height: 15px;
  opacity: 0;
  pointer-events: none;
  z-index: 12;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: opacity .15s ease-in-out, transform .15s ease-in-out;
}

/* Tooltip Arrow */
.tooltip:after {
  content: '';
  position: absolute;
  bottom: calc(100% - 6px);
  left: 50%;
  transform: translateX(-6px);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fcf5ddf2;
  opacity: 0;
  pointer-events: none;
  z-index: 12;
  transition: opacity .15s ease-in-out, transform .15s ease-in-out;
}

/* Hover Effekt */
.tooltip:hover:before {
  opacity: 1;
  transform: translateX(-50%) translateY(-10px);
}
.tooltip:hover:after {
  opacity: 1;
  transform: translateX(-6px) translateY(-10px);
}

/* Optional: Links ausrichten mit Klasse .left */
.tooltip.left:before {
  left: 0;
  transform: none;
}
.tooltip.left:after {
  left: 10px;
  transform: none;
}
.tooltip.left:hover:before {
  transform: translateY(-10px);
}
.tooltip.left:hover:after {
  transform: translateY(-10px);
}

.login {
	background-color: #ffffffe4;
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}
.center {
	display: flex;
	align-content: center;
	justify-content: center;
}
