/* Grundlegendes Styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	background: #000;
	display: flex;
	align-items: center;
	


}

a:link, a:visited {
    text-decoration: none;
}




/* Kalender-Container */
@keyframes movingLight {
    0% {
        background-position: 0% 0%; /*-100% 0%*/
    }
    100% {
        background-position: 0% 0%; /*100% 0%*/
    }
}
.calendar {
position: relative;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
    margin-bottom: 0px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
  padding: 20px;
  background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.09) 50%, rgba(255,255,255,0.05) 100% );
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.05) 100%);
    background-size: auto;
  background-size: 110% 100%;
  animation: movingLight 10s linear infinite;
  background-image: url("../media/images/pattern.jpg");
  background-size: 100% 100%;
  border-radius: 4px;
  border: 2px solid #222;
  box-shadow: 4px 6px 60px rgba(0,0,0,0);
  margin-bottom: 0px;
}


/* Türchen-Styling */
.door {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* Quadrat */
    overflow: hidden;
}

.door-frame {
position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 99%;
  box-shadow: 1px -1px 100px rgba(0,0,0,0.9) inset;
  border-bottom: 1px dashed rgba(111, 111, 111, 0.55);
  border-top: 1px dashed rgba(111, 111, 111, 0.55);
  border-left: 1px solid rgba(55,55,55,0.5);
  border-right: 1px solid rgba(55,55,55,0.5);
}
.door-frame:hover {
	box-shadow: 1px -1px 33px rgba(0,0,0,0.44) inset;
	border: 1px solid #666;
}

.left-door,
.right-door {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.155); /* Halbtransparent */
    backface-visibility: hidden;
    transform-origin: center;
    transition: transform 1s;
    z-index: 2; /* Türen liegen über dem Hintergrund */
	
}

.left-door {
    left: 0;
    transform-origin: left;
}

.right-door {
    right: 0;
    transform-origin: right;
}

.door-number {
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  color: #ffffff;
  font-weight: bolder;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  letter-spacing: -1px;
}

.door.open .left-door {
    transform: rotateY(-180deg);
}

.door.open .right-door {
    transform: rotateY(180deg);
}

/* Tiefeneffekt-Hintergrund */
.door-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../media/images/tuere-hintergrund.gif'); /* Bild, das Tiefe darstellt */
    background-size: cover;
    background-position: center;
	background-color: rgba(0,0,0,0.4);
    display: none; /* Zunächst verstecken */
    z-index: 1; /* Hinter den Türen */
}
.door-Skelett{
	width: auto;
	height: auto;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 100%;
}

.door.open .door-background {
    display: block; /* Zeigen, wenn Tür geöffnet ist */
}

/* Animation für den Inhalt */
.content-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.5s;
    z-index: 1000;
}

.content {
position: relative;
  background-image: url("../media/images/papier.jpg");
  background-size: cover;
  padding: 0;
  max-width: 666px;
  max-height: 666px;
  overflow: auto;
  animation: zoomIn 0.5s;
  width: 100%;
  height: 100%;
  color: #111;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid goldenrod;
}

.close-btn {
position: absolute;
  top: 10px;
  right: 10px;
  background-color: goldenrod;
  color: #fff;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  font-weight: bolder;
  font-size: 150%;
}


