	    html{ cursor: crosshair;
		    
	    }
	    body {
		    background-image: url("media/bg.gif") ; 
		    background-size: cover;
		    background-repeat: no-repeat;
		    background-position: center center fixed;
		   
		   
		    
		

    
    
    
    
    padding:0;
    margin:0;
   
    
    
      
      
     }
      
      #ja   { cursor: url(tick.png),  url(tick.gif),  url(tick.cur),  auto; }
      #nein { cursor: url(cross.png), url(cross.gif), url(cross.cur), auto; }
		   
		   .flydemo { 
   background: url("media/text.png") repeat-x;
   width: 90%; margin: 1em auto; max-width:600px; height: 210px;
   animation: flybirds 12s linear infinite;
}

@keyframes flybirds {
	from { background-position: 0px 0px }
	to { background-position: 1080px 0px }
	

}

h1  { text-align: center; letter-spacing: 0.1em; color: white; font-size: 22px;
		
		 text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  
	}

#box{margin-left: 30%; margin-right: 30%;
	box-shadow: inset 0px 0px 2px 1px black;
	
}


#box2{
	width: 400px;
margin-left: auto;
margin-right: auto;
	text-align: center;
	background-image: url(media/bgtext.png);
	background-position: center center;
	background-size: 100% 100%;
	flex: inherit;

	
}



#boxwhite{margin-left: 20%; margin-right: 20%;
	box-shadow: inset 0px 0px 2px 1px color(srgb 0 0 0);
	
}


.row > .column {
  padding: 0 8px;
 
}

.row:after {
  content: "";
  display: table;
  clear: both;
  
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 20%;

}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000000;
  margin: auto;
  padding: 0;
  width: 800px;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px 16px 16px 16px;
  margin-bottom: 50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: black;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}


.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}


img.zoom {
 transition: transform 0.8s;
 -moz-transition: transform 0.8s;
 -webkit-transition: transform 0.8s;
 -o-transition: transform 0.8s;
 -ms-transition: transform 0.8s;
}
img.zoom:hover {
 cursor: zoom-in; 
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(4.0, 4.0);
 -moz-transform: scale(4.0, 4.0);
 -webkit-transform: scale(4.0, 4.0);
 -o-transform: scale(4.0, 4.0);
 -ms-transform: scale(4.0, 4.0);
}