
@charset "utf-8";

@font-face {
font-family: "Font";
src: url("font/Neutraface Text Book.otf");
}

@font-face {
font-family: "Bau";
src: url("font/Neutraface Text Book.otf");
}



.example::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.bau{
	font-family:  "Bau";
}

body {
	margin:0;
	margin-bottom: 10vH;
	background-color:white;
	background-image:none;
	padding:0;
	border:0;
	overflow-y:scroll;
	overflow-x:hidden;
	font-family: "Font";

}

hr{
	width: 100%;
	color: #0033FF;
	border-color: #0033FF;
	margin: 50px auto;
}

p{
	font-size: 20px;
}

h1{font-size: 40px;}

h2{font-size: 40px;}

h3{font-size: 30px;}



.header{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}

.header img {
	height: 120px;
	width: 120px;
	padding: 10px 50px;
}

.header h1{
	color: white;
	margin-left: 50px;
}


.container{
	overflow: visible;
	width:100%;
	height:auto;
	background-color:white;
	padding:150px auto;
	margin:150px 0;
}


.content{
	display: flex;
	width: 80%;
	margin: auto;
}

.text{
	display: flex;
	width: 40%;
	margin: auto;
	padding: 50px 0;
}


.row{
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.row_s{
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.col_l{
	flex-flow: column wrap;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
}


.col_c{
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}


.indent{
	padding-left: 90px;
}

.bl{
	background-color: #0033FF;
	color: white;
}

.wh{
	color: white;
}

.ac{
	background-color: #0033FF;
	padding: 0 20px;
}


.project_container{
	display: none;
	position: sticky;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;

}


.project{
	width: 40%;
	height: auto;
	max-height: 80%;
	background-color: white;
	height: auto;
	flex-flow: column nowrap;
	padding: 50px;
	z-index: 9999;
	overflow: hidden;
}


.footer img{
	position: absolute;
	top:15px;
	right: 50px;
	width: 40px;
	height: 40px;

}
.project img{
	height: 400px;
	width: 100%;
	object-fit: cover;
	overflow: hidden;

}

.project_background{
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color:darkblue;
	overflow: hidden;
	opacity: 0.8;
}

.project_button{
	width: 50px;
	height: 50px;
	border: none;
	font-size: 50px;
	color: white;
	background-color: transparent;
	z-index: 9999;
	position: absolute;
	top: 50px;
	right: 50px;

}


.c-image{
	object-fit: cover;
	object-position: center;
	overflow:hidden;
	width:40%;
	height:auto;
	padding: 10px;
	margin: 50px;
}




.db{ background-color: darkblue;
	color:white; }



.über{
	width: 30%;
	height: auto;
	text-align: center;
	color: #0033FF;
	margin: 300px auto;
}



.ccontainer{
	display: flex;
	flex-direction: column;
	flex-wrap: no wrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width:100%;
	height:auto;
	background-color: white;
	padding:  50px auto;
	margin: 25px 0;
}


.first{
	margin-top:-5px;
}

.c-text{
	margin: 10px;
	width:45%;
	padding: 10px;
	margin: 50px;

}

.login{
	position: absolute;
	top: 30px;
	right: 5%;
}

.login a{
	color: white;
}



.keyimage{
	object-fit: cover;
	object-position: center;
	overflow:hidden;
	width:100%;
	height:100vH;
	margin-bottom: 0px;
}




.footer {
	position:fixed;
	overflow:hidden;
	bottom:0%;
	width:100%;
	height:60px;
	display:flex;
	flex-flow:row nowrap;
	background-color:	darkblue;
	align-items: center;
	justify-content:center;
	margin-top: 20px;
}



.impressum{
	display: flex;
	width: 80%;
	margin: auto;
	height: auto;
	flex-flow: column wrap;
	margin-bottom: 50px;
	padding: 20px;
}

.logo{
	width: 150px;
	height: auto;
	margin: 20px;
}

.social{
	width: 50px;
	height: auto;
	margin: 20px;
}

.button{
  background-color:#0033FF;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button_2{
  background-color:white;
  border: none;
  color: #0033FF;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin:20px 0 ;
}


.calendar{
	width:50% ;
	height: 800px;
}

.über a{color: #0033FF}

.forumc{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	width: 40%;
	height: auto;
	background-color: #0033FF;
	padding: 20px;
	margin: 150px 0;

}

.forum_field{
	height: 50px;
	width: 200px;
	border-color: #0033FF;
}

.round{
	width: 700px;
	margin: 50px auto;
	height: auto;
}

.container_pr {

	display: flex;
  flex-flow: row wrap;;
  position: relative;
  width: 350px;
  height:  350px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  margin-top: 80px;
  background-color:#0033FF ;
}

.image_pr {
  opacity: 1;
  display: block;
  object-fit: cover;
  overflow: hidden;
  width: 350px;
  height: 350px;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.container_pr:hover .image_pr {
  opacity: 0.4;
}

.container_pr:hover .middle {
  opacity: 1;
}

.text_pr {
	text-align: center;

  color: white;
  font-size: 24px;
}
.text_pr_s {
	text-align: center;
  color: white;
  font-size: 14px;
}

.member_container{
	display:flex; width:80%; flex-flow:row wrap; padding:50px; justify-content:center; align-items: center; margin:auto
}

.member_content{
	display:flex; 
	flex-flow:column nowrap; 
	justify-content:center; 
	align-items: center; 
	text-align: center; 
	max-width: 150px;
	padding: 50px;
	border-color: black;
	border-radius: 2px; 
	border-style: solid;
	height: 300px;
	margin: 20px;
}

.member_text{
	color: black;
	text-decoration: none;
}

@media only screen and (max-width: 1430px){


h1{
	font-size: 20pt;
}

h2{
	font-size: 20pt;
}

h3{
	font-size: 12pt;
}


	.row_s{
		align-items: center;
		justify-content: center;
	}



.membersection{
	width: 90%;
}

.calendar{width: 90%}

.aboutus {
	font-size: 12pt;
	text-align: left;
}


	.container{
		width:100%;
		padding: 10px 0;
	}



	.impressum{
	padding: 10px;
	width: 80%;
}


.container_pr {
	display: flex;
	flex-flow: row wrap;
  margin: 20px;
  width: 350px;
  justify-content: center;
  align-items: center;
}

.round{
	width: 500px;
	height: 500px;
}


.first{
	margin-top:-10px;
}

	.c-image{
		object-fit: cover;
		object-position: center;
		overflow:hidden;
		width:350px;
		height: 350px;

	}


}

@media only screen and (max-width: 1030px){

	.content{
		width: 80%;
	}



	.mob_hide{
		display: none !important;
	}

	.mob_c{
		flex-flow: column wrap;
	}


	p{
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	h2 {
		font-size: 36px;
	}

	h1{
		font-size: 36px;
	}

	.round{
		width: 250px;
		height: 250px;
	}


	.c-text{
		width:100%;
		padding: 12pt;

	}






	.text{
		width: 100%;
		min-width: 100%;
	}
	.indent{
		padding-left: 0;
	}


		.logo{
		padding: 25px;
		width: 125px;
		height: auto;
	}

	.project_container{
		min-width: 100vw;

	}
	.project{
		max-height:70vh;
		width: 95%;
		positon: relative;
		top:150px;
		margin-bottom: 50px;
	}

.project_button{
	width: 20px;
	height: 20px;
	font-size: 20px;
	top: 10px;
	right: 15px;

}

}