iframe {
	width: 600px;
	height: 400px;
}

#sozi {
	width: 900px;
	height: 700px;
	margin-top: 120px;
}

footer {
	display: block;
}
section {
	display: block;
}
img:active {
	transform: matrix(2, 0, 0, 2, 0, 0);
	-ms-transform: matrix(2, 0, 0, 2, 0, 0);
	-webkit-transform: matrix(2, 0, 0, 2, 0, 0);
}

div .title {
	text-align: center;
}

video {
	display: inline-block;
	vertical-align: baseline;
}

[hidden] {
	display: none;
}

html {
	overflow-y: scroll;
}

.container:after, footer:after {
	content: "";
	display: table;
}

@media screen {
	body {
		margin: 0;
		background: #f7f7f7;

	}
	
	#impressum {
		background-color: #fafad2;
	}
	
	.container, footer {
		margin: 0 auto;
		width: 93.75%;
		max-width: 86em;
	}
	
	.container, footer {
		margin: 0 auto;
		width: 93.75%;
		max-width: 86em;
	}
	
	.Untertitel {
		font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
		font-size: 1.5em;
		line-height: 1.3333333;
		margin: .75em 0;
		font-weight: 400;
		font-style: italic;
		text-align: center;
	}
	
	.Untertitel-home {
		font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
		font-size: 1.5em;
		line-height: 1.3333333;
		margin: .75em 0;
		font-weight: 400;
		font-style: italic;
	}
	
	[role=article] {
		margin-bottom: 2em;
		overflow-wrap: break-word;
	}
	
	[role=complementary] {
		margin-bottom: 2em;
		padding-top: 2em;
		border-top: 2px dashed #ccc;
		overflow-wrap: break-word;
		opacity: .74;
	}
	
	[role=search] p {
		margin-top: 0;
	}
	
	footer {
		position: fixed;
		bottom: 0 !important;
		margin: 0 auto;
	}
	.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  justify-items: center;
  padding: 1rem;
  background: #111;
  margin-top: 60px;  /* Abstand unter den Buttons */
}

.footer-grid a {
  color: #f8f8f8;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-grid a:hover {
  color: #ff0066;
}	

	a.nif {
		text-decoration: none;
		color: #ffe;
		background-color: transparent;
	}
	
	a:active, a:hover {
		outline: 0;
	}
	
	a:focus {
		outline: thin dotted #06f;
	}
	
	[role=complementary] a:active, [role=complementary] a:hover, [role=main] a:active, [role=main] a:hover, footer a:active, footer a:hover {
		text-decoration: underline;
		color: #06f;
	}
	
	[role=complementary] a:visited, [role=main] a:visited, footer a:visited {
		color: #183082;
	}
	
	[role=main] h1 a {
		color: #333;
		border-radius: .1190476em;
	}
	
	[role=main] h1 a:visited {
		color: #333;
	}
	
	[role=main] h1 a:active, [role=main] h1 a:hover {
		text-decoration: none;
		color: #333;
		background: #efefef;
	}
	
	[role=main] p {
		text-align: left;
		font-size: 18px;
	}
	
	svg {
		padding: 8px auto 8px auto;
		text-align: center;
	}
	
	.footnote, small {
		font-size: .8571429em;
	}
	
	.footnote {
		color: #888;
	}
	
	html[lang=ja-jp] {
		font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	}
	
	html[lang=ko-kr] {
		font-family: GulimChe, Gulim, sans-serif;
	}
	
	html[lang=zh-cn] {
		font-family: SimHei, sans-serif;
	}
	
	html[lang=zh-tw] {
		font-family: PMingLiU, sans-serif;
	}
	
	img, video {
		max-width: 100%;
		height: auto;
	}
	
	img.align-right {
		float: right;
		margin: 1em 0 1em 1em;
	}
	
	img.align-center {
		display: block;
		margin: 1em auto;
	}
	img.align-center-inline {
		display: inline;
		margin: 1em auto;
                text-align: center;
	}
	
	.floater150 {
		width: 150px;
		margin: 0 14px 14px 14px;
		float: left;
	}
	
	.floater360 {
		width: 360px;
		margin: 0 14px 14px -40px;
		float: left;
	}
	
	.floater480 {
		width: 480px;
		margin: 0 14px 14px 14px;
		float: left;
	}
}

