@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

html, body {
    font-family: verdana, arial, sans-serif;
    font-size: 100%;
	color:#202020;
	/*   erzwungender Scrollbalken im FF, verhindert das Springen der Seite  */
	min-height: 100.5%;
	
	
	
}

   /*Chrome, Safari, Opera*/
    article ::-webkit-scrollbar { width: 0 !important }  

    /*Firefox*/
    article { overflow: -moz-scrollbars-none; }

    /*Internet Explorer, Edge*/
    article { -ms-overflow-style: none; }

body {
    background-color:#FFD65A;
    text-align: center;
	background-image: url(bilder/hg-linie.gif);
	background-repeat:repeat-x; 
	background-position: 0 0;
}

#wrapper {
    text-align: left;
    width: 100%;
	max-width: 700px;
    margin: 0 auto;

}

header {

    background-image: url("bilder/gisela_stroetges.gif");
	background-color: #FFD65A;
    height: 85px;
}



nav {

    width: 25%;
    float: left;
    margin-left: 10px;
	padding-top: 15px;
}

nav ul {
    list-style-type: none;    
	
}

nav li {
	margin-top: 0.7em;
	font-size: 80%
}


nav ul li.ebene2 a {
	padding: 0 0 .5em 0px; 
	font-weight: normal;
}


nav a {

    color: #717171;
	font-weight: bold;
    text-decoration: none;
	display: inline-block;
	line-height: 1.3em;
	padding:3px 20px 0 0;

	/*  sonst Breite nicht sinnvoll handelbar  */
	box-sizing: border-box;  


}

.aktiv, nav ul li.ebene2 a.aktiv {
	background: url(bilder/position.gif) no-repeat right center;
	padding:3px 20px 0 0;
	color: #000!important;
	/*	Cursor normal, dass es nicht nach Link aussieht */
	cursor: default;             
}


a:hover {
    color: #D94600;
	background: url(bilder/dreieck2.gif) top right no-repeat;	
}


.versteckt {display: none;}

#fussnavi {text-align:center; font-size:0.7em; margin:1em 0; line-height: 2em;}


article {
	min-height: 400px;
	padding: 20px;
	background-color: #FFE794;
    margin: 15px 0px 0px 30%;
	overflow: auto;
	overflow-x: hidden;
}


article h1
{
    color:#606060;
	font-size:1.3em;
	font-weight: 500;
	margin-bottom: 1.3em;
}

.head-hp {
	color:#717171;
	font-size:1.3em;
	font-weight:normal;
	line-height: 1.5em;
	letter-spacing:0.2em;
	margin-bottom:3em;
}

article h2
{
    color:#606060;
	font-size:1em;
	font-weight: 600;
	margin:1.5em 0 .5em 0;
}

article h3
{
    color:#606060;
	font-size:.9em;
	font-weight: bold;
	margin: 1em 0 .5em 0;
}



article p {
    padding-bottom: .3em;
    line-height: 1.4em;
	font-size: 80%;
}

article li { line-height: 1.4em; margin-bottom:0; }

article a {
	color: #202020;
}

.hpbox {border:2px solid #717171; padding:5px; width: 67%; float:right; margin-bottom: 1em}

div.seminarblock {display: block;}
div.seminarblock h2::before {
    content: "• • ";
    font-size: .5em;
}

div.seminarblock h2 + p {font-style: italic; font-size: 85%; margin-bottom: 0px!important;}
div.seminarblock p { margin:.5em 0.5em 0.1em 1.25em; }
div.seminarblock p a.www { margin-right: 1.3em; }

span.eingeschoben {padding-left:1.05em;}
p.mehrlink { font-size:80%; text-align: right; padding-bottom: 2em;}
p.mehrlink::before {
    content: "• • ";
	margin-right: .5em;
    font-size: .5em;
}

figure {
	display: inline-block;
	float: right;
	margin-bottom:1em;
	
}

figcaption {
	width: 70%;
	font-size: 90%;
	text-align: left;
	font-style: italic;
	padding-left: 10px
}

.bildlinks {
	float: left;
	margin: 0.4em 1em 0.4em 0;
}


article ul {
    padding-left: 1.4em;
    line-height: 1.7em;
	margin-bottom: .5em;
	margin-left: 1em;
	list-style-type:disc;
	font-size: 80%;
}

article ol {
    padding-left: 1.4em;
    line-height: 1.7em;
	margin-bottom: 2em;
	margin-left: 1em;
	font-size: 80%;
}




article ul ul {
	margin:0;
	list-style-type: circle;
	font-size: 100%;
}

table {
	width: 100%;
    border: 1px solid #717171;
    border-collapse: collapse;
	margin-bottom: 2em;
}

table caption {
    text-align:left;
	vertical-align:center;
	padding: 0 .2em 0 .2em;
	background-color: #FFD65A;
	border: 1px solid #717171; 
	border-bottom: none; 
}

table.register td {background-color:#FFE794; font-size:80%; padding-right:1em; border:none;}
table.register {border:none;}

table th,
table td {
    padding: 4px 6px;
	border-right: none;
	background-color: #FFD65A;
}

tbody tr:nth-child(even) {background: none;}
tbody tr:nth-child(odd) {background: none;}

th:last-child,
td:last-child { 
	border: none; 
}

tbody tr:hover {
	background-color: hsla(50, 20%, 50%, 0.6);
	cursor: default;
}


dl {
/*	background-color: yellow;*/
	margin-top: 1em;
	margin-bottom: 2em;
}

dt {
/*	background-color: orange;*/
	display: inline-block;
	float: left;
	font-weight: bold;
	max-width: 155px;
/*	color: coral;*/
}

dd {
/*	background-color: lime;*/
	margin-left: 160px;
	margin-bottom: 0.5em;
}

dl div {
/*	background-color: red;*/
	clear: both;
	margin-bottom: 1em;
	border: 0;
}

.top a { text-align: right; float:right; padding:10px 0 10px 10px}

.clear {clear: both;}
.left {float:left;}
.right {float:right;}
.absttop {margin-top: 3em;}
.absttop2 {margin-top: .7em;}

footer {

	text-align: right;
    clear:both;
	line-height: 2em;
	font-size: 70%;
	color: #717171;
	padding-bottom:2em;
}

footer a {
	color: #717171;
	text-decoration: none;

}



@media (max-width: 698px) {

  #wrapper {
 width:100%;


  }


	@media (max-width: 480px) {
		nav a {font-size: 90%;
		}}


