@charset "utf-8";
/* @import url('/css/cbox.css'); */
* {
	box-sizing: border-box !important;
	/*transition: 0.1s;*/
}
/* CSS Document */

html {
	/* scroll-behavior: smooth; */ /* bug in Safari :(( Stand 30.9.22 */
	scroll-padding-top: 4rem;
}

/* Inter Variable Font - self-hosted for GDPR compliance (no Google CDN)
   Source: https://github.com/rsms/inter - SIL Open Font License
   Added: 2026-02-20
   Subsetted: 2026-03-24 - Latin only (108 KB vs 344 KB original, 3.2x smaller)
   Unicode: Basic Latin + Latin-1 Supplement (German umlauts) + Latin Extended-A + common symbols */
@font-face {
    font-family: 'Inter';
    src: url('/css/fonts/Inter-Variable-latin.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: optional;  /* CLS-Fix 2026-06-04 (dl + Opus 4.8): war 'swap' → FOUT-Reflow auf langsamen Verbindungen (Feld-CLS 0.14, Lab 0.011). 'optional' tauscht nach dem ersten Paint nicht mehr → kein Layout-Sprung. Font ist via <link rel=preload> in _index.php:1068 vorgeladen; auf langsamem Erstbesuch ggf. kurz System-Fallback (cacht dann → ab dann überall Inter). Zurück auf 'swap' = Option 2 (metric-matched Fallback) wäre nötig. */
    unicode-range: U+0020-007E, U+00A0-00FF, U+0100-017F, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Inter';
    src: url('/css/fonts/Inter-Variable-Italic-latin.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: optional;  /* CLS-Fix 2026-06-04 (dl): wie normal-Face oben */
    unicode-range: U+0020-007E, U+00A0-00FF, U+0100-017F, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body  /* h1-6 in Georgia, Times New Roman, and here: */
{
	box-sizing: border-box;
	margin:0;
	padding:0;
	font-family: 'Inter', -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
	font-size:1.1rem;
	font-weight:400;
	background-color: #fafafa;
	font-display: swap;
}

a { size:1.1rem; }

img#siteTop { height: 1em; }

/* div:not(.infobutton), span { transition:all 0.3s ease; }  */
img { transition:all 0.3s ease; }
a { transition:all 0.3s ease; }

::placeholder {
	color: gray;
	opacity:0.6; /* firefox fix */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: gray;
	opacity:0.6;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: gray;
	opacity:0.6;
}

#formsuche ::placeholder {
	color: gray;
	opacity:0.6; /* firefox fix */
	font-size:0.92rem;
}
#formsuche:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: gray;
	opacity:0.6;
	font-size:0.92rem;
}
#formsuche::-ms-input-placeholder { /* Microsoft Edge */
	color: gray;
	opacity:0.6;
	font-size:0.92rem;
}

p { margin-top:8px; text-wrap:pretty; }
div .paragraph { margin-top:5px; }

input,select,option { margin:0; box-sizing: border-box; }

input[type="submit"], input[type="text"],input[type="number"], input[type="tel"],input[type="password"]
	, input[type="email"], input[type="button"], select, option, textarea
{
	border-radius:3px;
}
textarea , input[type="input"], input[type="number"], input[type="tel"], input[type="submit"], input[type="button"]
{
	box-sizing: border-box;
}

[placeholder]:focus::-webkit-input-placeholder {
	transition: opacity 1.2s 0.4s ease;
	opacity: 0;
}

input.whatdoyoueat { display:none; }