@media only screen and (min-width:48em) {
	[role=main] {
		float: left;
		width: 67%;
	}
	
	[role=complementary] {
		float: right;
		border: #e3e3e3 solid 1px;
		border-radius: .3571429em;
		padding: 1em 1em 0;
		width: 30%;
		background: #f7f7f7;
	}
}

@media only screen and (min-width:80em) {
	body {
		font-size: 14px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	.container, footer {
		width: 100%;
		margin: 0 20px 0 20px;
	}
	
	.container, footer {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (min-width:112.5em) {
	body {
		font-size: 112.5%;
	}
}

@media print {
	* {
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
	}
		
	footer {
		margin-top: 12pt;
		border-top: 1pt solid #000;
	}
	
	[role=complementary] {
		display: none;
	}
	
	a {
		text-decoration: none;
	}
	
	.nif {
		text-align: left;
	}
	
	.nif {
		font-size: 26px;
		line-height: 36pt;
		font-weight: 400;
		margin: .5em 0;
		color: #ffe;
	}
	
	h1 {
		font-size: 26px;
		line-height: 36pt;
		font-weight: 400;
		margin: .5em 0;
	}
	
	#nif1 {
		font-size: 42px;
		line-height: 36pt;
		font-weight: 400;
		margin: .5em 0;
		color: #ffe;
	}
	
	
	.nif2 {
		font-size: 18pt;
		line-height: 23pt;
		page-break-after: avoid;
		orphans: 3;
		widows: 3;
		margin: .6666667em 0;
	}
	
	h3 {
		font-size: 12pt;
		line-height: 17pt;
		page-break-after: avoid;
		orphans: 3;
		widows: 3;
		margin: .6666667em 0;
	}
	
	p {
		orphans: 3;
		widows: 3;
	}
	
	.footnote, footer, small {
		font-size: 6pt;
	}
	
	img {
		max-width: 100% !important;
		page-break-inside: avoid;
	}
	
	img.align-right {
		float: right;
		margin: 1em 0 1em 1em;
	}
	
	img.align-center {
		display: block;
		margin: 1em auto;
	}
}

#video_background {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	overflow: hidden;
}
.footer-video-section {
  position: fixed;   /* über gesamten Viewport */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -10;      /* hinter Content, aber sichtbar */
  pointer-events: none; /* Content bleibt klickbar */
}

.footer-video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (max-width:600px) {
	.waldbox {
		width: 100%;
		text-align: center;
		margin: 6px 6px;
	}
}

#page {
	height: 100%;
}

img {
	border: 0;
}

a {
	color: #333;
	text-decoration: none;
}

.container2 {
	position: relative;
	text-align: left;
	z-index: 0;
	margin-right: 14px;
}

.container3 div, form {
	width: 100%;
	text-align: center;
	z-index: 0;
	margin: 14px auto 14px auto;
}

.waldbox {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 16/9;          /* proportional */
  display: flex;
  flex-direction: column;
  text-align: center;
}

.waldbox img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
}

.waldbox p {
  margin: 0;
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  line-height: 1.4em;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.waldbox div {
	display: inline;
	margin: 0 auto;
}

#container {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	max-height: 25%;
	min-height: 600px;
	width: auto;
	height: auto;
	z-index: -2;
	overflow: hidden;
}

.codrops-top {
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	opacity: .89999997615814;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0 2px #000;
	padding: 0 8px 0 14px;
}

.codrops-top a {
	padding: 0 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}

.codrops-top a:hover {
	color: #fff;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: none;
	display: inline;
}

