body{
	background:url("weihnachtenbg.png");
		background-repeat:no-repeat;
	background-size:cover;
	
}
#bilderrow {
    display: flex;
	margin-top:35%;
	margin-left:10%;
}


#bilderrow img {
    width: 401px;
    max-width: 100%;
	margin-left:33px;
-webkit-box-shadow: 0px 0px 15px -3px #000000; 
box-shadow: 0px 0px 15px -3px #000000;
  
}

td#version2 {
    padding-left: 31px;
    padding-right: 31px;
}


#shape {
    height: 25px;
    width: 25px;
    background-color: #63b521;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 8%;
    top: 10px;
}

#zahl {
    position: relative;
    left: 8px;
    top: 4px;
    font-weight: 600;
}


.extrawurst {
    position: relative;
    left: 27px;
}
.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}