﻿@import url('reset+.css');
html, body, main, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	font-size: 100.01%;
	font-weight: normal;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
}
article, blockquote, aside, details, img, address, header, h1, h3, h6, hr, main, menu, ul, section, a {
	display: block;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none none;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input[type=checkbox], input[type=submit], input[type=button], button {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
}
input, select, a img {
	vertical-align: middle;
}
::-moz-selection {
	background-color: transparent;
}
::selection {
	background-color: transparent;
}
:root {
	font-size: 1rem;
	--font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', "Segoe UI Emoji", "Segoe UI Symbol", 'San Francisco', "Apple Color Emoji", 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', Helvetica, 'Helvetica Neue', sans-serif;
}
h1 {
	font-size: 2rem;
	font-weight: 200;
}
h1 span {
	font-size: 61.8%;
}
h3 {
	margin: 1em 0;
	font-size: calc(1.17rem + .3vw);
	letter-spacing: .2em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.top_margin {
	margin: 3.5em auto 2em;
}
h6 {
	font-family: "Courier New", Courier, monospace;
	font-size: calc(.67rem + .3vw);
	text-align: right;
	margin: 2.33em 0;
	font-style: italic;
	font-weight: bold;
}
p {
	font-size: calc(1rem + .3vw);
	line-height: 1.65em;
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-rendering: optimizeLegibility;
}
a {
	color: white;
	text-decoration: none;
}
a:focus-visible {
	outline: 1px solid #FFE27A;
}
p > a {
	display: inline-block;
	width: 96.5%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}
html {
	height: 100%;
 /*	background-color: #1d426f;	background-color: #597eab; */;
}
body {
	min-height: 100%;
	height: auto !important;
	height: 100%; /*	color: #e8ecf0;	color: #02060b; color: #080c11; color: #eef2f6;*/;
	font-family: var(--font);
}
header {
	position: relative;
	height: calc(5rem + 18.5vw);
	min-height: 15.5rem;
	max-height: 38.2vmin;
	background: url('../felix/felix_800.webp') right bottom, var(--linear-gradient) left;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	background-blend-mode: luminosity;
	filter: drop-shadow(4px 7px 4px rgba(0, 0, 0, .5));
	z-index: 2;
}
h1 a {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 34%;
	transform: translate(-50%, -50%);
	font-size: calc(2rem + 2.2vw);
	letter-spacing: .09em;
	white-space: nowrap;
	color: rgba(255, 255, 255, .7);
	filter: drop-shadow(4px 7px 4px rgba(255, 255, 255, .7));
	z-index: 3;
	transition: all 1s linear .2s;
}
.dat {
	background-color: transparent;
	background-image: none, none;
	text-align: right;
}
.dat h1 a {
	margin-left: 19.1%;
}
header:hover h1 a {
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 0 0 transparent, 0 0 8px white;
	filter: drop-shadow(4px 7px 4px rgba(255, 255, 255, 1));
	transition-duration: .5s;
}
input[type=checkbox], input[type=checkbox]:checked {
	display: none;
}
input[type=checkbox]:hover ~ ul, input[type=checkbox]:focus ~ ul, input[type=checkbox]:checked ~ ul {
 	visibility: visible;
	opacity: 1;
	transition: all .5s linear;
}
label {
	display: block;
	position: sticky;
	top: 0;
	margin-top: -.2rem;
	cursor: pointer;
	z-index: 4;
}
input + label:after {
	position: absolute;
	right: 0;
	top: -4rem;
	height: 4rem;
	line-height: 4rem;
	width: 38.2%;
	border-radius: 2px;
	text-align: center;
	font-size: small;
	color: white;
	content: 'Menü ☰';
	visibility: visible;
	opacity: 1;
	transition: all 0.5s linear;
}
#sub + label:after {
	top: 0;
	font-size: large;
	box-shadow: 0 0 0 transparent, -2px 4px 6px -4px rgba(0, 0, 0, .5);
}
input + label:hover:after {
	content: 'öffnen';
}
#sub + label:hover:after {
	font-size: small;
}
input:checked + label:after {
	content: 'Menü ✗';
}
input:checked:hover + label:after {
	content: 'schließen';
}
label:before {
	position: absolute;
	z-index: 1;
	height: 1rem;
	width: 1rem;
	color: white;
	content: '';
	background-color: transparent;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transition: all .5s ease-in-out;
}
#sub + label:before {
	top: 28px; /*	left: inherit;*/;
	right: 5%;
	transform: rotate(45deg);
}
#sub:checked + label:before {
	top: 38px;
	transform: rotate(-135deg);
}
ul {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 0;
	height: 0;
	width: 61.8%;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease-in-out .1s;
}
li a, .sprache {
	height: 3em;
	line-height: 3em;
	text-align: center;
	font-size: calc(1.0833rem + .3vw);
	overflow: hidden;
	color: rgba(255, 255, 255, .7);
	text-shadow: 0 0 0 transparent, 0 0 12px 1px white;
	box-shadow: 0 0 0 transparent, 2px 4px 6px -4px rgba(0, 0, 0, .5);
	transition: all 1.2s;
}
.sprache {
	margin-top: -1rem;
	margin-left: .2%;
	width: calc(3em + 2%);
	font-style: italic;
	text-decoration: underline;
	letter-spacing: .09em;
	border-radius: 0 0 .7em .7em;
}
@-webkit-keyframes navicol {
    0% {	color: white;	}
	30% {	color: #0d1e32;	}
	100% {	color: white;	}
}
@keyframes navicol {
    0% {	color: rgba(255, 255, 255, 1);	}
	30% {	color: #0d1e32;	}
	100% {	color: rgba(255, 255, 255, 1);	}
}
li a:hover, li a.sie_sind_hier:hover, .sprache:hover {
	color: rgba(255, 255, 255, 1);
	animation: navicol 1s 1;
}
.hell_dunkel:before, .hell_dunkel:after, .hd {
	display: none;
	opacity: 0;
	transition: all 1s linear .2s;
}
article {
	padding: 1em 0;
	z-index: 1;
/*	overflow: hidden;*/
}
article + article {
	margin-top: calc(.5em + 1vmin);
}
figure + figure {
	margin-top: calc(1em + 5vmin);
}
figure {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.bild, .lichtbox {
	display: none;
}
figure img {
	height: auto;
	width: 38.2vmin;
	margin: 1em auto;
	min-height: 150px;
	filter: drop-shadow(1px 2px 6px currentColor);
}
figure figcaption {
	width: 61.8%;
	margin: 0 9% 0 19.1%;
	font-size: calc(1rem + .3vw);
	line-height: 1.4em;
}
figcaption strong {
	font-size: 115%;
	font-weight: 500;
	filter: drop-shadow(1px 1px 5px rgba(255, 255, 255, .5));
}
.gal {
	padding: .5em 0;
}
.gal figure img {
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: .5em;
	background-color: white;
	filter: drop-shadow(2px 3px 4px currentColor);
}
.gal figcaption {
	width: auto;
	margin: 0 auto;
	filter: drop-shadow(1px 1px 4px currentColor);
}
article p {
	padding: 0 3%;
}
article p:first-letter {
	padding-left: 1.5em;
	font-size: 125%;
}
.fl:first-letter {
	font-size: inherit;
}
.link {
	display: block;
	position: fixed;
	top: 61.8%;
	right: 0;
	margin-right: -4px;
	padding: 1rem;
	font-size: 1rem;
	font-style: italic;
	text-align: center;
	color: white;
	border-radius: 5px;
	opacity: .7;
	z-index: 2;
	transition: all .2s;
}
.link:hover, .link:focus {
	opacity: 1;
	text-shadow: 0 2px 4px white;
}
footer {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-top: 1em;
}
footer a {
	padding: 1em;
	font-size: calc(.9167rem + .3vw);
	overflow: hidden;
	transition: all .2s;
}
footer a + a {
	margin-top: .2em;
}
footer:after {
	content: '©Copyright Felix Gottlieb - Alle Rechte vorbehalten';
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: italic;
	margin: 0 auto;
	padding: .5rem 0;
	color: #02060b;
}
h6 {
	display: none;
}
@media screen and (min-width: 825px) {
html {
	background-attachment: fixed;
}
body {
	padding-right: 4px;
	margin: 0 auto;
	max-width: 1280px;
}
h1 {
	font-weight: 300;
}
#sub + label:before, #sub + label:after {
	display: none;
}
ul {
	position: relative;
	flex-direction: row;
	justify-content: flex-end;
	right: -4px;
	width: auto;
	visibility: inherit;
	opacity: inherit;
	z-index: 4;
}
li a, .sprache {
	height: 2.2em;
	line-height: 2.2em;
}
li a {
	padding: inherit;
	width: calc(18px + 20vw);
	max-width: 300px;
	text-align: center;
}
li + li {
	margin-left: 1px;
}
.erste {
	border-radius: 7px 0 0 4px / 3px 0 0 4px;
}
.letzte {
	border-radius: 0 4px 4px 0 / 0 4px 4px 0;
}
@-webkit-keyframes navicol {
    0% {	filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0))}
	30% {	filter: drop-shadow(0 -1px 3px rgba(255, 255, 255, 1)) }
	100% {	filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0))}
}
@keyframes navicol {
    0% {	filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0))}
	30% {	filter: drop-shadow(0 -1px 3px rgba(255, 255, 255, 1)) }
	100% {	filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0))}
}
.hell_dunkel, .hd {
	display: block;
	position: fixed;
	top: 38.2vh;
	left: 0;
	height: 4rem;
	font-size: 1rem;
	border-radius: 50%;
	opacity: 1;
}
.hell_dunkel {
	line-height: 3rem;
	padding: 0 2rem;
	background-color: transparent;
	z-index: 4;
}
.hd {
	width: 4rem;
	line-height: 4rem;
	text-align: center;
	background-color: #224E82;
	background-image: radial-gradient(ellipse farthest-side at center bottom, #B9CEE7, #224E82);
	box-shadow: 0 0 18px #B9CEE7;
	z-index: 3;
}
.hd:after {
	content: "hell";
	color: #ECEAF6;
}
input#hell_dunkel:checked + .hd {
	background-image: radial-gradient(ellipse farthest-side at center top, #B9CEE7, #224E82);
	box-shadow: 1px 0 18px #224E82;
}
input#hell_dunkel:checked + .hd:after {
	content: "dunkel";
}
input#hell_dunkel:checked ~ article  {
    color: #02060b;
	background-color: white;
}
article {
	border-radius: 10px 10px 200px 200px / 1px 1px 1.5px 1.5px;
	box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.3), 0 0 40px -8px rgba(0, 0, 0, 0.1) inset, 0 -9px 40px rgba(0, 0, 0, 0.1) inset;
}
figure {
	flex-direction: row;
	justify-content: space-between;
}
figure img {
	margin: 0;
	margin-left: 5%;
	padding: 0;
	height: 38.2%;
	filter: drop-shadow(2px 3px 6px currentColor);
}
figure figcaption {
	margin: 0;
	padding: 2% 5% 0 5%;
	width: 61.8%;
	font-size: calc(1rem + .3vw);
	line-height: 1.4em;
}
.bild, .lichtbox {
	display: block;
}
.bild {
	height: auto;
	width: 38.2%;
	max-width: 490px;
	margin: 0;
	margin-left: 9%;
	box-shadow: 0 0 0 transparent, 0 3px 8px -2px rgba(0, 0, 0, 0.8);
	transition: all .5s ease-in-out;
}
.bild:hover {
	filter: sepia(20%);
	transition: filter .2s linear;
}
.gal {
	display: -webkit-flex;
	display: flex;
	flex-direction: row-reverse;
}
.gal figure {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: 10em;
	margin: 0;
	padding: 0;
	padding-top: 2em;
	width: 38.2%;
}
.gal figure img {
	display: none;
}
.gal figcaption {
	margin: 0;
	padding: 0;
	text-align: left;
}
.gal .bild {
	margin: 1em;
	width: 38.2vw;
	max-width: 791px;
	padding: 1%;
	background-color: #e8ecf0;
}
.lichtbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	z-index: 8;
	background-color: rgba(0, 0, 0, 0.9);
}
.lichtbox img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 28px 1px rgba(0, 0, 0, 1);
}
.lichtbox:focus {
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.lichtbox:target {
	visibility: visible;
	opacity: 1;
	transition: opacity .5s ease-in-out;
}
.link {
	box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, .5);
}
footer {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: .5em 0;
	border-radius: 5px 5px/ 20px 20px;
	box-shadow: 0 1px 6px -1px rgba(0, 0, 0, .2);
}
footer a {
	margin: 0 1em;
	filter: drop-shadow(1px 1px 2px currentColor);
}
footer a + a {
	margin-top: 0;
}
footer:after {
	display: none;
}
h6 {
	display: inherit;
}
}
@media screen and (min-width: 1481px) {
.hell_dunkel, .hd {
	left: calc(50% - 733px);
}
.link {
	right: calc(50% - 733px);
}
}
@media screen and (min-width: 2561px) {
h1 a {
	font-size: 5.52rem;
}
li a, .sprache {
	font-size: 1.563rem;
}
p, figcaption {
	font-size: 1.48rem;
}
h3 {
	font-size: 1.65rem;
}
h6 {
	font-size: 1.15rem;
}
footer a {
	font-size: 1.4rem;
}
}
@media screen and (prefers-color-scheme: dark) {
html {
	background-color: #1d426f;
}
body {
	color: #e8ecf0;
}
header {
	background-color: transparent;
	--linear-gradient: linear-gradient(to right, transparent, #080808 50%);
}
h3 {
	filter: drop-shadow(4px 7px 4px rgba(255, 255, 255, .7));
}
input + label:after {
	background-color: #1d426f;
	background-image: linear-gradient(#2d66ac, #1d426f 40%, #0d1e32);
}
input + label:hover:after {
	background-image: linear-gradient(#2d66ac, #1d426f 80%, #0d1e32);
}
input#hell_dunkel:checked ~ article h3 {
	filter: drop-shadow(4px 7px 4px rgba(0, 0, 0, .7));
}
li a {
	background-color: #1d426f;
	background-image: linear-gradient(#2d66ac, #1d426f 40%, #0d1e32);
}
li a.sie_sind_hier {
	background-image: linear-gradient(#2d66ac, #1d426f 60%, #0d1e32);
}
li a:hover, li a.sie_sind_hier:hover {
	background-image: linear-gradient(#2d66ac, #1d426f 80%, #0d1e32);
}
.sprache {
	background-color: #1d426f;
	background-image: linear-gradient(#0d1e32, #1d426f 40%, #2d66ac);
}
.sprache:hover {
	color: white;
	background-image: linear-gradient(#0d1e32, #1d426f 10%, #2d66ac);
}
article {
	color: #e8ecf0;
	background-color: #0d1e32;
	transition: all 1s linear .2s;
}
.link {
	background-color: #1d426f;
}
footer {
	background-color: rgba(185, 202, 233, .2);
}
footer a {
	color: #e8ecf0;
	background-color: rgba(0, 0, 0, .2);
}
footer a:hover {
	color: #02060b;
	background-color: rgba(255, 255, 255, .2);
}
@media screen and (min-width: 825px) {
html {
	background-image: linear-gradient(#0d1e32, #2d66ac);
}
}
}
@media screen and (prefers-color-scheme: light), (prefers-color-scheme: no-preference) {
html {
	background-color: #597eab;
}
body {
	color: #080c11; /*    color: #080c11;    color: #eef2f6; */
}
header {
	background-color: #180a00;
	--linear-gradient: linear-gradient(to right, #180a00 30%, black 100%);
}
h3 {
	filter: drop-shadow(4px 7px 4px rgba(0, 0, 0, .7));
}
input + label:after {
	background-color: #597eab;
	background-image: linear-gradient(#97a3b2, #526780 40%, #415266);
}
input + label:hover:after {
	background-image: linear-gradient(#97a3b2, #526780 80%, #415266);
}
li a {
	background-color: #597eab;
	background-image: linear-gradient(#97a3b2, #526780 40%, #415266);
}
li a.sie_sind_hier {
	background-image: linear-gradient(#97a3b2, #526780 60%, #415266);
}
li a:hover, li a.sie_sind_hier:hover {
	background-image: linear-gradient(#97a3b2, #526780 80%, #415266);
}
.sprache {
	background-color: #597eab;
	background-image: linear-gradient(#415266, #526780 40%, #97a3b2);
}
.sprache:hover {
	background-image: linear-gradient(#415266, #526780 10%, #97a3b2);
}
.hd:after {
	content: "dunkel";
	color: #ECEAF6;
}
input#hell_dunkel:checked + .hd:after {
	content: "hell";
}
input#hell_dunkel:checked ~ article  {
    color: #eef2f6;
	background-color: #3e597a;
}
input#hell_dunkel:checked ~ article h3 {
		filter: drop-shadow(4px 7px 4px rgba(255, 255, 255, .7));
}
article {
	color: #080c11;
	background-color: white;
	transition: all 1s linear .2s;
}
.link {
	background-color: #597eab;
}
footer {
	background-color: rgba(185, 202, 233, 1);
}
footer a {
	color: #080c11;
	background-color: rgba(255, 255, 255, .5);
}
footer a:hover {
	color: #eef2f6;
	background-color: rgba(0, 0, 0, .2);
}
input#hell_dunkel:checked ~ footer {
	background-color: rgba(185, 202, 233, .5);
}
input#hell_dunkel:checked ~ footer a {
	color: #eef2f6;
	background-color: rgba(0, 0, 0, .2);
}
input#hell_dunkel:checked ~ footer a:hover {
	color: #080c11;
	background-color: rgba(255, 255, 255, .5);
}
@media screen and (min-width: 825px) {
html {
	background-image: linear-gradient(#597eab, #8ca5c5);
}
}
}
