body
{
	font-family: Geneva,Helvetica,Arial,sans-serif;
	font-size: 1em;
	color: #000;
	margin: 0;
	background-color: #37633a;
/* 	overflow: hidden; */
}

div.titel
{
	position: absolute;
	top: 0rem;
	left: 5rem;
	width: 55rem;
	text-align: center;
/* 	z-index: 3; */
	color: #eed;
	border: 0px #000 solid;
}

div.menu
{
	position: absolute;
	top: 12rem;
	left: 0rem;
	width: 17rem;
	z-index: 1;
	border: 0px #f40 solid;
}


div.hintergrund
{
	position: absolute;
	border: 1px #48f none;
	top: 6rem;
	width: 100vw;
	height: 428px;
	/*halbe breite */
	background-image: url(bilder/hintergrundbild-mojaneu.png);
	background-repeat: no-repeat;
	background-color: #eed;
	z-index: -2;
	border: 0px #3f6 solid;
}

div.mitte
{
	position: absolute;
	width: 90vw;
	height: 90vh;
	left: 4vw;
	right: 5vw;
	border: 0px #f00 solid;
}

div.inhalt
{
	position: absolute;
	top: 9rem;
	left: 16.75rem;
	width: 27rem;
	height: 28.6rem;
	padding: 0.1vw 3rem 0.1vw 2rem;
	overflow-y: scroll;
	background-color: #fff;
	border: 2px #000 solid;
	border-radius: 21px;
}
div.inhalt-index
{
	position: absolute;
	top: 9rem;
	left: 16.75rem;
	width: 27rem;
	height: 28.6rem;
	padding: 0.1vw 3rem 0.1vw 2rem;
	overflow-y: scroll;
	background-color: #fff;
	border: 2px #000 solid;
	border-radius: 21px;
}

div.kontakt
{
	position: absolute;
	border: 2px #000 none;
	top: 40rem;
	left: 13rem;
	width: 611px;
	height: 33px;
	border: 0px #269 solid;
}
div.logo
{
	position: absolute;
	border: 1px #18d none;
	top: 14rem;
	left: 52rem;
	width: 260px;
	height: 256px;
	background-image: url(bilder/mojalogomn.png);
	background-repeat: no-repeat;
	border: 0px #2fa solid;
}


/*
img.bilder { z-index: 0; }
img.ecken { z-index: -1; }
*/

h1
{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 44px;
	color: #353;
}
h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 34px;
	color: #353;
}

p
{
}
p.titel
{	font-size: 2.1em;
	font-weight: bold;
	text-align: center;
}
p.kontakt
{
	border: 1px #000 none;
	font-size: 0.8em;
	text-align: center;
	color: #eed;
/* 	line-height: 30px; */
}
	
a[x-apple-data-detectors] {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
}

p.menu
{
	border: 1px #000 none;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	height: 36px;
	line-height: 30px;
}
span.telefon
{
	color: #061;
	text-decoration: underline;
}

a.title:link {
	text-decoration: none;
	color: #eed;
}
a.title:visited {
	color: #eed;
}

a:link {
	color: #061;
	text-decoration: none;
}
a:visited {
	color: #061;
	text-decoration: none;
}
a:active {
	color: #081;
	text-decoration: none;
}
a:hover {
	color: #081;
	text-decoration: none;
}

a.menu:link
{
	position: absolute;
	border: 1px #f40 none;
	background-image: url(bilder/menupunkt-off.gif);
	width: 270px;
	height: 30px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-decoration: none;
}
a.menu:active {
	background-image:url(bilder/menupunkt-on.gif);
}
a.menu:hover {
	background-image:url(bilder/menupunkt-hover.gif);
}

a.menuon:link
{
	position: absolute;
	border: 1px #f40 none;
	background-image: url(bilder/menupunkt-on.gif);
	width: 270px;
	height: 30px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-decoration: none;
}



/* kleiner
----------------------------------------------- */

@media only screen and (max-width: 1200px) {
	div.mitte {
		width: 100vw;
		left: 0vw;
		right: 0vw;
	}
	div.titel {
		width: 100vw;
		left: 0;
	}
	div.menu {
		display: none;
	}
	div.inhalt {
		width: 60vw;
		top: 7rem;
		left: 19vw;
		right: 20vw;
		padding: 1vw;
	}
	div.inhalt-index {
		width: 60vw;
		top: 7rem;
		left: 19vw;
		right: 20vw;
		padding: 1vw;
	}
	p.titel {
		font-size: 1.8em;
	}
	div.logo {
		display: none;
	}
	div.kontakt
	{
		width: 100vw;
		top: 37rem;
		left: 0;
	}
	p.kontakt
	{
		font-size: 0.8em;
		color: #eed;
	}
	div.hintergrund {
		display: none;
	}
}
@media only screen and (max-width: 620px) {
	div.mitte {
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		right: 0;
	}
	div.titel {
		width: 100vw;
		left: 0;
	}
	div.inhalt {
		width: 90vw;
		height: 81vh;
		top: 5rem;
		left: 1.5vw;
		padding: 0 3vw;
	}
	div.inhalt-index {
		width: 95.5vw;
		height: 58vh;
		top: 5rem;
		left: 1.5vw;
		padding: 0;
	}
	p {
		font-size: 0.9em;
	}
	p.titel {
		font-size: 1.1em;
	}
	div.kontakt
	{
		display: none;
	}
	p.kontakt
	{
		font-size: 0.7em;
		color: #eed;
	}
}
@media only screen and (orientation: landscape) and (max-width: 900px) and (max-height: 400px) {
	p {
		font-size: 0.9em;
	}
	p.titel {
		font-size: 1.1em;
	}
	div.inhalt
	{
		width: 90vw;
		height: 70vh;
		top: 5rem;
		left: 1.5vw;
		padding: 0 3vw;
	}
	div.inhalt-index
	{
		width: 95.5vw;
		height: 72vh;
		top: 5rem;
		left: 1.5vw;
		padding: 0;
	}
	div.kontakt
	{
		display: none;
	}
}




/* +++++++++++++ HAMBURGER MENU +++++++++++++  */
/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 * *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */
nav.hamburger
{
 	position: fixed;
	width: 95vw;
/* 	max-width: 77em; */
/* 	min-width: 44em; */
	top: 2.6em;
/* 	right: 2em; */
	z-index: 2;
/*  	background: #f2a; */
/*  	opacity: 0.8; */
	border: 0px red solid;
}
@media only screen and (min-width: 1200px) {
	nav.hamburger {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	nav.hamburger {
		width: 90vw;
		top: 1.6em;
	}
}

#menuToggle
{
  display: block;
  position: relative;
/*   top: 1px; */
  left: 94%;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  text-align: left;
  
  transition: color 0.3s cubic-bezier(.08,.09,.15,1);
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 46px;
  height: 34px;
  position: absolute;
  top: -9px;
  left: -13px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #4c4;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.32,0.07,0,1.0),
              background 0.5s cubic-bezier(0.32,0.07,0,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #333;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ 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 ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100vw;
  height: 100vh;
  margin: -120px 0 0 -210px;
  padding-top: 130px;
  
  background: #fff;
  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.32,0.07,0,1.0);
  
  opacity: 0.9;
  }

#menu li
{
  padding: 0.3em 0;
  font-size: 1.4em;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
/* +++++++++++++ HAMBURGER MENU +++++++++++++  */
