/* ================
Allgemeines
==================*/

html, body {
    margin: 0;
    padding: 0;
	border: 0;
    height: 100%;
}
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
/*Layout Screen*/
body {
	background-color: #FFF;
	/*background-image: url(../bilder/bgSchreibtisch.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;*/
	color: #000;
	font: normal 90%/normal
	font-family: Arial, Helvetica, sans-serif;
	/*Arial, Helvetica, sans-serif; */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-attachment: fixed;
	background-position: 0px 30px;
	text-align: center; 
}

a {
	color: #06F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a:active,
a:hover {
	outline: 0;
	color: #999;
}
#content ul li a {
	color: #333;
}
#content ul li a:hover {
	color: #06F;
}
p {
	margin-top: 0;
	padding-left: 0px; 
}
h1, h2 {
	color: #0066FF;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 0px;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.0em;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
.Listeungen {
	list-style-image: url(images/Kreis.png);
	list-style-type: disc;
}
/*Kleine Monitire / Handy*/	
@media only screen and (max-width: 760px) {
	body {
	background-color: #fff;
	background-image: none;
	}

}

/* ================
Layout
==================*/

#wrapper {
    min-height: 100%;
    position: relative;
	width: 100%;
    margin: 0 auto;
	/*background-color: #FFF;*/

}

#container {
	padding-bottom: 45px; /* Höhe des Footers */
	padding-top: 90px;	
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	/*Abstände und Text*/
	padding: 10px 0 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.6em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	
	background: #96bb20;

}
#footer a {
	color: #000;
}
/*Kleine Monitire / Handy*/	
@media only screen and (max-width: 760px) {
	#wrapper {
    width: 100%;
	}
#footer {
	height: 70px;
	font-size: 0.8em;
	line-height: 1.4em;
}
}

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
	background: #FFF;
	position: fixed;
	z-index: 3;
	width: 100%;
	left: 0px;
	top: 0px;
}
/*#header2 {
	background: #FFF;
	position: fixed;
	z-index: 3;
	width: 100%;
	left: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
	color: #999;
	margin: 0px;
}*/

/*section {
	text-align: left;
	padding: 25px 0 0;
	width: 100%;
}*/

.logo {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
	padding: 0 30px;
	color: #fff;
	float: left;
	/*font-style: italic;*/
	font-size: 1.2em;
}
@media only screen and (max-width: 760px) {
.logo img {
	/*display:none;*/
	width: 80%;
	height: 80%;
	}
}
/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	/*border-top: 1px solid #06F;*/
	text-decoration: none;
	background: #FFF;
	padding: 0.7em 1em;
	color: #06F;
	width: 100%;
	float: left;
}
.nav-collapse a:hover,
.nav-collapse a:active , .nav-collapse .active a{
	/*background-color: #06F;*/
	color: #ccc;
}

@media screen and (min-width: 40em) {

  .nav-collapse a {
   /* border-left: 1px solid #06F;*/
    padding: 0.8em 1.2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #FFF;
  padding-left: 1.2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}



/* ================
Seiteninhalt
==================*/

/*#sidebar1 {
	float: left;
	width: 230px;
	padding-bottom: 10px;
	line-height: 1.2em;
	margin-top: 200px;*/
	/*height: 300px;*/
/*	
}*/
#content {
	padding: 10px;
	width: 800px;
	/*margin-top: 10px;
	margin-bottom: 10px;
	/*float: left;*/
	background-color: #FFF;
	text-align: left;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	/*column-count: 2;*/
	
	/*border-radius: 20px;
	line-height: 1.4em;
	box-shadow: 5px 5px 5px gray;*/
	
}
/*#sidebar2 {
	float: left;
	width: 50px;
	padding-bottom: 10px;
	line-height: 1.2em;
	margin-top: 200px;
	/*box-shadow: 10px 10px 10px gray; 

}*/
/*#content2 {
	padding: 20px;
	width: 500px;
	border-radius: 20px;
	float: left;
	background-color: #333;
	line-height: 1.4em;
	margin-top: 200px;
	box-shadow: 5px 5px 5px gray;
	margin-bottom: 10px;
	color: #CCC;
} */

/*Spalten*/
.spalte1 {
	
	width: 380px;
	float:left;
	
}
.spalte2 {
	
	width: auto;
	margin-left: 420px;
	
}


/*Kleine Monitire / Handy*/	
@media only screen and (max-width: 760px) {
	#content {
    width: 85%;
	display: table;
	}
	/*#content2 {
	width: 85%;
	}*/
	.spalte1 {
	float: none;
	display: table-footer-group;
}
	.spalte2 {
	margin-left:0px;
	display: table-head-group;
}

}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
 
}


.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #ccc; /* Edit this to change the icon color */
  font: normal 23px/50px Arial, Helvetica, sans-serif; /*"responsivenav";*/ /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}