.bold { font-weight:bold; }
.italic { font-style: italic; }
.gray { color:/* gray */ #767676; }
.silver { color:silver; }
.lightgrey { color:lightgray; }
.lightgray { color:lightgray; }
.dimgray { color:dimgray; }
.orange { color:orange; }
.darkorange { color:hsl(39,100%,46%); } /* color:darkorange; } */
/* History link hover - darkorange bold links change to lighter orange on hover */
a.darkorange.bold:hover { color:hsl(39,100%,60%); text-decoration:underline; }
.red { color:red; }
.darkred { color:darkred; }
.darkgreen { color:darkgreen; }
.green { color:#94af29; }
.nhv_green, .nhvgreen { color:#88B308; } /* Hue 75° - für Darkmode evtl. #98bf21 (heller) */
.indianred { color:indianred; }
.firebrick { color:firebrick; }
.white { color:white; }
.whitesmoke { color:whitesmoke; }
.yellow { color:yellow; }
.darkyellow { color:#8B8000; }
.blue { color:blue; }
.darkblue { color: #00008B; }
.royalblue { color:#4169e1; }
.navyblue { color:#000080; }
.navy { color:#000080; }
.red { color:red; }
.maroon { color:#800000; }
.darkmaroon { color: #900C3F  ; }
.pink { color:pink; }
.rose { color: #FF007F; }
.darkpink { color: #FF1493; }
.darkblue { color:darkblue; }
.darkslategray { color:darkslategray; }
.darkslateblue { color:darkslateblue; }
.darkcyan { color:darkcyan; }
.darkmagenta { color:darkmagenta; }
.darkviolet { color:darkviolet; }
.indigo { color:indigo; }

/* Editor Type Colors - for history tooltip (tableFieldH)
   Personen: Icon + 2-char initials (👤PK, 🛡DL, 📋MR)
   System: 3-char text ohne Icon (CJB, SUP, SYS) - nur Farbe
   Optimiert für dunkle Hintergründe: höhere Lightness + text-shadow */
.et-user {
    color: hsl(50, 100%, 65%);      /* Yellow - User self-edit */
    text-shadow: 0 1px 2px rgba(0,0,0,0.8), 0 0 4px rgba(255,215,0,0.4);
}
.et-cronjob {
    color: hsl(0, 0%, 75%);         /* Silver - Automated/Cronjob */
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
.et-superman {
    color: hsl(0, 100%, 82%);       /* Red/Pink - Superman ID=1 (sehr hell, fast weiß/rot) */
    text-shadow: 0 1px 4px rgba(0,0,0,1), 0 0 8px rgba(255,80,100,0.9), 0 0 3px rgba(0,0,0,0.9);
}
.et-ai {
    color: hsl(190, 85%, 68%);      /* Cyan - AI System ID=100-199 (aufgehellt) */
    text-shadow: 0 1px 2px rgba(0,0,0,0.8), 0 0 4px rgba(0,191,255,0.4);
}
.et-coadmin {
    color: hsl(30, 100%, 62%);      /* Orange - Coadmin (aufgehellt) */
    text-shadow: 0 1px 2px rgba(0,0,0,0.8), 0 0 4px rgba(255,140,0,0.4);
}
.et-coworker {
    color: hsl(80, 75%, 62%);       /* Lime/Green - Coworker (aufgehellt) */
    text-shadow: 0 1px 2px rgba(0,0,0,0.8), 0 0 3px rgba(154,205,50,0.3);
}
.et-unknown {
    color: hsl(0, 0%, 65%);         /* Gray - Unknown admin (aufgehellt) */
    text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}

.nounderline_whitesmoke { text-decoration: none; color: whitesmoke; }
.nounderline_white { text-decoration: none; color: white; }
.bgneo50, .bgneon50, .backgroundneo50 { background-color:hsl(72,100%,50%,50%); }

.width100percent, .w100perc { width: 100% !important; }
ul .nobullets {
  list-style-type: none;
}
div.glossary
{
	border-bottom: 1px #D3D3D3 dashed;
	padding-bottom: 0px;
	display: inline;
	margin-right: 3px;
}
td {
	border-spacing:0px;
}

.bg_whitesmoke {
	background-color:whitesmoke;
}
.bg_secondary {
	background-color:whitesmoke;
}

.nounderline {
	text-decoration: none;
}

a.nounderline:hover {
 	text-decoration: underline;
}

.altsubjsugg_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 6px;
}


.altsubjsugg_title {
	background-color: whitesmoke;
	color: darkslategray;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid rgba(0,0,0,0.12);
	font-weight: 600;
}

a.altsubjsugg_link {
	text-decoration: none;
}
a.altsubjsugg_link:hover {
	text-decoration: none;
}
a.altsubjsugg_link .altsubjsugg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #f8f8f8;
	border: 1px solid rgba(0,0,0,0.12);
	color: #294FC1;
	text-decoration: none;
	line-height: 1.2;
	transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease, border-color 0.12s ease;
}
a.altsubjsugg_link:hover .altsubjsugg {
	background: #f1f1f1;
	box-shadow: 0 2px 7px rgba(0,0,0,0.10);
	transform: translateY(-1px);
	border-color: rgba(0,0,0,0.22);
}
a.altsubjsugg_link:focus {
	outline: none;
}
a.altsubjsugg_link:focus-visible .altsubjsugg {
	outline: 2px solid rgba(41,79,193,0.55);
	outline-offset: 2px;
	box-shadow: 0 2px 7px rgba(0,0,0,0.10);
}

a.nounderlineop:hover {
	text-decoration: underline;
	text-decoration-color: rgba(128, 128, 128, 0.64);
}
a.nounderlineop {
	text-decoration: none;
	text-decoration-color: rgba(128, 128, 128, 0.64);
}

/* Info button styling */
.info-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #e74c3c;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    cursor: help;
    margin-left: 6px;
    vertical-align: middle;
    transition: all 0.3s ease;
    opacity: 0.74;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    z-index: 5;
}

.info-button:hover {
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Positioning for info buttons in input forms */
.inputform {
    position: relative;
}

.inputform label {
    display: inline-block;
    margin-bottom: 4px;
}

.inputform input {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.inputform .info-button {
    position: absolute;
    right: 5px;
    top: 40px; /* Positioned at the very top right corner */
    z-index: 10; /* Make sure it's above the input field */
    opacity: 0.77;
	background-color: salmon;
}

/* Better tooltip styling */
.tooltip-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
    z-index: 1000;
    max-width: 300px;
    min-width: 220px;
    font-size: 0.88rem;
    color: #333;
    line-height: 1.4;
    top: -2px;
    right: 26px;
    transform: translateY(-100%);
}

.tooltip-content:after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transform: rotate(45deg);
}

.info-button:hover .tooltip-content {
    display: block;
}

a.underlineop {
	text-decoration: underline;
	text-decoration-color: rgba(128, 128, 128, 0.64);
}
.underlinedashed, .underline_dashed {
	text-decoration: underline;
	text-decoration-style: dashed;
	text-decoration-color: rgba(128, 128, 128, 0.64);
	color: inherit;
}

.displaynone { display:none; }
.block { display:block; }
.inline { display:inline; }
.inlineblock, .inlbl 	{ display: inline-block; }
.inlineflex,  .inlflex 	{ display: inline-flex; }
.flex { display: flex; }
img {
	border:0;
}
.nomobile, .notmobile { display:none; }
ol,ul {
	padding-left: 20px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Inter', -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
h1 { line-height:2.75rem; }
h2 { line-height:2.125rem; }
h3 { line-height:1.5rem; }
h4 { line-height:1rem; }

h1,h2 {
	/* margin-bottom:4px; */
	font-weight:500;
	text-wrap:balance;
}
h3,h4,h5,h6 {
	margin-top:5px;
	margin-bottom:4px;
	text-wrap:balance;
}

#content h1, #content h2 {
	margin-bottom:8px;
}
@media (max-width: 800px) {
	#content > h1,
	#content > h2,
	#content > h3,
	#content > h4 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

fieldset {
		border-radius: 5px;
		border:1px solid silver;
		padding:10px;

	}
legend { padding-left: 5px; padding-right: 5px; }

#menuleft {
	position:relative;
	float:left;
	width:190px;
	padding:20px;
	border-radius:0 0 8px 0;
	line-height:1.25rem;
	font-family: 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;
}
@media (max-width: 800px)
{
	#menuleft {
		display:none;
		width:100%;
		text-align:center;
	}
}
#menuright {
	position:relative;
	right:0;
	min-height: 100vh; /* eine Viewport-Höhe, wächst mit Inhalt */
	overflow-y: auto;
	float:right;
	width:180px;
	padding:20px;
	background-color: #fff;
}
@media (max-width: 800px)
{
	#menuright {
		display:none;
	}
}

@media (max-width: 800px)
{
	#login_form_div_small {
		text-align:center;
		align-content:center;
	}
}

#content {
	display:block;
	position:relative;
	text-align:left;
	width:auto;
	overflow:hidden;
	padding:40px; /* vorher 40px */
	padding-top:20px;
	word-wrap: break-word;
	line-height:2rem;
	background-color:white;
	height:100%;
	padding-bottom:3rem;
	font-size:1.1rem;
}

@media (max-width: 360px) {
	body #content, html #content, #bodyWrapper #content, #bodyWrapperInside #content, #container #content, div#content {
		padding-left:5px !important;
		padding-right:5px !important;
		box-sizing: border-box !important;
		font-size:1.0rem !important;
	}
}

@media (max-width: 480px) {
	body #content, html #content, #bodyWrapper #content, #bodyWrapperInside #content, #container #content, div#content {
		padding-left:10px !important;
		padding-right:10px !important;
		box-sizing: border-box !important;
		font-size:1.0rem !important;
		line-height:1.5rem !important;
	}
}

@media (min-width: 800px) {
	body #content, html #content, #bodyWrapper #content, #container #content {
		padding-left:20px !important;
		padding-right:20px !important;
		font-size: 1.2rem !important;
	}
}

@media (min-width: 1400px) {
	body #content, html #content, #bodyWrapper #content, #container #content {
		padding-left:38px;
		padding-right:38px;
		max-width: 1400px;
		margin:0 auto;
		font-size:1.5rem;
	}
}


#menutop {
	width:100%;
	box-sizing: border-box;
	position: relative;
	display: inline-flex; /*flex;  gap:5px; */
	flex-wrap:wrap;
	color:white;
	height:auto !important;
	vertical-align:middle;
	line-height:1.5rem !important;
	padding:8px;
	font-family: 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;
	/* background-image:url(/pics/illu/bg_green_verlauf_nhv1top.jpg);
	background-repeat:repeat-x; */
}
#menutop a
{
	color:white;
}
#menutop a:hover
{
	color:yellow;
}

a { /* expl.: links with (-) must not be broken by line breaks, problem though: if a would be around another tag like a div element */
    /* white-space: nowrap; */
	hyphens: none;
}

.whitespacenormal {
	white-space: normal;
}
.whitespacepre {
	white-space: pre;
}
.whitespaceprewrap {
	white-space: pre-wrap;
}
.whitespacepreline {
	white-space: pre-line;
}
.whitespacenowrap {
	white-space: nowrap;
}


a {
	/* OLD: color:firebrick; (#b22222) - changed 2025-12-20, see /css/link-colors.md */
	/* OLD: color:#1442CC; (82% Sättigung) - zu vivid */
	color:#2B54CC; /* Split-Komplementär zu nhvgreen, was #294FC1 (2.98:1 vs black, failed 3:1), #2B54CC = 3.24:1 vs black + 6.48:1 vs white */
}
a:hover {
	/* OLD: color:darkblue; */
	color:#1E3A91; /* darker shade for hover */
}

#footer {
	background-color:whitesmoke;
	color:#777; /* was lightgray (1.37:1!), #777 = 4.11:1 on whitesmoke */
	font-size:11px;
}

.clearfix::after { /* wichtig: https://www.w3schools.com/css/tryit.asp?filename=trycss_layout_clearfix2 */
    content: "";
    clear: both;
    display: table;
}

.input_round
{
	width:auto;
	background-color:white;
	line-height:22px;padding:2px;
	font-size:18px;
	margin-top:2px;
	color:firebrick;

}

