
@font-face {
   font-family: Titillium;
   src: url("fonts/TitilliumWeb-Light.ttf");
}
@font-face {
	font-family: AlexHandwriting;
	src: url("fonts/AlexBrush-Regular.ttf");
}
@font-face {
	font-family: Seshat;
	src: url("fonts/Seshat.otf");
}

* {
   margin: 0px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;    
}

body {
	margin: 1em;
	font: 12pt/22pt Titillium;
	color: black;
	background-color: white;
	background-image: url("graphics/oejendorfersee.jpg");
	background-repeat: no-repeat;
	abackground-size: cover;
}

#header img {
	width: 100%;
	margin: 0 0 1em 0
}

h1 {
	font: 48pt/20pt AlexHandwriting, serif;
	color: #fff;
}

h2 {
	margin: 1em 0 0.5em 0;
	font: bold 24pt/36pt AlexHandwriting, serif;
	color: #88aa4b;
}

a {
	color: inherit;
	text-decoration: none;
}

p {
	margin: 0.5em 0 1.5em 0;
	color: #333;
}

span.name {
	color:  #88aa4b;
	font-weight: bold;
}

span.hervor {
	font-weight: bold;
}

.c01 a::before {
   content: "\2709\0020";
   display: inline-block;
}

.c02 h1 {
	margin: 1em 0 0.5em 0;
	font: bold 24pt/36pt AlexHandwriting, serif;
	color: #88aa4b;
}
.c02 h2 {
	font: bold 14pt Titillium, sans-serif;
	color: #88aa4b;
	margin: 0 0 1em 0;
}

.c02 ul {
	list-style: none;
}
.c02 li {
	margin-bottom: 0.5em;
}
.c02 li::before {
	content: "\2661";
	color: #88aa4b;
	font-weight: bold;
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: 1em; /* Also needed for space (tweak if needed) */	
}
.c02-kasten {
	background-color: #e3f2df;
	padding: 1.5em 1em;
}

.c04 h3 {
	font: bold 12pt/18pt Titillium, sans-serif;
}
.c04 p {
	font: bold 11pt/15pt Titillium, sans-serif;
}
.c04 a::before {
   content: "\2197";
   display: inline-block;
}
.c04 a[href^="mailto:"]::before {
	content: "\2709";
	display: inline-block;
	margin-right: 0.5em;
}
.c04 ul {
	margin: 0 0 1em 0;
}
.c04 li {
	font: bold 11pt Titillium, sans-serif;
	margin: 0em 0 0 0;
}

.c05 h3 {
	text-align: center;
}
.c05 a::before {
   content: "\2709";
   display: inline-block;
   margin-right: 0.5em;
}

.c05-kasten {
	background-color: #eaf2f3;
	padding: 1.5em 1em;
}
.c05 table {
	margin: 2em auto 0 auto;
}
.c05 td:nth-child(1) {
	font-weight: bold;
	padding: 0 1em 0 0;
}
.c05 td {
	height: 1em;
	vertical-align: top;
}

#footer table {
	font: 10pt Titillium;
	color: white;
   width: 95%;
   margin: 0.5em auto;
}
#footer span {
	font-weight: 900;
}
#footer a::before {
   content: "\2709\20";
   display: inline-block;
}

#container {
	margin: 0 auto;
	max-width: 700px;
	border: 20px solid white;
	border-radius: 8px;
	aborder-image: url(graphics/rahmen.jpg) 20 round;
}

/* nav */

.nav-container {
   float: right;
	text-align: right;
	color: black;
   background-color: #88aa4b;
   margin: 0;
   padding: 1em 0em 1em 0;
   width: 100%;
}

.nav-container ul {
  list-style: none;
  line-height: 1em;
}

.nav-container li {
	display: inline;
	margin: 0 0.4em;
}

.nav-container  a {
	display: inline-block;
	text-decoration: none;
	color: white;
	padding: 0 0;
	border: 2px solid #88aa4b;
   aborder-radius: 4px;
}

.nav-container a:hover {
   color:  #88aa4b;
   background-color: white;
   border: 2px solid white;
   aborder-radius: 4px;
}

.nav-container a span.selMenu {
   color:  #88aa4b;
   background-color: white;
   border: 2px solid white;
   aborder-radius: 4px;
}


.nav-fixed {
   position: fixed;
   top: 0px;
   width: 660px;
   z-index: 9;
}

.logoweiss {
	visibility: hidden;
}
.logoweiss_ein {
	visibility: visible;
}
   

@media screen and (max-width: 700px) {
  .nav-container {
    width: 100%;
  }
  .nav-container li {
    display: block;
    text-align: center;
  }
}
 
 
 


#content {
	background-color: #fff;
   min-height: 32em;
   padding: 4em 0;
}


#header {
	background-color: #88aa4b;
	color: white;
}

#footer {
	background-color: #777;
	padding: 0.5em 0;
}





#button_toTop {
   position: fixed;
   bottom: 50px;
   left: 50%;
   margin-left: 300px;
   z-index: 10;
}
#button_toTop span {
   width: 55px;
   height: 55px;
   display: block;
   background-image: url("graphics/Top-Pfeil.png");
   background-repeat: no-repeat;
}
#button_back {
   position: fixed;
   top: 100px;
   left: 50%;
   margin-left: 345px;
   z-index: 10;
}
#button_back span {
   width: 55px;
   height: 55px;
   display: block;
   background-repeat: no-repeat;
}

.klappend {
   display: none;
}