
:root {
  --main-color: #3498db;
  --secondary-color: #2ecc71;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {  
	font-size: 23.5px;
	line-height: 134.75%;
	font-weight: normal;
	/*	color:rgb(25,29,108); - lange nutzung - entspricht: - color: hsl(237, 68%, 26%); */   
  	/* color:rgb(27,29,108); - lange nutzung - entspricht: - color: hsl(239, 68%, 27%); */ 
	color: hsl(238, 30%, 40%); /* 2025 */
 
  font-family: arial, helvetica, sans-serif;
  /* font-weight: 600; */
}

body
{
font-size: 1rem;
line-height: inherit;
color: inherit;

margin: 0;
padding: 0;

/* box-sizing: border-box; */

overflow:hidden;
height:100%; width:100%;

font-family: inherit;

/*background-color:rgb(15,7,62) ! important;*/
/* background: rgb(255,255,255) url(pics/inner_bg.png); ** bg-img verursacht im kontext-menu "bild speichern"*/

position:absolute;
position:fixed;
}


/* === PANEL SYSTEM: STRUKTUR === */
.panel {
  position: absolute;
  top: var(--panel-top);
  left: var(--panel-left);
  right: var(--panel-right);
  width: var(--panel-width);
  height: var(--panel-height);
  max-width: var(--panel-max-width);
  max-height: var(--panel-max-height);
  z-index: 300;
}



h1,h2,h3,h4
{
color: hsl(238, 31%, 40%);

font-size: 1.2rem;
line-height: 139%;
margin-top: 0em;
margin-bottom: 0.51rem;
}


h1 {
	font-size: 1.36rem;        /* größer als die Basis */
	font-weight: bolder;      /* stärker betont */
	line-height: 1.275;       /* etwas kompakter */
	margin-bottom: 0.775rem;    /* mehr Abstand nach unten */
	margin-bottom: 0.85rem;    /* mehr Abstand nach unten */
	font-style: italic;     /* optional: kursiv für Claim/Motto */
	color: hsl(238, 22%, 52%); /* Mischung: weniger Sättigung, mehr Helligkeit */
}

h3
{
color: hsl(238, 28%, 42%);
font-size: 1.18rem;
line-height: 120%;
margin-top: 0.5rem;
margin-bottom: 0.425rem;
}

h4
{
color: hsl(238, 34%, 40%);
font-size: 1rem;
line-height: 100%;
margin-bottom: 0.2rem;
}



p {
/*  font-size: inherit; */ /* Vererbt die Schriftgröße von body */
  font-size: 1.1rem;  /* Überschreibt inherit mit relativer Skalierung */
  line-height: inherit;   /* Vererbt die Zeilenhöhe von body */
/*  line-height: 135%; */   /* Setzt eine spezifische Zeilenhöhe */
  margin: inherit;
  margin-top: 0em;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.775rem; /* Abstand zwischen Absätzen */
  color: inherit; /* Sicherstellung der Textfarbe */
  padding: 0;
}



/* a.jump + p {  */ /* KONTEXTSELEKTOR */
/*  margin-top: 0.75rem; */
/* } */

.no-margin-bottom {
  margin-bottom: 0;   /* kein Abstand nach unten */
}

.jump {
  display: inline-block;   /* macht den Link zu einem Block */
  margin-bottom: 0.75rem;   /* Abstand nach unten */
}


.scroll-max-spacer {
       display: block;
       height: 5%;
       width: 100%;
       clear: both;
}

.zeilen {
  margin: 0 0 0.85rem;
}

.kopf {
/* display: block;        erste Zeile ggf. als Block */
	font-weight: bolder;    /* fett */
	font-size: 1.05em;     /* leicht größer */
	color: hsl(238, 31%, 40%);
}

.ema {
font-size: 1.225rem;
border-left: 5px solid hsl(100, 36%, 44%);
}

hr { 
  border: none;              /* Standardrahmen entfernen */
  height: 2px;               /* Dicke der Linie */
  background-color: #0e1280; /*  deine warme Blau-Farbe */
  /* margin: 1.25rem; */             /* Abstand nach oben/unten */
 margin-block: 1.25rem;
}