.input_round input[type="submit"] {
	width:auto;
	text-shadow:0 1px 0 #fff;
	padding:.2em .7em;
	border:1px solid #ddd;
	border-bottom-color:#ccc;
	border-top-color:#eee;

	-moz-border-radius:1em/2em;
	-webkit-border-radius:1em 2em;
	border-radius:1em/2em;

	background:#fff;
	background:-moz-linear-gradient(top,#fff,#ddd);
	background:-webkit-gradient(linear, 0 top, 0 bottom, from(#fff), to(#ddd));

	-moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
	box-shadow:0 1px 3px rgba(0,0,0,.1);
	height:36px;
}
.input_round input[type="submit"]:hover, input[type="submit"]:focus {
	cursor:default;
	color:#911;

	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 3px rgba(0,0,0,.2);
}
.input_round input[type="submit"]:active {

	-moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
	box-shadow:0 1px 3px rgba(0,0,0,.1);
}


div.status_menuleft_account_inactive  {
	border-bottom:1px solid silver;
	padding-bottom:1px;
	margin-bottom:5px;
	color:darkorange;
	text-shadow: 1px 1px 1px #000;
	font-size:12px;
}
a.status_menuleft_account_inactive
{
	font-size:12px;
	color:dimgray;
	text-shadow: none !important;
	text-decoration: none !important;
}

.darkgreen { color:darkgreen; }
.green { color:green; }
.blue { color:blue; }
.darkblue { color:blue; }
.darkorange { color:darkorange; }
.firebrick { color:firebrick; }
.darkred { color:darkred; }
.red { color:red; }
.width400 { width:400px; }

#besucheauch59
{
	/* siehe: subdiv_navleft_langs */
}
#besucheauch59 a:link
{
	font-size:11px; line-height:11px;
}
.subdiv_navleft_langs {
	padding:4px;
	background-color:#666;
	border-width:1px;
	border-radius:3px;
	border-color:lightgrey;
}
.wrap_image_about_us {
	display:inline;
	border:2px solid dimgray;
	padding:2px;
	border-radius:3px;
	height:auto;
}

.imageborder {
	border:2px solid #333;
	padding:2px;
	border-radius:3px;
}
.imageborder:hover {
	border-color: #444;
}

.notpublic_hintsmall { color:gray; margin-left:10px; }


/* Anmeldung/Registrierung */

#formsuche { box-sizing: border-box;  }

#formsuche input[type="text"] , #formsuche input[type="number"], #formsuche input[type="tel"]
	, #formsuche input[type="submit"] , #formsuche input[type="email"]
	, #formsuche input[type="email"] , #formsuche input[type="password"]
	, #formsuche input[type="button"]
{
	padding-left: 2px;
	width: 320px;
	margin-top:2px;
	box-sizing: border-box;
}
#formsuche select
{
	padding-left: 4px;
	width: 320px;
	margin-top:2px;
	box-sizing: border-box;
}
#formsuche option
{
	padding-left: 2px;
	width: 320px;
	margin-top:2px;
	box-sizing: border-box;
}

#formsuche textarea {
	padding:5px;
	font-size:16px;
	width: 320px;
	box-sizing: border-box;
}

.mobileonly { display:none; }
.desktoponly { /* empty! must be undefined, since display can be block|inline|flex, usw. */  }

.mobilehide { display:none; }
.desktophide { display:inherit; } /* inherit  inline-block */
.mobile-only { display:inherit; }
.desktop-only { display:none !important; }
@media (max-width: 800px) {
	.mobile-only { display:inherit; }
	.desktop-only { display:none !important; }
}
@media (max-width: 1000px)
{
	.mobileonly { display:block; /* ?or??:  empty! must be undefined, since display can be block|inline|flex, usw. */  }
	.desktoponly { display:none !important;  }
	.mobile-only { display:block; /* ?or??:  empty! must be undefined, since display can be block|inline|flex, usw. */  }
	.desktop-only { display:none !important;  }
}

.mobileshow { display:none; }
.desktopshow { display:inherit; } /* inherit  inline-block */

@media (max-width: 800px) /* was 1000px */
{
	.mobileshow { display:inherit; /* ?or??:  empty! must be undefined, since display can be block|inline|flex, usw. */  }
	.desktopshow { display:none;  }
}

.mobile-center, .mobile-centered, .mobilecenter, .mobilecentered {
	text-align: center; /* default center for mobile */
	justify-content: center; /* for flexbox */
	align-items: center; /* for flexbox */
	align-content: center; /* for flexbox */
}
@media (min-width: 800px) {
	.mobile-center, .mobile-centered, .mobilecenter, .mobilecentered {
		text-align: left; /* align left for desktop */
	}
}

.maxwidth480 {
	display:none;
}
.minwidth480 {
	/* default: on */
}
@media (max-width: 480px)
{
	.maxwidth480 {
		display:inherit;
	}
	.minwidth480 {
		display:none;
	}
}

.maxwidth640 {
	display:none;
}
.minwidth640 {
	/* default: on */
}
@media (max-width: 640px)
{
	.maxwidth640 {
		display:inherit;
	}
	.minwidth640 {
		display:none;
	}
}

.formSubmitRegistration1 input[type="text"], .formSubmitRegistration1 input[type="number"], .formSubmitRegistration1 input[type="tel"], .formSubmitRegistration1 input[type="submit"], .formSubmitRegistration1 input[type="email"]
{
	width:320px;
	height:28px;
	line-height:24px;
	font-size:20px;
	border-radius:3px;
	padding-left:4px;
}
.formSubmitRegistration1 select,.formSubmitRegistration1 option
{
	width:320px;
	height:28px;
	line-height:24px;
	font-size:18px;
	border-radius:3px;
	padding-left:4px;
	color:#333;
}
.formSubmitRegistration1 textarea
{
	width:320px;
	border-radius:3px;
	line-height:24px;
	font-size:20px;
	padding-left:4px;
}

.formSubmitRegistration1 input[type="submit"]
{
	width:330px;
	height:30px;
}

#loginformmain { box-sizing: border-box; }

#loginformmain input[type="submit"],  #loginformmain input[type="text"],input[type="password"] {
	border-radius:3px;
	width:200px;
}
#loginformmain input[type="submit"] {
	width:200px;
}

#sendpwform1 input[type="submit"],  #sendpwform1 input[type="text"]
{
	border-radius:3px;
	width:200px;
	height:auto;
	line-height:auto;
	font-size:20px;
}
#sendpwform1 input[type="submit"] {
	width:200px;
	color:darkred;
}

#sendpwform1 input[type="text"]
{
padding-left:4px;
}

#sendpwform input[type="text"]
{
	height:auto;
	line-height:auto;
	font-size:20px;
	border-radius:3px;
	padding-left:4px;
}

#sendpwformmainsubmit0 {
	color:darkred;
	font-weight:normal;
	font-size:16px;
	size:16px;
	line-height:auto;
	height:auto;
	vertical-align:middle;
}

#skypestatusiframe01 {
	width:99%;
}

.bg_almostblack {
	background-color:#111;
}
#headertop { height:auto; }
#headertop_headline {
	overflow-y: hidden;
}
@media (max-width: 640px) {
	.secondary_hdlk {
		display:none;
	}
}
.searchtop_headertr1 {
	background-color:#EAF1B8;
	color:whitesmoke;
	vertical-align:top;
}
.searchtop_header_tds {
	vertical-align:top;
	background-color:#EAF1B8;
}
.searchtop_header_divs_top {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color:#EAF1B8;
}
.searchtop_header_divs_bottom {
	background-color:#EAF1B8;
}
.searchtop_header_tds_title { color:gray; }

.sidebarmenu_headline {
	font-weight:bold;
	color:silver;
	font-size:14px;
}
.link_incontentbox {
	color:firebrick;
}

.formUploadimgButtonsubmit01 {
	margin-left:0;
	padding:10px;
	border:2px solid silver;
	border-radius:3px;
}

.newentries_div {
	border-radius:3px;
	padding:5px;
	background-color:white;
}
.newentries_div input[type="text"] {
	padding-left:2px;
}

a.cat_selected {
	font-weight:bold;
	color:darkred;
}

.mothercat_select {
	font-size:16px;
	color:#111;
	line-height:22px;
}

.ad_image_right_col {
	border:2px solid #222;
	border-radius:3px;
	padding:2px;
	width:250px;
	height:auto;
}

.search_img_prev {
	padding:2px;
	border:2px solid silver;
	border-radius:3px;
}
.search_img_prev:hover {
	border-color:#999;
}
.ads_colum_right {
	float:right;
	margin-left:10px;
	padding:10px;
	border:0px solid #eee;
	border-radius:3px;
	width:250px;
}
.ads_colum_right img {
width:230px;
}
.menucat_selected { display:block; }
.menucat_hidden { display:none; }

.catimgbgview_div
{
	width:100%;
	display:none;
}

