html {
	background: transparent!important;
	--blue: #337599;
	--green: #93b946;
	--red: #c82f04;
	--yellow: #dfac20;
	--lightblue: #d6e3eb;
	--lightgreen: #ebf5d7;
	--lightred: #ffebe6;
	--lightyellow: #f9eed2;
}
body {
 background-color: #ffffff;
 font-family: Arial,Helvetica;
 font-size: 1em;
 color: #dcdcd;
 margin: 2em auto;
 text-decoration: none;
 max-width: auto;
}
header {
  position: relative;
  grid-column: 2 / -1;
  grid-row: 1;
}
main {
	position: relative;
	min-height: 44em;
	padding: 2;
	margin: 2em auto;
}
aside {
	grid-column: 3;
	border: medium dashed var(--accent2);
	border-radius: 0 0.5em 0.5em;
	margin-block: 1em;
}

footer {
	grid-column: 2 / -1;
	grid-row: 4;
	text-align: right;
	border-top: thin solid;
}
article {
	grid-column: 2;
	grid-row: 2 / 4;
	border-left: thin solid;
	padding-bottom: 2em;
      }
a {
 color: #000088;
 text-decoration: none;
}

a:link {
 text-align: left;
 color: #000088;
}

table {
 text-align: center;
}
h1 {
 font-family: Arial;
 font-size: 12;
}

h2 {
 font-family: Arial;
 font-size: x-small;
 color: #BEBEBE;
}
h3 {
 font-family: Arial;
 font-size: 12;
 color: #808080;
}

h4 {
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
#gallery img {
	width: 480px  ;
      height: 640px ;
	margin: 0;
	padding: 0;
}

.changer figure {
	/* wird erst per JS aktiviert */
	
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.changer figcaption {
	position: absolute;
	left: 1em;
	top: 1em;
	color: white;
}
h1:before {
	position: absolute;
	left: 0;
	content: "";
	width: 2rem;
	border: thin solid transparent;
	aspect-ratio: 1/1;
	background: /* url("https://wiki.selfhtml.org/images/4/45/SELF-Logo.svg") no-repeat; */
	background-size: cover;
}

.hinweis {
	border-inline-start: thick solid var(--red);
	padding-inline-start: 1em;
}

kbd {
	background: #f9f9f9 linear-gradient(to bottom, #eee, #f9f9f9, #eee) repeat scroll 0 0;
	border: thin solid #aaa;
	border-radius: 2px;
	box-shadow: 1px 2px 2px #ddd;
	font-family: inherit;
	font-size: 0.9em;
	padding: 0 0.5em;
}
nav a,
button {
	display: block;
	border-radius: 0.5em;
	margin-bottom: 0.5em;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
      color: black ;
}

nav a {
	width: 6em;
	padding: 0.5em 1.5em;
	background: var(--navLighter);
	border: thin solid var(--navColor);
	box-shadow: inset rgb(255 254 255 /0.6) 0 0.3em .3em, inset rgb(0 0 0 /0.15) 0 -0.1em .3em, hsl(0 0% 60%) 0 .1em 3px, hsl(0 0% 45%) 0 .3em 1px, rgb(0 0 0 /0.2) 0 .5em 5px;
}

nav a:hover,
nav a:focus-visible {
	box-shadow: inset rgb(0 0 0 / 0.25) 0 0.1em 0.3em, inset rgb(255 255 255 / 0.3) 0 -0.05em .2em;
	transform: translateY(2px);
}

nav li:first-of-type a {
	border-top-left-radius: 3em;
}

nav li:last-of-type a {
	border-bottom-right-radius: 3em;
}

button:hover {
	background: var(--linkLighter);
	border: thin solid var(--linkColor);
	text-decoration: underline;
	outline: medium solid #000000;
	outline-offset: .15em;
}

button {
      font-size: 1,5em;
      width: 6em;
	padding: 1em 1.5em;
	background: var(--linkLighter);
	border-radius: 0,5em;
	text-decoration: underline;
	outline: medium solid #ffffff;
	text-shadow: rgba(255 255 255 /.5) 0 1px 0;
      outline-offset: .15em;
}
}
