@charset "UTF-8";
/* CSS Document */

/* CSS Document */

/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      11/10/11
author:    [your email]
email:     [you at domain dot com]
website:   [your domain]
version history: [location of file]
-----------------------------------------------------------------------------*/

/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
html, body, div, span,
applet, object, iframe,
 blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
caption, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}



body
    {
    font: 62.5%/1.5  "Georgia", Times;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
    background-color: #93acd3;
    text-align:center;
}

#wrapper
    {
	max-width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #f8f9fa;
	font-family: Georgia, Times;
}
#marginalie {

	margin-left:50%;
	width:45%;
}

a:link { font-weight:bold; color:#598bc3; text-decoration:none; }
a:visited { font-weight:bold; color:#598bc3; text-decoration:none; }
a:hover { font-weight:bold; color:#16365d; text-decoration:none; }
a:active { font-weight:bold; color:#16365d; text-decoration:none; }

h1
    {
    font-size: 2.2em;
	line-height:1.5em;
	font-weight: bold;
	color: #355f90;
}

h2
    {
    font-size: 2.0em;
}

h3
    {
    font-size: 1.8em;

	color: #355f90;
}

h4
    {
    font-size: 1.6em;
}

h5
    {
    font-size: 1.0em;
	color: #16365d;
	line-height: 1.0em;
}

#content p, #content ul
    {
    font-size: 1.4em;
	color: #16365d;
	line-height: 1.4em;
}
#content li {
	padding-bottom: 6px;
	padding-left:4px;
	margin:0 0 0 300px;
	list-style-type: circle;
	list-style-position: outside;

	line-height: 1.3em;
}

/* Header
-----------------------------------------------------------------------------*/

#head {
	background-image: url(../img/head_1.png);
	background-position: right;
	background-repeat:no-repeat;
	/* height: 240px;
	width: 880px; */
	margin-left: 100px;
}


#logo {
	height: 190px;
	width: 300px;
	padding-top: 25px;
}


/* Navigation
-----------------------------------------------------------------------------*/
#nav {
	height: 28px;
	border-top: 2px solid #16365d;
	border-bottom: 2px solid #16365d;
	/* width: 880px; */
	margin-left: 100px;
	padding-top: 12px;
}

#nav ul li{
	list-style: none;
	display: inline;
	font-size: 1.6em;
	padding-right: 60px;
}
#nav a.selected {
	color:#16365d;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 50px;
	/* width: 880px; */
	margin-left: 100px;
	border-top: 2px solid #16365d;
	margin-top: 50px;
}



/* Homepage
-----------------------------------------------------------------------------*/
#content {
	/* width: 780px; */
	/* margin-left: 100px; */
  padding: 0 1rem;
}

#zitat {
  margin-right:1rem;
}

#zitat p {
	    font-size: 1.2em;
	color:#598bc3;
	line-height: 1.4em;
	text-align: right;

	font-style:italic;
	margin:12px 0 0 0;
	}

	#zitat h3 {
	    font-size: 1.2em;
		margin-top:0;
	color: #598bc3;
	font-weight:100;
	line-height: 1.4em;
	text-align: right;
	}


#content img {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
}
/* #content img.img_rechts {
	float:right!IMPORTANT;
	padding-right:0!IMPORTANT;
} */

/* Your template
-----------------------------------------------------------------------------*/

/* Forms
-----------------------------------------------------------------------------*/

input.text
    {
    padding: 3px;
    border: 1px solid #999999;
}
form {
	border: 1px #16365d;
	width: 48%;
  float:left;
  margin-left:1rem;

}
fieldset {
	font-size: 1em;
	border: 1px solid #16365d;
	margin: 20px 0px 10px 0;
	padding: 10px;
	width: 51%;
}

legend {
	color: #16365d;
}
.beschriftung {
	float: left;
	width: 80px;
}
.feld {
	font-family: "Courier New", Courier, mono;
	line-height: 1.2em;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #16365d;
}


/* Tables
-----------------------------------------------------------------------------*/

table
    {
      border-spacing: 0;
    border-collapse: collapse;
}

td
    {
      text-align: left;
    font-weight: normal;
}
/* MEDIA QUERIES */

@media only screen and ( min-width: 320px ) and ( max-width: 991px ) {
  #content {
    padding: 0 1rem;
  }
  #content img {
  	float: none;
    width:100%;
  	padding-right: 0px;
  	padding-bottom: 10px;
}
  #content li {
    padding-bottom: 6px;
padding-left: 4px;
margin: 0 0 0 1rem;
list-style-type: circle;
list-style-position: outside;
line-height: 1.3em;
  }

  #head {
  	background-image: none;
  	background-position: right;
  	background-repeat:no-repeat;
    text-align: center;
    margin-left:0.6rem;
  }
  #head img {
    max-width:98%;
  }
  #nav {
   font-size: 14px;
   background-color: #fff;
   box-shadow: 0 5px 20px #efefef;
   margin: 0 auto;
   padding:  6px 0;
   position: relative;
   height: 40px;
   overflow: hidden;
}
 #nav ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   /* max-height: 120px; */
   position: relative;
      text-align: center;
}
#nav ul li {
font-size: 1.1rem;
line-height: 2.4rem;
margin-right: 2px;
text-align: center;
border: 1px solid green;
text-align: center;
padding:2px 4px;
}
#nav ul li a {
text-align: center;
}
 #nav ul li a:hover {
   background-color: rgba(51, 51, 51, 0.08);
}
 #nav:target {
   height: auto;
   padding: 0;
}
 #nav:target ul {
   max-height: none;
}
 #nav:target ul li {
   display: block;
}

 #nav:target ul li a {
   display: block;
   padding: 0 2em;
   background-color: rgba(51, 51, 51, 0.05);
}
#footer {
  margin-left:1rem;
}
#marginalie {
  margin-left: 1rem;
  width: 98%;
}
}
