/* GLOBAL */

body {
   background:  url("bg2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #cccccc;
}


 a {
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
}

 a:hover {
  background-color: #00128a ;
  color: white;
}

 a:active {
  background-color: #28d83d ;
  color: white;
 }
 
/* HEADER */

.header {
  background-color: #00128a; /*#00128a;*/
  background: rgb(0, 18, 138); /* Fallback for older browsers without RGBA-support */
  background: rgba(0, 18, 138, 1);
  padding: 10px;
  text-align: center;
  display:flex; 
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header p.main {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	letter-spacing: 20px;
}

/* BLOCKS */

.spacer {
	  background-color: #333;
	  opacity: 0;  
	  width: 25%;
	  height: 150px;
	
}
/*Willkommen*/
.block1 {
  background-color: #00128a ;
  margin-left: 25%;
  margin-right: 25%;
  opacity: 1;
  padding: 2px;
  width: *%;
 
}
.block1 p.main {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	letter-spacing: 10px;
	text-align: center;
}
.block1 p.sub1 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	letter-spacing: 10px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}

/*Konzept*/
.block2 {
  background-color: #333;
  margin-left: 25%;
  margin-right: 25%;
  opacity: 0.9;
  padding: 2px;
  width: *%;
}
.block2 p.main {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	letter-spacing: 20px;
	text-align: center;
}
.block2 p.sub1 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	letter-spacing: 10px;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}
/*Kontakt*/
.block3 {
  background-color: #333;
  margin-left: 25%;
  margin-right: 25%;
  opacity: 0.9;
  padding: 2px;
  width: *%;
}
.block3 p.main {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	letter-spacing: 20px;
	text-align: center;
}
.block3 p.sub1 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	letter-spacing: 10px;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}
/*Über Uns*/
.block4 {
  background-color: #333;
  margin-left: 25%;
  margin-right: 25%;
  opacity: 0.9;
  padding: 2px;
  width: *%;
}
.block4 p.main {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	letter-spacing: 20px;
	text-align: center;
}
.block4 p.sub1 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	letter-spacing: 10px;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}
.block4 p.sub2 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	letter-spacing: 10px;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}
/*Impressum*/
.block5 {
  background-color: #333;
  margin-left: 25%;
  margin-right: 25%;
  opacity: 0.9;
  padding: 2px;
  width: *%;
}
.block5 p.main {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	letter-spacing: 20px;
	text-align: center;
}
.block5 p.sub1 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	letter-spacing: 10px;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}
.block5 p.sub2 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	letter-spacing: 5px;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}

/* MENUE */


#navbar {
  /*margin-left: 25%;
  margin-right: 25%;*/
  overflow: hidden;
  background-color: #333;
  opacity: 0.9;
  z-index: 2;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 5px;
  
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 16px 14px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #00128a ;
  color: white;
}

#navbar a:active {
  background-color: #28d83d ;
  color: white;
}


/* Page content */
.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width:100%;

}

.sticky + .content {
  padding-top: 60px;
}


/* PICS */

#pic1 {
	  z-index: -1;
	  opacity: 0.7;
	    position: fixed;
		left:8px;
		top: 50px;
}

#pic2-1 {
	float: center;
	padding: 5%;
}
#pic2-2 {
	float: center;
		padding: 5%;
}

