
body {
  font-family: sans-serif;
  font-size : 18px;
  background-color: #000000; 
  margin: none;
} 

p {
	font-family: 'Times New Roman', Times, serif;
}

h2{
	font-family: cursive;
	margin-bottom: 10px;
}

.container {
	margin-top: auto;
	margin-bottom: auto;
	padding: 30px;
	/* background-color: blueviolet; */
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}


.abfrage-wrapper {

	height: auto;
	width: auto;
	background-color: rgba(70, 70, 70, 0.692);
	align-items: center;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 20px;

	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-direction: column;
	}

.footer-content-wrapper {
	/* height: 400px;
	width: 100%; */
	align-items: center;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 30px;

	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-direction: column;

}

.img18 {
	width: auto;
	height: auto;
	max-height: 120px;
}

.fkk_logo {
	height: auto;
	max-width: 100px;
}

.copyright {
	color: white;
}
/* 
.section-80 {

	padding-top: 50px;
	padding-bottom: 50px;
	height: 80vh;

} 

.section-20 {

	height: 20vh;

}  */

.age-btn {
	width: auto;
	height: auto;
	padding: 10px;
	text-align: center;
	color: red;
	border-radius: 10px;
	background-color: black;
	
}

.age-btn:hover {
	/* width: auto;
	height: auto;
	padding: 10px;
	text-align: center; */
	background-color: rgb(58, 58, 58);
	
}

.col50 {
	/* background-color: rgb(43, 255, 0); */
	min-width: 20%;
	padding: 10px;
	}
	
.row{
	/* background-color: rgb(0, 217, 255); */
	display: flex;
  align-items: center;
  justify-content: center;

	}
		
@media screen and (max-width: 620px) {
	.row{
		display: flex;
  		align-items: center;
  		justify-content: center;
  		flex-direction: column;
	}

	p {
		font-size: small;

	}
}
	

/*

div.row {
	border-bottom: 1px solid silver;
	padding: 10px;
	display: block;
}

label {
	display: block;
	float: left;
	width: 140px;
	font-weight: bold;
}

legend {
	font-weight: bold;
}

input[type=submit] {
	color: white;
	background-color: #1111ff;
	padding: 5px;
	font-weight: bold;
	margin-right: 20px;
	min-width: 50px;
}
.button {
	color: white;
	background-color: #1111ff;
	padding: 5px;
	font-weight: bold;
	margin-right: 20px;
	min-width: 50px;
}

*/