#play-music-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: goldenrod;
    color: #000;
    border: none;
    padding: 15px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1002;
}
.tuerenImageBackground{
	width: 90%;
	height: auto;
	margin-top: -20px;
}
.resImage{
	width: 100%;
	height: auto;
}
.underliner{
	text-decoration: underline;
}
.spruchText{
	font-size: 24px;
	line-height: 133%;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.bigTextz{
	font-size: 60px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: -0.025em;
}

.buttonGO{
	 width: 100%;
	height: auto;
	max-width: 333px;
	
}
.dayposition{
	widht: 100%;
	height: auto;
	
}
.topperTitle {
font-size: 14px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #999;
}
.topperTitle strong{
	font-weight: bolder;
}
.littleLink{
color: goldenrod;
  text-decoration: none;
  font-size: 115%;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.littleLink:hover{
	color: goldenrod;
	text-decoration: none;
}
.yelllow{
	color: goldenrod;
	font-weight: 400;
}
.xmas-title{
	width: 100%;
	height: auto;
	max-width: 300px;
}

.middleLektion{
position: relative;
  width: 640px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-block {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
	position: absolute;
	width: auto;
	height: auto;
	
}

.content-block.hidden {
    opacity: 0;
    pointer-events: none;
}
.lineo{
	width: 100%;
	height: 4px;
	background: goldenrod;

	max-width: 111px;
	margin: 20px auto 25px;
}

.socialzNetwork{
position: fixed;
  width: 30px;
  padding: 10px 15px 10px 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #222;
  border-radius: 5px;
  border: 1px solid #444;
  z-index: 99;
	display: none;
}
.sozialzImage{
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 500px;
	margin: 5px 0;
	filter: grayscale(100%);
}
.sozialzImage:hover{
filter: grayscale(0%);
	border: 1px solid #000;
}

/* Keyframes für die Fade-in-Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}





.theTitelCalendar{
	width: auto;
	height: auto;
	text-align: center;
	padding: 40px;
}
.theTitelCalendar img{
	width: 100%;
	height: auto;
	max-width: 666px;
}










/* Zoom-Animation */
@keyframes zoomIn {
    from { transform: scale(0); }
    to { transform: scale(1); }
}

/* Fade-In-Animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Aktuelles Türchen wackelt */
.door.current-day .door-frame {
    animation: shake 0.5s infinite;
}
.door.current-day .door-frame:hover {
    animation: shake 0.25s infinite;
}

.door.open.current-day .door-frame {
    animation: none; /* Wackel-Effekt stoppen, wenn Tür geöffnet ist */
}


/* Wackel-Animation */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

/* Schneeflocken-Container */
#snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 100;
}

/* Schneeflocken-Styling */
.snowflake {
    position: absolute;
    top: -50px;
    color: white;
    font-size: 1.5em;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    animation-name: fall;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* Schneefall-Animation */
@keyframes fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

/* Schüttel-Animation für geschlossene Türen */
@keyframes shake-locked {
    0% { transform: translateX(0); }
    15% { transform: translateX(-10px); }
    30% { transform: translateX(10px); }
    45% { transform: translateX(-10px); }
    60% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
    90% { transform: translateX(10px); }
    100% { transform: translateX(0); }
}

.door.locked.shake .door-frame {
    animation: shake-locked 0.5s;
}

@media screen and (max-width:1100px) {
.door-number {
  font-size: 40px;
}
	
.content {
  max-width: 95%;
    max-height: 95%;

}
.middleLektion {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dayposition {
  widht: 100%;
  height: auto;
  padding: 10px 0;
}
	
}
@media screen and (max-width:800px) {

.calendar {
position: relative;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
    margin-bottom: 0px;
  display: grid;

  gap: 10px;
  padding: 20px;
  background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.09) 50%, rgba(255,255,255,0.05) 100% );
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.05) 100%);
    background-size: auto;
  background-size: 110% 100%;
  animation: movingLight 10s linear infinite;
background-color: #111;
  border-radius: 4px;
  border: 2px solid #222;
  box-shadow: 4px 6px 60px rgba(0,0,0,0.65);
  margin-bottom: 0px;
}
	
	#play-music-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #000;
  border: none;
  padding: 5px;
  font-size: 8px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1002;
  width: 50px;
  height: 50px;
}
	

	
.tagesSprecher{
display: block;
  position: fixed;
  top: 10px !important;
  left: 50%;
  transform: translate(-50%, 0%) !important;
  background: transparent;
  padding: 0px;
  box-shadow: none;
  z-index: 1000;
  width: 100%;
  height: auto;
  border-radius: 0px;
}
.door-number {
font-size: 25px;
}
	

	
.sozialzImage {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 500px;
  margin: 0px 5px auto;
  filter: grayscale(100%);
  float: left;
  max-width: 30px;
}
	
	.bigTextz{
	font-size: 30px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: -0.025em;
}
	
}


@media screen and (max-width:600px) {

.calendar {

  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
 
}	
	
/* Schneeflocken-Styling */
.snowflake {
    font-size: 0.2em !importantimportant;
}
	
}