kbd {
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
  color: #333;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: normal;
  line-height: 1;
  padding: 2px 4px;
  white-space: nowrap;
}

kbd > kbd {
  border-radius: 3px;
  padding: 1px 2px 0;
  border: 1px solid black;
}

img
{
border-width:0px;
}


li
{
list-style:circle;
}

/* pre { font-family: monospace; } */

tlink,
a,
a:visited,
a:hover,
a:active {
font-weight: bolder;
font-size: 1.05em;     /* leicht größer */
text-decoration: none;   /* entfernt die Unterstreichung */
line-height:130%;
color: #0e1280; 
}



.psl-box
{
box-sizing: border-box;
}

.psl-box-shadow
{
box-shadow: 0px 5px 42px 0px rgba(8, 10, 40, .54);
}

/* div > p, h1,h2,h3 { */
/* hyphens: auto; */
/* box-sizing: border-box; */
/*  } */

.highlight {
  border-left: 5px solid hsl(48.5, 86%, 44%);
  padding: 6px;
  padding-left: 16px;
  display: block;
}

div
{
box-sizing: border-box;
}



@media screen and (( (resolution <= 150dpcm) and (min-width: 2560px) )
and ( (resolution <= 150dpcm) and (max-width: 8000px) )) {
/* @media screen and (( (resolution <= 150dpcm) and (min-width: 2560px)) and ((resolution <= 150dpcm) and (max-width: 8000px) ) */

/*
body
{
@supports (zoom: 1) {
  zoom: 1.1;
  }
}
*/

div.psl-box
{

}
}

/* @media screen and not ( (orientation:portrait) or (max-width: calc(1000px)) ) */
/* @media all and (orientation:landscape) */

	#psl1 {	
	/* transform: scale(0.75);  */
	left: 1.75%;
	top: 62px;
	width:100%;
	height:100%;
	display: inline-block;
	z-index: 121;
	}

	#psl1-image {	
	/* transform: scale(1);  */	
	width: 100%; height: 100%;
	transition: 1.1s;
	}

	#shell {	
	display: inline-block;
	box-sizing: border-box;
	left:38.2%;
	left:max(38.2%, 330px);
	top:50px;
	width:61.8%;
	width:max(61.8%, 330px);
	z-index:110;	
	}









/* === PANEL SYSTEM - FHD (NEU) === */
/* === PANELS FHD (NEU): DEFAULT-WERTE === */
 #login, #kontakt, #webdesign, #network {
  --panel-top: 45px;
  --panel-left: auto;
  --panel-right: 25%;
  --panel-width: 40rem;
  --panel-height: 30rem;
  --panel-max-width: 70%;
  --panel-max-height: calc(100% - 73px);
	}

#login {
  --panel-right: 35%;
  --panel-width: 28rem;
  --panel-height: 16rem;
  --panel-max-width: 66%;
	}

#kontakt {
  --panel-width: 45rem;
  --panel-height: 57.5rem;
  --panel-max-width: 73%;
	}

#webdesign {
  --panel-right: 23.5%;
  --panel-width: 50.75rem;
  --panel-height: 42rem;
  --panel-max-width: 75%;
	}

#network {
  --panel-right: 23.5%;
  --panel-width: 52.5rem;
  --panel-height: 53rem;
  --panel-max-width: 76%;
	}



@media screen and ( (orientation:portrait) or (max-width: calc(1000px)) ) {
/* @media all and (orientation:portrait) { */
/* @media all and (max-width: 980px) {  */


	#psl1 {	
	/* transform: scale(0.75);  */
	left:1.3%;
	left:min(1.5%,8px);
	top: 62px;
	width: 42.5%;
	height: 42.5%;
	z-index:121;
	}

	#psl1-image {	
	/* transform: scale(0.75);  */
	width: 83%; height: 83%;
	transition: .06s;
	}

	#shell {	
	display: inline-block;
	box-sizing: border-box;
	left: 38.2%;
	top: 50px;
	width: 61.8%;
	z-index:110;	
	}


