body
{

}

h2 {
	color: #000;
	text-align: center;
}

#mobileNav {
/*	margin: 5px; */
	background: #fff;
	min-height: 65px;
	border: 1px solid black;
}

nav.ho_mobile_nav {
	border: 0;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 25px;
  
  z-index: 1;
  background: #fff;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #000;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #fff;
}


#menuToggle input.hamburger_menu
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -9px;
  left: 12px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle div.burger span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle div.burger span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle div.burger span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ div.burger span
{
  opacity: 1;
  transform: rotate(-45deg) translate(-2px, 1px);
  background: #000;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ div.burger span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ div.burger span:nth-last-child(2)
{
  transform: rotate(45deg) translate(-7px, -8px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 107%;
  margin: -27px 0 0 -26px;
  padding: 19px 0px 19px 0px;
  /*padding-top: 80px;*/

  /*background: #fdf4e7;*/
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#menu li
{
  font-size: 10pt;
  float: left;
  width: 20%;
  text-align: center;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

ul#menu {
	float: left;
}

li img {
	max-height: 35px;
}

/* Hovereffekt für vergrößerte Bilder */
img.hoverzoom {
  transform-origin: center center;	
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;	
  z-index: 100;
}
img:hover.hoverzoom {
  -webkit-transform: scale(2);
  transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  border: none;
  z-index: 9999;
}


div.menue1 {
	display:none;
	width: 400%;
	text-align: left;
	margin-top: 10px;
	background-color: #fff;
	padding: 5px;
}

div.menue2 {
	display:none;
	width: 400%;
	margin-left: -100%;
	text-align: left;
	margin-top: 10px;
	background-color: #fff;
	padding: 5px;
}

div.menue3 {
	display:none;
	width: 400%;
	margin-left: -200%;
	text-align: left;
	margin-top: 10px;
	background-color: #fff;
	padding: 5px;
}

div.menue4 {
	display:none;
	width: 400%;
	margin-left: -300%;	
	text-align: left;
	margin-top: 10px;
	background-color: #fff;
	padding: 5px;
}

div.burger {
	float: left;
	width: 15%;
	margin-left: 15px;
	margin-top: -4px;
}
/*
div.nav_logo {
	float: left;
	width: 20%;
	margin-top: -10px;
	margin-left: 15px;
}

div.nav_logo img {
	width: 100%;
	max-width: 125px;
}
 */
div.nav_schrift {
	float: left;
	width: 60%;
	margin-top: -22px;
	margin-left: 18px;
	text-align: center;
}

div.nav_schrift img {
	width: 100%;
	max-width: 285px;
}

div.nav_leer {	
	float: left;
	width: 5%;
	margin-top: -10px;
	text-align: center;
}

div.nav_suche {
	float: left;
	width: 15%;
	margin-top: -10px;
	text-align: right;
}

div.nav_suche img {
	width: 70%;
	max-width: 59px;
}

div.sh_suche {
	display:none;
	padding: 25px;
	clear: both;
	margin: 0 -10px -1px;
}

div.input-big-border {
	border: 5px solid #fdf4e7;
}

input[type="text"]#search {
	width: 100%;
	color: #4d4b4a;
	border: 1px solid #e8dede;
}

#suchbutton:not(:target) .sh_suche {
	display: none;
}

#suchbutton:target .sh_suche {
	display: block;
}

#menbs:not(:target) .menue1 {
	display: none;
}

#menbs:target .menue1 {
	display: block;
}

#menfilme:not(:target) .menue2 {
	display: none;
}

#menfilme:target .menue2 {
	display: block;
}

#menkalender:not(:target) .menue3 {
	display: none;
}

#menkalender:target .menue3 {
	display: block;
}

#mendatenbank:not(:target) .menue4 {
	display: none;
}

#mendatenbank:target .menue4 {
	display: block;
}

.floatstop {
	clear: both;
}
