/* 
Alle CSS Stylesheets zurücksetzen


html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 

*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0;margin:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle} 

/* Ende Stylesheet Reset*/
header {
    margin-top: 0px;
    top: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: fixed;
    width: 100% ;
    height: 0px;
    z-index: 10;

    /*border-bottom: 2px solid #a0a0a0; /* Der Text verschwindet beim scrollen, vor dass er den Footer erreicht: Sieht besser aus*/
}

div.titel {
    font-family: 'Pinyon Script', cursive;
    font-style: oblique;
    color: white;
    font-size: 5em;
    text-align: center;
    padding-top: 20px;
    vertical-align: text-top;
    top: 10px;
    right: 20px;
    display: block;
    }
/*
#gesamt {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #a0a0a0;
    position: static;
}
*/
body {
    margin : 0px;
    /*padding-top: 150px;*/
    height: 100%;
    background-image: url(bilder/stadtplan_ent.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: black;
    /*background-color: #a0a0a0; */
}

/*nav.navigation {
    position: relative;
    
    float: right;
    right: 0;
    bottom 10%:;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: serif;
}
*/

nav.navigation a {
    text-decoration: none;
    color: white;
    margin: 0px 6px;
    font-size: 1.5em;
    text-align: right;
}

nav.navigation a:hover {
    background-color: #f00;
}

nav.navigation a:active {
    background-color: #a0a0a0;
    color: black;
}

main {
    position: relative;
    overflow: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    /*margin-top: 200px;*/
    /* height: 80%; */
    max-width: 800px;
    min-width: 540px;
    padding: 0px 10px 15px 10px;
    /*font-family: verdana;*/
    font-family: 'Cormorant', serif;
    font-weight: 700;
    background-color: rgba(255,255,255,0.7);
 }

footer {
    padding-top: 0px;
    
    /*margin-top: 20%;*/
    bottom: 0;
    position: absolute;
    width: 99% ;
    height: 15px;
    background-color: rgba(255,255,255,0);
    background-repeat: no-repeat;
    color: white;
    text-align: right;
}

.fusszeile {
    text-decoration-color: white;
    color: white;
    text-align: left;
}

a.fusszeile {
    text-decoration-color: white;
    text-align: center;
}


.inner_header {
    margin: 0px auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    height: 120px;
    max-width: 800px;
    min-width: 540px;
    background-color: #0047AB;
    border: 5px solid white;
}

.inner_footer {
    margin: 0 auto;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right:0px;
    height: 15px;
    max-width: 800px;
    min-width: 540px;
    background-color: rgba(0,0,0,0);
    font-size: 0.99em;
}


img.portrait_vita {
    display: block;
    position: relative;
    float: left;
    width: 150px;
    height: auto;
    box-shadow: 2px 2px 5px white;
}

.portrait_vita a:hover img{
    box-shadow: -2px -2px 5px white;
}

div.vita_left {
    display: block;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

div.vita_right {
    display: block;
    position: relative;
    float: left;  
    margin-left: 0px;
    margin-bottom: 20px;
    max-width: 500px;
    min-width: 240px;
}

div.vita_bottom {
    display: block;
    position: relative;
    float: left;  
    
    margin-left: 0; 
   }


.table_vita table {
    border-collapse: collapse;
    border-width: 0;
    width: 100%;
    margin: 0 0 0 0;
}


.table_vita tr {
    border-width: 5px;
}

.table_vita td{
    border-width: 5px;
    padding: 2px;
}

.table_vita th {
    text-align:left;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 1em;
 }

h1 {
    font-weight: bolder;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-family: serif;

}

h2 {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-family: serif;
}

h3 {
    font-weight: bold;
    font-style: italic;
    font-size: 1.2em;
    margin-top: 0.4em;
    margin-bottom: 0.4em; 
}

h4 {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0.3em;
    margin-bottom: 0.3em; 
}


table.table_arbeiten{
    border-collapse: collapse;
    border-width: 5px;
    width: 100%;
    margin: 0 0 0 0;
}
.table_arbeiten tr {
    
    margin-bottom: 10px;
}

.table_arbeiten td {
    border-width: 5px;
    padding: 4px;
    line-height: 120%;
}

/* galerie */
div.galerie {
    margin: 0px;
    padding: 5px;
    /* border: 1px solid black; */
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}	

div.galerie img {
    display: inline;
    margin: 5px;
    /*border: 1px solid #ffffff;*/
    box-shadow: 2px 2px 5px black;
}

div.galerie a:hover img {
    box-shadow: -2px -2px 5px white;
}

div.desc {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 5px;
}

/* /galerie */
section {
    position: relative;
    display: block;
    width: 100%;
    }


.artikel_text {
    margin-top: 0;
    margin-left: 0;
    box-sizing: border-box;
    float: left;
    width: 590px;
}
.artikel_bild {
    float: center;
    /* border-right: 1px solid black; */
    margin: 0 15px 0 0;
    box-shadow: 2px 2px 5px black; 
    /*
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    box-sizing: border-box; */
}

.bild_www {
    /* border-right: 1px solid black; */
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    align: center;
    position: relative;
    box-shadow: 2px 2px 10px black;
    /*border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    box-sizing: border-box; */
}

.trennstrich {
    border: 1px solid black;
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.video {
    padding: 0px;
    /* border: 1px solid black; */
    height: auto;
    width: auto;
    float: left;
    text-align: center;
    box-shadow: 2px 2px 5px black;
    margin-left: 10px;
    margin-top: 10%;
}

.news {
    /*border: 1px solid black;*/
    box-sizing: border-box;
    margin-top: 1em;
    margin-bottom: 1em;
    /*border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;*/
    padding: 20px;
    

}

.www {
    /*border: 1px solid black;*/
    box-sizing: border-box;
    margin-top: 1em;
    box-shadow: 2px 2px 5px 2px black;
    /*border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;*/
    padding: 20px;
    margin-bottom: 2em;
}

a {
    text-decoration: none;
    color: #0047AB; 
}

a:hover {
    text-decoration: underline;
    color: #1e1eff; 
}

a:active {
    text-decoration: none;
    text-decoration-color: #d30000; 
}

a:visited {
    text-decoration: none;
 }



html {
    margin: 0;
    padding: 0;
    height: 100%;
}



#wrapper {
    min-height: 100%;
    position: relative;
}

.windrose {
    margin: 30px auto;
    width: 50%;
    font-weight: bold;
    background-color: none;
    font-family: 'Cormorant Garamond', serif;
    font-size: large;
}

.bild {
    float: center;
    /* border-right: 1px solid black; */
    margin: 0 15px 0 0;
    box-shadow: 2px 2px 5px black; 
    /*
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    box-sizing: border-box; */
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    /*margin-top: 200px;*/
    /* height: 80%; */
    max-width: 800px;
    min-width: 540px;
}

.inhalt {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: large;
}

figcaption {
    text-align: right;
}

p {
    text-indent: 20px;
    margin-top: 1em;
}

video {
    align: center;
    margin:auto;
    width: 100%;
}

audio {
    align: center;
    margin: auto;
    width: 100%;
}