/* === PANEL SYSTEM - NARROW (NEU) === */
/* === PANELS NARROW (NEU): DEFAULT-WERTE === */

 #login, #kontakt, #webdesign, #network {
    --panel-top: 40px;
    --panel-left: 0%;
    --panel-right: auto;
    --panel-width: 100%;
    --panel-height: calc(100% - 68px);
    --panel-max-width: 100%;
    --panel-max-height: 100%;
  }

  /* === PANELS NARROW (NEU): PANEL-SPEZIFISCHE WERTE === */
  /* #login { ... } */
  /* #kontakt { ... } */
  
#webdesign {
  --panel-width: 100%;
  --panel-max-width: 100%;
	}  
  
  /* #webdesign { ... } */
  /* #network { ... } */


}



.softwindow_header
{
/* position:relative; */
text-align:center;
vertical-align:top;
display:table-cell;
top:1px;

font-size:22px;
}

.softwindow_header:not(#brown-header)
{
background:url(/pics/raster3-blue2.png);
}

#brown-header
{
/* background:url(/pics/raster3-brown2.png); */
background:url(/pics/raster3-blue2.png);
}


.softwindow_header /* aus inline entnommen (machine) */
{
  height: 28px; /* esent */
  width: 100%;  /* esent */
  text-align: center;  /* esent */
  display: block;  /* esent */
  /* border-bottom: 0px; */
  /* border-bottom-color: currentcolor; */
  
}



.sw_border
{
border-width:0px;
/* Rand auf 0px */
}



.opac02
{
/* :alpha(opacity=20); */
/* -moz-opacity: .2; */

opacity: .2;
}

.opac025
{
/* :alpha(opacity=25); */
/* -moz-opacity: .25; */

opacity: .25;
}

.opac03
{
/* :alpha(opacity=30); */
/* -moz-opacity: .3; */

opacity: .3;
}

.opac04
{
/* :alpha(opacity=40); */
/* -moz-opacity: .4; */

opacity: .4;
}

.opac05
{
/* :alpha(opacity=50); */
/* -moz-opacity: .5; */

opacity: .5;
}


.opac06
{
/* filter:alpha(opacity=60); */
/* -moz-opacity: .6; */

opacity: .6;
}

.opac07
{
/* filter:alpha(opacity=70); */
/* -moz-opacity: .7; */

opacity: .7;
}

.opac08
{
/* filter:alpha(opacity=80); */
/* -moz-opacity: .8; */

opacity: .8;
}

.opac09
{
/* filter:alpha(opacity=90); */
/* -moz-opacity: .9; */

opacity: .9;
}

.a		{position:absolute;}
.av		{position:absolute; visibility:visible;}
.ah		{position:absolute; visibility:hidden;}

.r		{position:relative;}
.rv		{position:relative; visibility:visible;}
.rh		{position:relative; visibility:hidden;}

.s		{position:static;}
.sv		{position:absolute; visibility:visible;}
.sh		{position:absolute; visibility:hidden;}



.stretch_image
{
position:absolute;

visibility:visible;

height:100%;

z-index:7;
}


.content_bg
{
position:absolute;
height:100%;
width:100%;
background: rgb(255,255,255); /* url(/pics/raster4.gif); */

text-align:center;
overflow:hidden;
}



.overlay-protect {
  position: relative;
  display: inline-block;
}

.overlay-protect::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: auto; /* blockt Klicks ohne JS */
}

/* Optional: Debug-Hervorhebung für geschützte Bilder 
.no-save {
  outline: 2px dashed red;
}
*/

<!--.notice-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  padding: 1em;
  opacity: 0;
  pointer-events: none; /* Klicks gehen durch */
  transition: opacity 0.3s ease;
  border-radius: 4px;
}

.notice-overlay.show {
  opacity: 1;
}-->

.notice-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  padding: 1em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border-radius: 4px;
}

.notice-overlay.show {
  opacity: 1;
}


