body
{
    width:auto;
    height:auto;
    margin:auto;
}
#seite
{   
    margin:0px 0px;
    padding-bottom: 30%;
    box-sizing: border-box;
    display:flex;
    position:relative;
    z-index:1;
    flex-wrap: wrap;
    width:100%;
    height:100%;
    background-image: url("hintergr_adventskal_2025.jpeg");
    background-size: cover;
    justify-content: center;
}

p
{
    z-index: 9;
    font-size: 36px;
    font-style:oblique;
     color:darkblue;
    font-weight:  900;
    text-shadow: 
    -4px -4px 0 white,
     0   -4px 0 snow,
     4px -4px 0 lightblue,
     4px  0   0 snow,
     4px  4px 0 white,
     0    4px 0 lightblue,
    -4px  4px 0 lightblue,
    -4px  0   0 white;
    margin-top:1%;
    width: 100%;
    height: 52px;
    text-align: center;
    
}
.bildanzeige
{
    display:none;
    border-radius:15px;
    position:absolute;
    margin-top:7%;
    z-index:5;
    width: 80%;
    max-width: 80%;
    height:80%;
    max-height:80%;
    padding:1%;
     box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;
}
.bildanzeige.a 
{
    padding-top: 0.5%;
    padding-right: 0.5%;
}

.close
{
    position:relative;
    z-index=6;
    margin-top:15px;
    margin-left:10px;
}
.tuer
{
    cursor: pointer;
    position:relative;
    z-index:2;
    padding:2%;
    margin:2%;
    background-image:url(sterntuer1.png);
    background-size: cover;
    width:25px;
    height:25px;
    text-align: center;
    font-family:"chalkduster";
    font-size: 38px;
    color:ghostwhite;
    text-shadow: 
    -1px -1px 0 darkgreen,
     0   -1px 0 darkgreen,
     1px -1px 0 darkgreen,
     1px  0   0 darkgreen,
     1px  1px 0 green,
     0    1px 0 green,
    -1px  1px 0 lightgreen,
    -1px  0   0 lightgreen;
    opacity: 0.2;
}

.tuer:hover 
{opacity:1.0;
  animation: glitter 15s linear 0s infinite normal;
  -webkit-animation: glitter 15s linear 0s infinite normal;
  -moz-animation: glitter 15s linear 0s infinite normal;
  -ms-animation: glitter 15s linear 0s infinite normal;
  -o-animation: glitter 15s linear 0s infinite normal;}

@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes glitter {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  25% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 40px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
    text-shadow: 
    -1px -1px 0 red,
     0   -1px 0 red,
     1px -1px 0 red,
     1px  0   0 red,
     1px  1px 0 red,
     0    1px 0 red,
    -1px  1px 0 red,
    -1px  0   0 red;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
    background-color:green;
  font-size: 14px;
  padding: 2px 5px;
    margin:20 43px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.closeFrame {
    text-align-last: center;
    text-align: center;
    justify-content:center;
    padding:1px 1px 1px 1px;
    cursor: pointer;
    top:0px;
  position: absolute;
  height: 25px;
  width: 25px;
  margin: 20 10px;
  color: white;
background-color: #bbb;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 50%;
  user-select: none;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}