.cats_bigpics { width:100%; height:auto;  margin:0 0 0 0; }
.cats_bigpics img { display:block; margin:0; width: 100%; border:0px solid #111; padding:0px; border-radius:2px; height:auto; }

.cat_bigpic_thumbs_wrap { padding:1px; background-color:#111; border-radius:2px;; border:1px solid #222; margin-top:2px; text-align:left; display:block; }

.cat_bigpic_thumbs { height:100px; width:auto; clear:both; display:inline; text-align:left; }
.cat_bigpic_thumbs ul { margin:0;padding:0; }
.cat_bigpic_thumbs ul li { height:100px; width:auto; display:inline; padding:0 0 0 0;  }
.cat_bigpic_thumbs ul li img { border:1px solid #222; display:inline; }
.cat_bigpic_thumbs ul li img:hover { border:1px solid #333; display:inline;}

.cat_preview_img img { border:2px solid #222; padding:2px; border-radius:3px; }
.cat_preview_img img:hover { border:2px solid #333; }

.comments_wrap {
	/*  background-image:url(/pics/illu/sprechblase_1_bw_57x30_nr.gif); */
	background-position:top left;
	background-repeat:no-repeat;
	padding:15px;
	padding-top:25px;
	padding-left:0px;
	padding-right:0px;
}
.comment {
	margin-top:4px;
	padding:15px;
	border-radius:5px;
	background-color:#222;
	text-align:left;
	font-size:14px;
	color:whitesmoke;
}
.comment:hover {
	background-color:#222;
	border-color:#444;
}
.writenewcomment textarea {
	border-radius:5px;
	border:2px solid #333;
	font-size:14px;
	color:whitesmoke;
	padding: 14px;
	color:whitesmoke;
	font-family:inherit;
	background-color: #111;
	width:99%;
}
.writenewcomment input[type="submit"] {
	padding: 2px;
	padding-left:6px;
	padding-right:6px;
	font-size:14px;
	color:#222;
	height:24px;
/*
background-color: #444;
*/ }
.comment_ta {
	word-wrap: break-word;
	overflow:hidden;
}
.innerComment {
	color:#ddd;
	padding-left:22px;
	font-style:italic;
}
.commentHeadlineLeft {
	color:black;
	width:25px;
	font-size:11px;
}
.commentHeadline {
	color:black;
	font-size:11px;
}
.headline_over_all_comments
{
	font-family: 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;
	font-size:18px;
	font-weight:bold;
}

div .rating_wrap
{
	margin-top:10px;
	margin-bottom:10px;
	height:auto; /* 32px; */
	display: block;
}

div .rating
{
	/* display:none;	*/
	text-align:left;
	padding-left:10px;
	padding-right:10px;

	vertical-align:middle;
	border:1px solid #444;
	background-color:#111;
	border-radius:3px;
	font-size:20px;
	font-family:'Georgia', "Times New Roman", Times, serif;
}
.star_target { color:darkorange; width:12px; }

.currentScore4starrating {
	color:gray;
	padding-left:10px;
}

div.banner_below_menu_innerwrap {
	background-color:#000;
}

.courier, .couriernew { font-family: 'Courier New' }
.sourecodepro { font-family: 'Source Code Pro' }
.arialnarrow { font-family: 'Arial Narrow'; font-stretch: condensed; }
.arialcondensed { 
	font-family: Arial;
	font-stretch: condensed;
}
.condensed, .narrow, .fontnarrow {
    /* display:inline-block; */
	transform: scaleX(0.8);
    transform-origin: left center;
	letter-spacing:-0.6px;
}
.extracondensed, .fontextracondensed, .fontextranarrow {
    /* display:inline-block; */
	transform: scaleX(0.6);
    transform-origin: left center;
	letter-spacing:-0.7px;
}

/* .narrow { font-stretch: condensed; }
.fontnarrow { font-stretch: condensed; } */
/* .fontextranarrow { font-stretch:extra-condensed; } */
.fontseminarrow { font-stretch:semi-condensed; }
.fontultranarrow { font-stretch:ultra-condensed; }

/* .condensed { font-stretch: condensed; } */
/* .fontcondensed { font-stretch: condensed; }
.fontextracondensed { font-stretch:extra-condensed; } */
.fontsemicondensed { font-stretch:semi-condensed; }
.fontultracondensed { font-stretch:ultra-condensed; }

.fontexpanded { font-stretch:expanded; }
.fontextraexpanded { font-stretch:extra-expanded; }
.fontsemiexpanded { font-stretch:semi-expanded; }
.fontultraexpanded { font-stretch:ultra-expanded; }

.semi-bold, .semibold, .lightbold {
    font-weight: 600;
}

@keyframes anidots {
	0%, 100% { opacity: 1; }
	12.5% { opacity: 0.75; }
	25% { opacity: 0.5; }
	50% { opacity: 0.25; }
	62.5% { opacity: 0.25; }
	75% { opacity: 0.5; }
	87.5% { opacity: 0.75; }
}
.anidots {
	animation: anidots 2s infinite; /* Adjust timing as needed */
}

.startpageteaser { min-height:115px; }

.likedivwrap { display:none; border: 1px solid #999; }
.likeWrapper4bigpic {
	clear:both;
	position:relative;
	margin-top:-30px;
	z-index:4;
	opacity:1;
	display:none;
	background-color:#eee;
	padding-left:2px;
	padding:5px;
	height:28px;
	line-height:18px;
	font-size:15px;
	color:white;
	width:auto;
	border-radius:3px;
	border:1px solid #222;
}

/* in content manager */

.likediv_dyn { display:inline; float:left; }
.showimages_on_edit_01 { width: 450px; margin-top:15px; }
.notmycontent_tr { display:none; }
.wrapthumb4cm { display:inline; position:relative; }
.wrapthumb4cm:hover .delx_img_over_image { opacity:1; }
.delx_img_over_image:hover { opacity:1; }
.delx_img_over_image {
	position:absolute;
    top:-88px;
    right:8px;
	opacity:0.33;
}
.search_img_prev { height:100px; }
.closeimgpreviewthumbcm { height:28px; width:28px; }
.divDecideUnbindOrDelete {
	position:fixed;
	z-index:10;
	top:10%;width:60%;
	min-height:50%;
	left:20%;padding:5%;
	background-color:whitesmoke;
	display:none;
	border-radius:5px;
	border:2px solid silver;
 }
 .divDecideUnbindOrDelete a { font-size:15px; }

.newsletter_inscr_normal {
	border:3px solid dimgray;
	padding:20px;
	border-radius:5px;
	background-color:#111;
}

span.reverse,span.mirror {
	display: inline-block;
	transform: scaleX(-1);
}

.border_red { border:1px solid red; }
.border_firebrick { border:1px solid firebrick; }
.border_darkred { border:1px solid darkred; }
.border_green { border:1px solid green; }
.border_blue { border:1px solid blue; }
.border_orange { border:1px solid orange; }
.border_darkorange { border:1px solid darkorange; }

.shadow {
  -moz-box-shadow:    0px 0px 5px 6px #ccc;
  -webkit-box-shadow: 0px 0px 5px 6px #ccc;
  box-shadow:         0px 0px 5px 6px #ccc;
}
.shadow_dark {
  -moz-box-shadow:    0px 0px 5px 6px #aaa;
  -webkit-box-shadow: 0px 0px 5px 6px #aaa;
  box-shadow:         0px 0px 5px 6px #aaa;
}
.shadow_small {
  -moz-box-shadow:    0px 0px 2px 3px #ccc;
  -webkit-box-shadow: 0px 0px 2px 3px #ccc;
  box-shadow:         0px 0px 2px 3px #ccc;
}
.input_bold { font-weight: bold; }
.bold { font-weight: bold; }
.justify { text-align:justify; }
.justified { text-align:justify; }

.sr_comments
{
	padding:8px;
	border:1px solid silver;
	border-radius:3px;
}
.sr_comments_headline {
	margin-bottom:4px;
}
div.background_wrap {
	background-color:black;
	position:fixed;
	top:0;
	left:0;
	z-index:30;
	opacity:0.9;
	width:100%;
	height:100%;
	border:0;
	display:none; /* ! */
}
div.foreground_wrap
{
	background-color:white;
	position:fixed;
	top:5%;
	left:10%;
	z-index:31;
	width:80%;
	height:80%;
	border:5px solid #690;
	border-radius:10px;
	padding:20px;
	display:none; /* ! */
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         3px 3px 5px 6px #ccc;
	overflow:auto;
}
TR.tr_padding_top_5 TD { padding-top: 5px; }

div.content_contactlink_top { background-color:transparent; padding:2px; border-left:0px dashed silver; }
div.content_contactlink_top:hover { background-color:darkslategray; }

div.content_contactlink_bottom { background-color:transparent; padding:2px; border-left:0px dashed silver; }
div.content_contactlink_bottom:hover { background-color:darkslategray; }

.searchformheadline { display:inline; }
.nosearchresultspleaseregister { font-size:18px; }

.contentbox a, .contentbox_orange a {
	/* OLD: color:firebrick; (#b22222) - changed 2025-12-20, see /css/link-colors.md */
	color:#294FC1; /* Split-Komplementär zu nhvgreen, 65% Sättigung */
}
.contentbox a:hover, .contentbox_orange a:hover {
	/* OLD: color:darkorange; */
	color:#1E3A91;
}

#searchBarRes1 {
	border-bottom:1px solid silver;
	background-color:whitesmoke;
	margin-top:10px;
	font-size:16px;padding-left:5px;padding-top:5px;
}

int_msg_select_contact_off { color:gray; }
int_msg_select_contact_active { color:darkgreen; }

.contactbutton_s {
	padding-left:4px;
	padding-right:4px;
	border:1px solid silver;
	border-radius:4px;
}
.detailsbutton_s:hover {
	border:1px solid darkorange;
	background-color:whitesmoke;
}

.contactbutton_s2 { /* in a=s */
	margin-left:5px;
	display:inline-block;
	white-space: nowrap;
}



.searchresults_nhv_s_table {
	border:0;
	max-width:100%;
	width:100%;
}
.searchresults_nhv_s_table td {
	font-size:124%;
}

 .gb_entry {
	background-color:#FCF0CD;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:10px;
	margin-bottom:20px;
	padding:5px;
	-moz-box-shadow: 5px 5px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #888;
	box-shadow: 5px 5px 2px #888;
}
.gb_admincomments {
	margin-left:5px;
	padding-left:5px;
	margin-right:20px;
	padding-right:5px;
	padding-top:5px;
}
.catStatusInactive { color:gray;
}

.menu_kdnr_A {
	color: #D5EAFF;
}
.menu_kdnr_G {
	color: darkred;
}
.menu_kdname_top {
	border-bottom:1px solid silver;
	text-align:left;
}

.displaynone, .hidden { display:none; }
.fontblack { color:black; }
.black { color:black; }

.font115percent { font-size:115% }
.font120percent { font-size:120% }

.hoverunderline:hover { text-decoration:underline; }
.hovernounderline:hover { text-decoration:none; }
.hoverblink:hover { text-decoration:blink; }

#cookie_disclaimer_box {
	display:block;
	position:fixed;
	bottom:0px;
	/* opacity:0.1; */
	text-align:right;
	padding:2px;
	padding-top:4px;
	padding-bottom:4px;
	border-radius:3px;
	border-top-left-radius:1px;
	border-top-right-radius:1px;
	border-color:gray;
	border: 1px solid silver;
	border-top:0;
	background-color:whitesmoke;
	color:gray;
	width:100%;
}
#cookie_disclaimer_box .button-link {
	display:inline-block;
	padding: 1px 15px;
	margin-left:3px;
	margin-right:3px;
	margin-top:4px;
	white-space: nowrap;
	text-decoration: none;
	background: #94af29;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #94af21;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	opacity:1 ;
}
#cookie_disclaimer_box .button-link:hover {
	background: #98bf27;
	border: solid 1px #94af29;
	text-decoration: none;
}
#cookie_disclaimer_box .button-link:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #98bf31;
	border: solid 1px #94bf11;
}

@keyframes fadeOutElementWH {
    from {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    to {
        opacity: 0;
        width: 0;
        height: 0;
    }
}

.fadeOut10 {
    animation-name: fadeOutElementWH;
    animation-duration: 2s; /* fade out duration */
    animation-delay: 10s; /* delay before the animation starts */
    animation-fill-mode: forwards; /* retain the end state after animation completes */
}

.fadeOut5 {
    animation-name: fadeOutElementWH;
    animation-duration: 1s;
    animation-delay: 5s;
    animation-fill-mode: forwards;
}

.fadeOut3 {
    animation-name: fadeOutElementWH;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

.fadeOut2 {
    animation-name: fadeOutElementWH;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

.fadeOut20 {
    animation-name: fadeOutElementWH;
    animation-duration: 3s;
    animation-delay: 20s;
    animation-fill-mode: forwards;
}


.strikethrough {
	text-decoration: line-through }
.linethrough {
	text-decoration: line-through }
.line-through {
	text-decoration: line-through }

.eml_erb_shw_div_wrap {
	height:100%; width:100%; z-index:9;
	background:#000000; opacity:0.3;
	position:fixed; top:0;left:0;
	padding:50px;
}
.eml_erb_shw_div {
	border:3px solid silver; border-radius:5px;
	padding:10px;
	position:fixed; z-index:10;
	top:50px; left:10%; width:80%; height:500px;
	background-color: white;
	color:black;
	overflow:auto;
	display:none;
}

#h1numresults { color:#84aa2d;font-weight:normal; font-size:1.25rem;size:1.25rem; }
#h1numresults a { color:#84aa2d;font-weight:normal; font-size:1.25rem;size:1.25rem; }

span.menutopPipeSepp { opacity: 0.5; size: 64%; content: ' | '; color: silver; }
span.pipeBeforeTop25 { opacity: 0.2; size: 70%; content: ' | '; color: silver; }

@media all and (width < 1000px) {
	#menutop_freetest { display:none; }
}

.elli {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.vertical{
    writing-mode:tb-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    transform: rotate(90deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
}
.maxLengthSpan {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 200px;
	white-space: nowrap;
}
.maxLengthSpan300 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 300px;
	white-space: nowrap;
}
.maxLengthSpan250 {
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 250px;
}
.maxLengthSpan400 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 400px;
}


.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation:  blink 1s step-start 0s infinite;
     -moz-animation: blink 1s step-start 0s infinite;
       -o-animation: blink 1s step-start 0s infinite;
	/* animation-timing-function: steps(2, start); */
}

.blink10x {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation:  blink 1s step-start 0s infinite;
     -moz-animation: blink 1s step-start 0s infinite;
       -o-animation: blink 1s step-start 0s infinite;
	animation-iteration-count: 10;
	-webkit-animation-iteration-count: 10;
	 -moz-animation-iteration-count: 10;
	 -o-animation-iteration-count: 10;
}

.blink7x {
    animation: blink 1s ease 0s infinite;
    -webkit-animation:  blink 1s ease 0s infinite;
     -moz-animation: blink 1s ease 0s infinite;
       -o-animation: blink 1s ease 0s infinite;
	animation-iteration-count: 7;
	-webkit-animation-iteration-count: 7;
	 -moz-animation-iteration-count: 7;
	 -o-animation-iteration-count: 7;
}

.blink5x {
    animation: blink 1s ease 0s infinite;
    -webkit-animation:  blink 1s ease 0s infinite;
     -moz-animation: blink 1s ease 0s infinite;
       -o-animation: blink 1s ease 0s infinite;
	animation-iteration-count: 5;
	-webkit-animation-iteration-count: 5;
	 -moz-animation-iteration-count: 5;
	 -o-animation-iteration-count: 5;
}

.blink3x {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation:  blink 1s step-start 0s infinite;
     -moz-animation: blink 1s step-start 0s infinite;
       -o-animation: blink 1s step-start 0s infinite;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: 3;
	 -moz-animation-iteration-count: 3;
	 -o-animation-iteration-count: 3;
}


.blink_max10 {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: 10;
    animation-timing-function: steps(2, start);
}

.blink_slow,.blinkslow,.blinkslowly {
    animation-duration: 2s;
    animation-name: blink_slow;
    animation-iteration-count: infinite;
    animation-timing-function: steps(4, start);

  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 2s;
   -moz-animation-iteration-count: infinite;
	 -o-animation-iteration-count: infinite;
}

.blink_soft, .blinksoft, .blinksoftly {
    animation-duration: 2.1s;
    animation-name: blink_soft;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
   -moz-animation-iteration-count: infinite;
	 -o-animation-iteration-count: infinite;
}

.blink_verysoft,.blinkverysoft {
    animation-duration: 3s;
    animation-name: blink_soft;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
   -moz-animation-iteration-count: infinite;
	 -o-animation-iteration-count: infinite;
}


.blink_slow10x {
    animation-duration: 2s;
    animation-name: blink_slow;
    animation-iteration-count: 10;
    animation-timing-function: steps(4, start);

  -webkit-animation-iteration-count: 10;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 2s;
  -moz-animation-iteration-count: 10;
	 -o-animation-iteration-count: 10;
}

.blink_slow5x {
    animation-duration: 2s;
    animation-name: blink_slow;
    animation-iteration-count: 5;
    animation-timing-function: steps(4, start);

  -webkit-animation-iteration-count: 5;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 2s;
   -moz-animation-iteration-count: 5;
	 -o-animation-iteration-count: 5;
}


@keyframes blink {
    0% { opacity: 1; }
	40% { opacity: 0.9; }
    50% { opacity: 0.3; }
    70% { opacity: 0.6; }
    100% { opacity: 0.9; }
}

@keyframes blink_slow {
    0% 		{ opacity:1; }
	33% 	{ opacity:0.8; }
	50% 	{ opacity:0.2; }
    66% 	{ opacity:0.7; }
    100% 	{ opacity:1; }
}

@keyframes blink_soft {
    0% 		{ opacity:1; }
	33% 	{ opacity:0.8; }
	50% 	{ opacity:0.5; }
    66% 	{ opacity:0.7; }
    100% 	{ opacity:1; }
}


.blink_sharp {
    animation-duration: 1s;
    animation-name: blink_sharp;
    animation-iteration-count: 7200; /* 2h */
    animation-timing-function: steps(2, start);
}
@keyframes blink_sharp {
    80% { visibility: hidden; }
}

.profileImage {
	border:2px solid silver;
	border-radius:50%;
	margin-top:1px;
		width:125px;
		height:125px;
		object-fit: cover;
	transition:all 0.3s ease;

}
.profileImage:hover {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);

		object-fit: cover;
}

.alert_background {
	clear:both;
	display:none;
	position:fixed;
	z-index:220;
	width:100%;
	height:100%;
	border:0px solid darkorange; /*  #333333; */
	background-color:#222222;
	padding:0;
	margin:0;
	top:0;
	left:0;
}
.alert_foreground {
	clear:both;
	display:none;
	position:fixed;
	z-index:221;
	top: 5%;
	left: 5%;
	padding:3%;
	padding-top:3%;
	width:82%;
	height:80%;
	border:1px solid silver;
	border-radius:10px;
	background-color: white; /*#585858; */
	color:darkslategray;
	margin:0;
	font-size:120%;
	overflow-y:auto;
}

.xschliessenschaltergrafik { opacity:0.92; position:absolute; z-index: 501; }
.contentbox::after { /* wichtig: https://www.w3schools.com/css/tryit.asp?filename=trycss_layout_clearfix2 */
    content: "";
    clear: both;
    display: table;
}
.contentbox_flat::after { /* wichtig: w3schools.com/css/tryit.asp?filename=trycss_layout_clearfix2 */
    content: "";
    clear: both;
    display: table;
}
p::after,div::after { /* wichtig: w3schools.com/css/tryit.asp?filename=trycss_layout_clearfix2 */
    content: "";
    clear: both;
    display: table;
}
.nounderline_underline:hover { text-decoration: underline; }
.nounderline_underlined:hover { text-decoration: underline; }

.topofferimage:hover {
		transition: all 0.3s ease;
		-webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}

.grow:hover {
		transition: all 0.3s ease;
		-webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}
.grow50:hover {
		transition: all 0.3s ease;
		-webkit-transform: scale(1.50);
        -ms-transform: scale(1.50);
        transform: scale(1.50);
}
.grow100:hover {
		transition: all 0.3s ease;
		-webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
}
.grow200:hover {
		transition: all 0.3s ease;
		-webkit-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
}

.nobull {
	list-style-type: none;
}

.opacity1 { opacity:1 }
.opacity09 { opacity:0.9 }
.opacity08 { opacity:0.8 }
.opacity075 { opacity:0.75 }
.opacity072 { opacity:0.72 }
.opacity07 { opacity:0.7 }
.opacity064 { opacity:0.64 }
.opacity061 { opacity:0.61 }
.opacity06 { opacity:0.6 }
.opacity05 { opacity:0.5 }
.opacity04 { opacity:0.4 }
.opacity042 { opacity:0.42 }
.opacity03 { opacity:0.3 }
.opacity033 { opacity:0.33 }
.opacity025 { opacity:0.25 }
.opacity02 { opacity:0.2 }
.opacity01 { opacity:0.1 }

.button-link {
	padding: 4px 15px;
	white-space: nowrap;
	background: #98bf21;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 5px;
	border: solid 1px #94af21;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.button-link:hover {
	background: #98bf27;
	border: solid 1px #94af29;
	text-decoration: none;
}
.button-link:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #98bf31;
	border: solid 1px #94bf11;
}


div.table_table {
      display: table;
      border-collapse:collapse;
    }
    div.table_tr {
      display:table-row;
    }
    div.table_td {
      display:table-cell;
      border:thin solid red;
      padding:5px;
    }

/* FLEX METHODE

<div class="table">
  <div class="row">
    <div class="cell">Cell 1</div>
    <div class="cell">Cell 2</div>
    <div class="cell rowspan2">Cell 3</div>
  </div>
  <div class="row">
    <div class="cell colspan2">Cell 4</div>
  </div>
</div>

*/

div.table {
  display: flex;
  border: solid;
}

div.row {
  flex: 1;
  display: flex;
}

div.row:first-of-type {
  flex-flow: wrap;
}

div.row .rowspan2 {
  flex: 1 1 100%;
}

div.row div {
  border: solid;
  padding: 1em;
  flex: 1;
}

[data-hint4] {display:none;}

/* checkboxen */

 div.cbform {
    	clear: left;
		vertical-align: middle;
		}
 div.cbform input[type="checkbox"], div.cbform input[type="radio"] {
    	display: block;
    	float: left;
		transform: scale(1.4);
		}
 div.cbform label {
    	display: block;
    	margin-left: 30px;
		overflow-wrap: normal;
		word-wrap: normal; /* deprecated */
		}

/* */

div.inputform {
    	clear: left;
		vertical-align: middle;
		margin-top:2px;
		}
	div.inputform input[type="text"],
		div.inputform input[type="email"],
		div.inputform input[type="password"],
		div.inputform textarea,
		div.inputform select {
    	 display: block;
    	 /* float: left; */
		 margin-left: 0px;
		 margin-right: 15px;
		 position: relative;
		}
	div.inputform input[type="checkbox"],
		.inputform input[type="radio"] {
    	 display: block;
    	 float: left;
		 margin-left: 30px;
		 margin-right: 15px;
		}
	div.inputform label {
    	display: block;
    	/* margin-left: 320px; */
		/* margin-top:5px; */
		line-height:auto;
		padding-top:4px;
		overflow-wrap: normal; word-wrap:normal; /* word-wrap is deprecated */
		font-size:16px;
		position: relative; /* To establish positioning context */
		}

/* input:not([type=checkbox]):not([type=radio]) { */
input,textarea {
	border: none;
	border-radius: 2pt;
	box-shadow: 0 0 0 1pt gray;
	outline: none;
	transition: .1s;
}
input[type="checkbox"],input[type="radio"]{
    /* border: none;
    border-radius: 2pt;
    box-shadow: 0 0 0 1pt grey;
    outline: none;
    */
	box-shadow: none;
	transition: .1s;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
	box-shadow: 0 0 0pt 0pt cornflowerblue; /* outline for checkboxes */
	height: auto !important; /* Prevent height expansion */
	max-height: 1.2em; /* Limit maximum height */
	line-height: 1; /* Normalize line height */
}

textarea:focus,input:focus{
	box-shadow: 0 0 3pt 2pt cornflowerblue;	 /* Smooth outline with box-shadow: */
}

/* */

.tableX {
	display:table;
	/* content-visibility: auto; */
}
.rowX {
	display: table-row;
	clear: left;
	vertical-align: middle;
	/* content-visibility: auto; */
}
.cellX {
	display: table-cell;
	/* content-visibility: auto; */
	overflow-wrap: break-word;
    hyphens: auto;
}

.rowX .itemName {
	box-sizing: border-box;
	display: inline-block;
	/* float: left;*/

	width:20%; min-width: 140px; max-width:250px;
	word-wrap: normal;
	overflow-wrap:normal;
	text-overflow: ellipsis;

	border:1px solid /* silver with 50% opacity:*/ rgba(192,192,192,0.2);
	border-radius:5px;
	border-bottom:0; border-right:0; border-top:0;

	padding:5px; padding-left: 10px;
	margin-top:0px;
	margin-right: 10px;
	/* content-visibility: auto; */
	}

@media (max-width: 800px)
{
	.rowX:not( .add2cartbutton) {
		display:block;
		float:none;
		max-width:100%;
		word-wrap: break-all;
		word-break: break-word;
		overflow-wrap: break-word;
		hyphens: auto;
	}
	.rowX h1,.rowX h2,.rowX h3,.rowX h4,.rowX h5,.rowX h6 {
		max-width:100%;
		max-width: 100%;
		white-space: normal;
		word-wrap: break-word;
		word-break: break-word;
		overflow-wrap: break-word;
		hyphens: auto;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
	}
	.rowX .itemName {
		display: block;
		float: none;
		width:100%;
		min-width: 95%;
		max-width: 100%;
		word-wrap: break-word;
		/* -ms-word-break:: break-all; */
		word-break: break-word;
		    /* $('.itemname').css({
            'width': '98%',
            'float': 'none',
            'display': 'inline-block', */
	}
	.rowX .itemName .blogpostattr {
		display:inline-block;
	}
	.rowX .itemDescr {
		max-width: 200px;
	}
	.sresultsheadline {
		max-width:95%;
		text-overflow: ellipsis;
	}
	.rowX.cellX:empty {
		display:none;
	}
	.rowX .cellX:last-child {
		margin-bottom:20px;
		border-bottom:1px solid rgba(192,192,192,0.2);
	}
}

.rowX .itemName::after {
	content: "";
	display: block;
	height: 0px;
}

.rowX .itemDescr {
	box-sizing: border-box;
	display: inline-block;

	width:75%;
	min-width: 290px;
	white-space: pre-wrap;

	border:1px solid rgba(192,192,192,0.2);
	border-radius:5px;
	border-bottom:0; border-right:0; border-top:0;

	padding:5px; padding-left: 10px;
	margin-top:0px;
	/* margin-left: 140px;*/

	/* These are technically the same, but use both */
	overflow-wrap: normal; /* per js dann auf break-word*/
	word-wrap: normal; /* break-word */

	/* This is the dangerous one in WebKit, as it breaks things wherever */
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
@media (max-width: 800px) {
	.rowX .itemDescr {
		display: block;
		width: 100%;
		min-width: 100%;
		float: none;
		padding-left: 5px;
		margin-left:0px;
		margin-right:0px;
	}
}



.hyphens {
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

div.detailsDiv4joboffer { margin-top: 5px; font-size:1.1rem; }

a.infodot, div.infodot, span.infodot { opacity: 1.0; position: relative; margin-top: 2px; top: -2px; right: +2px; z-index: 2; }
img.infodot { height: 16px; width: 16px; opacity: 0.92; }
img.infodot:hover { opacity: 1.0; }
svg.infodot { height: 20px; width: 20px; opacity: 0.8; }
svg.infodot:hover { opacity: 1.0; }
/* for mob max-width: 800px*/
@media (max-width: 800px) {
	.infodot {
		height: 1.5em;
		width: 1.5em;
	}
	img.infodot { height: 18px; width: 18px; opacity: 0.82; }
	svg.infodot { height: 22px; width: 22px; opacity: 0.82; }
}
.font-size-1 {
    font-size: 1em; /* Equivalent to font-size="1" */
}
.font-size-2 {
    font-size: 1.2em; /* Equivalent to font-size="2" */
}
.font-size-3 {
    font-size: 1.5em; /* Equivalent to font-size="3" */
}
.font-size-4 {
    font-size: 2em; /* Equivalent to font-size="4" */
}
.font-size-5 {
    font-size: 2.5em; /* Equivalent to font-size="5" */
}
.sres_contact_icon { width: 22px; height:22px; border: 0; vertical-align:middle; }
.sres_contact_icon:hover { opacity: 1.0; }

.borderbox { box-sizing: border-box; }

.altsubjsugg {
display:inline-block;
margin-top:2px;
border:1px solid silver;
border-radius:5px;
padding:5px;
padding-left:7px; padding-right:7px;
color: #090909; /* #0B0B08; */
background-color: whitesmoke; /* #3481b8 himmelblau*/  /* #98bf21 */
}

.altsubjsugg2 {
    display: inline-block;
    margin-top: 5px;
	margin-right: 5px;
    border: 0px solid #ddd;
    border-radius: 8px;
    padding: 5px 10px;
    color: darkslateblue /* #333 */;
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
	text-decoration: none;
}

.altsubjsugg2:hover {
    background-color: #e9ecef;
    border-color: #ccc;
    box-shadow: 0 3px 6px rgba(0,0,0,0.12);
    transform: translateY(-1px);
}
.altsubjsugg::first-letter { text-transform: capitalize; }
.altsubjsugg:hover {
  filter: brightness(105%);
  color: #050505;
}

.contact19 {
display:inline-block;
margin-top:2px;
border:1px solid silver;
border-radius:5px;
padding:5px;
padding-left:7px; padding-right:7px;
color: white; /* #0B0B08; */
/* background-color: #84aa2d;  *//* #3481b8 himmelblau*/  /* #98bf21 */
/* background-color: #5c7d1f;
background-color: #4d6a1a; */
background-color: #6d9223; /* original fresh NHV green — 3.63:1 passes WCAG AA large text (≥14px bold = 3:1 threshold) */
font-weight: 600; /* makes text qualify as "large text" per WCAG → 3:1 threshold instead of 4.5:1 */
/* filter:raise contrast to be well read:*/
filter: contrast(150%);
text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.contact19::first-letter { text-transform: capitalize; }
.contact19:hover {
  filter: brightness(115%);
  color: white;
}
.firstCapital::first-letter { text-transform: capitalize; }
.fontbutton {
display:inline-block;
margin-top:2px;
border:1px solid silver;
border-radius:5px;
padding:5px;
padding-left:7px; padding-right:7px;
color: white; /* #0B0B08; */
background-color: #84aa2d; /* #3481b8 himmelblau*/  /* #98bf21 */
}
.fontbutton::first-letter { text-transform: capitalize; }
.fontbutton:hover {
  filter: brightness(105%);
  color: white;
}
span.smallScreenBreaker {
	display:inline;
	width:1px;
}
@media ( max-width: 640px )
{
	span.smallScreenBreaker {
		display: inline-block;
		clear: left;
		width: 0px;
	}
}
.tooltip_templates { display: none; }
img.hoverzoom11:hover { /* scale 1.2*/
	transition: all 0.3s ease;
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
img.hoverzoom12:hover { /* scale 1.2*/
	transition: all 0.3s ease;
	-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
}
.rounded5 { border-radius:5px; }
.rounded10 { border-radius:5px; }
.maxWidth300 { max-width:300px; }
.maxWidth320 { max-width:320px; }
.maxWidth400 { max-width:400px; }
.maxWidth500 { max-width:500px; }
.maxWidth600 { max-width:600px; }
.contentCenter, .centerContent {
	text-align:center;
	justify-content: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}
.text-center {
	text-align:center;
}
.center { text-align:center; justify-content: center; }
#cart_preview {
	display: none;
	position: fixed;
	bottom: 0;
	text-align: center;
	padding-right: 20px;
	width: 200px;
	right: 0;
	padding: 4px;
	border: 1px solid silver;
	background-color: #98bf21;
	border-radius: 5px;
	z-index: 222;
	opacity: 0.9;
}

.nowrap { white-space: nowrap; }
.nohoverunderline:hover {
		text-decoration: none;
	}

td {
  vertical-align: top;
}
th {
  vertical-align: middle;
}

.ellipsis_text_3lines {
    height:150px;
    overflow: hidden;
    position:relative;
}
.ellipsis_text_3lines.open {
    height:auto;
    overflow: hidden;
    position:relative;
}
.desc-fade {
    width: 200%;
    margin-left: -50%;
    height: 30px;
    background: #fff;
    z-index: 1;
    position: absolute;
    -webkit-box-shadow: 0 0 42px 50px #fff;
    -moz-box-shadow: 0 0 42px 50px #fff;
    box-shadow: 0 0 42px 50px #fff;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 250ms,1s;
    -moz-transition: opacity 250ms,1s;
    -o-transition: opacity 250ms,1s;
    transition: opacity 250ms,1s;
}
.open-link {
    position:absolute;
    bottom: 15px;
    z-index:2;
}

input[type="checkbox"].rounded18:after{
    line-height: 1.5em;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -4px;
    margin-left: -2px;
    border: 2px solid rgb(192,192,192);
    border-radius: 0.3em;
    background: rgb(244,244,244);
}

input[type="checkbox"].rounded18:checked:after {
	width: 15px;
    height: 15px;
    border: 3px solid #98bf21;
	background-image:url('/pics/illu/haken-guren-innen-weiss-22x24.jpg');
}

.niveau_levels {
	display:inline-block; padding:1px 5px; border:1px solid silver; border-radius:3px; margin:1px 2px;
	text-transform: capitalize;
	}
.mobility_levels {
	display:inline-block; padding:1px 5px; border:1px solid silver; border-radius:3px; margin:1px 2px;
	text-transform: capitalize;
	}
.times_levels {
	display:inline-block; padding:1px 5px; border:1px solid silver; border-radius:3px; margin:1px 2px;
	text-transform: capitalize;
	}
.nebenjobs_levels {
	display:inline-block; padding:1px 5px; border:1px solid silver; border-radius:3px; margin:1px 2px;
	text-transform: capitalize;
	}

.labeledinputs input[type="text"] {
	line-height: 2.2rem !important;
	vertical-align:bottom;
	padding-bottom: 0px;
	/* top: -0.72rem !important; */
	position: relative;
	display:block;
 	}
.labeledinputs label {
	display: inline-block !important;
	position: relative;
	z-index:2;
	/* top:  3.2rem !important;*/
	left: 0.5rem;
	margin:0;
	background-color:white;
	font-size: 0.75rem;
	color:gray;
	padding: 0px 4px;

	}

.debuggHiddenShow { display: none; }

span.premiummemberstar {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
    background-position: center;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAEIElEQVRIDY2UeUxUVxSHb2vUCigogmWmyDoLLq3RaGNiU5qoYBGMpBPaxioumVaFVKrCaEHHoqZMrQvWCkIRqKBAZQmKAm4DxRUtyhBa3KptkFiqDCIMjDNfA6LFBMK8f+55536/Lyfv5l0hbHz+PiV1biyXjLcRtx3rbNSmdz3Qna1OFkNtTw1C1mRNmGFuKWu3Pr1kflAVGj4Ibvu28WZCDq1HrVZjLh330y4cDBdv2J4egKz8cda0rqa0VppToTmNZw+zu+6d/GjxALjtbWOtJsPatAcav4fGvVibUmirT9DbbniVHFISKVz+OvNpqPnON4+4r4V7W+DPbXDvOyx3d3c2ly2MuRYhJJFCDH812vtGou/wtsrQ2Y9+XRrx+OLn8e3XV2d11K3Vm+rXV5sbNEZurYGbX0LDOmjQwB+xcGsrlps6U1fd9t9MtVsrTdVxeW1Vsd8aT69e03pCFdKaLBkr9PEusrYzIXet9RFmS+0yLDeWYTUsA8MSMCyGG0ugdgUYVoIhEgxfgWEd1H0NdVowbMF6fTOW6hisV+OedZSEmSrjnBcL9ezRjnqd+w5jyRyo+Qyq58Pl+XBlAVyaD5eC4EIgVM2FqjlQGQAVH0JFEOgXwNkFUD4P9IvoyA+mOsEzd+OioVN7PsgchZAUaRx1jwv8u7gSBpXvwempcOptKJsApUo4qYATcjgmg2I5FMohXwkFE6E0kI7cAGvVprGZn8wVSrW6z0808x0hLdKM1LXkTOnkzAwokcFxBZT4wXElHFNCsRKK5FAgh19kcMQTcnwxpU8yn9/knB4SKBT9HuQ4H+GaE2W3reWQ/AnHJz6XFCqgQAH5cjgqhzxZj4zDPnDYG9NP3u3n4samTJ8lvPuV9mmOOh8/OtOSK+sV+UKeL+T4wJHnMg55w89ekOHFbZ1LqfAR7n3yA5d39khSLdm9omxvyOoW/S8j3QvSPCHFg4e73U5Eh4iRA9t6d5YHiDH/7JOWk9k9kTeke0K6Bz2y7jp1PBxwhyQP2D8e4063hquxDn6DivXRDn7/JkobegTJkuei7umS3bHsd4cDHpD0FiS6QqIbT3Vvths2On0wqPj8Bqf3W3eOe0KSBA4qIdmPRzp3y+VYx3N6zciSpm3SdmuiApKUsNsN03ZnrsU4DX4p3dhgv9S8R2IldQptuyZSs8H1YtoX9tFLVGKaSiUm/6C2W1m1dkxZ81bZM/ZOhgQpt2NGJAw68Z1Ypx0dOk9+13pcz1A7aNUfi3fFNGH3MjhBDFsYJibtWz4i6mq0a0XbZimN60cVqmaKES+Z/oriqOFz8yPsNdoVwn9ykBjdH9PdkwQLu7XhYnrOqmHRhRHDwiIjB7jlXgiC1cLOP1w4CZUY8qI30KrVitfnRYpRqlXCASFe68v9B6A7lMf/+qFxAAAAAElFTkSuQmCC)
}
#google_translate_element_wrapper { float:right;margin-left:10px; }
.cursorpointer, .cursor_pointer, .mousepointer, .mouse_pointer { cursor: pointer; }

img.pastedimagepreview { width:inherit; }
img.thumbnailpreviewmini { height:16px; }
img.thumbnailpreviewmini:hover { cursor:pointer;
    }

form.simpleform {
		box-sizing:border-box;
	}
	form.simpleform textarea {
		padding: 10px;
	}
	form.simpleform input, form.simpleform textarea {
		width: 400px;
		background-color:white;
		font-family: 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;
		font-size:1.2em;
	}

	form.simpleform input {
		padding: 2px 5px 2px 5px;
	}
	form.simpleform textarea {
		padding: 10px;
	}

	/*... animation*/
	.loading-dots {
		display: inline-flex;
		justify-content: center;
	  }

	  .loading-dots::before {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #000;
		margin: 0 5px;
		animation: pulse 1s ease-in-out infinite;
	  }

	  .loading-dots::after {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #000;
		margin: 0 5px;
		animation: pulse 1s ease-in-out 0.2s infinite;
	  }

	  .loading-dots::last-of-type::after {
		animation-delay: 0.4s;
	  }

	  @keyframes pulse {
		0% {
		  transform: scale(1);
		  opacity: 1;
		}
		50% {
		  transform: scale(1.5);
		  opacity: 0.5;
		}
		100% {
		  transform: scale(1);
		  opacity: 1;
		}
	  }


	  .checkboxradio-container-middle {
		display: flex;
		align-items: center;
		white-space: nowrap;
		padding-left: 10px;
	  }

	  .checkboxradio-container-middle label {
		display: flex;
		align-items: center;
		margin-top: auto;
		margin-bottom: auto;
	  }

	  .checkboxradio-container-middle label input[type="checkbox"],
	  .checkboxradio-container-middle label input[type="radio"] {
		display: flex;
		align-items: center;
		margin-top: auto !important;
		margin-bottom: auto !important;
		margin-right: 10px;
	  }

	  .checkboxradio-container-middle label + label {
		margin-left: 10px;
	  }

	  .spinner {
		position:fixed;
		z-index:200;
		display:none;
		pointer-events: none;
		transform: translate(-50%, -50%);
		top: 50%; left:50%
	  }

	  .pl4 { padding-left: 4px; }
	  .pr4 { padding-right: 4px; }
	  .pl5 { padding-left: 4px; }
	  .pr5 { padding-right: 4px; }

	/*
	 * CUSTOM BULLET LIST UTILITY - dl 20.12.2025
	 * Usage: <ul class="custombullet">
	 *
	 * TWO MODES:
	 *
	 * Mode A (data-icon): Icon via data attribute, positioned by ::before
	 *   <li data-icon="⭐">Text here</li>
	 *
	 * Mode B (span.icon): Icon as first-child span, positioned by flexbox
	 *   <li><span class="icon">⭐</span>Text here</li>
	 *
	 * Both work! Choose per situation.
	 */
	ul.custombullet {
	  list-style: none;
	  padding-left: 0;
	  margin: 0;
	}
	ul.custombullet > li {
	  margin-bottom: 0.6em;
	}
	/* MODE A: data-icon attribute */
	ul.custombullet > li[data-icon] {
	  position: relative;
	  padding-left: 1.8em;
	}
	ul.custombullet > li[data-icon]::before {
	  content: attr(data-icon);
	  position: absolute;
	  left: 0;
	  width: 1.5em;
	  text-align: center;
	}
	/* MODE B: span.icon as first child */
	ul.custombullet > li:has(> .icon) {
	  display: flex;
	  gap: 0.4em;
	}
	ul.custombullet > li > .icon {
	  flex-shrink: 0;
	  width: 1.2em;
	  text-align: center;
	}

	/* @media (prefers-color-scheme: dark) {
		body {
		  background-color: #222;
		  color: #e4e2e2;

		}

		a {
		  color: #fff;
	  	}
	}  */

.wrapnooverlfow, .wrap-nooverflow {
	white-space: normal; /* allow wrapping at whitespace, no overflow */
	overflow-wrap: anywhere; /* break long unspaced strings if necessary */
	word-break: break-word; /* legacy fallback */
	hyphens: none; /* avoid automatic hyphenation */
	max-width: 100% !important;
}

/*
 * WL Nearby Alert - dl 14.1.2026
 * Pulse animation for waiting list links when someone < 50km is waiting.
 * Background + color pulse every 3 seconds with house emoji.
 */
.wl-nearby-alert {
	animation: wl-nearby-pulse 6s ease-in-out 20;
	padding: 2px 4px;
	border-radius: 3px;
	position: relative;
}

@keyframes wl-nearby-pulse {
	0%, 70%, 100% {
		/* normal state */
		color: inherit;
		background-color: transparent;
		box-shadow: none;
	}
	85% {
		/* pulse peak - visible background with house emoji effect */
		color: #006400; /* dark green text */
		background-color: rgba(144, 238, 144, 0.4); /* light green bg */
		box-shadow: 0 0 8px rgba(34, 139, 34, 0.3);
	}
}

/* Add house emoji as pseudo-element during pulse */
.wl-nearby-alert::after {
	content: '🏡';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	font-size: 1.4em;
	opacity: 0;
	animation: wl-house-fade 12s ease-in-out 10 forwards;
	pointer-events: none;
}

@keyframes wl-house-fade {
	0%, 60% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.8);
	}
	80% {
		opacity: 0.7;
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		/* final state: house stays visible but very subtle */
		opacity: 0.25;
		transform: translate(-50%, -50%) scale(1);
	}
}








/* No feedback badge - subtle, compact, modern (2026-01-20) */
.no-feedback-badge {
	display: inline-block;
	padding: 0.2em 0.6em;
	font-size: 0.85em;
	color: #6b7280;
	background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
	border: 1px solid #e5e7eb;
	border-radius: 1em;
	font-weight: 400;
	letter-spacing: 0.01em;
	vertical-align: middle;
}
.no-feedback-badge.clickable {
	cursor: pointer;
	transition: all 0.2s ease;
}
.no-feedback-badge.clickable:hover {
	background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
	border-color: #d1d5db;
	color: #374151;
}


/* ============================================================================
   Smooth animation for <details> elements (2026-01-27)
   Graceful degradation: older browsers just show instant open/close
   ============================================================================ */
details > div,
details > section,
details > article,
details > p,
details > ul,
details > ol {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.25s ease-out, opacity 0.2s ease-out;
	overflow: hidden;
	opacity: 0;
}
details[open] > div,
details[open] > section,
details[open] > article,
details[open] > p,
details[open] > ul,
details[open] > ol {
	grid-template-rows: 1fr;
	opacity: 1;
}
/* Inner content needs overflow:hidden for grid-rows trick to work */
details > div > *,
details > section > *,
details > article > * {
	overflow: hidden;
}
