@font-face
{
  font-family: "Bad Script";
  font-style: normal;
  src: url("/assets/webfonts/BadScript-Regular.woff2") format('woff2');
}

.headertop
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("/assets/images/gemeinschaftshaus.jpg");
	background-size: 1200px 300px;
	border-top: 2px solid black;
	/* border-bottom: 2px solid black; */
	height:300px;	
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.headertop img
{
	width: 260px;
	padding: 20px;
	float: left;
	z-index: 2;
}

.headertop .header
{
	font-size: 50px;
	height:100px;
	padding-top: 10px;
	margin-top: 50px;
	font-family: 'Bad Script';
	color: white;
	font-weight: bold;
	background: rgba(248, 194, 26, 0.8);
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	z-index: 1;
}

.headertop .header-blue
{
	background: rgba(0, 123, 255, 0.8); /* This is a semi-transparent blue */
}

@media screen and (max-width: 800px)
{
	.headertop
	{
		background-size: 100% auto;
		height:150px;
	}
	.headertop .header
	{
		font-size: 22px;
		height:80px;
		padding-top: 10px;
		margin-top: 50px;
	}
	.headertop img
	{
		width: 130px;
		padding: 10px;
		float: left;
	}
}

body 
{
	font-family: Arial, Helvetica, sans-serif;  background-color: rgba(248, 194, 26, 0.8);;margin:0; padding:0;
	max-width:1200px; margin-left: auto; margin-right:auto;
}

.box
{
	/* display: flex; */
	flex-flow: column;
	height: 100%;
}

.box .myPageHeader
{
  flex: 0 1 auto;
  border-left: 2px solid black;
  border-right: 2px solid black;
  max-width:1196px;
  background-color: white;
}

.box .myPageContent
{
  flex: 1 1 auto;
  max-width:1196px;
  position: relative;
  /* border-left: 2px solid black; */
  /* border-right: 2px solid black; */
  border-bottom: 2px solid black;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
}

.HeaderSeperator
{
  background-color: #525252;
  max-width:1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  color:white;
  text-align: center;
  padding:5px;
}

.header
{
  width: 100%;
  max-width: 1200px;
  background-color: #555;
  color: #f1f1f1;
}

.sticky
{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.sticky + .content
{
  padding-top: 102px;
}

.clearfloat
{
	clear:both;
}