p.codrops-demos {
	display: inline;
	padding: 15px 0;
	z-index: 9999;
}

p.codrops-demos a {
	display: inline-block;
	border: #6d0019 solid 1px;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	color: #fff;
	border-radius: 5px;
	background: #a90329;
}

p.codrops-demos2 {
	display: inline;
}

p.codrops-demos2 a {
	display: inline-block;
	border: #6d0019 solid 1px;
	padding: 4px 10px 3px;
	font-size: 26px;
	line-height: 40px;
	margin: 2px 3px 20px 3px;
	font-weight: 400;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	color: #fff;
	border-radius: 8px;
	background: #a90329;
}

p.codrops-demos2 a:hover {
	background: #6d0018;
}

p.codrops-demos2 a:active {
	background: #6d0018;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}

p.codrops-demos a:hover {
	background: #6d0018;
}

p.codrops-demos a:active {
	background: #6d0018;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}

@media screen and (max-width:767px) {
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}

h1 {
	font-size: 40pt;
	font-family: sans-serif;
	color: #ffc;
	text-shadow: 12px 23px 14px #000;
	text-align: center;
}
h2.Artikeltitel {
	font-size: 32pt;
	font-family: courier, sans-serif;
	color: #fff;
	text-align: center;
}
h2 {
	font-size: 28pt;
	font-family: sans-serif;
	color: #ffc;
	text-shadow: 12px 23px 14px #000;
	text-align: center;
}
h3 {
	font-size: 18pt;
	font-family: sans-serif;
	color: #fff;
	text-shadow: 12px 23px 14px #000;
	text-align: left;
	margin: 44px 0 44px 44px
}
.container5 {
	margin: 20px auto;
	width: 290px;
	padding-bottom: 50px;
}

.container10 {
	margin: 20px auto;
	width: 580px;
	padding-bottom: 100px;
}

.css .hljs-class, .css .hljs-id, .hljs-name, .html .hljs-doctype, .xml .hljs-doctype {
	color: #00bfff;
}

.hljs-title {
	color: #22a2c9;
}

.hljs-function {
	color: #3d8fd1;
}

.hljs {
	display: block;
	overflow-x: auto;
	background: #202746;
	color: #979db4;
	padding: .5em;
}

.xml .css {
	opacity: .5;
}

*, :after, :before {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #ff4081;
}

.nif a {
	text-decoration: none;
	font-size: 12px;
	color: rgba(0, 0, 0, .93);
	font-family: Georgia;
	font-style: italic;
	font-weight: 40;
	font-display: swap;
}

.overlay:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #3f51b5;
	opacity: .80000001192093;
}

.hero {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align: center;
}

.hero-center {
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0;
	transform: translate(0, -50%);
}

.hero__text {
	font-weight: 400;
	opacity: .80000001192093;
}

.hero__scroll {
	position: absolute;
	bottom: 60px;
	width: 200px;
	margin: auto;
	display: block;
	cursor: pointer;
	padding-bottom: 40px;
	left: 0;
	right: 0;
	text-transform: uppercase;
}

@keyframes pulse {
	0% {
		transform: translate(0, 0);
	}
	
	50% {
		transform: translate(0, 10px);
	}
	
	100% {
		transform: translate(0, 0);
	}
}

.section {
	width: 100%;
	float: left;
	overflow: hidden;
}

.section-title {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	width: 100%;
	clear: both;
}

.container {
	transform: translateZ(1000px);
}

.message-overlay {
	display: flex;
	background: #000 none repeat scroll 0 0;
	background-color: #fff;
	padding: 24px;
	position: absolute;
	margin: 0 auto;
	z-index: 999;
	opacity: .9;
	width: 100%;
}

#cookies-warning {
	text-align: center;
	margin: 0 auto;
	background-color: #f4e9d5;
}

#canvas {
	position: fixed;
	opacity: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.media-icon {
	width: 100px;
	height: 100px;
	margin: 10px;
	cursor: pointer;
}

