﻿@import url('reset+.css');
@font-face { font-family: 'TrajanPro-Regular';
src: local('../webfont/TrajanPro-Regular');
 src: url('../webfont/TrajanPro-Regular.eot?') format('eot'),
  url('../webfont/TrajanPro-Regular.otf') format('opentype'),
   url('../webfont/TrajanPro-Regular.woff') format('woff'),
    url('../webfont/TrajanPro-Regular.ttf') format('truetype'),
     url('../webfont/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg'); 
}
html, body, span, h1, h6, a, figure, figcaption, img, ul, li, footer, header, label {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	font-size: 100.01%;
	font-weight: normal;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
}
header, footer, figure, figcaption, img, h1, h6, ul, a {
	display: block;
}
html {
	height: 100%;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	line-height: 1;
}
ul {
	list-style: none 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-family: 'TrajanPro-Regular' !important;
}
h1 span {
	font-size: 61.8%;
}
h6 {
	font-family: "Courier New", Courier, monospace;
	font-size: calc(.67rem + .3vw);
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
a {
	color: white;
	text-decoration: none;
}
a:focus-visible {
	outline: 1px solid #FFE27A;
}
body {
	min-height: 100vh;
	height: auto !important;
	height: 100%;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-family: var(--font);
}
header {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: calc(5rem + 18.5vw);
	min-height: 15.5rem;
	max-height: 38.2vmin; /*	background-color: transparent;*/;
	overflow: hidden;
	background-blend-mode: luminosity;
	filter: drop-shadow(4px 7px 4px rgba(0, 0, 0, .5));
	z-index: 2;
}
header:before {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	inset: 0;
	margin: auto;
	height: calc(5rem + 18.5vw);
	min-height: 15.5rem;
	max-height: 38.2vmin;
	background-image: url('../img/fest.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-filter: blur(0) brightness(1);
	filter: blur(0) brightness(1);
	transition: all 1s linear .2s;
}
h1 a {
	font-size: clamp(2rem, 7.2vw, 7.2rem);
	letter-spacing: .09em;
	white-space: nowrap;
	color: rgba(255, 217, 160, 0);
	-webkit-filter: drop-shadow(4px 7px 4px rgba(255, 217, 160, 0));
	filter: drop-shadow(4px 7px 4px rgba(255, 217, 160, 0));
	z-index: 3;
	transition: all 1s linear .2s;
}
header:hover:before {
	-webkit-filter: blur(19px) brightness(.8);
	filter: blur(19px) brightness(.8);
}
header:hover h1 a {
	color: rgba(255, 217, 160, 1);
	text-shadow: 0 0 0 transparent, 0 0 8px rgba(255, 217, 160, .8);
	-webkit-filter: drop-shadow(4px 7px 5px rgba(255, 217, 160, .7));
	filter: drop-shadow(4px 7px 5px rgba(255, 217, 160, .7));
}
header h1 a:hover {
	text-shadow: 0 0 0 transparent, 0 -1px 1px rgba(255, 255, 255, .8), 0 1px 1px rgba(100, 54, 26, .8);
	-webkit-filter: drop-shadow(4px 7px 3px rgba(255, 217, 160, 1));
	filter: drop-shadow(4px 7px 3px rgba(255, 217, 160, 1));
}
#sub[type=checkbox], #sub[type=checkbox]:checked {
	display: none;
}
#sub[type=checkbox]:hover ~ ul, #sub[type=checkbox]:focus ~ ul, #sub[type=checkbox]:checked ~ ul {
 	visibility: visible;
	opacity: 1;
	transition: all .5s linear;
}
label {
	display: block;
	position: -webkit-sticky;
	position: sticky;
	top: -1.4em;
	margin-top: -.2rem;
	cursor: pointer;
	z-index: 3;
}
#sub + 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);
}
#sub + label:hover:after {
	content: 'öffnen';
}
#sub + label:hover:after {
	font-size: small;
}
#sub:checked + label:after {
	content: 'Menü ✗';
}
#sub:checked:hover + label:after {
	content: 'schließen';
}
#sub + label:before {
	position: absolute;
	top: 28px;
	right: 5%;
	height: 1rem;
	width: 1rem;
	z-index: 1;
	content: '';
	color: white;
	background-color: transparent;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(45deg);
	transition: all .5s ease-in-out;
}
#sub:checked + label:before {
	top: 38px;
	transform: rotate(-135deg);
}
ul {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	position: -webkit-sticky;
	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 {
	position: absolute;
	left: .2%;
	width: calc(3em + 2%);
	z-index: 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;
}
figure {
	display: flex;
	flex-flow: column;
	justify-content: start;
	text-align: center;
}
figure input, figure label {
	display: none;
}
img {
	height: auto;
	width: 100%;
	filter: drop-shadow(4px 7px 4px rgba(0, 0, 0, .5));
}
figure label ~ img {
	position: -webkit-sticky;
	position: sticky;
	top: 0; 
	margin-bottom: 5vw;
}
@media screen and (min-aspect-ratio: 1379/1960) {
figure label ~ img {
	top: -100%;
}
}
footer {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	text-align: center;
}
footer a {
	padding: 1em;
	font-size: calc(.9167rem + .3vw);
	overflow: hidden;
	border-radius: 20%;
	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;
}
#sub + label:before, #sub + label:after {
	display: none;
}
ul {
	position: relative;
	flex-direction: row;
	justify-content: flex-end;
	width: auto;
	visibility: inherit;
	opacity: inherit;
	z-index: 4;
}
li a, .sprache {
	height: 2.2em;
	line-height: 2.2em;
}
.sprache {
	left: inherit;
	margin-left: .2%;
}
li a {
	padding: inherit;
	width: 22vw;
	max-width: 445px;
	text-align: center;
}
li + li {
	margin-left: 1px;
}
li:first-child a {
	border-radius: .3em 0 0 .3em;
}
/*li:last-child a {
	border-radius: 0 .3em .3em 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))}
}
figure input {
	display: inherit;
	position: relative;
	top: 4em; /*display: none;*/;
	opacity: 0;
	visibility: hidden;
}
figure label {
	display: block;
	position: relative;
	top: 3em;
	padding: .5em;
	width: 19.1%;
	margin-left: 1vw;
	background-color: rgba(255, 255, 255, .1);
}
figure input:checked + label {
	background-color: rgba(0, 0, 0, .1);
}
img {
	max-width: 1480px;
}
figure label ~ img {
	position: absolute;
	top: inherit; 
	margin-top: 3em; 
	right: 1vw;
	width: 76vw;		
	opacity: 0;
	visibility: hidden;
	transition: all 1s linear .2s;
}
#pica:checked ~ #a, #pica:hover ~ #a,
#picb:checked ~ #b, #picb:hover ~ #b,
#picc:checked ~ #c, #picc:hover ~ #c,
#picd:checked ~ #d, #picd:hover ~ #d {
	opacity: 1;
	visibility: visible;
}
footer {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 5em 1vw 1em;
	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: 1921px) {
figure label ~ img {
 right: calc(50.5vw - 960px);
}
}
@media screen and (min-width: 2561px) {
li a, .sprache {
	font-size: 1.563rem;
}
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;
}
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);
}
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);
}
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;
}
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);
}
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);
}
@media screen and (min-width: 825px) {
html {
	background-image: linear-gradient(#597eab, #8ca5c5);
}
}
}
