@charset "UTF-8";

body {
	background: #EBEBEB;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
	
}

.textDE {
		font-size: 12px;
		color: white;
		text-align: left;
		
	}


	.textKopf {
		font-size: 28px;
		color: #CAA371;
		text-align: center;
		padding: 20px;
	}		



	
	.Rahmen {
		background: #000033;
		
		padding-top: 20px;
		padding-left: 10px;
		padding-bottom: 20px;
		padding-right: 10px;
				}		  	 
		  	 
		  
.Ntable {
 background-image: url("../images/ct1.jpg"); 
 width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  a: font-family: Arial color: red;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}


.GanzTeil {
 background-image: url("../images/ct1.jpg"); 
 background-color: #efefef ;
   background-repeat: repeat-x;
}

.obersterContainer {
	
	background-color: #000033;
	/* margin-bottom: 30px; */
	
}

.untersterContainer {
	
	background-color: #000033;
	/* margin-bottom: 30px; */
	
}

.rechts {
	
	align: right;
}

.BilderIntro {
    background-color: #EBEBEB;
	margin-top: 20px;
}

.BilderIntro figure {
  position: relative;
}

.BilderIntro figure:hover img  {
  -webkit-filter: opacity(.8);
	border-color: #000033;
border-width: 2px;
border-style: solid;
}


 .image-container {
  position: relative;
  }

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Bild anpassen */
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
   a: font-family: Arial color: red;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  font-size: 20px;
  font-weight: bold; 
}



.BilderIntro figcaption {
  	position: absolute;
	bottom: 10px;
	width: 90%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
    color: #FFFFFF;
	text-shadow: 0 0 10px black;
}

.rechts {
	float: right;
}

#footmenu {
	 position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  background: #000033;
	
	padding-top:  5px;
	
 
}