body { 
        background-image: url("bilder_website/Logo KSFB e.V._grau1.png"),							  url("bilder_website/background_2.jpg");
	background-repeat: no-repeat, repeat; 
	background-attachment: fixed; 
	background-position: center center, left top;
	font-family: Arial;
	font-weight: bold;
	overflow: scroll;
	font-size: 20px;
	text-shadow:1px 0px red; 
     }



h1   { 
       text-align: center; text-shadow:3px 3px red; font-family: 'Brush Script MT', cursive; font-size:        130px; 
     }

h2   {
       text-align: center;
	text-shadow:2px 2px red;
       letter-spacing: 3px;
	font-size:    30px;
     }
h3   {
       text-align: center;
	text-shadow:2px 2px red;
       font-size:    50px;
     }
h4   { 
       text-align: center;
	text-shadow:2px 2px red;
	font-size:    30px;
     }
h5   {
       text-align: center;
	text-shadow:2px 2px red;
       font-size: 30px;
     }

p    {
       text-align: center; 
     }


#borderimg {
  		border: 5px solid;
  		padding: 5px;
  		border-image: url(bilder_website/ksfb_logo_blank1.gif) 45 round;
		border-image-outset: 1;
	}
 


a:link, a:visited {
                        margin: 9px;
  			background-color: black;
  			color: white;
 			border: 6px solid red;
                        border-radius: 10px;
  			padding: 15px 25px;
  			text-align: center;
  			text-decoration: none;
  			display: inline-block;
		  }

a:hover, a:active {
  			background-color: red;
  			color: white;
		  }

.lightbox {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.lightbox .content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}



