
/* Generell */

html {
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}




/* Header */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 100%;
	background-color: lightblue;
}

.main-img {
	width: 250px;
	height: 250px;
	position: absolute;
	left: 250px;
	top: 23px;
}

.main-img-simple {
	visibility: hidden;
	position: relative;
	width: 80%;
	top: 100px;
}

#main-img-div-simple {
	text-align: center;
}

#headline {
	position: absolute;
	top: 150px;
	left: 550px;
	font-weight: bold;
}

@media only screen and (max-width: 800px) {
  #headline {
    visibility: hidden;
  }
  .main-img {
	visibility: hidden;
  }
  .main-img-simple {
	visibility: visible;
  }
  #calender {
	 position: relative;
	 width: 95%;
	  height: 450px;
  }
}




/* Menü */

#menu {
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	top: 250px;
	left: 550px;
	/*
	background-color: yellow;*/
}

.menu-style {
	margin-right: 50px;
	float: left;
}


/* Menu Funktion */

.menu-style:hover {
	text-decoration: underline;
}

/* Body */

	/* Generell */
	
#bodycontent {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 350px;
}

	/* Start */
	
#start {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	font-weight: bold;
}


	/* Über uns */

.img-about {
	height: 250px;
	border-radius: 10px;
}

.gallery {
	position: absolute;
	top: 0px;
	height: 275px;
}

#about {
	visibility: hidden;
	
}

	/* Kalender */
	
#calenderframe {
	visibility: visible;
}

.calender {
	border-radius: 15px;
	width: 800px;
	height: 500px;
	border: 0;
}