.biggy::first-letter {
	float: left;
	font-size: 3em;
	color: #3636e8;
	margin-right: 5px;
	padding: 5px;
	border-radius: 5px;
	background-color: rgba(14, 90, 14, .3);
	box-shadow: -5px 1px 5px -2px rgba(0, 0, 0, .75);
}


.biggy-show::first-letter {
  float: left;
  font-size: 5em;
  color: #3636e8;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: rgba(50, 50, 50, 0.35); /* weiches, leicht transparentes Grau */
  border: 1px solid rgba(255, 0, 120, 0.8); /* holo-red Rand */
  -webkit-text-stroke: 1px rgba(255, 0, 120, 0.8); /* feine Kontur in der Button-Farbe */
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.85); /* Schatten im gleichen Winkel wie h3 */
  box-shadow: 0 0 10px rgba(255, 0, 120, 0.2); /* sanfter Glow-Effekt rundum */
}
.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}

.dark-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* Stärke des Abdunkelns */
  z-index: -9;
}

/* Dein vorhandener Text, leicht angepasst */
.show1,
.show2 {
  position: relative;
  z-index: 2;       /* über der dunklen Folie */
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  text-align: left;
  margin: 44px 23px 44px 26px;
}

/* show2 hat Spalten, wie du es schon hattest */
.show2 {
  column-count: 2;
}
.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}

.dark-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* Stärke des Abdunkelns */
  z-index: -9;
}
.quote.star {
  position: relative;
  padding: 1.8rem 2.2rem 1.8rem 3rem;
  background: rgba(0,0,0,0.45);
  border-radius: 10px;
  border-left: 3px solid rgba(255,255,255,0.4);
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.quote.star::before {
  content: "✶";
  position: absolute;
  left: 1rem;
  top: 0.9rem;
  font-size: 1.4em;
  color: rgba(255,255,255,0.75);
  text-shadow: 0 0 8px rgba(255,255,255,0.4);
  animation: twinkle 3s ease-in-out infinite;
}

@keyframes twinkle {
  0%, 100% { opacity: 0.8; text-shadow: 0 0 5px rgba(255,255,255,0.5); }
  50% { opacity: 1; text-shadow: 0 0 10px rgba(255,255,255,0.9); }
}

.quote.star cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.9em;
  opacity: 0.85;
  text-align: right;
}
.quote {
  position: relative;
  margin: 4rem 0;
  padding: 1.5rem 2rem;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.4);
  border-left: 4px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.quote cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.9em;
  opacity: 0.8;
  text-align: right;
}

.mittig {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#soziScene {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8rem auto;
  width: 100%;
}

#soziFrame {
  width: 78vw;               /* passt sich der Bildschirmbreite an */
  height: 96vw;             /* Verhältnis für Hochformat */
  max-width: 640px;          /* begrenzt auf Desktop */
  max-height: 1280px;
  border: none;
  box-shadow: 0 0 20px rgba(255, 0, 100, 0.3);
  border-radius: 10px;
  background: #000;
  transition: all 0.4s ease;
}



@media (max-width: 600px) {
  #soziFrame {
    width: 95vw;
    height: 150vw;           /* etwas länglicher für Handyformate */
  }

#textshow p {
  float: left;
  margin: 0 23px 0 26px;
}
.show1  {
    margin: 20px 15px;         /* kleinere Abstände */
    font-size: 1.1em;          /* Schrift etwas kleiner */
    text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
  .show2 {
    color: #fff;
    column-count: 1;           /* nur eine Spalte */
    margin: 20px 15px;         /* kleinere Abstände */
    font-size: 1.1em;          /* Schrift etwas kleiner */
    text-align: left;           /* linksbündig, kein !important nötig */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
/* Abstand nach Abschluss-Section */
#conclusion {
  margin-bottom: 60px;   /* Platz bis zu den Weiter-Buttons */
}
}