#sliderPos {
	max-width: 800px;
	min-width: 320px;
}

#slider {
	position: absolute;
	top:80px;
	left: 1%;
	right: 1%;
	
	padding: 0 !important;

	border: 4px solid #e9e199;

/* 	background: transparent url('../images/background_christmas_01_800x500.jpg') no-repeat top left;*/
/* 	background: transparent url('../images/background_christmas_01_800x500.jpg') no-repeat center center;*/
/* Neujahr 2023-24	background: transparent url('../images/gear-192875-800x500.jpg') no-repeat center center;*/
	background: transparent url('../images/neujahr-2024-25.jpg') no-repeat center center;


	margin: 0 auto;
	max-width: 800px;
	min-width: 320px;
	vertical-align: middle;
	padding: 2%;

/* 	min-height:500px;
	height:auto !important;
*/	height:500px;

	-webkit-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 0 0 60px rgba(0,0,0,0.75);
	z-index: 99999;
}

#slider #openCloseWrap {
position:absolute;
margin: 450px 0 0 10px;
font-size:22px;
font-weight:bold;
}

a:focus {
	outline: none;
}

#slider .christmas_text {
  font-family: 'Lora', serif;
/*   font-style: italic;*/
  font-style: normal;
  font-weight: 400;
	letter-spacing: 0.2em;
/*  	font-size:54px;*/
 	font-size:clamp(4rem, 4.5vw, 6rem);
	-webkit-font-smoothing: antialiased;
/*	color: #ffb245;*/
  color: #fbf79f; /* !!! #ff8d4a */
text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
  -webkit-transition: .2s all linear;
/* 	text-shadow: -2px -2px 8px #ffffff, 1px 1px 10px #000000 !important;*/
/*	text-shadow: -1px -1px 10px #ec3822, 1px 1px 10px #ffffff !important;*/
	margin: 20px 0 0 0 !important;
}
/* 
#slider .christmas_text {
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size:54px;
  -webkit-font-smoothing: antialiased;
  color: #ff8d4a; 
  text-shadow: 0 1px 0 #bbbbbb, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: .2s all linear;
  margin: 20px 0 0 0 !important;
}
*/
#slider .christmas_text1 {
	font-family: 'Lora', serif;
	font-size:32px !important;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #eee;
 	text-shadow: -1px -1px 2px #ffffff, 1px 1px 10px #000000 !important;
	margin: 10px !important;
	line-height: 1.2em;
}

#slider .christmas_text2 {
	font-family: 'Lora', serif;
	font-size:32px !important;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #fbf79f;
 	text-shadow: -1px -1px 2px #ffffff, 1px 1px 10px #000000 !important;
	margin: 50px !important;
}

#slider .christmas_text3 {
	font-family: 'Lora', serif;
	font-size:32px !important;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #eee;
 	text-shadow: -1px -1px 1px #000000, 1px 1px 1px #dddddd !important;
/* 	margin-top: 110px !important;*/
	margin-top: 50px !important;
}

#slider .christmas_text_big {
	font-family: 'Lora', serif;
	letter-spacing: 0.1em;
	font-size:64px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	color: white;
  	text-shadow: -1px -1px 0 #666666, 2px 2px 1px #424242 !important;
	margin: 0px !important;
}

#slider .christmas_text_corona {
	font-family: 'Lora', serif;
/*  	letter-spacing: 0.1em;*/
	font-size:48px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	color: white;
  	text-shadow: -1px -1px 0 #666666, 2px 2px 1px #424242 !important;
 	margin-top: 40px !important;
}

#slider .mycenter {text-align:center}

 
@media (max-width: 730px) {
#slider .christmas_text3 {
	margin-top: 40px !important;
  }
}
